@import url(bootstrap.css);
@import url(am.css);

html,
body {
  height: 100%;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	color: #373a3c;
	padding: 0;
  margin: 0;
  
	/*FOR KEYCLOAK*/
	background: url("../img/bg.jpg") no-repeat center center fixed;
	background-size: cover;
}


/*FOR KEYCLOAK*/
.social-provider-text {
	font-size: 12px;
	color: #415e72;
}


/*FOR KEYCLOAK*/
.profile-select {
	cursor: pointer;
}


/*FOR KEYCLOAK*/
.profile-select:hover {
	background: #e5f7ed;
}

a {
	color: #415e72;
	text-decoration: underline;
}

a:hover {
	color: #5d7688;
}

a.feat {
	color: #27ae61;
}

a.feat:hover {
	color: #1c9f54;
}

b,
strong {
	font-weight: 600;
}

h1 {
	font-size: 24px;
	font-weight: 500;
	margin: 15px 0;
	color: #000;
}

h2 {
	font-size: 20px;
	font-weight: 500;
	margin: 15px 0;
	color: #000;
}

h3 {
	font-size: 18px;
	font-weight: 500;
}

h4 {
	font-size: 16px;
	font-weight: 500;
}

h5 {
	font-size: 14px;
	font-weight: 500;
}

.btn {
	height: 1px;
	min-height: 40px;
	text-align: center;
	background: #415e72;
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	padding: 10px 20px;
	min-width: 150px;
	margin-bottom: 10px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	display: inline-flex;
}

.btn:hover {
	background: #2d4e65;
	color: #fff;
	text-decoration: none;
}

.btn.btn-feat {
	background: #27ae61;
}

.btn.btn-feat:hover,
.btn.btn-feat:focus {
	background: #1c9f54;
	color: #fff;
}

.btn.btn-regular {
	color: #415e72;
	background: #fff;
	border: 1px solid #d9dee0;
}

.btn.btn-regular:hover {
	background: #edf1f4;
}

.btn.btn-continue {
	min-height: 47px;
	font-size: 18px;
	box-shadow: 0 2px 0 #1e9350;
}

.btn.btn-small {
	padding: 5px 10px;
}

.btn .icon-left-chevron,
.btn .icon-square-plus {
	margin: 0 10px 0 0;
}

.btn .icon-right-chevron {
	margin: 0 0 0 10px;
}

.btn:before,
.btn:after {
	content: "";
	flex: 1 0 auto;
}

header {
	font-size: 0;
	background: #fff;
	/* NOT NEEDED FOR KEYCLOAK */
	/*box-shadow: 0 1px 3px #0000001f;*/
	/* CUSTOM FOR KEYCLOAK*/
	/*padding: 10px 10px 15px 10px; */
	padding: 10px 10px 15px 0px;
}

header .logo {
	text-decoration: none;
	align-items: center;
	display: inline-flex;
}

header .logo img {
	vertical-align: top;
	margin-right: 15px;
}

header .logo .text {
	display: inline-block;
	max-width: 320px;
}

header .logo .big-text {
	float: left;
	width: 100%;
	font-size: 23px;
	font-weight: 600;
	color: #000;
	line-height: 1.15;
	margin: 5px 0 1px 0;
}

header .logo .small-text {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #415e72;
	line-height: 11px;
}

header .logo .admin {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #c73232;
	line-height: 11px;
}

header .btn {
	margin: 9px 0 0 0;
}

header .user {
	font-size: 0;
	list-style: none;
	padding: 0;
	margin: 16px 0 0 0;
	position: relative;
	float: right;
	display: inline-flex;
	flex-flow: row-reverse wrap;
}

header .user_mobile {
	display: none;
}

header .user__items {
	border-right: 1px solid #e4e5e6;
	position: relative;
}

header .user__items:first-child {
	border: none;
}

header .user__items--nav {
	border: none;
	position: static;
}

header .user__links {
	height: 100%;
	text-decoration: none;
	position: relative;
	align-items: center;
	display: flex;
}

header .user__mail_no {
	display: block;
	width: 15px;
	height: 15px;
	color: #fff;
	font: bold 11px/1.4 Roboto, sans-serif;
	background: #27ae61;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -7px;
	right: 7px;
}

header .user .icon-message {
	font-size: 20px;
	line-height: 16px;
	padding: 3px 10px;
	position: relative;
}

header .user .icon-message:before {
	width: auto;
}

header .user .mail {
	justify-content: center;
}

header .user .menu {
	line-height: 16px;
	padding: 3px 10px;
	justify-content: center;
	flex-flow: column nowrap;
}

header .user .user-block {
	margin-left: 15px;
}

header .user .user-block .icon-user {
	color: #cfdce5;
	font-size: 15px;
	margin-right: 6px;
}

header .user .user-block .icon-down-chevron {
	font-size: 13px;
	margin-left: 20px;
}

header .user .user-block .name {
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	font-size: 15px;
	color: #415e72;
}

header .user .user-block .name span {
	display: block;
	font-size: 11px;
	color: #27ae61;
}

header .user_drop {
	width: 260px;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	transition: all 0.5s ease;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border: 1px solid #e3e6e8;
	padding: 0;
	margin: 0;
	position: absolute;
	top: calc(100% - 1px);
	right: -1px;
	z-index: 5;
}

header .user_drop.open {
	opacity: 1;
	visibility: visible;
}

header .user_drop__links {
	text-align: center;
	text-decoration: none;
	display: block;
}

header .user_drop__txt {
	padding: 10px 0 0 0;
	display: block;
}

header .user_drop--nav {
	font-size: 15px;
}

header .user_drop--nav .user_drop__items {
	border-bottom: 1px solid #EDF1F4;
}

header .user_drop--nav .user_drop__items:last-child {
	border: none;
}

header .user_drop--nav .user_drop__links {
	padding: 10px;
	display: block;
}

header .user_drop--nav .user_drop__links.active,
header .user_drop--nav .user_drop__links:hover {
	background: #EDF1F4;
}

header .user_drop--nav .user_drop__links .icon-logout {
	font-size: 14px;
	margin: 0 0 0 5px;
}

