@font-face {
font-family: 'Roboto Regular';
font-style: normal;
font-weight: normal;
src: local('Roboto Regular'), url('/bitrix/fonts/Roboto/Roboto-Regular.ttf') format("truetype");
}
@font-face {
font-family: 'Roboto Medium';
font-style: normal;
font-weight: normal;
src: local('Roboto Medium'), url('/bitrix/fonts/Roboto/Roboto-Medium.ttf') format("truetype");
}
@font-face {
font-family: 'Roboto Black';
font-style: normal;
font-weight: normal;
src: local('Roboto Black'), url('/bitrix/fonts/Roboto/Roboto-Black.ttf') format("truetype");
}
body
{
	font-family: 'Roboto Regular', 'Arial', sans-serif;
}
h3
{
font-size: 1.25rem;
    font-weight: bold;
    color: #4178bc;
}
.iro_font_style_medium
{
	font-family: 'Roboto Regular', 'Arial', sans-serif;
}
.iro_font_style_black
{
	font-family: 'Roboto Black', 'Arial', sans-serif;
}
#iro_logo
{
	width: 4rem;
    height: 4rem;
}
.iro_background_color_white
{
	background-color: #ffffff;
}
.iro_background_color_yellow
{
	background: #f9d968;
}
.iro_background_color_blue
{
	background-color: #4178bc;
}
.iro_background_color_grey
{
	background-color: #f0f0f0;
}
.iro_background_color_grey_dark
{
	background-color: #cdcdcd;
	color: #000000;
}
a:hover,
	.iro_font_color_black,
		.iro_card_y_banner:hover .iro_font_color_black
{
	color: #000000;
}
.iro_font_color_blue
{
	color: #4178bc;
}
.iro_font_color_black
{
	color: #000000;
}
.iro_font_color_white, .navbar-nav>.nav-item:hover>.nav-link
{
	color: #ffffff;
}
.news-header {
    line-height: 1;
    font-size: 14pt;
    font-weight: bold;
    border-left: 4px solid #4178bc;
    padding: 2px 15px 2px 8px;
    color: #232323;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.iro_background_color_grey_dark a
{
	color: #000000;
}
.iro_card_y_banner{
	font-size: 0.8rem;
	border: 2px solid #f9d968;
}
.iro_card_y_banner:hover{
    background: #f9d968;
}
/*#navbarsIROmainMini .navbar-nav
{
	flex-direction: inherit;
}
#navbarsIROmainMini .navbar-nav li
{
	margin-right: 2rem;
}
#navbarsIROmainMini .navbar-nav .nav-link
{
	color: #ffffff;
}*/
.dropdown-divider {
    margin: .1rem 0 !important;
}
/* block_height */
@media (min-width: 0px){
    .iro_card_news .iro_block_h_lg_10
	{
        height: 10rem;
    }
}
@media (min-width: 992px){
    .iro_card_news .iro_block_h_lg_10
	{
        height: 11rem;
    }
}
.iro_card_y_banner
{
	height: 4rem;
}
}
/* block_height */
/* splide */
#iro-banner-splide-partners .splide__arrow,
	#iro-banner-splide-e-resources .splide__arrow
{
    width: 2.4em;
    height: 1.8em;
	background: none;	
}
#iro-banner-splide-partners .splide__arrow svg,
	#iro-banner-splide-e-resources .splide__arrow svg
{
    width: 2.4em;
    height: 1.8em;
	fill: #757575;
}
#iro-banner-splide-partners .splide__arrow--prev,
	#iro-banner-splide-e-resources .splide__arrow--prev
{
    width: 2.4em;
    height: 1.8em;
	background: none;
	left: -4em;
}
#iro-banner-splide-partners .splide__arrow--next,
	#iro-banner-splide-e-resources .splide__arrow--next
{
    width: 2.4em;
    height: 1.8em;
	background: none;
	right: -1em;
}
/* splide */
/*dropdown menu*/
.navbar-nav {
    width:100%;
    justify-content: space-around;
}
nav.navbar .dropdown:hover > .dropdown-menu {
 display: block; 
}
.dropdown-menu {
	width: max-content;
	border: inherit;
	border-radius: inherit;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-toggle::after {
	border: none;
}
/*dropdown menu*/
/*left&mobile menu*/
div.menu-sitemap-tree
{
    font-family: 'Roboto Regular', 'Arial', sans-serif;
    margin-top: 10px;
}
div.menu-sitemap-tree ul
{
	position: relative; /*IE bug*/
	list-style-type: none;
	margin:0;
	padding:0;
}
div.menu-sitemap-tree ul ul
{
	width: auto;
	margin:0;
	padding:0;
}
div.menu-sitemap-tree li
{
	margin:0;
	padding:0px 5px 0px 16px;
}
div.menu-sitemap-tree li li
{
    margin: 0;
    padding: 5px 0 5px 15px;
    border: none;
}
div.menu-sitemap-tree li
{
    padding: 10px 0 10px 15px;
    border-bottom: 2px solid #f5f5f5;
    background-color: #4178bc17;
}
div.menu-sitemap-tree li.menu-hover, div.menu-sitemap-tree li.menu-close {
    background-color: transparent;
}
div.menu-sitemap-tree li.menu-close ul
{
	display: none;
}
div.menu-sitemap-tree ul li a
{
	font-size:100%;
	color:black;
}
div.menu-sitemap-tree ul ul li a
{
	font-size:100%;
	color:black;
}
div.menu-sitemap-tree div.item-text
{
	position:relative;
}
div.menu-sitemap-tree li.menu-close .item-text.folder
{
    padding: 0 15px 0 0;
    margin-right: 0;
    top: 0;
    left: 0;
}
div.menu-sitemap-tree li .item-text.folder 
{
    padding: 10px 15px;
    margin-right: -15px;
    top: -10px;
    left: -15px;
}
div.menu-sitemap-tree li.menu-close:hover .item-text.folder
{
    padding: 10px 15px;
}
div.menu-sitemap-tree li.menu-close:hover
{
	padding: 0;
}
div.menu-sitemap-tree li li .item-text.folder
{
    padding: 0 15px 0 0;
    margin-right: 0;
    top: 0;
    left: 0;
}
div.menu-sitemap-tree li li.menu-close:hover
{
    padding: 5px 0 5px 15px;
}
div.menu-sitemap-tree li li.menu-close:hover .item-text.folder
{
    margin: 0;
    padding: 0 15px 0 0;
    border: none;
}
div.menu-sitemap-tree li.menu-close .item-text.folder:after,
div.menu-sitemap-tree li .item-text.folder:after {
    color: #222;
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    right: 10px;
}
div.menu-sitemap-tree ul ul li a:before, .iro-menu-btn {
    color: #222;
    position: absolute;
    font-family: FontAwesome;
    font-size: 0.2rem;
    content: "\f111";
    left: -0.5rem;
    top: 0.5rem;
}
div.menu-sitemap-tree .sub-folder
{
    font-size: 0.95rem;
}
.nav-item:hover, div.menu-sitemap-tree .menu-hover.iro-active, div.menu-sitemap-tree .menu-hover:hover, div.menu-sitemap-tree .menu-close:hover
{
background-color: #4178bc17;
}
.nav-item:hover>.nav-link, div.menu-sitemap-tree .menu-hover.iro-active a, div.menu-sitemap-tree .iro-active>.folder a, div.menu-sitemap-tree a:hover, div.menu-sitemap-tree .menu-hover:hover a, div.menu-sitemap-tree .menu-close:hover item-text folder a
{
    color: #4178bc;
}
/*left&mobile menu*/
/* tab */
ul.tabs, ul.tabs2{
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    width: 100%;
}
ul.tabs li, ul.tabs2 li {
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    background: none;
color: white;
}
ul.tabs li a, ul.tabs2 li a {
    text-decoration: none;
    display: block;
    padding: 0;
    outline: none;
color: white;
}
html ul.tabs li.active a, html ul.tabs2 li.active a{
 color: #4178bc;
} 
html ul.tabs li.active span, html ul.tabs2 li.active span{
    background-color: white;
}
.tab_container {
    clear: both;
    float: left; 
    width: 100%;
    padding-top: 1rem;
}
.tab_content {
    padding: 20px;
}
/* tab */
