

/* Start:/bitrix/templates/jlab/components/bitrix/menu/menu_top/style.css?149499492888*/
.noLink {
    cursor: default!important;
}
.noLink:hover {
    color: white!important;
}
/* End */


/* Start:/bitrix/templates/jlab/template_styles.css?149499492832905*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');

/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* обнуляем отступы и убираем бордюры */
    vertical-align: baseline;
    /* приводим все к одной базовой линии */
    background: transparent;
    /* чтобы не проскакивали левые фоны, установленные по умолчанию */
    font-size: 100%;
    /* размер шрифта всем одинаковый */
}

a {
    /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    /* устраняем отступы между ячейками таблицы */
    border-collapse: collapse;
    border-spacing: 0;
}

td, td img {
    vertical-align: top;
    /* возвращаем привычное вертикальное выравнивание */
}

input, select, button, textarea {
    margin: 0;
    /* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
    font-size: 100%;
    /* делаем размер шрифтов везде одинаковым */
}

input[type="text"], input[type="password"], textarea {
    padding: 0;
    /* убираем внутренние отступы для текстовых полей */
}

input[type="checkbox"] {
    /* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
    vertical-align: bottom;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

/* --------------- /reset.css --------------- */
/* --------------- базовые настройки ---------*/
html {
    overflow-y: scroll;
    /* всегда показываем вертикальную полосу прокрутки  */
}

html, body {
    height: 100%;
    /* чтобы подвал книзу можно было прижать */
}

body {
    line-height: 1;
    background: #f0f0f0;
    color: #000;
    text-align: left;
    font-size: 14px;
    font-family: 'Droid Sans', sans-serif;
    /* используем безопасные шрифтовые CSS стеки */
}

input, select, button, textarea {
    font-family: 'Droid Sans', sans-serif;
    /* чтобы шрифт был такой же как и везде */
}

label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
    /* курсор в виде руки для всех кликабельных элементов форм */
}

a, a:visited {
    /* порядок правил для ссылок имеет значение */
    color: #152A49;
    text-decoration: none;
}