header .user_drop--menu {
	font-size: 15px;
	padding: 16px 0;
	align-items: center;
	justify-content: center;
	display: flex;
}

header .user_drop--menu .user_drop__items {
	width: 33.333%;
	border-left: 1px solid #e3e6e8;
}

header .user_drop--menu .user_drop__items:first-child {
	border: none;
}

header .user_drop--menu .user_drop__links {
	font-weight: bold;
	padding: 3px 0 0 0;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-flow: column nowrap;
}

.icon-dots {
	display: inline-block;
	position: relative;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #415e72;
	margin: 1px 11px;
}

.icon-dots:before {
	content: "";
	position: absolute;
	margin: 0;
	top: 0;
	left: -7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #415e72;
}

.icon-dots:after {
	content: "";
	position: absolute;
	margin: 0;
	top: 0;
	right: -7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #415e72;
}

.text-danger {
	color: #c73232;
}

.under-header {
	height: 50px;
	font-size: 0;
	background: #415e72;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	padding: 8px 20px 0 20px;
	text-align: right;
	color: #fff;
}

.under-header a {
	color: #fff;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	display: inline-flex;
}

.under-header .language {
	font-size: 13px;
	text-decoration: none;
	margin: 0 30px;
}

.under-header .language:hover {
	color: rgba(255, 255, 255, 0.67);
}

.under-header .language img {
	margin-right: 5px;
	vertical-align: text-top;
}

.under-header .sitemap {
	font-size: 0;
}

.under-header .sitemap:hover {
	color: rgba(255, 255, 255, 0.82);
}

.under-header .search {
	width: 253px;
	height: 33px;
	position: relative;
	display: block;
}

.under-header .search input {
	height: 33px;
	background: transparent;
	border: 0;
	color: #415e72;
	font-size: 16px;
	padding: 6px 35px 5px 17px;
	min-height: 0;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.23);
	border-radius: 50px !important;
}

.under-header .search input::-webkit-input-placeholder {
	color: #fff !important;
	opacity: 1;
}

.under-header .search input:-ms-input-placeholder {
	color: #fff !important;
	opacity: 1;
}

.under-header .search input::-ms-input-placeholder {
	color: #fff !important;
	opacity: 1;
}

.under-header .search input::placeholder {
	color: #fff !important;
	opacity: 1;
}

.under-header .search input:focus::-webkit-input-placeholder {
	color: #415e72 !important;
}

.under-header .search input:focus:-ms-input-placeholder {
	color: #415e72 !important;
}

.under-header .search input:focus::-ms-input-placeholder {
	color: #415e72 !important;
}

.under-header .search input:focus::placeholder {
	color: #415e72 !important;
}

.under-header .search .btn {
	position: absolute;
	top: 0;
	right: 0;
}

.under-header .search input:focus+.btn {
	color: #415e72;
}

.under-header .btn {
	height: 33px;
	min-height: 0;
	text-decoration: none;
	background: transparent;
	border: 0;
	min-width: 0;
	padding: 0 15px 0 5px;
	margin: 0;
	display: inline-flex;
}

.under-header .form-inline {
	display: inline-block;
}

.navbar-inverse {
	background: none;
	position: absolute;
	right: -60px;
	z-index: 3;
}

.navbar-inverse .navbar-toggle {
	display: inline-block;
	float: none;
	margin: 0;
	border: 0;
	padding: 14px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	opacity: .71;
	background: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
	height: 3px;
	width: 23px;
	border-radius: 0;
	background-color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px;
}

nav {
	margin: -50px 0 0 0;
	display: inline-block;
	position: relative;
	background: #fff;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.19);
	float: left;
	z-index: 2;
}

nav .navbar-collapse {
	transition: width .5s;
}

nav .navbar-collapse.collapsing {
	padding: 0;
	max-width: unset;
	width: 240px;
	height: auto !important;
	overflow: hidden !important;
}

nav .navbar-collapse.collapse {
	width: 0;
	padding: 0;
	overflow: hidden !important;
}

nav .navbar-collapse>.nav {
	width: 240px;
}

nav .navbar-collapse>.nav>li {
	background: #5d7688;
	color: #fff;
	min-height: 50px;
	margin-bottom: 1px;
}

nav .navbar-collapse>.nav>li>a {
	color: #fff;
	font-weight: 400;
	min-height: 50px;
	padding: 15px 20px;
	text-decoration: none;
}

nav .navbar-collapse>.nav>li>a:hover,
nav .navbar-collapse>.nav>li>a:focus {
	background: #2d4e65;
}

nav .navbar-collapse>.nav>li>a[data-toggle] {
	padding-right: 40px;
}

nav .navbar-collapse>.nav>li>a[data-toggle][aria-expanded="true"] {
	font-weight: bold;
}

nav .navbar-collapse>.nav>li>a[data-toggle][aria-expanded="true"]:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

nav .navbar-collapse>.nav>li>a[data-toggle]:after {
	font-family: am;
	content: "\e803";
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	color: #fff;
}

nav .navbar-collapse>.nav>li>a.feat {
	background: #27ae61;
}

nav .navbar-collapse>.nav>li>a.feat:hover,
nav .navbar-collapse>.nav>li>a.feat:focus {
	background: #1c9f54;
}

nav .navbar-collapse>.nav>li.open>a {
	background: #2d4e65;
}

nav .navbar-collapse .collapse-menu {
	position: relative;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	float: none;
	box-shadow: none;
}

nav .navbar-collapse .collapse-menu>li>a {
	display: block;
	color: #415e72;
	background: #fff;
	min-height: 50px;
	padding: 14px 20px;
	border-top: 1px solid #eceeef;
	text-decoration: none;
	white-space: normal;
	position: relative;
}

nav .navbar-collapse .collapse-menu>li>a:hover,
nav .navbar-collapse .collapse-menu>li>a:focus {
	background-color: #edf1f4;
}

nav .navbar-collapse .collapse-menu>li>a[data-toggle] {
	padding-right: 40px;
}

nav .navbar-collapse .collapse-menu>li>a[data-toggle][aria-expanded="true"] {
	font-weight: bold;
}

