

/* Start:/local/templates/tnimc/css/colorbox/colorbox.css?14738207993025*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(/local/templates/tnimc/css/colorbox/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/local/templates/tnimc/css/colorbox/images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/local/templates/tnimc/css/colorbox/images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/local/templates/tnimc/css/colorbox/images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

/* End */


/* Start:/local/templates/tnimc/css/style.css?162504947533855*/
@font-face {
    font-family: 'pf_beau_sans_pro_regular';  
	src: url('/local/templates/tnimc/css/fonts/pfbeausanspro-reg.ttf');
    src: url('/local/templates/tnimc/css/fonts/pfbeausanspro-reg.woff'),
		 url('/local/templates/tnimc/css/fonts/pfbeausanspro-reg.woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_beau_sans_pro_book';
	src: url('/local/templates/tnimc/css/fonts/pfbeausanspro-book.ttf');
    src: url('/local/templates/tnimc/css/fonts/pfbeausanspro-book.woff'),
		 url('/local/templates/tnimc/css/fonts/pfbeausanspro-book.woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tahoma';
	src: url('/local/templates/tnimc/css/fonts/tahoma.ttf');
    src: url('/local/templates/tnimc/css/fonts/tahoma.woff'),
		 url('/local/templates/tnimc/css/fonts/tahoma.woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr-Medium';
	src: url('/local/templates/tnimc/css/fonts/HelveticaNeueCyr-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr-Roman';
	src: url('/local/templates/tnimc/css/fonts/HelveticaNeueCyr-Roman.otf');
    font-weight: normal;
    font-style: normal;
}
body{
	margin:0px;
	font-family:'pf_beau_sans_pro_regular';
	min-width: 1200px;
}
a{
	text-decoration:none;
	outline:none;
	color:#197bc3;
}

.clear {
	clear:both;
}
/*Корпоративные цвета*/
.b-tnimc-red_text{color:#B12324}
.b-tnimc-red_fill{fill:#B12324}
.b-tnimc-red_backgroung{background-color:#B12324}
.b-tnimc-blue_text{color:#0D5C91}
.b-tnimc-blue_fill{fill:#0D5C91}
.b-tnimc-blue_backgroung{background-color:#0D5C91}


/***************************/
.b-header{}
.b-header-line{
	overflow: hidden;
}
.b-header-line_theme-1{
	height:48px;
	background:#f0f5f7;
	background: linear-gradient(to bottom, #f0f5f7 98%, rgb(105,143,162) 100%);
}
.b-header-line_theme-2{
	height:150px;
	background-color:#FFF;
	background: linear-gradient(to bottom, #FFF 99.5%, rgb(7,62,126) 100%);
}

.header_fixed {
	width: 100%;
	position: fixed;
	z-index: 11;
}

.b-header-line_theme-3{	
	min-height:65px;
	border-top: .5px solid rgb(105,143,162);
	border-bottom: .5px solid rgb(105,143,162);
	background-size: 100%;
	background: url(/local/templates/tnimc/css/../img/menu_bg.jpg);
}
/*
	background: url(/local/templates/tnimc/css/../img/menu_bg.jpg);
 */
.b-header-line-container {
	max-width:1270px;
	min-width:1270px;
	width:1270px;
	margin:0px auto;	
}
.b-header-line-container__font-size {
	padding:15px 0px 0px 0px;
	float:left;
}
.b-header-line-container__color-scheme {
	padding:15px 0px 0px 40px;
	float:left;
	margin-right: 35px;
}
.b-header-line-container__lang-switch {
	float:right;	
}
.b-header-line-container__lang-switch_left {
	float:left;
	padding: 0 0 0 50px;
}
.b-header-line-container__link{
	float:left;
	padding:15px 0 0 40px;
	color: #19547D;
	font-size: 14px;	
	text-decoration: underline;
}
.b-header-line-container__link:hover{
	text-decoration:underline;
}
.b-header-line-container__logo {
	width:500px;
	max-width:500px;
	padding-top:30px;
	float:left;
}
.b-header-line-container__search {
	width:250px;
	padding:0;
	float:right;
	margin:80px -250px 0 0;
}
.b-header-line-container__search_left {
	margin:45px 0;
}
.b-header-line-container__appointment {
	width:270px;
	max-width:270px;
	float:right;
	padding:47px 0px 0px 55px
}
.b-header-line-container__appointment_ckp {
	width:250px;
	max-width:250px;
	height:42px;
	float:right;
	margin: 25px 0px 0px 0px;
}
.b-header-line-container__menu {
	position: relative;
}
/*
 */
.b-size-font{
	display:inline-block;
}
.b-size-font__label{
	color:#19547D;
	float:left;
	font-size:14px;
}
.b-size-font__el{
	font-family:'pf_beau_sans_pro_regular';
	text-decoration:none;
	text-transform: uppercase;
	cursor:pointer;
	float:left;
	text-transform: uppercase;
	padding: 0 7px;
}
.b-size-font__el_current{
	text-decoration:underline;
}
.b-size-font__el_size-1{
	font-size: 17px;
	padding-left: 15px;
	margin-top: -1px;
}
.b-size-font__el_size-2{
	font-size: 20px;
	margin-top: -3px;
}
.b-size-font__el_size-3{
	font-size: 22px;
	margin-top: -5px;
}
/*
 */
.b-color-scheme{}
.b-color-scheme__label{	
	color:#19547D;
	float:left;
	font-size:14px;
}
.b-color-scheme__el{	
	float:left;	
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid;
	padding: 3px 9px;
	border-radius: 100%;
	color: black;
	font-size:22px;
	margin-top:-11px;
}
.b-color-scheme__el_theme-1{
	border-color: black;
	margin-left:15px;
}
.b-color-scheme__el_theme-2{
	border-color: #2b5b81;
	margin-left:10px;	
	/*background-color: #2b5b81; */
	/*color: #FFF; */
    color: #2b5b81;
}
/*
 */
.b-lang-switch {}
.b-lang-switch__label{	
	float:left;
	color: #19547D;
	font-size: 14px;
	padding: 15px 20px 0 0;
}
.b-lang-switch__el{	
	float:left;
	background-color:#2b5b81;	
	border-bottom: 2px solid #2b5b81;
	width: 55px;
	height: 47px;
	text-align:center;
}
.b-lang-switch__el:hover:not(.b-lang-switch__el_current){
	background-color:#1475be;
}
.b-lang-switch__el a{
	color:#FFF;	
	font-size:18px;
	display: block;
	padding: 10px;
	text-decoration:none;
	text-transform: uppercase;
}
.b-lang-switch__el_current{
	background-color:#FFF;
	border-bottom: 2px solid #FFF;	
}
.b-lang-switch__el_current a{
	color:#2b5b81;
}
/*
 */
.b-logo{}
.b-logo__img{
	background:url(/local/templates/tnimc/css/../img/logo_tnimc.svg) no-repeat center center;
	height:90px;
	width:66px;
	float:left;
}
.b-logo__name{
	color:#2b5b81;
	padding:0px 0px 0px 90px;
	font-size:20px;
}

.b-logo__ckp{
	margin-left:425px;
	margin-top:30px;
	background:url(/local/templates/tnimc/css/../img/logo_ckp_3.png) no-repeat top left;
	background-size: 100%;
	position: absolute;
	height: 90px;
	width: 243px;
}

.b-logo__img_onco{
	width:100px;
	background:url(/local/templates/tnimc/css/../img/logo_onco.svg) no-repeat center center;
	height:100px;
	float:left;
}
.b-logo__name_onco{
	color:#2b5b81;
	padding:2px 0px 0px 105px;
	font-size:16px;
	width:fit-content;
}

.b-logo__name_onco span:first-child {
	font-size:22px !important;
}

.b-logo__name_onco span:last-child span {
	font-size:16px !important;
}
/*
 */
.b-search-field{
    border: 2px solid #76aace;
    padding: 2px 5px;
    border-radius: 3px;
    height: 34px;
	margin:0;
	position:relative;
}
.b-search-field__text{
	border: 0;
	width: 87%;
	font-size: 18px;
	height: 100%;
	outline:none;
	line-height:30px;
	box-sizing:border-box;
}
.b-search-field__button{
	position:absolute;
	width: 35px;
	display: block;
	height: 100%;
	border: 0;
	background:url('/local/templates/tnimc/css/../img/search_button.png') no-repeat;
	background-position: center center;
	cursor:pointer;
	outline:none;	
	top:0;
	right:0;
}
/*
 */

.b-header-line-appointment{}
.b-header-line-appointment a{
	text-decoration:none;
    color: white; /*Цвет ссылки */
    display: flex;  /*Ссылка как блочный элемент*/
    justify-content: center; /*Центрирование по горизонтали*/
    align-items: center;     /* Центрирование по вертикали*/ 
}
.b-header-line-appointment__button{
	height: 42px;
	background-color:#AE1B21;
	border-radius:3px;
    text-decoration: none;
    color: white; /*Цвет ссылки */
    display: flex;  /*Ссылка как блочный элемент*/
    justify-content: center; /*Центрирование по горизонтали*/
    align-items: center;     /* Центрирование по вертикали*/ 
	font-size:22px;
}
.b-header-line-appointment__button:hover{
	background-color: #de3b42;
	color: #FFF;
}

.b-appointment{}
.b-appointment a{
	text-decoration:none;
}
.b-appointment__button{
	padding: 17px 10px;
	background-color:#AE1B21;
	border-radius:3px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-size:26px;
}
.b-appointment__button:hover{
	background-color: #de3b42;
	color: #FFF;
}
/*
 */
.b-top-menu{}
.b-top-menu__el{
	float:left;	
	width:171px;
}

.b-top-menu__el:first-child{
	width:60px;
}
.b-top-menu-el{
	text-align:center;
	height:65px;
	overflow:hidden;
}
.b-top-menu-el_current{
	/*background-image: linear-gradient(to bottom, #AE1B21 0%, #AE1B21 5%, #285375 5%, #285375 100%);*/
	background-image: linear-gradient(to bottom, #AE1B21 0%, #AE1B21 5%, #f0f5f724 5%, #f0f5f724 100%);
}

.b-top-menu-el:hover:not(.b-top-menu-el_current){
	background-image: linear-gradient(to bottom, #AE1B21 0%, #AE1B21 5%, #f0f5f724 5%, #f0f5f724 100%);
	color: #fff;
}

.b-top-menu-el:hover > .b-top-menu-el__submenu{
	display:block;
}
.b-top-menu-el__name {
	padding: 20px 0px;
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:20px;
}
.b-top-menu-el__name_current{
	padding: 20px 0px;
	display:block;
	text-decoration:none;
	font-size:20px;
}

.b-top-menu-el__submenu{
	display:none;
	position: absolute;
	width: 345px;
	background-color: #285375;
	margin-left: -30px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.b-top-menu-el-submenu{}
.b-top-menu-el-submenu__el{
	display: block;
	color: #FFF;
	font-size:18px;
	text-transform: uppercase;
	padding: 15px 30px;
	text-decoration: none;
	background: linear-gradient(to bottom, #285375 53px, #416e92);
}
.b-top-menu-el-submenu__el:hover{
	text-decoration:underline;
}
.b-top-menu-el-submenu__el:last-child{
	border-bottom:5px solid #416e92;
}
/*
 */
.b-page-main{}
.b-page-main__line{
	overflow: hidden;
}
.b-page-main__line_theme-1{
	background:url(/local/templates/tnimc/css/../img/main_bg.jpg) repeat-x center;
	background-size: 100% 100%;
	min-height: 1115px;
}
.b-page-main__line_theme-1_style-2{
	background:url(/local/templates/tnimc/css/../img/main_bg_onco.jpg) repeat-x center;
	background-size: 100% 100%;
	min-height: 500px;
	padding: 0 0 50px 0;
}
.b-page-main__line_theme-2{
	background:url(/local/templates/tnimc/css/../img/main_bg_2.png);
	min-height:440px;	
}
.b-page-main__line_theme-3{
	background:url(/local/templates/tnimc/css/../img/main_bg_3.png);		
}
.b-page-main__line_theme-4{
	min-height:484px;
	background:url(/local/templates/tnimc/css/../img/main_bg_4.jpg) no-repeat;
	background-size: 100% 100%;	
}
.b-page-main__line_theme-5{
	height:700px;
}
.b-page-main-line-container {
	max-width:1100px;
	min-width:1100px;
	width:1100px;
	margin:0px auto;
}
.b-page-main-line-container_full{
	max-width:1200px;
	min-width:1200px;
	width:1200px;
}
.b-page-main-line-container__news-title {
	padding:60px 0 0 0;
}
.b-page-main-line-container__news-list {
	display:table;
	width:100%;
}
/*
 */
.b-page-main-about{}
.b-page-main-about__title{	
	font-size:46px;	
	color: #FFF;
	text-align: center;	
	padding: 60px 0px 0px 0px;
}
.b-page-main-about__decor_1{
	background:url(/local/templates/tnimc/css/../img/main_decor_1.png) no-repeat center center;
	padding:40px 0px;
}
.b-page-main-about__description{
	font-family:'tahoma';	
	color:#FFF;	
	text-align: center;
	font-size:15px;
}
.b-page-main-about__description-middle{
	font-size:19px;
	color: #ffffff;
	font-family:'tahoma';
	text-align: center;
}
.b-page-main-about__description-small{
	font-family:'tahoma';
	text-align: center;
	color:#c5d9e9;
	font-size:14px;
	padding:10px 0 0 0;
	color:#c5d9e9;
}
.b-page-main-about__decor_2{
	background:url(/local/templates/tnimc/css/../img/main_decor_2.png) no-repeat center center;
	padding:40px 0px;
}
/*
 */
.b-page-main-logos{}
.b-page-main-logos-logo{
	width:33%;
	float: left;
}
.b-page-main-logos-logo__img{
	height:100px;
}
.b-page-main-logos-logo__img_theme-1{
	background:url(/local/templates/tnimc/css/../img/logo_1.png) no-repeat center center;	
}
.b-page-main-logos-logo__img_theme-2{
	background:url(/local/templates/tnimc/css/../img/logo_2.png) no-repeat center center;
}
.b-page-main-logos-logo__img_theme-3{
	background:url(/local/templates/tnimc/css/../img/logo_3.png) no-repeat center center;
}
.b-page-main-logos-logo__img_theme-4{
	background:url(/local/templates/tnimc/css/../img/logo_4.png) no-repeat center center;
}
.b-page-main-logos-logo__img_theme-5{
	background:url(/local/templates/tnimc/css/../img/logo_5.png) no-repeat center center;
}
.b-page-main-logos-logo__img_theme-6{
	background:url(/local/templates/tnimc/css/../img/logo_6.png) no-repeat center center;
}
.b-page-main-logos-logo__img_theme-7{
	background:url(/local/templates/tnimc/css/../img/logo_7.png) no-repeat center center;
}
.b-page-main-logos-logo a:hover>.b-page-main-logos-logo__img {
	-webkit-filter: brightness(500%);
	filter: brightness(500%);
	cursor:pointer;
}
.b-page-main-logos-logo a:hover>.b-page-main-logos-logo__img_theme-7,
.b-page-main-logos-logo a:hover>.b-page-main-logos-logo__img_theme-3{
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}
.b-page-main-logos-logo a:hover>.b-page-main-logos-logo__name{	
	text-decoration:underline;
	cursor:pointer;
}

.b-page-main-logos-logo__name{
	font-size:20px;
	color:#b1cedb;
	text-align:center;
	padding:10px 0 40px 0;
}
/*
 */
.b-goals{}
.b-goals__title{
	padding:40px 0px 20px 0px;
	text-align:center;
	color:#285375;
	font-family:'pf_beau_sans_pro_book';
	font-size:38px;
}
.b-goals__title:hover{
	text-decoration:underline;
}
.b-goals__list{}
/*
 */
.b-goals-goal{
	float: left;
	width: 33%;
}
.b-goals-goal__img{
	width:100%;
	height:200px;
}
.b-goals-goal__img_theme-1{
	background:url(/local/templates/tnimc/css/../img/dna.png) no-repeat center center;
}
.b-goals-goal__img_theme-2{
	background:url(/local/templates/tnimc/css/../img/brain.png) no-repeat center center;
}
.b-goals-goal__img_theme-3{
	background:url(/local/templates/tnimc/css/../img/microscope.png) no-repeat center center;
}
.b-goals-goal__name{
	font-size:20px;
	color:#124b73;
	text-align:center;
}
/*
 */
.b-main-news-title{
	text-align: center;
}
.b-main-news-title__title{	
	display:inline;
	border-bottom: 0;
}
.b-main-news-title__title:hover{
	border-bottom: 2px solid #285375;
}
.b-main-news-title__title span{
	font-size:46px;
	color:#285375;	
}
/*
 */
.b-main-news{}
.b-main-news__elements{
	float:left;
	width:720px;
	padding:40px 0 0 0;
}
.b-main-news__sections{
	padding:40px 0 0 0;
	float:right;
	width:340px;
}
/**/
.b-news{}
.b-news_hidden{
	display:none;
}
.b-news__el{}
.b-news-el{
    margin-bottom: 35px;
	overflow:hidden;
}
.b-news-el__img{
	width:130px;
	height:110px;
	border-radius:3px;
	background-color:#edf3f5;
	float:left;
	margin-right:20px;
	border:1px solid #d1e1e8;
}
.b-news-el-img{
	display:table-cell;
	vertical-align:middle;
	height: 110px;
	width:130px;
	text-align:center;
}
.b-news-el__img img{
	border-radius:10px;
	padding:5px;
	border:0 !important;
}
.b-news-el__date{
	color:#0e62a0;
	font-size:13px;
	padding:0px 0px 6px 0px;
}
.b-news-el__name{
	font-size:22px;
	color:#0f62a1;	
	padding:0px 0px 10px 0px;
}
.b-news-el__name:hover{
	text-decoration:underline;
}
.b-news-el__description{
	font-family: 'tahoma';
	font-size:14px;
	color:#323232;
	overflow:hidden;
}
/**/
.b-main-news-buttons{
	text-align: right;
	padding-bottom:58px;
}
.b-main-news-buttons__button-all{
	display:table-cell;
	font-size:16px;
	padding:16px 18px;
	border-radius:3px;
	background-color:#2b5b81;
	color:#FFF;
}
.b-main-news-buttons__button-all:hover {
	background-color:#1475be;
}
/**/
.b-sections{
	position:relative;
}
.b-sections__title{
	font-size:24px;
	color:#285375;
	padding: 0 0 7px 0;
}
.b-sections__el{	
	padding: 2px 0;
	margin-left: -20px;
}
.b-sections__el:last-child{
	border:0;
	margin-bottom: 20px;
}
.b-sections-el{
	display:table;
	width:100%;
}
.b-sections-el_level-2::before,
.b-sections-el_level-3::before {
	content: '';
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: #AE1B21;
	left: 0;
	margin-top: 16px;
}
.b-sections-el_level-2 {
	margin-left: 40px;
}
.b-sections-el_level-3 {
	margin-left: 60px;
}
.b-sections-el__text{
	color: #AE1B21;
	font-size: 18px;
	border-radius: 0px 2px 2px 0px;	
	padding: 7px 10px 7px 0px;
	display:table-cell;
}
.b-sections-el__text_style-2 {
	font-size: 16px;
	display: block;
}
.b-sections-el__arrow{
	width:20px;
	display:table-cell;	
}
.b-sections__border-bottom{
	border-bottom: 2px solid #8cb4ce;
} 
.b-sections__border-bottom_style-2{
	border-bottom: 2px dotted #8cb4ce;
	width: 340px;
	margin-left: -20px;
}
.b-sections__border-bottom_style-3{
	border-bottom: 2px dotted #8cb4ce;
	width: 320px;
	margin-left: -20px;
}
.b-sections-el_current>.b-sections-el__text,
.b-sections-el:hover>.b-sections-el__text{
	color:#FFF;	
	position: relative;
	z-index: 10;
	background-color:#2b5b81;	
	cursor:pointer;	
}

.b-sections-el_current>.b-sections-el__arrow,
.b-sections-el:hover>.b-sections-el__arrow {
	/*background:url(/local/templates/tnimc/css/../img/section-left-arrow.png) no-repeat;
	background-size: 100% 100%;*/
	background-color: #2b5b81;
	position: relative;
	left: 10px;
	margin-right: -5px;
	border-radius: 10px 0px 0px 10px;

}

.b-sections-el_current_2>.b-sections-el__text,
.b-sections-el_level-2:hover>.b-sections-el__text{
	background:none;
	font-size:16px;
	color:#2b5b81;
}

.b-sections-el_level-2:hover:before,
.b-sections-el_level-3:hover:before {
	background-color: #2b5b81;
}
.b-sections-el_current_2.b-sections-el_level-2:before {
	background-color: #2b5b81;
}

/**/
.b_main_science{}

.b_main_science__arrow{
	width:50px;
	height:55px;
	margin-top: 250px;
	float:left;
	cursor:pointer;
}
.b_main_science__arrow_left{
	background:url(/local/templates/tnimc/css/../img/science_arrow_left.png) no-repeat -5px;
}
.b_main_science__arrow_left:hover{
	background:url(/local/templates/tnimc/css/../img/science_arrow_left_hover.png) no-repeat -5px;
}
.b_main_science__arrow_left_disabled:hover,
.b_main_science__arrow_left_disabled{
	background:url(/local/templates/tnimc/css/../img/science_arrow_left_disabled.png) no-repeat -5px;
	cursor:default;
}


.b_main_science__arrow_right{
	background:url(/local/templates/tnimc/css/../img/science_arrow_right.png) no-repeat 8px;
}

.b_main_science__arrow_right:hover{
	background:url(/local/templates/tnimc/css/../img/science_arrow_right_hover.png) no-repeat 8px;
}
.b_main_science__arrow_right_disabled:hover,
.b_main_science__arrow_right_disabled{
	background:url(/local/templates/tnimc/css/../img/science_arrow_right_disabled.png) no-repeat 8px;
	cursor:default;
}

.b_main_science__container{
	width:1100px;
	float:left;
	min-height:484px;
	overflow:hidden;
}

.b_main_science-container{
	width:100000px;
	position:relative;
}
.b_main_science-container__el{
	float:left;
	padding-right: 50px;
}

.b_main_science-container-el{}
.b_main_science-container-el__title{
	text-align:center;
	font-size:46px;
	color:#798089;
	padding:60px 0 40px 0;
	text-decoration:none;
}
.b_main_science-container-el__title_underline:hover{
	text-decoration:underline;	
}

.b_main_science-container-el__title span{
	color:#FFF;
}
.b_main_science-container-el__el{	
	width:1140px;
}

.b_main_science-container-el-el{
	padding:0 40px 0 0;
	width:340px;
	float:left;
	position:relative;
}
.b_main_science-container-el-el:last-child{
	padding:0;
}
.b_main_science-container-el-el__img{
	width:340px;
	height:180px;
}
.b_main_science-container-el-el__img img{
	color:#FFF;
}
.b_main_science-container-el-el-name-description {
	position:relative;
}
.b_main_science-container-el-el-name-description__name{
	font-family: 'tahoma';
	color: #FFF;
	font-size: 16px;
	background: rgba(0,0,0,0.5);
	padding: 15px 20px;
	position: absolute;
	bottom: 100%;
	width: 300px;
}
.b_main_science-container-el-el-name-description__description{
	font-family: 'tahoma';
	color:#000;
	font-size:14px;
	padding:15px 20px;
	background-color:#FFF;	
}

/**/
.b_main_contacts{
	height:100%;
	position:relative;
}
.b_main_contacts__title{
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	margin-top:-27px;
}
.b_main_contacts-title{
	color:#0e62a0;
	font-size:46px;
	padding:15px 30px;
	background-color:rgba(255,255,255,0.85);	
	display: inline-block;
	border-radius:25px;
	margin:45px 0 0 0;
}
.b_main_contacts-title:hover{
	text-decoration:underline;
}
.b_main_contacts__city{
	position: absolute;
	bottom: 0;
	height:70px;
	width:100%;
	background:rgba(255,255,255,0.8);
	text-align:center;
}
.b_main_contacts-city{
	font-family:'pf_beau_sans_pro_book';
	display:inline-block;
	padding:28px 0 0 0;
}
.b_main_contacts-city__label{
	float:left;
	font-size:16px;
	color:#2b5b81;
	margin:0 5px 0 0;
}
.b_main_contacts-city__city{
	float:left;
	margin:0 0 0 85px;
	font-size:20px;
	color:#AE1B21;
	border-bottom:1px dotted;
	cursor:pointer;
}
.b_main_contacts-city__city_tomsk::before{
	content:'';
	position: absolute;
	width:44px;
	height:44px;
	margin:-10px 0 0 -54px;
	background:url(/local/templates/tnimc/css/../img/tomsk.png) no-repeat;
}
.b_main_contacts-city__city_tyumen::before{
	content:'';
	position: absolute;
	width:44px;
	height:44px;
	margin:-10px 0 0 -54px;
	background:url(/local/templates/tnimc/css/../img/tyumen.png) no-repeat;
}
/**/
.footer{}
.footer__line{
	min-height:200px;
	background:$FFF;
	border-top:2px solid #2b5b81;
	padding:0 0 35px 0;
}
.footer-line-container{
	width:1200px;
	min-width:1200px;
	max-width:1200px;
	border-top:8px solid #2b5b81;
	margin:0px auto;
	display:table;
}
.footer-line-container__logo{
	background:url(/local/templates/tnimc/css/../img/logo.png) no-repeat center center;
	height:90px;
	margin-bottom:7px;	
}

.footer-line-container__logo_onco{
	background:url(/local/templates/tnimc/css/../img/logo_onco.png) no-repeat center center;
	height:100px;
	margin-bottom:7px;	
}

.footer-line-container__title{
	width:240px;
	min-height:130px;
	padding:40px 30px;
	text-align:center;
	color:#000;
	font-size:12px;
	float:left;
}

.footer-line-container__dev {
	margin-top:10px;
}

.footer-line-container__dev a {
	font-size: 28px;
 	margin: 15px 10px;
}

.footer-line-container__dev .fa-vk {
	color: #4a76a8;
}

.footer-line-container__dev .fa-google-plus {
	color: #db4437;
}

.footer-line-container__dev .fa-facebook {
	color: #3B5998;
}

.fab {
    text-align: center;
    text-decoration: none;
}

.fab:hover {
    opacity: 0.7;
	cursor: pointer;
}


.footer_menu{}
.footer_menu__el{
	width:115px;
	max-width:115px;
	min-width:115px;
	float:left;
	padding-top:40px;
	margin:0 10px;
}
.footer_menu__el:first-child{
	width:50px;
	max-width:50px;
	min-width:50px;
}
.footer_menu_el{
	font-family: 'tahoma';
}
.footer_menu_el__menu{	
	color:#285375;
	font-size:15px;
	padding-bottom:15px;
	border-bottom: 1px dotted #b9cddc;	
}
.footer_menu_el__menu:hover{	
	text-decoration:underline;
}
.footer_menu_el__menu_home{
	background:url('/local/templates/tnimc/css/../img/menu_home_footer.png') no-repeat;
	background-position: center center;	
	padding-top: 45px;
	margin-top:-15px;
	padding-bottom:0px;
	border:0;
	width:45px;
}
.footer_menu_el__submenu{
	margin-top:16px;
	font-size:13px;
	color:#AE1B21;
}
.footer_menu_el__submenu:hover{
	text-decoration:underline;
}

.b-page{
	padding-bottom: 70px;
	background-color: #f0f5f7;
}
.b-page-container{
	width:1100px;
	margin:0 auto;
	font-family:'tahoma';
	font-size:14px;
	min-height:480px;
	display: table;
}
.b-page-title h1{
	font-family:'pf_beau_sans_pro_regular';
	font-size:46px;
	color: #AE1B21;
}
.b-page-breadcrumb{
	overflow:hidden;
	margin-bottom: 30px;
}
.b-page-breadcrumb-list{
	float:left;
	list-style: none;
	padding:0px;
	margin:0px;
}
.b-page-breadcrumb-list__el{
	float:left;
	padding: 0px 40px 0 0;
	position:relative;	
}
.b-page-breadcrumb-list__el a,
.b-page-breadcrumb-list__el{
	color:#AE1B21;
	font-size:13px;
}
.b-page-breadcrumb-list__el a:hover{
	text-decoration:underline;
}
.b-page-breadcrumb-list__el::before{
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background: #AE1B21;
	margin-left: -28px;
	margin-top: 10px;
}
.b-page-breadcrumb-list__el:last-child::before{
	background: #000000;
}
.b-page-breadcrumb-list__el:last-child{
	color:#000000;
}
.b-page-breadcrumb-back{
	float:right;	
}
.b-page-breadcrumb-back,
.b-page-breadcrumb-back a{ 
	color:#AE1B21;
	font-size:13px;
}
.b-page-breadcrumb-back a:hover{
	text-decoration:underline;
}
.b-page-breadcrumb-back a:before {
	content:'';
	position:absolute;
	background:url(/local/templates/tnimc/css/../img/arrow_back.png) no-repeat;
	width: 26px;
	height: 11px;
	margin: 4px 0px 0 -38px;
}
/**/
.b-page-content{
	float:left;
	width:720px;
	font-size:14px;
}
.b-page-content a:focus,
.b-page-contenta:hover{
	color:#0e62a0;
}
.b-page-content a>img {
	font-size:15px;
	/*border:1px solid #AE1B21;*/
	margin:0 10px;
}
.b-page-content ul{
	overflow:hidden;
}
.b-page-content ol{
	list-style-type:decimal;
}
.b-page-content ul li {
	position:relative;
	list-style:none;
	margin-bottom: 10px;
}

.b-page-content ol li {
	margin-bottom: 10px;
}

.b-page-content ul li:before{
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #AE1B21;
	left: -30px;
	top: 8px;	
}
.b-page-content h1,
.b-page-content h2,
.b-page-content h3,
.b-page-content h4,
.b-page-content h5{
	font-family:'pf_beau_sans_pro_regular';
	color:#285375;
	margin:20px 0 20px 0;
}
.b-page-content h1{	
	font-size:36px;
}
.b-page-content h2{
	font-size:32px;
}
.b-page-content h3{
	font-size:28px;
}
.b-page-content h4{
	font-size:24px;
}
.b-page-content h5{
	font-size:20px;
}

.b-page-content table{
	border:0;
	border-collapse: collapse;
}

.b-page-content tr:nth-child(2n+1) {
	background:#d8e3e7;
}

.b-page-content th{
	font-size:16px;
	color:#285375;	
	background:#c1d6dc;
}
.b-page-content th,
.b-page-content td {
	border:1px solid #97b5ca;
	padding:15px 20px;
}
.b-page-content_block_even{
    background: #ececec;
    margin:0px;padding: 5px;
    border-bottom: solid 1px #DDD;
}
.b-page-content_block_odd{
    margin:0px;padding: 5px;
    border-bottom: solid 1px #DDD;
}

/**/
.b-page-sections{
	width:340px;
	float: right;
}
/**/
.b_pager{
	text-align:center;
}
.b_pager ul{
	display: inline-block;
	padding:5px;
	margin:0px;	
}
.b_pager ul li:before{
	display:none;
}
.b_pager__el{	
	list-style: none;
	float: left;
	padding: 0 15px;	
}
.b_pager__el,
.b_pager__el a,
.b_pager__el a:focus{
	font-family:'tahoma';
	color:#AE1B21;
	font-size:15px;
}
.b_pager__el_current,	
.b_pager__el_current a,
.b_pager__el_current a:focus{	
	padding:5px;
	border-radius:3px;	
	color:#FFF;
	background:#AE1B21;
	margin-top:-5px;
}

.b_pager__el_prev{	
	background:url(/local/templates/tnimc/css/../img/arrow_prev.png) no-repeat center;
	margin-right: 5px;		
}
.b_pager__el_prev_disabled{
	opacity: 0;
}
.b_pager__el_next{	
	background:url(/local/templates/tnimc/css/../img/arrow_next.png) no-repeat center;
	margin-left: 5px;
}

.b_pager__el_prev,
.b_pager__el_prev a,
.b_pager__el_prev a:focus,
.b_pager__el_next,
.b_pager__el_next a,
.b_pager__el_next a:focus{
	color: rgba(0, 0, 0, 0);
}
.b_pager__el_next_disabled{
	opacity: 0;
}
/**/
.search-page{}
.search-page input[type="text"] {
	padding: 10px 10px;
	border-radius: 3px;
	border: 2px solid rgb(14, 98, 160);
	font-size:14px;
	vertical-align:top;
}
.search-page input[type="submit"] {
	padding:7px 60px;
	border-radius:3px;
	background:#2b5b81;
	border:0;
	color:#FFF;
	font-size:20px;	
}
.search-page input[type="submit"]:hover {
	cursor:pointer;
	background:#1475be;
}
/**/
.b-form{
	background-color:#f0f5f7;
	border-radius:5px;
	font-size:12px;
}
.b-form_size-730{
	width:730px;
	max-width:730px;
	min-width:730px;
}
.b-form__title{
	font-family: 'pf_beau_sans_pro_book';
	font-size:46px;
	background-color:#FFF;
	text-align:center;
	color:#0e62a0;
	padding:15px 0 5px 0;
	border-radius:5px 5px 0 0;
}
.b-form__field{
	width:280px;
	padding:30px 0 0 30px;
	margin-left: 20px;
	float:left;
}
.b-form__field_big{
	width:630px;
	max-width:630px;
	clear:left;
	margin-bottom:20px;
}

.b-form__buttons{
	clear:left;
	padding: 20px 0 30px 0;
	text-align:center;
}
.b-form__mes,
.b-form__err{
	clear:both;
	text-align:center;
	padding:10px;
	font-size:20px;
	text-transform:uppercase;
	color:#FFF;
}
.b-form__err{	
	background:#a90839;	
}
.b-form__mes{
	background:#0b8f56;
}
/**/
.b-form-field{
	font-size:0px;
}
.b-form-field__label{
	color:#197bc3;
	padding:0 0 0 13px;
	font-size:16px;
}
.b-form-field__text{
	width:100%;
	margin:13px 0 0 0;
	border:2px solid #76aace;
	border-radius:3px;
	padding:12px;
	background: none;
	font-size:14px;
}
.b-form-field__text_big{
	max-width:610px;
}
.b-form-field__text_error{
	border:2px solid #a90839;
}
.b-form-field__error{
	font-family:'tahoma';
	color: #a90839;
	font-size: 12px;
	position: absolute;
	margin: 5px;	
}
/**/
.b-form-buttons{}
.b-form-buttons__button{
	font-family: 'pf_beau_sans_pro_book';	
	padding: 10px 37px;
	font-size: 26px;
	border: 0;
	color: #AE1B21;
	background:rgba(0,0,0,0);
}
.b-form-buttons__button:hover{
	color:#de3b42;
	cursor:pointer;
}
.b-form-buttons__button_orange{
	color: #FFF;
	background-color: #AE1B21;
}
.b-form-buttons__button_orange:hover{
	background-color: #de3b42;
	color: #FFF;
}
/**/
.popup{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
  z-index: 20;
}
}
.popup_hidden{
	display:none;
}
.popup__el{
	width: 730px;
	height: auto;	
	font-size:46px;	
	margin: 30px auto;
}
.popup__el_load{
	background-color: #FFF;
	padding:30px;
	text-align:center;
	color:#0e62a0;
}

.b-form__field-confer .b-form-field__select {
	width:500px; 
	margin:13px 0 0 0;
	border:2px solid #76aace;
	border-radius:3px;
	padding:12px;
	background: none;
	font-size:16px;
	color:#197bc3;
}
/*здесь новые стили добавленные недавно, если что то сломалось и срочно исправить надо из закомментить */
#submit_form_conf .file {
	position: relative;
}

#submit_form_conf .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

#submit_form_conf .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#submit_form_conf input#uploadFile {
	width: 290px;
}

#submit_form_conf div.btn-primary {
	float: right;
	padding:5px 20px;
	border-radius:3px;
	background:#2b5b81;
	border:0;
	color:#FFF;
	font-size:16px;
	position: absolute;
	top: -1px;
	right: 5px;
}

#submit_form_conf input[type="submit"],
#submit_form_conf input[type="button"] {
	margin: 0px;
    margin-top: 10px;
	width: 190px !important;
	display: inline-block;
}

#submit_form_conf input[type="submit"],
#submit_form_conf input[type="button"] {
	padding: 11px 10px;
	border-radius: 3px;
	text-align: center;
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 18px;
	float: right;
	background-color: #AE1B21;
	cursor: pointer;
	width: 200px !important;
	float: left;
	margin-top: 20px;
}

#submit_form_conf input[type="submit"] {
	margin: 20px 81px;
}

#submit_form_conf input[type="submit"]:hover {
	background-color: #de3b42;
}

.b-form__field-confer {
 width: 472px;
}

.b-form-field__label_c {
	display: block;
}

.b-form-field_dbl {
	position: relative;
	display: flex;
	width: 540px;
}

.b-form-field_dbl-inpt {

}

.b-form-field__text_dbl {
	width: 217px;
	margin-right: 10px;
}

.b-form__field-confer:hover .b-form-field__text-plus_c {
	display: block;
}

.b-form-field__text-plus_c {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	line-height: 36px;
	width:30px;
	height: 36px;
	font-size: 36px;
	color: #AE1B21;
	margin-top: 14px;
	display: none;
	cursor: pointer;
}

.captcha_c {
	float: left;
	clear: both;
	margin: 10px 5px 0px 50px;
}

.b-form-field_dbl-error {
	font-size: 12px;
	color: red;
	margin-left:10px;
}

.form-info_main {
	margin-left: 50px;
	width: 530px;
	padding: 10px;
	border-radius: 2px;

}

.error {
	border: 2px solid red;
	color: red;
}

.success {
	border: 2px solid green;
	color: green;
}

/*глаз для переключения цвета */

.eye {
  display: inline-block;
  position: relative;
  margin-top: 4px;
  margin-bottom: -4px;
  width: 1em; /* ширина элемента */ 
  height: 1em; /* высота элемента */ 
  background: currentColor; /* цвет иконки как цвет текста */ 
  border-radius: 70% 0 / 70%;
  transform: rotate(45deg);
}
.eye::before,
.eye::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  background: #fff;
  border-radius: 100%;
}
.eye::after {
  width: 30%;
  height: 30%;
  top: 35%;
  left: 35%;
  background: inherit; /* цвет зрачка как у родителя */ 
}
/* Стили менюшки*/

/**/
.popup{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.popup_hidden{
	display:none;
}
.popup__el{
	width: 730px;
	height: auto;	
	font-size:46px;	
	margin: 100px auto;
}
.popup__el_load{
	background-color: #FFF;
	padding:30px;
	text-align:center;
	color:#0e62a0;
}

.hidden_menu{
	display: none;
	padding-bottom: 10px;
	background-size: 100% 100%;
}
.hidden_menu__el{
	padding-left: 11px;

	width:150px;
	max-width:150px;
	min-width:150px;


	float:left;
	margin-right: 5px;
	margin-left: 5px;
	padding-top:10px;
	margin-bottom: 20px;
}

.hidden_menu__el:first-child{
	width: 60px;
	margin: 0px;
	max-width:60px;
	min-width:60px;
}
.hidden_menu_el{
	font-family: 'tahoma';
}
.hidden_menu_el__menu{
	color: color:#FFF;
	font-size:15px;
	padding-bottom:15px;
}
.hidden_menu_el__menu:hover{
	text-decoration:underline;
}
.hidden_menu_el__menu_home{
	width: 100%;
	height: 100%;
}
.hidden_menu_el__submenu{
	margin-top:16px;
	font-size:13px;
	color:#fff;
}

.hidden_menu_el__submenu:hover{
	text-decoration: underline;
}

.container {
	padding-top: 15px;
	display: inline-block;
	cursor: pointer;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #fff;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-10px, 6px);
	transform: rotate(-45deg) translate(-10px, 6px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-9px, -6px);
	transform: rotate(45deg) translate(-9px, -6px);
}

.clearfix {
	clear:both;
}

.hidden_menu_el-row-1 {
	margin-left: 0;
}

.hidden_menu_el-row-2 {
	margin-left: 20px;
}

.hidden_menu_el-row-3 {
	margin-left: 10px;
}

.hidden_menu_el-row-4 {
	margin-left: 5px;
}

.hidden_menu_el-row-5 {
	margin-left: 30px;
}

.hidden_menu_el-row-6 {
	margin-left: 32px;
}

.b-top-menu-el__name_home {
	width: 100%;
	padding-left: 13px;
	height: 100%;
}

li > a:hover,
.b-page-content a:hover {
	text-decoration: underline;
}

.footer-line-container__menu {
	position: relative;
}
.support {
	font-size: 13px !important;
	position: absolute;
	right: -2px;
	bottom: -380px;
	color: #AE1B21;
}
.support:hover {
	text-decoration: underline;
}
#agreement-table_block td {
	padding: 5px 10px;
}
.b-news-el__share {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 40px;
}
.b-news-el__share .fb-share-button {
	margin-left: 10px;
}
.b-news-el__share td {
	padding: 0px !important;
	border: none !important;
}
.b-news-el__share::after {
	text-content: ' ';
	display: block;
	clear: both;
}
/* End */
/* /local/templates/tnimc/css/colorbox/colorbox.css?14738207993025 */
/* /local/templates/tnimc/css/style.css?162504947533855 */