h1 {color:#152A49}
h2 {color:#152A49}
h3 {color:#152A49}


h1 a {color:#152A49!important}
h2 a {color:#152A49 !important}
h3 a {color:#152A49 !important}
.main h2{
    color:white;
}

a:hover {
    color: #e30000 !important;
    /*text-decoration: underline !important;*/
}

a:focus, a:active {
    color: #000000;
    text-decoration: none;
}

li {
    list-style: none;
}




h1 {
    font-family: 'Droid Sans', sans-serif;
}

h2 {
    font-family: 'Droid Sans', sans-serif;
}

h3 {
    font-family: 'Droid Sans', sans-serif;
}

h4 {
    font-family: 'Droid Sans', sans-serif;
}

h5 {
    font-family: 'Droid Sans', sans-serif;
}

h6 {
    font-family: 'Droid Sans', sans-serif;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

.mainContent {
    margin-top: -140px !important;
}

.choosen > a {
    color: #e30000 !important;
}

.arr:after {
    content: " ";
    display: inline-block;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat -41px -5px;
    width: 7px;
    height: 11px;
    width: 7px;
    height: 11px;
    margin-left: 5px;
}

.choosen > a:after {
    content: none;
    display: inline-block;
    background: 0;
}

.download {
    font-size: 12px;
    text-decoration: underline;
}

.download:before {
    content: " ";
    display: inline-block;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat -125px -33px;
    width: 25px;
    height: 15px;
    margin-right: 10px;
}

blockquote {
    font-size: 36px;
    font-style: italic;
    font-family: 'Droid Sans', sans-serif;
}

.limit {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}


.date {
    color: #998d8d;
    font-size: 12px;
}

header {
    width: 1040px;
    height: 140px;
    background: #fff;
    padding-top: 20px;
    position: relative;
    margin:0 auto;
}
header .logo {
    float: left;
    margin-left: 20px;
}
header .loginLang {
    float: right;
}
header .loginLang a {
    color: #998d8d;
    text-decoration: underline;
    margin-left: 5px;
}
header .loginLang a:hover {
    color: #e30000;
}
header .login, header .lang {
    display: inline-block;
}
header .login:before {
    content: " ";
    display: inline-block;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat -4px -5px;
    width: 13px;
    height: 12px;
}
header .lang {
    margin-left: 20px;
    color: #dad6d6;
    float: right;
}
header .lang a {color: #152a49 !important;margin-left: 10px;margin-right: 10px;}
header .lang .choosenLang, header .lang .choosenLang:hover {text-decoration: underline;color: #9B9797!important;}

header ul.nav {
    position: absolute;
    background: #152a49;
    width: 1040px;
    bottom: 0;
    left: 0;
}
header ul.nav > li {
    display: inline-block;
    padding: 15px;
    border-left: 1px dotted #d9d9d9;
    font-size: 12px;
    font-style: normal;
    font-family: 'Droid Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
header ul.nav > li:hover {
    color: #e30000;
}
header ul.nav > li:last-child {
    border-right: 1px dotted #d9d9d9;
}
header a {
    text-decoration: none;
    color: white!important;
}
header .dropDown a {
    position: relative;
    /*text-decoration: underline;*/
}
header .dropDown:after {
    content: " ";
    display: inline-block;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat -26px -5px;
    width: 7px;
    height: 11px;
    margin-left: 5px;
}
header .dropDown:hover:after {
    content: " ";
    display: inline-block;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat -41px -5px;
    width: 7px;
    height: 11px;
    margin-left: 5px;
}

ul.submenu {
    display: none;
    width: 250px;
    position: absolute;
    top: 37px;
    left: 0;
    background-color: white;
    margin-left: 0;
    padding: 15px;
    z-index: 5;
}

ul.sm {
    width: 180px;
}

ul.small {
    width: 100px;
}

ul.submenu > li {
    display: block;
    font-style: normal;
    font-size: 12px;
    font-family: 'Droid Sans', sans-serif;
    color: #000;
    text-transform: none;
    padding: 5px;
}

ul.nav > li:hover > ul.submenu {
    display: block;
    background: #152a49;
}

.img {
    background-image: url("/bitrix/templates/jlab/images/bg.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    height: 330px;
    max-width: 1440px;
    z-index: 1;
}
.img h1 {
    font-size: 48px;
    color: #fff;
    width: 980px;
    padding: 40px 0;
}
.img .imgCover {
    background: linear-gradient(to top, black, white);
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(white));
    background: -moz-linear-gradient(top, black, white);
    /* для firefox 3.6+ */
    background: -o-linear-gradient(top, black, white);
    /* для Opera 11.10+ */
    background: -ms-linear-gradient(top, black, white);
    /* для IE10+ */
    width: 100%;
    height: 330px;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    /* IE 5.5+*/
    -moz-opacity: 0.3;
    /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.3;
    /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.3;
    /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
    z-index: -1;
}
.img .logos img {
    margin-right: 20px;
}

.main {
    display: table;
    border-collapse: separate;
    border-spacing: 20px;
    border-right: 10px;
    position: relative;
    top: -160px;
    width: 1040px;

}
.content.limit.mainContent{
    position: relative;
    top: -164px;
    padding-top: 240px;
    margin-bottom: -164px;/*150*/
}

.mainBlockfirst {
    background-image: url("/bitrix/templates/jlab/images/backFonFir.jpg");
}

.mainBlocksecond {
    background-image: url("/bitrix/templates/jlab/images/backFonSec.jpg");
}

.mainBlockthird {
    background-image: url("/bitrix/templates/jlab/images/backFonTh.jpg");
}

.mainBlockfirst, .mainBlocksecond, .mainBlockthird {
    display: inline-block;
    float: left;
    margin: 0 6px;
    position: relative;
    z-index: 1;
    width: 260px;
    height: 226px;
    padding: 20px;
    margin: 0 16px;
    cursor: pointer;
    color: white;
    overflow: hidden;
}
.mainBlockfirst h2, .mainBlocksecond h2, .mainBlockthird h2 {
    cursor: pointer;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px dotted white;
    text-transform: uppercase;
}
.mainBlockfirst p, .mainBlocksecond p, .mainBlockthird p {
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-family: 'Droid Sans', sans-serif;
    padding-top: 20px;
    line-height: 1.583;
}

.mainBlockHover {
    background: linear-gradient(to top, #1400ff, rgba(255, 255, 255, 0));
    background: -webkit-gradient(linear, left top, left bottom, from(#1400ff), to(rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(top, #1400ff, rgba(255, 255, 255, 0));
    /* для firefox 3.6+ */
    background: -o-linear-gradient(top, #1400ff, rgba(255, 255, 255, 0));
    /* для Opera 11.10+ */
    background: -ms-linear-gradient(top, #1400ff, rgba(255, 255, 255, 0));
    /* для IE10+ */
    position: absolute;
    z-index: -1;
    width: 300px;
    height: 300px;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    /* IE 5.5+*/
    -moz-opacity: 0.3;
    /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.3;
    /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.3;
    /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}

.mainBlockfirst:hover > .mainBlockHover, .mainBlocksecond:hover > .mainBlockHover, .mainBlockthird:hover > .mainBlockHover {
    background: #e30000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    /* IE 5.5+*/
    -moz-opacity: 0.7;
    /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.7;
    /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.7;
    /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}

.content {
    padding: 45px 30px;
    background: white;
    line-height: 1.167;
    margin-top: 40px;
    overflow: hidden;
}
.content h1 {
    font-size: 36px;
    border-bottom: 1px dotted #998d8d;
}
.content h2, .content h3, .content h4 a, .content h4{
    color: #152a49;
}
.content h6 {
    font-size: 14px;
    text-decoration: underline;
    margin: 40px 0 10px 0;
}
.content .sectionPad {
    padding: 30px 0 0 0;
}
.content .sectionPad img {
    float: left;
}
.content .sectionPad h3 {
    font-size: 18px;
    margin-top: 30px;
}
.content section {
    border-bottom: 1px dotted #998d8d;
    overflow: hidden;
}
.content section .mainBlockquote {
    margin: 0;
    display: inline-block;
}
.content section .quotes {
    float: left;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat -3px -22px;
    width: 33px;
    height: 25px;
    margin-bottom: 70px;
    margin-right: 15px;
}
.content .post {
    padding: 50px 0 0px 0;
    border-bottom: none;
    position: relative;
}
.content .post .icoPost {
    display: inline-block;
    position: absolute;
    top: 40px;
    z-index: 0;
    width:80px;
}
.content .post h4 {
    font-size: 13px;
    display: inline-block;
    margin-top: 11px;
    position: relative;
    z-index: 1;
    margin-left: 40px;
}
.content .post form {
    display: inline-block;
    float: right;
    padding-bottom: 30px;
}
.content .post form input, .content .post form select {
    outline: none;
}
.content .post form input, .content .post form .styled-select {
    margin-left: 15px;
}
.content .post form input[type="email"] {
    padding: 11px 15px 12px 15px;
    background: #ebe8e8;
    border: none;
    width: 255px;
    color: #998d8d;
    font-style: italic;
    font-size: 18px;
    font-family: 'Droid Sans', sans-serif;
    margin-left: 0;
}
.content .post form input[type="submit"] {
    background: white;
    border: 2px solid #152a49;
    color: #152a49;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    height: 48px;
    padding: 0 40px;
}
.content .styled-select select {
    color: #998d8d;
    font-style: italic;
    font-size: 18px;
    font-family: 'Droid Sans', sans-serif;
    padding: 11px 13px 12px 8px;
    background: transparent;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: none repeat scroll 0% 0% transparent;
    text-indent: 0.01px;
    text-overflow: "";
    width: 100px;
    position: relative;
    z-index: 9999;
}
.content .styled-select {
    background: url(/bitrix/templates/jlab/images/selectBack.png) no-repeat right #ebe8e8;
    display: inline-block;
    background-position: right 20px bottom 20px;
}
.content .smLogo {
    float: left;
    margin-right: 15px;
}
.content h2 {
    font-size: 24px;
}
.content p {
    font-size: 14px;
    padding-top: 30px;
    line-height: 1.767;
}
.content .l-col {
    float: left;
    width: 66%;
}
.content .r-col {
    float: right;
    width: 28%;
}
.content .r-col h3 {
    font-size: 24px;
    width: 100%;
    position: relative;
}
.content .r-col h3:after {
    content: " ";
    display: inline-block;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat -55px -6px;
    width: 16px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 10px;
}
.content .r-col .news {
    padding: 30px 0 0 0;
    border-top: 1px dotted #998d8d;
}
.content .r-col .news img {
    float: left;
    padding-right: 10px;
}
.content .r-col .news h4 {
    margin-top: 5px;
    text-decoration: underline;
    font-size: 14px;
}
.content .r-col .news p {
    color: #807575;
    padding-top: 10px;
}

footer {
    clear: both;
    /* margin: 50px auto; */
    margin-top: 50px !important;
    padding: 30px;
    border-top: 1px solid #d9d9d9;
    width: 984px;
    color: #998d8d;
}
footer a {
    color: #998d8d !important;
    text-decoration: underline;
    line-height: 30px;
}
footer a:hover {
    color: #e30000 !important;
}
footer h6 {
    text-transform: uppercase;
}
footer .col {
    display: table-cell;
    vertical-align: top;
    width: 80%;
    float: left;
}
footer ul {
    display: inline-block;
    position: relative;
    top: -24px;
    left: 23px;
}
footer ul li{
    display: inline-block;
    padding-left: 50px;
}
footer .f {
    content: " ";
    display: inline-block;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat -43px -25px;
    width: 20px;
    height: 20px;
}
footer .in {
    content: " ";
    display: inline-block;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat -67px -25px;
    width: 20px;
    height: 20px;
}

.l-menu {
    width: 25%;
    float: left;
    margin: 30px 0;
}
.l-menu ul li {
    font-size: 14px;
    font-style: normal;
    font-family: 'Droid Sans', sans-serif;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 20px;
}
.l-menu ul:first-child {
    border-top: 1px solid #d9d9d9;
}

.r-content {
    width: 65%;
    float: right;
    background: white;
    margin: 30px 0;
    padding: 30px;
}
.r-content section {
    border-bottom: 1px dotted #998d8d;
    overflow: hidden;
    padding-bottom: 30px;
}
.r-content h2 {
    font-size: 36px;
    border-bottom: 1px dotted #998d8d;
}
.r-content h3 {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.r-content img {
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    display: table-cell;
}
.r-content p {
    margin-top: 5px;
    line-height: 23px;
    width: 100%;
    /* display: table-cell; */
}
.r-content .lastSect {
    border: 0;
}

.events h3 {
    text-decoration: underline;
}

.pagin {
    width: 65%;
    clear: both;
    float: right;
    margin: 0px 0 30px 0;
    text-align: center;
}
.pagin .after{
    content: " ";
    display: inline-block;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat -186px -5px;
    width: 28px;
    height: 26px;
    margin-bottom: -8px;
    padding: 0;
    cursor: pointer;
}
.pagin .before  {
    content: " ";
    display: inline-block;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat no-repeat -161px -3px;
    width: 25px;
    height: 28px;
    margin-bottom: -8px;
    padding: 0;
    cursor: pointer;
}
.pagin .after:hover {
    content: " ";
    display: inline-block;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat -104px -4px;
    width: 28px;
    height: 28px;
}
.pagin .before:hover  {
    content: " ";
    display: inline-block;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat -133px -4px;
    width: 25px;
    height: 28px;
}
.pagin li.before a, .pagin li.after a{
    width: 100%;
    height: 100%;
    display: block;
}
.pagin li {
    display: inline-block;
    margin: 0 10px;
}
.pagin .choose {
    color: #e30000;
}

.nopage {
    margin: 180px 0;
    font-size: 100px;
    color: #bcbcbc;
    font-family: 'Droid Sans', sans-serif;
    text-align: center;
}
.nopage p {
    font-size: 14px;
    font-family: 'Droid Sans', sans-serif;
}
.nopage p a {
    text-decoration: underline;
    color: inherit;
}

.site-map {
    margin-top: 30px;
}
.site-map h2 {
    font-size: 36px;
    border-bottom: 1px dotted #998d8d;
}
.site-map h6 {
    font-size: 14px;
    text-decoration: underline;
    margin: 40px 0 10px 0;
}
.site-map li {
    line-height: 22px;
}
.site-map li a {
    color: #998d8d;
    text-decoration: underline;
    font-size: 12px;
}

.sub {
    margin-left: 20px;
}

.news_and_media h1 {
    border-bottom: 1px dotted #998d8d;
}
.news_and_media section {
    margin-top: 30px;
}
.news_and_media img {
    margin-top: 0;
}
.news_and_media h3 {
    margin-top: 0;
}
.news_and_media h4 {
    text-decoration: underline;
    margin-bottom: 5px;
}
.r-content > h2 {
    margin-top: -20px;
    font-size: 36px!important;
    border-bottom: 1px dotted #998d8d!important;
    padding: 0!important;
}

#newsIn ol {
    line-height: 23px;
    margin-left: 20px;
}
#newsIn ol li {
    color: #998d8d;
    margin-bottom: 10px;
}
#newsIn ol span {
    color: black;
}
#newsIn li {
    list-style-type: disc;
}
#newsIn li ol {
    margin-left: 20px;
}
#newsIn li ol li {
    margin-bottom: 0;
}
#newsIn ul {
    line-height: 23px;
    margin-left: 25px;
}
#newsIn ul li {
    /* list-style-image: url("/bitrix/templates/jlab/images/liStyle.png"); */
    list-style-type: none;
    /* color: #998d8d; */
    margin-bottom: 10px;
}
#newsIn ul li:before {
    content:"\2013";
    display: inline-block;
    margin-right: 5px;
    margin-left: -12px;
}
#newsIn ul span {
    color: black;
}
#newsIn li ul {
    margin-left: 20px;
}
#newsIn li ul li {
    margin-bottom: 0;
}
#newsIn h1 {
    font-size: 36px;
    line-height: 35px;
    border-bottom: 1px dotted #998d8d;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#newsIn h2 {
    clear: both;
    font-size: 24px;
    border: none;
    padding: 20px 0;
}
.content > h1 {
    margin-top: -25px;
}
#newsIn > h2 + h4,
#newsIn > h2 + span,
#newsIn > h2 + div,
#newsIn > h2 + p {
    padding-top: 20px!important;
    display:block;
}/*
#newsIn > .article_content {
    margin-top: 30px;
}*/
#newsIn h3 {
    font-size: 14px;
}

a {
    text-decoration: underline;
}

table {
    margin: 50px 0;
    border: none;
    width: 645px;
    table-layout: fixed;
    word-wrap: break-word;
}
table th {
    font-weight: bold;
    background: #f0f0f0;
    border: none !important;
    padding: 25px 30px;
}
table tr {
    border-bottom: 1px solid #f0f0f0;
}
table td {
    padding: 25px 30px;
}

.ourPeople {
    margin-top: 30px;
}

.people {
    display: inline-block;
    float: left;
    /*margin-left: 30px;*//*1*/
}
.people img {
    padding: 10px 0;
}

/* .noLmarg {
    margin-left: 0px !important;
} */

.ourPeoplein .infoPeople {
    float: right;
    width: 68%;
    margin: 30px;
}
.ourPeoplein .people {/*1*/
    display: table-row;
    /*margin-bottom: 20px;
    float: left;
    margin-left: 20px;
    margin-top: 30px;*/
    /*width: 305px;*//*225*/
    width: 100%;
    border-bottom: 1px dotted #747683;
}
.ourPeoplein .news-item:last-child .people {/*1*/
    border: none;
}
.ourPeoplein .people .col {/*1*/
    display: table-cell;
}
.ourPeoplein .people .col .head {/*1*/
    min-height: auto;
}
.ourPeoplein .people .col p {/*1*/
    margin: 0;
}
.ourPeoplein .people .col:nth-child(1) {/*1*/
    vertical-align: top;
    width: 110px;
    max-width: 110px;
    padding: 15px 0;
}
.ourPeoplein .people .col:nth-child(2) {/*1*/
    /*vertical-align: bottom;*/
    padding: 30px;
    width: 160px;
    max-width: 160px;
}
.ourPeoplein .people .col:nth-child(3) {/*1*/
    vertical-align: top;
    padding: 30px 0;
}
.ourPeoplein .people .col:nth-child(3) a {/*1*/
    display: inline-block;
    margin-top: 10px;
    color: #717787;
}
.ourPeoplein .preview-text {
    height: 154px;
    overflow-y: scroll;
}

.ourPeoplein .people img {/*1*/
    padding: 10px 0;
    max-width: 100%;
}


.recruitment {
    margin-top: 30px;
}
.recruitment .description {
    display: none;
}
.recruitment .dot {
    border-bottom: 1px dotted black;
}
.recruitment h6 {
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
}
.recruitment li {
    list-style-type: disc;
    margin-left: 15px;
    line-height: 20px;
}
.recruitment .arrow {
    content: " ";
    display: inline-block;
    background: url("/bitrix/templates/jlab/images/sprites.png") no-repeat -26px -5px;
    width: 11px;
    height: 11px;
}
.recruitment p {
    margin-top: 10px;
    padding-top: 0;
}

.form {
    text-align: center;
}
.form input[type="file"] {
    width: 460px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right !important;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 2;
}
.form .fotmName {font: normal 16px 'Droid Sans';margin: 40px 0 10px 0;color: #152a49;text-align: left;}
.form input:focus, .form textarea:focus {
    outline: none;
}
.form input[type="text"], .form input[type="email"], .form textarea, .form input[type="file"] {
    font: italic 14px 'Droid Sans';
    color: #998d8d;
    padding: 15px;
    border: none;
    background: #ebe8e8;
}
.form fieldset {
    width: 50%;
    float: left;
    overflow: hidden;
    margin: 10px 0;
}
.form fieldset input {
    margin: 10px 0;
    width: 100%;
}
.form .browse {
    padding: 13px;
    border: none;
    color: white;
    text-transform: uppercase;
    background: #998d8d;
    width: 100px;
    position: absolute;
    bottom: 0;
    right: -10px;
}
.form textarea {width: 435px;height: 148px;margin: 10px;resize: none}
.form .addFiles {
    position: relative;
}
.form .send {border: 2px solid #152a49;color: #152a49;font-family: 'Droid Sans', sans-serif;text-transform: uppercase;background: white;padding: 13px;width: 180px;margin: -3px 0 0;}

.imgContacts {
    background-repeat: no-repeat;
    margin: 0px auto;
    height: 600px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.contact {
    background: white;
    position: absolute;
    top: 40px;
    width: 250px;
}
.contact h1 {
    font-size: 36px;
    padding: 30px 30px 0 30px;
    border-bottom: 1px dotted #998d8d;
}
.contact h6 {
    font-size: 14px;
    padding-top: 10px;
    font-weight: bold;
}
.contact .contInfo {
    padding: 0 30px 30px 30px;
}

.cont {
    margin-top: 50px;
}
.cont textarea {
    height: 87px;
}
.cont .fotmName {
    margin-top: 0;
}

/* Error style */
.error{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
    width: 97%;
    list-style-type: none;
}
ul.error li{
    list-style-type: none !important;
}

.success{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}
/* Dasha's style */
footer .col{
    display: block;
    vertical-align: top;
    width: 380px;
    float: right;
    overflow: hidden;
}
footer ul{
    display: inline-block;
    position: relative;
    top: -5px;
    left: 0;
}
/*.content.limit.mainContent{
    position: relative;
    top: 30px;
}*/
.main{
    top: -76px;
}
.mainBlockHover{
    background: linear-gradient(to top, #152A49, rgba(255, 255, 255, 0));
    background: -webkit-gradient(linear, left top, left bottom, from(#152A49), to(rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(top, #152A49, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(top, #152A49, rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(top, #152A49, rgba(255, 255, 255, 0));
}
.imgWrapper{
    height: 327px;
    background: #6D6F70;
    position: relative;
    /*max-width: 1440px;*/
    min-width: 1040px;
}
.imgWrapper .img{
    max-width: 1440px;
    min-width: 980px;
}
.imgWrapper .img .imgCover {
    max-width: 1440px;
    min-width: 1040px;
}
/*img*/
header ul.nav li:first-child{
   border-left:0px
}

/*09 07 2014*/

.mainBlockfirst:hover > .mainBlockHover, .mainBlocksecond:hover > .mainBlockHover, .mainBlockthird:hover > .mainBlockHover{
    background: #d32828;
}
header .nav a {
    font-weight: normal;
}
header .dropDown .submenu a{
    display: inline-block;
    text-decoration: none!important;
    margin-left: 5px;
}

header .dropDown .submenu a.head {
    /*color: #fff !important;*/
    font-weight: 700;
    margin: 0;
    min-height: auto !important;
    /*font-family: 'roboto_slabbold';*/
}
/*
header .dropDown .submenu a.head:hover{
    color: #998d8d!important;
}*/
.submenu.sm .head:hover{
    cursor: default!important;
}

/*pop up */
.success.message:after, .error.message:after {
    content: " ";
    display:inline-block;
    background: url('/bitrix/templates/jlab/images/sprites.png') no-repeat -9px -54px;
    width: 17px;
    height: 17px;
    position: absolute;
	top: -20px;
	right: -20px;
	cursor:pointer;
}

.modal{
	background: rgba(0,0,0, .5)!important;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);   /* IE6 & 7 */
}

.content .message p{
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	position: relative;
    padding:0;
	top: 36%;
	}

 .ourPeoplein .news-item {/*1*/
/*overflow: hidden;
float: left;
min-height: 441px;
text-align: center;*/
}
.news-item > section > a > img, .news-item > section > img {
    max-width: 207px;
    max-height: 207px;
}

.ourPeoplein h4 {
margin: 10px 0 20px;
}
.content p{margin: 20px 0;}

.content.limit.mainContent .post h4{
  max-width: 310px;
}

.ourPeoplein .mailNews{
    text-align: center;
}


/****Debug****/

/* #2 */
.content .r-col > h3:after{
    display: none;
}
.content .r-col > h3 a{
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-weight: bold;
    width: 100%;
}
.content .r-col > h3 a:after{
    content: "→";
    display: none;
    font-size: 18px;
    width: 16px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 4px;
}
.content .r-col > h3 a:hover{
    color: #e30000;
}
.content .r-col > h3 a:hover:after{
    display: block;
}

/* #5 */
.content p {
    margin: 20px 0;
}

/* #6 */
.content p{
    padding: 10px 0 0;
}
#formResult p{
    padding: 10px 0;
}
.content .r-col .news p{
    padding: 0;
}

/* #7 */
body > footer{
    margin: auto;
}

/* #8 */
.content .message p{
    top: 18%;
}

/* #11 */
.l-menu ul .__active a{
    color: #e30000;
}

/* #17 */
.form .browse{right: 0;top: 0;}
.addFiles input{
    cursor: pointer;
}


/* #bm33*/

.mainBlockfirst h2,
.mainBlocksecond h2,
.mainBlockthird h2{
    min-height: 67px;
}

/* select ff*/
.content .styled-select{
    position: relative;
    background: #ebe8e8;
}
.styled-select:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10000;
    pointer-events: none;
    background: url('/bitrix/templates/jlab/images/selectBack.png') no-repeat center #ebe8e8;
}

/* headers */
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
.grey {
    padding-left: 0px!important;
}
.grey .noLink {
    /*color: gray!important;*/
    text-decoration: none;
    font-weight: bold;
}
.grey .noLink:hover {
    color: #e30000!important;
    text-decoration: none;
    font-weight: bold;
}
#myLocation {
    position: absolute;
    z-index: 999;
    right: 153px;
    top: 40px;
    height: 35px;
    width: 300px;
    padding: 0px 10px;
    border: none;
}






.ind-img-wrap {
    text-align: center;
    background-color: #6D6F70;
    margin: -20px 0 -40px;
    position: relative;
    z-index: 1;
}
.ind-img-wrap .mainBlockquote {
    position: relative;
    max-width: 1440px;
    min-width: 1040px;
    margin: 0 auto;
}
.ind-img-wrap .mainBlockquote img {
    display: block;
    max-width: 100%;
    min-width: 1040px;
    margin: 0 auto;
}
.ind-img-wrap .mainBlockquote:before {
    width: 10%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 2;
    background: #6D6F70;
    background: -moz-linear-gradient(left, rgba(109, 111, 112, 1) 30%, rgba(109, 111, 112, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(109, 111, 112, 1) 30%, rgba(109, 111, 112, 0) 100%);
    background: -o-linear-gradient(left, rgba(109, 111, 112, 1) 30%, rgba(109, 111, 112, 0) 100%);
    background: -ms-linear-gradient(left, rgba(109, 111, 112, 1) 30%, rgba(109, 111, 112, 0) 100%);
    background: linear-gradient(left, rgba(109, 111, 112, 1) 30%, rgba(109, 111, 112, 0) 100%);
}
.ind-img-wrap .mainBlockquote:after {
    width: 10%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    z-index: 2;
    background: #6D6F70;
    background: -moz-linear-gradient(right, rgba(109, 111, 112, 1) 30%, rgba(109, 111, 112, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(109, 111, 112, 1) 30%, rgba(109, 111, 112, 0) 100%);
    background: -o-linear-gradient(right, rgba(109, 111, 112, 1) 30%, rgba(109, 111, 112, 0) 100%);
    background: -ms-linear-gradient(right, rgba(109, 111, 112, 1) 30%, rgba(109, 111, 112, 0) 100%);
    background: linear-gradient(right, rgba(109, 111, 112, 1) 30%, rgba(109, 111, 112, 0) 100%);
}


.people.detail-people {
    width: auto;
}

.ourPeoplein .people .col:nth-child(2) {
    padding-top: 116px;
    padding-right: 10px;
}

.ourPeoplein .people .col:nth-child(2) h6 {
    margin-bottom: 4px;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Droid Sans', sans-serif;
    margin-top: 36px;
}

.head {text-decoration: none;}
.ourPeoplein .people .col:nth-child(3) {
    padding-top: 128px;
}
.text-description-news {
    padding: 10px 0;
}
.text-description-news p {
    width: auto;
    display: inline;
}
.readmore-text {
    display: inline;
    width: auto!important;
}

#about-modal {position: fixed;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;display: none;}
#about-modal .modal-cap {background-color: rgba(0,0,0,0.7);width: 100%;height: 100%;position: absolute;top: 0;left: 0;cursor: pointer;}
#about-modal .modal-wrapper {overflow-x: hidden;overflow-y: auto;height: 100%;width: 100%;}
#about-modal .modal-content {position: relative;z-index: 10;padding: 20px;margin: 100px auto 0;max-width: 480px;text-align: justify;background-color: #fff;border: 4px solid #777;overflow: hidden;}
#about-modal .modal-content img {margin-top: 0;}
#about-modal .modal-content h4 {font-size: 16px;margin-bottom: 15px;font-weight: bold;}

/* End */
/* /bitrix/templates/jlab/components/bitrix/menu/menu_top/style.css?149499492888 */
/* /bitrix/templates/jlab/template_styles.css?149499492832905 */