nav .navbar-collapse .collapse-menu>li>a[data-toggle][aria-expanded="true"]:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

nav .navbar-collapse .collapse-menu>li>a[data-toggle]:after {
	font-family: am;
	content: "\e803";
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	color: #415e72;
}

nav .navbar-collapse .collapse-menu>li>.sub>li>a {
	border: 0;
	font-size: 13px;
	padding: 5px 20px;
	min-height: 0;
	text-decoration: none;
}

nav .navbar-collapse .collapse-menu>li>.sub>li>a:hover,
nav .navbar-collapse .collapse-menu>li>.sub>li>a:focus {
	background: #fff;
	text-decoration: underline;
}

nav .navbar-collapse .collapse-menu>li>.sub>li>a.active {
	font-weight: bold;
}

nav .navbar-collapse .collapse-menu>li>.sub>li.open>a {
	background: #fff;
	font-weight: 600;
}

nav .navbar-collapse .collapse-menu>li.open>a {
	background: #edf1f4;
}

nav .navbar-collapse.collapse.in {
	display: inline-block !important;
	max-width: unset;
	width: 240px;
	overflow: hidden !important;
}

.main {
	display: flex;
}

.main .content {
	width: 100%;
	padding: 20px 0 40px 0;
}

.main .content_top {
	background: #f5f8fa;
	padding: 20px 0 0 0;
	margin: -20px 0 20px 0;
}

.main .content_top .breadcrumbs {
	border: none;
}

.bg {
	background: url(../img/bg.jpg) repeat;
	position: relative;
	z-index: 1;
}

.top-categories {
	margin-bottom: 20px;
}

.nav_cat {
	list-style: none;
	padding: 0 0 5px 0;
	margin: -8px -6px 23px -6px;
	display: flex;
}

.nav_cat__items {
	width: 33.333%;
	padding: 0 6px 7px 6px;
}

.nav_cat__links {
	height: 70px;
	font-size: 16px;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 45px 10px 17px;
	position: relative;
	align-items: center;
	display: flex;
}

.nav_cat__links:hover {
	color: #27AE61;
	text-decoration: none;
}

.nav_cat__links:after {
	color: #27AE61;
	font: 22px/1 am;
	content: "\e905";
	position: absolute;
	top: calc(50% - 11px);
	right: 24px;
}

.panel {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.panel.button-group {
	margin-bottom: 20px;
}

.panel .panel-inner {
	padding: 25px 20px;
}

.panel .panel-inner a {
	font-size: 15px;
}

.panel .panel-inner a.btn {
	font-size: 16px;
	min-height: 40px;
	padding: 8px 10px;
}

.panel .panel-inner a.btn:hover {
	background: #4186B5;
}

.home-promo {
	position: relative;
}

.home-info {
	background: #fff;
	padding: 65px 0 40px 0;
	margin: -60px 0 0 0;
}

.info_more {
	position: relative;
}

.info_more [class^=icon-] {
	margin: 0;
	position: absolute;
	top: 5px;
	right: -16px;
}

.icon-user {
	vertical-align: text-bottom;
	margin-right: 5px;
}

.icon-left-arrow,
.icon-right-arrow {
	font-size: 8px;
	vertical-align: middle;
	margin: 0 5px;
}

.icon-bell {
	font-size: 24px;
	vertical-align: middle;
	line-height: 18px;
}

.icon-phone {
	font-size: 25px;
	vertical-align: text-bottom;
	margin-right: 10px;
}

.icon-mail {
	font-size: 18px;
	vertical-align: text-bottom;
	margin-right: 10px;
}

.icon-mail:before {
	width: auto;
}

.icon-down-chevron.down {
	font-size: 13px;
	margin-left: 2px;
}

.full {
	width: 100%;
}

.list-links {
	margin: 0;
}

.list-links li {
	margin-bottom: 20px;
}

.flex {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 15px;
}

.flex .panel {
	height: 100%;
}

.top-categories .top {
	text-align: center;
	border-bottom: 1px solid #eceeef;
	padding: 30px 0 10px;
}

.top-categories .panel {
	position: relative;
}

.top-categories .panel-inner {
	padding-bottom: 100px !important;
}

.top-categories .bottom {
	position: absolute;
	bottom: 20px;
	left: 30px;
	right: 30px;
}

.top-categories .bottom:after {
	content: "";
	height: 200px;
}

.top-categories .icon-info {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 17px;
	background: transparent;
	border: 0;
	outline: 0;
}

.top-categories .info-block {
	position: absolute;
	width: 280px;
	right: -280px;
	top: -5px;
	z-index: 2;
	background: #fff;
	border: 1px solid #D9DEE0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	color: #72818D;
}

.top-categories .info-block .info-text {
	padding: 15px;
}

.top-categories .info-block:before {
	content: '';
	position: absolute;
	left: -11px;
	top: 13px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #D9DEE0;
}

.top-categories .info-block:after {
	content: '';
	position: absolute;
	left: -10px;
	top: 13px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
}

.top-categories .info-block.right {
	left: unset;
	right: 50px;
}

.top-categories .info-block.right:before {
	left: unset;
	right: -11px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #D9DEE0;
	border-right: unset;
}

.top-categories .info-block.right:after {
	left: unset;
	right: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	border-right: unset;
}

.button-group {
	float: left;
	width: 100%;
	border: 1px solid #e4e5e6;
}

.button-group a {
	width: 50%;
	min-height: 95px;
	float: left;
	border-right: 1px solid #e4e5e6;
	border-bottom: 1px solid #e4e5e6;
	padding: 10px 35px 10px 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	text-decoration: none;
	font-size: 16px;
}

.button-group a:hover {
	color: #27ae61;
}

.button-group a:after {
	font-family: "am";
	content: "\e905";
	font-size: 18px;
	position: absolute;
	right: 20px;
	color: #27ae61;
}

.button-group a:nth-child(even) {
	border-right: 0;
}

.button-group a:nth-last-child(1),
.button-group a:nth-last-child(2) {
	border-bottom: 0;
}

.news {
	background: #f5f8fa;
	border-top: 1px solid #e4e5e6;
	padding: 25px 0 40px;
	margin: 0 0 -40px 0;
}

.news .text-danger:hover {
	color: #E35F5F;
}

.news,
.fullnews {
	font-size: 15px;
}

.news .new,
.fullnews .new {
	border-bottom: 1px solid #ddd;
	padding: 5px 0 18px 0;
	margin-bottom: 20px;
	color: #72818d;
}

.news .new .title,
.fullnews .new .title {
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}

.news .new .date,
.fullnews .new .date {
	font-size: 14px;
	color: #bebfbf;
	margin-bottom: 15px;
}

.news .new .new_more,
.fullnews .new .new_more {
	position: relative;
}

.news .new .new_more [class^=icon-],
.fullnews .new .new_more [class^=icon-] {
	position: absolute;
	top: 2px;
	right: -12px;
}

.news .new img,
.fullnews .new img {
	max-width: 30%;
	float: left;
	margin-right: 15px;
}

.pages {
	font-size: 0;
	list-style: none;
	padding: 0 0 25px 0;
	float: right;
}

.pages__items {
	font-size: 14px;
	line-height: 35px;
	vertical-align: top;
	margin: 0 4px;
	display: inline-block;
}

.pages__links {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 33px;
	text-decoration: none !important;
	border: 1px solid #eceeef;
	border-radius: 50%;
	float: left;
}

.pages__links:hover {
	color: #ECEEEF;
}

.pages__links [class^=icon-] {
	font-size: 14px;
}

.btn-big {
	display: block;
	width: 100%;
	padding: 22px;
	margin-top: 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #e4e5e6;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.btn-big:hover {
	text-decoration: none;
}

.important {
	display: inline-block;
	background: #fff;
	font-size: 13px;
	color: #ff6f52;
	border-radius: 4px;
	padding: 4px 10px;
	margin-right: 5px;
	text-transform: uppercase;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

footer {
	position: relative;
	background: #415e72;
	color: #fff;
	padding: 45px 0 35px;
	z-index: 2;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #edf1f4;
}

footer .text-right a {
	text-decoration: none;
}

footer .info {
	font-size: 24px;
	font-weight: 300;
	text-decoration: none;
	margin: -12px 0 12px;
	align-items: center;
	display: flex;
}

footer .owner {
	text-transform: uppercase;
	font-weight: 600;
	width: 170px;
	margin-left: 5px;
	display: inline-block;
	text-align: left;
	vertical-align: bottom;
}

footer .copyright {
	margin-top: 35px;
	opacity: .43;
}

.alert {
	font-size: 15px;
	padding: 13px 13px 13px 45px;
	margin-bottom: 15px;
	border-radius: 3px;
	position: relative;
}

.alert [class^=icon-] {
	font-size: 18px;
	line-height: 15px;
	position: absolute;
	top: calc(50% - 9px);
	left: 13px;
}

.alert-warning {
	background: #fffae5;
	color: #a79a7c;
	border: 1px solid #f0e5bc;
}

.alert-warning .icon-info {
	color: #e6dab0;
}

.alert-error {
	background: #ffeeea;
	color: #f86a48;
	border: 1px solid #ffc4b5;
}

.alert-error .icon-info {
	color: #f86a48;
}

.alert-success {
	background: #e5f7ed;
	color: #27ae61;
	border: 1px solid #9ed6b6;
}

.alert-success .icon-info {
	color: #23b14d;
}

.icon-sitemap {
	background: url(../images/sitemap.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 6px;
}

.helper {
	position: fixed;
	top: 145px;
	right: 0;
	background: #fff;
	border-radius: 4px 0 0 4px;
}

.breadcrumbs {
	width: 100%;
	border-bottom: 1px solid #e4e5e6;
	padding: 0 0 10px;
	margin: -4px 0 26px 0;
	font-size: 13px;
	color: #e4e5e6;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs li a {
	text-decoration: none;
}

.breadcrumbs li:after {
	content: "/";
	margin: 0 10px;
}

.breadcrumbs li:last-child a {
	color: #27ae61;
}

.breadcrumbs li:last-child a:hover {
	color: #1c9f54;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.btn-more {
	display: block;
	margin: 15px 0;
}

.btn-more .more {
	display: none;
}

.btn-more .icon-down-chevron.down:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.btn-more.collapsed .more {
	display: inline;
}

.btn-more.collapsed .less {
	display: none;
}

.btn-more.collapsed .icon-down-chevron.down:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.text {
	color: #72818d;
}

.infotable {
	width: 100%;
	font-size: 15px;
}

.infotable strong {
	font-size: 16px;
	white-space: nowrap;
}

.infotable thead tr:nth-child(odd),
.infotable tbody tr:nth-child(even) {
	background: #f5f8fa;
	border: 1px solid #e4e5e6;
	border-right: 0;
	border-left: 0;
}

.infotable td {
	padding: 17px;
}

.infotable td:first-child {
	padding-right: 0;
}

.infotable b {
	font-size: 15px;
	font-weight: 500;
	display: block;
	color: #415e72;
	margin: 5px 0;
}

.buttons_row {
	padding: 13px 22px 0 22px;
	margin: 0 0 15px 0;
	align-items: center;
	display: flex;
}

.buttons_row--edit {
	background: #fffae5;
	border: 1px solid #f0e5bc;
	color: #a79a7c;
}

.buttons_row--preview {
	background: #e5f3fc;
	border: 1px solid #d1e5f2;
	color: #759bb5;
}

.buttons_row__title {
	font-size: 15px;
	margin: 0 auto 13px 0;
	flex: 0 0 170px;
}

.buttons_row__title [class^=icon-] {
	margin: 0 5px 0 0;
}

.buttons_row__title .icon-edit {
	color: #dbcd9a;
	font-size: 18px;
}

.buttons_row__title .icon-dark-eye {
	color: #7ca2ba;
	font-size: 14px;
}

.buttons_row__list {
	font-size: 0;
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

.buttons_row__items {
	padding: 0 0 3px 13px;
	display: inline-block;
}

.buttons_row .btn {
	font-size: 15px;
	font-weight: normal;
	border: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.buttons_row .btn [class^=icon-] {
	margin: 0 5px 0 0;
}

.buttons_row .btn .icon-checkbox,
.buttons_row .btn .icon-close {
	font-size: 12px;
}

.buttons_row .btn .icon-trash {
	font-size: 13px;
}

.buttons_row .btn .icon-text-correction-verification {
	font-size: 15px;
}

.buttons_row .btn .icon-edit {
	font-size: 18px;
}

.buttons_row .btn .icon-forward-arrow {
	font-size: 11px;
}

.tabs ul {
	width: 100%;
	display: flex;
	float: left;
	margin: 0 0 12px 0;
	padding: 0;
	border-bottom: 3px solid #eceeef;
}

.tabs ul li {
	display: inline-block;
	float: left;
	border-bottom: 3px solid #eceeef;
	margin-bottom: -3px;
}

.tabs ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 10px 25px;
}

.tabs ul li a [class^=icon-] {
	font-size: 14px;
	margin: 0 5px 0 0;
}

.tabs ul li a .icon-check {
	color: #23B14D;
}

.tabs ul li a .icon-attention {
	color: #F86A48;
}

.tabs ul li:hover {
	border-color: #d9dee0;
}

.tabs ul li.active {
	font-weight: bold;
	border-color: #27ae61;
}

.tab-content .fade {
	display: none;
}

.tab-content .fade.active {
	display: block;
}

.sectabs {
	width: 100%;
	display: table;
	float: left;
	padding: 0;
	margin: 20px 0 10px;
	border-top: 1px solid #eceeef;
	color: #415e72;
}

.sectabs li {
	display: table-cell;
	position: relative;
	text-align: center;
	padding: 10px;
}

.sectabs li a {
	color: #415e72;
	text-decoration: none;
}

.sectabs li:before {
	content: "";
	position: absolute;
	top: -5px;
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #d9dee0;
	border-radius: 50%;
	z-index: 2;
}

.sectabs li.active {
	font-weight: 600;
}

.sectabs li.active a {
	font-weight: 600;
}

.sectabs li.active:before {
	border: 2px solid #27ae61;
}

.sectabs li.done:before {
	border: 0;
	background: #27ae61;
}

.sectabs li:first-child:after {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	height: 3px;
	width: 50%;
	background: #fff;
	z-index: 1;
}

.sectabs li:last-child:after {
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	height: 3px;
	width: 50%;
	background: #fff;
	z-index: 1;
}

.panel-group {
	padding: 10px 0 20px 0;
}

.panel-group .panel {
	box-shadow: none;
	border: 1px solid #eceeef;
	border-radius: 0;
	margin: 0 0 5px 0;
}

.panel-group .panel .panel-title {
	color: #415e72;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: #f5f8fa;
	padding: 13px 40px 13px 20px;
	position: relative;
	display: block;
}

.panel-group .panel .panel-title[aria-expanded="true"]:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-group .panel .panel-title:after {
	font-family: am;
	content: "\e803";
	font-size: 14px;
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	color: #415e72;
}

.panel-group .panel .panel-body {
	padding: 20px 20px 10px 20px;
}

.table {
	width: 100%;
	font-size: 14px;
	margin: 0 0 20px 0;
	/*FOR KEYCLOAK*/
	table-layout: fixed;
}

.table tr.selected {
	background: #FFFAE5;
}

.table th {
	font-weight: bold;
	text-align: left;
	padding: 15px 15px 14px 15px;
}

.table th label {
	font-weight: bold !important;
}

.table td {
	vertical-align: top;
	border-bottom: 1px solid #eceeef;
	padding: 15px 15px 14px 15px;
}

.table--regular th {
	vertical-align: middle;
	background: #edf1f4;
}

.table--striped {
	border-top: 1px solid #eceeef;
}

.table--striped tr:nth-of-type(odd) {
	background: #edf1f4;
}

.table--striped th {
	vertical-align: top;
	border-bottom: 1px solid #eceeef;
}

.table label {
	margin: 0;
}

.table .btn {
	margin: 0;
}

.info_block {
	border: 1px solid #eceeef;
	margin: 0 0 20px 0;
}

.info_block h3 {
	font-size: 18px;
	background: #edf1f4;
	padding: 16px 15px 14px 15px;
	margin: 0;
}

.info_block h3 span {
	font-size: 14px;
	font-weight: normal;
}

.info_list {
	padding: 5px 15px 5px 15px;
	margin: 0;
	position: relative;
	display: flex;
	flex-flow: row wrap;
}

.info_list:after {
	height: 1px;
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
}

.info_list dt,
.info_list dd {
	font-size: 14px;
	margin: 0;
	border-bottom: 1px solid #eceeef;
}

.info_list dt {
	padding: 10px 10px 9px 0;
}

.info_list dd {
	padding: 10px 0 9px 10px;
}

.check_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.check_list li {
	padding: 0 0 7px 18px;
	position: relative;
}

.check_list li:last-child {
	padding-bottom: 0;
}

.check_list li:before {
	color: #23b14d;
	font: 14px/1 am;
	content: "\e80d";
	position: absolute;
	top: 2px;
	left: 0;
}

.filter_form {
	list-style: none;
	background: #EDF1F4;
	padding: 17px 10px 3px 10px;
	margin: 0 0 30px 0;
	display: flex;
	flex-flow: row wrap;
}

.filter_form__items {
	width: 50%;
	padding: 9px 10px;
	position: relative;
}

.filter_form__items--full {
	width: 100%;
}

.filter_form__label {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px 0;
	display: block;
}

.helpers {
	padding: 0 0 18px 0;
	align-items: center;
	display: flex;
	flex-flow: row wrap;
}

.helpers__title {
	font-weight: normal;
	margin: 0 10px 0 0;
}

.helpers .btn {
	font-weight: normal;
	margin: 0;
}

.helpers .btn .icon-trash {
	font-size: 13px;
	margin: 0 5px 0 0;
}

.helpers .ui-selectmenu-button.ui-button {
	width: 170px;
}

.label {
	font-size: 12px;
	vertical-align: middle;
	background: #fff;
	border-radius: 100px;
	padding: 2px 8px 1px 8px;
	display: inline-block;
}

.label--info {
	color: #4186b5;
	border: 1px solid #4186b5;
}

.label--warning {
	color: #f5aa35;
	border: 1px solid #f5aa35;
}

.label--error {
	color: #f86a48;
	border: 1px solid #f86a48;
}

.label--success {
	color: #27ae61;
	border: 1px solid #27ae61;
}

.question_block {
	width: 427px;
	height: 100%;
	border-left: 1px solid #eceeef;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 4;
}

.question_block.open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.question_overlay {
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.27);
	transition: all 0.5s ease;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.open+.question_overlay {
	opacity: 1;
	visibility: visible;
}

.question_toggle {
	width: 30px;
	height: 34px;
	font-size: 15px;
	line-height: 34px;
	text-align: center;
	text-decoration: none !important;
	background: #fff;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
	position: absolute;
	top: 140px;
	left: -31px;
}

.question_toggle.active,
.question_toggle:hover {
	color: #fff;
	text-decoration: none;
	background: #27ae61;
}

.question_close {
	font-size: 0;
	text-decoration: none;
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
}

.question_close:before {
	content: "";
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
}

.question_close [class^=icon-] {
	font-size: 12px;
}

.question_hold {
	width: 100%;
	height: 1px;
	min-height: 100%;
	background: #fff;
	position: relative;
	flex-flow: column nowrap;
	display: flex;
}

.question_hold__scroll {
	padding: 20px 20px 10px 20px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.question_hold__top {
	background: #edf1f4;
	padding: 20px 40px 20px 20px;
	position: relative;
	flex: none;
}

.question_hold__top h5 {
	color: #000;
	font-size: 18px;
	margin: 0;
}

.question_hold__body {
	display: flex;
	flex-flow: column nowrap;
	flex: 1 1 auto;
}

.question_hold__bottom {
	border-top: 1px solid #eceeef;
	padding: 17px 10px;
	justify-content: flex-end;
	display: flex;
	flex: none;
}

.question_hold__bottom .btn {
	width: 49%;
	margin: 0 10px;
}

.ui-datepicker {
	font-family: Roboto, sans-serif;
	width: 290px;
	border: 1px solid #d9dee0;
	border-radius: 0;
	padding: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	z-index: 2 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	border: 0;
	border-bottom: 1px solid #d9dee0;
	border-radius: 0;
	background: none;
	margin: 0 -10px 10px;
	padding: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	margin: -10px 0 0 0;
	width: 100%;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 14px;
	border: 0;
	width: 50%;
	outline: 0;
	padding: 10px;
	margin: 0;
}

.ui-datepicker .ui-datepicker-calendar {
	font-size: 15px;
	padding: 10px;
}

.ui-datepicker .ui-datepicker-calendar th {
	font-weight: 400;
	color: #b2bec7;
	padding: 10px;
}

.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
	background: none;
	border: 0;
	text-align: center;
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-top: 10px;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
	color: #27ae61;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
	background: #27ae61;
	border-radius: 50%;
	color: #fff;
}

.ui-datepicker-trigger {
	width: 40px;
	height: 40px;
	color: #415e72;
	font-size: 20px;
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	right: 8px;
}

input[type="text"],
input[type="password"],
.ui-selectmenu-button.ui-button,
select.form-control,
textarea.form-control {
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #d9dee0;
	border-radius: 0;
	box-shadow: none;
	min-height: 40px;
	outline: 0;
	line-height: 28px;
	font-size: 14px;
	padding: 5px 15px;
	color: #373a3c;
}

input[type="text"]:focus,
input[type="password"]:focus,
.ui-selectmenu-button.ui-button:focus,
select.form-control:focus,
textarea.form-control:focus {
	background: #fff;
	border: 1px solid #d9dee0;
	box-shadow: none;
	outline: 0;
}

input[type="text"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
.ui-selectmenu-button.ui-button:-ms-input-placeholder,
.ui-selectmenu-button.ui-button:-ms-input-placeholder,
.ui-selectmenu-button.ui-button::-ms-input-placeholder,
select.form-control:-ms-input-placeholder,
select.form-control:-ms-input-placeholder,
select.form-control::-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #818a91;
	opacity: 1;
}

input[type="text"]::-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
.ui-selectmenu-button.ui-button::-ms-input-placeholder,
.ui-selectmenu-button.ui-button:-ms-input-placeholder,
.ui-selectmenu-button.ui-button::-ms-input-placeholder,
select.form-control::-ms-input-placeholder,
select.form-control:-ms-input-placeholder,
select.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #818a91;
	opacity: 1;
}

input[type="text"]::placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="password"]::placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
.ui-selectmenu-button.ui-button::placeholder,
.ui-selectmenu-button.ui-button:-ms-input-placeholder,
.ui-selectmenu-button.ui-button::-ms-input-placeholder,
select.form-control::placeholder,
select.form-control:-ms-input-placeholder,
select.form-control::-ms-input-placeholder,
textarea.form-control::placeholder,
textarea.form-control:-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #818a91;
	opacity: 1;
}

input[type="text"] .ui-selectmenu-icon,
input[type="password"] .ui-selectmenu-icon,
.ui-selectmenu-button.ui-button .ui-selectmenu-icon,
select.form-control .ui-selectmenu-icon,
textarea.form-control .ui-selectmenu-icon {
	margin-top: 7px;
}

select.form-control {
	padding: 5px 10px;
}

textarea.form-control {
	min-height: 133px;
	resize: none;
}

.form-group label {
	font-weight: 600;
	font-size: 14px;
}

.ui-selectmenu-menu ul.ui-menu {
	border: 1px solid #d9dee0;
	border-radius: 0;
}

.ui-selectmenu-menu .ui-menu-item-wrapper {
	padding: 10px 15px;
	color: #373a3c;
}

.ui-selectmenu-menu .ui-menu-item-wrapper:hover,
.ui-selectmenu-menu .ui-menu-item-wrapper.ui-state-active {
	background: #eceeef;
	border: 0;
	color: #373a3c;
	margin: 0;
}

input[type=radio],
input[type=checkbox] {
	visibility: hidden;
	position: absolute;
}

input[type=radio]+label,
input[type=checkbox]+label {
	position: relative;
	font-weight: 400;
	vertical-align: middle;
	align-items: center;
	display: inline-flex;
}

input[type=radio]+label:before,
input[type=checkbox]+label:before {
	height: 20px;
	width: 20px;
	content: "";
	display: inline-block;
	vertical-align: sub;
	background: #fff;
	border: 1px solid #d9dee0;
	margin: -2px 8px 0 0;
}

input[type=radio]:checked+label:after {
	position: absolute;
	left: 4px;
	top: 3px;
	height: 12px;
	width: 12px;
	background: #373a3c;
	content: "";
}

input[type=radio]+label:before,
input[type=radio]:checked+label:after {
	border-radius: 50%;
}

input[type=checkbox]:checked+label:after {
	font: 12px/20px am;
	content: "\e910";
	text-align: center;
	border-radius: 2px;
	color: #373a3c;
	height: 20px;
	width: 20px;
	position: absolute;
	left: 1px;
	top: -1px;
}

.radio-inline,
.checkbox-inline {
	padding-left: 0;
}

.radio-inline+.radio-inline,
.radio-inline+.checkbox-inline,
.checkbox-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-left: 20px;
}

.form-striped {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

.form-striped .form-group {
	padding: 8px 0 8px 8px;
	margin: 0;
	align-items: center;
	display: flex;
	flex-flow: row wrap;
}

.form-striped .form-group:nth-of-type(odd) {
	background: #f5f8fa;
}

.form-striped .form-group:nth-of-type(even) .ui-selectmenu-button.ui-button {
	width: 100%;
}

.form-striped .form-group:last-of-type {
	margin-bottom: 20px;
}

.form-striped .form-group label {
	font-weight: 400;
	margin: 6px 0;
}

.form-striped .form-group .btn {
	margin-bottom: 0;
}

.login .container .form-group {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

.login .container .top {
	text-align: center;
	margin-bottom: 30px;
}

.login .container .top img,
.login .container .top h1 {
	display: inline-block;
	vertical-align: middle;
}

.login .container .top h1 {
	margin: 15px 10px 7px;
}

.login-form {
	background: #fff;
	padding: 20px 30px 10px 30px;
	margin: 5vw auto;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.or {
	text-align: center;
	border-top: 1px solid #eceeef;
	margin-top: 15px;
	margin-bottom: 15px;
}

.or span {
	margin-top: -20px;
	background: #fff;
	position: relative;
	top: -12px;
	font-size: 15px;
	color: #72818d;
	padding: 5px 20px;
}

.highlight {
	font-size: 16px;
	font-weight: 600;
	color: #ff6f52;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="reset"]):not([type="submit"]),
textarea {
	border-radius: 0;
	box-shadow: none;
}

textarea {
	resize: none;
	display: block;
}

button,
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

textarea,
input:not([type="checkbox"]):not([type="radio"]) {
	-webkit-appearance: none;
	-moz-appearance: none;
}

@media (max-width: 767px) {
	body {
		min-width: 320px;
	}
	header {
		padding: 19px 5px;
	}
	header .logo {
		margin: 5px 0 0 0;
		display: inline-block;
	}
	header .logo .big-text {
		font-size: 19px;
	}
	header .logo img {
		max-width: 32px;
		margin-right: 10px;
	}
	header .btn {
		width: 42px;
		margin: 0;
	}
	header .btn .icon-user {
		margin: 0;
	}
	header .user {
		width: 280px;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		transition: all 0.5s ease;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		border: 1px solid #e3e6e8;
		margin: 0;
		position: absolute;
		top: calc(100% - 1px);
		right: 8px;
		z-index: 5;
	}
	header .user.open {
		opacity: 1;
		visibility: visible;
	}
	header .user_mobile {
		height: 40px;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		transition: all 0.5s ease;
		border: 1px solid #e3e6e8;
		border-radius: 4px;
		padding: 8px 7px;
		position: relative;
		float: right;
		align-items: center;
		justify-content: center;
		display: flex;
	}
	header .user_mobile.active {
		border-radius: 4px 4px 0 0;
	}
	header .user_mobile .icon-user {
		color: #cfdce5;
	}
	header .user_mobile .user__mail_no {
		right: -5px;
	}
	header .user__items {
		width: 100%;
		border-top: 1px solid #e4e5e6;
		border-right: none;
	}
	header .user__links {
		height: auto;
		padding: 10px 15px;
	}
	header .user .menu {
		display: none;
	}
	header .user .user-block {
		margin: 0;
	}
	header .user .user-block .icon-down-chevron {
		display: none;
	}
	header .user_drop {
		width: 100%;
		opacity: 1;
		box-shadow: none;
		border: none;
		position: relative;
		top: auto;
		right: auto;
	}
	header .user.open .user_drop {
		visibility: visible;
	}
	.bg:before {
		top: -10px;
	}
	.under-header {
		position: relative;
	}
	.under-header .search {
		width: 100%;
		background: none;
	}
	.under-header .language {
		margin: 0 10px;
	}
	.under-header .form-inline {
		opacity: 0;
		visibility: hidden;
		background: #415e72;
		transition: all 0.5s ease;
		padding: 2px 15px 15px 15px;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 5;
	}
	.under-header .form-inline.open {
		opacity: 1;
		visibility: visible;
	}
	nav {
		margin: -50px 0 -10px;
		z-index: auto;
	}
	nav .navbar-collapse {
		background: #fff;
		position: absolute;
		top: 50px;
		z-index: 5;
	}
	nav .navbar-collapse.collapsing {
		width: 0;
	}
	nav .navbar-collapse.collapse {
		width: 0;
	}
	nav .navbar-collapse.collapse.in {
		width: 100vw;
		min-height: calc(100% - 60px);
	}
	nav .navbar-collapse>.nav {
		width: 100%;
		border-bottom: 1px solid #eceeef;
	}
	.btn {
		height: auto;
		min-width: unset;
		padding: 9px;
	}
	.btn.btn-mobile-full {
		width: 100%;
	}
	.flex {
		display: block;
	}
	.top-categories h1 {
		display: inline-block;
		vertical-align: text-bottom;
		margin-bottom: 10px;
	}
	.top-categories img {
		max-width: 45px;
		vertical-align: unset;
	}
	.top-categories .top {
		border: 0;
		padding-bottom: 0;
	}
	.top-categories .panel-inner {
		padding: 25px 20px !important;
	}
	.top-categories .bottom {
		position: static;
	}
	.nav_cat {
		margin: -6px 0 5px 0;
		flex-flow: row wrap;
	}
	.nav_cat__items {
		width: 100%;
		padding: 0 0 7px 0;
	}
	.button-group {
		border: 1px solid #e4e5e6;
	}
	.button-group a {
		width: 100%;
		min-height: 55px;
		border-right: 0;
	}
	.button-group a:nth-last-child(2) {
		border-bottom: 1px solid #e4e5e6;
	}
	.button-group a:nth-last-child(1) {
		border-bottom: 0;
	}
	.btn-big {
		padding: 13px;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.news .new img {
		max-width: unset;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.news .new .feat {
		display: block;
	}
	.pages {
		width: 100%;
		text-align: center;
	}
	footer {
		text-align: center;
		padding: 20px 0;
	}
	footer .info {
		font-size: 17px;
		margin: 0 0 5px;
		justify-content: center;
	}
	footer .info:nth-last-of-type(2) {
		margin-bottom: 20px;
	}
	footer .icon-phone {
		font-size: 20px;
	}
	footer .icon-mail {
		font-size: 14px;
	}
	footer .text-right {
		text-align: center;
	}
	footer .owner {
		margin-top: 25px;
	}
	footer .copyright {
		margin-top: 30px;
		font-size: 13px;
	}
	.table {
		border-bottom: 1px solid #ECEEEF;
	}
	.table tr {
		border-top: 1px solid #ECEEEF;
		position: relative;
		display: block;
	}
	.table tr.selected:before,
	.table tr.selected:after {
		width: 15px;
		content: "";
		background: #FFFAE5;
		border-top: 1px solid #ECEEEF;
		border-bottom: 1px solid #ECEEEF;
		position: absolute;
		top: -1px;
		bottom: -1px;
	}
	.table tr.selected:before {
		left: -15px;
	}
	.table tr.selected:after {
		right: -15px;
	}
	.table th {
		display: none;
	}
	.table td {
		display: block;
	}
	.table td.cell-btn {
		padding-left: 0;
		position: absolute;
		top: 8px;
		right: 0;
	}
	.table td:before {
		content: attr(data-label);
		font-weight: bold;
		display: block;
	}
	.table--regular tr {
		padding: 8px 0 7px 0;
	}
	.table--regular tr:first-child,
	.table--regular th {
		display: none;
	}
	.table--regular td {
		border: none;
		padding: 8px 60px 7px 0;
	}
	.table--regular td~td {
		padding-right: 0;
	}
	.table--striped tr {
		padding: 8px 0 7px 0;
	}
	.table--striped th {
		display: none;
	}
	.table--striped td {
		border: none;
		padding: 8px 60px 7px 15px;
	}
	.table--striped td~td {
		padding-right: 15px;
	}
	.table--striped td:empty {
		display: none;
	}
	.table--striped .btn .icon-square-plus {
		margin: 0;
	}
	.info_list dt,
	.info_list dd {
		border-bottom: 1px solid #ECEEEF;
	}
	.info_list dt:last-of-type,
	.info_list dd:last-of-type {
		border: none;
	}
	.info_list dt {
		border: none;
		padding: 10px 0 0 0;
	}
	.info_list dd {
		padding: 0 0 9px 0;
	}
	.filter_form {
		padding: 17px 5px 3px 5px;
	}
	.filter_form__items {
		width: 100%;
	}
	.helpers {
		width: 100%;
	}
	.helpers__title {
		width: 100%;
		margin: 0 0 5px 0;
	}
	.helpers .ui-selectmenu-button.ui-button {
		width: 100%;
	}
	.question_block {
		width: 290px;
	}
	.infotable td {
		display: block;
		padding: 10px;
	}
	.login .container .top {
		margin-bottom: 10px;
	}
	.login .container .top h1 {
		margin: 15px 0;
	}
	.login .container .btn {
		margin-bottom: 0;
		font-size: 16px;
	}
	.login .container .btn.btn-feat {
		font-size: 18px;
	}
	.or {
		margin-top: 10px;
		margin-bottom: 0 !important;
	}
	.breadcrumbs {
		display: none;
	}
	.buttons_row {
		padding: 13px 13px 0 13px;
		flex-flow: row wrap;
	}
	.buttons_row__title {
		margin: 0 0 10px 0;
		flex: 0 0 100%;
	}
	.buttons_row__list {
		width: 100%;
	}
	.buttons_row__items--full {
		width: 100%;
		padding: 0 0 3px 0;
	}
	.tabs {
		position: relative;
		height: 40px;
		margin-bottom: 15px;
	}
	.tabs:before {
		color: #415e72;
		content: "\e803";
		font: 14px/1 am;
		position: absolute;
		top: calc(50% - 7px);
		right: 15px;
		z-index: 4;
	}
	.tabs:after {
		width: 40px;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 4;
	}
	.tabs:hover ul li {
		display: block;
	}
	.tabs ul {
		margin: 0;
		display: block;
		position: absolute;
		background: #fff;
		z-index: 3;
		border: 1px solid #d9dee0;
		border-bottom: 0;
	}
	.tabs ul li {
		display: none;
		width: 100%;
		border-bottom: 1px solid #d9dee0;
		margin: 0;
	}
	.tabs ul li.active {
		display: block;
		border-bottom-width: 3px;
	}
	.tabs ul li.active a {
		pointer-events: none;
		padding-right: 40px;
	}
	.tabs ul li a {
		text-align: left;
	}
	.sectabs {
		display: none;
	}
	.form-striped .form-group {
		padding: 8px 0;
	}
}