html {
	font-size: 16px;
}

.animate-switch-container.Slide > div {
	transition: margin .6s linear !important;
}

.animate-switch-container.Slide > div .ng-leave {
	margin-top: -100%;
}

.search_page .search_title,
.search_page .search_result {
	display: none;
}

.search_page.on .search_title,
.search_page.on .search_result {
	display: block;
}

.search_page .search_title {
	height: 55px;
	line-height: 55px;
	vertical-align: middle;
}

.search_page .search_form,
.search_page .search_form form {
	position: absolute;
}

.search_page .search_form {
	left: auto;
	right: 0;
}

.search_page.active .search_form {
	position: fixed;
	top: 55px;
	right: 0;
	left: auto;
	height: 46px;
	width: inherit;
}

@media screen and (max-width: 1024px) {
	.search_page.active .search_form {
		top: 115px;
	}

	.search_page .search_form form {
		max-width: 80%;
		margin-left: 10px;
	}
}

.search_page.active .search_form form {
	margin-left: 0;
	top: 50%;
	/*height: 46px;*/
	left: 87px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media screen and (max-width: 1024px) {
	.search_page.active .search_form form {
		left: 33px;
		padding-left: 57px;
		padding-right: 57px;
		max-width: calc(100% - 33px)
	}
}

@media screen and (max-width: 767px) {
	.search_page.active .search_form form {
		left: 20px;
		padding-left: 30px;
		padding-right: 30px;
		max-width: calc(100% - 20px)
	}
}

.search_page.active .search_form .form_item input[type="text"],
.search_page.active .search_form input[type="submit"],
.search_page.active .search_form form {
	height: 46px
}

.search_page .fieldset {
	margin: 0;
}

.search_page {
	position: fixed;
}

.search_page.on {
	z-index: 3
}

.menu_wapper {
	z-index: 4;
}

.footer {
	z-index: 6;
}

.red_content.lij_news .sides > .ico,
.red_content.lij_news .sides > .ico_bg {
	display: none
}

.red_content.lij_news .sides {
	padding-top: 105px;
}

.animate-switch-container.Slide {
	padding-top: 0
}

.small_header.active + .fake_li.active + .content_item .animate-switch-container {
	padding-top: 101px;
}

.list > li > .wrapper {
	z-index: 2;
}

/* $CONTENT :: TEXT ADJUSTMENTS */

.fake_li > .wrapper:after {
	margin-top: -3px;
}

.news_items .news_item .title {
	font-size: 18px;
	line-height: 1.3;
	padding-left: 0;
}

.news_items .news_item .date {
	padding-left: 0;
	font-size: 12px;
}

.lij_list .lij_list_items {
	line-height: 85px;
}

.column_content .sides .text p {
	line-height: 1.625;
}

.list .view_more span:after {
	top: 4px;
}

.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	color: #000;
	margin-bottom: 15px;
}

.text p + h2,
.text p + h3,
.text p + h4,
.text p + h5,
.text p + h6 {
	margin-top: 30px;
}

.text p {
	line-height: 1.625;
	margin-bottom: 15px;
}

.text ul,
.text ol {
	margin-left: 20px;
	margin-bottom: 5px;
}

.text ul {
	list-style: none;
	position: relative;
}

.text ul li,
.text ol li {
	font-size: 16px;
	margin-bottom: 10px;
}

.text ul li:before {
	content: "•";
	font-size: 15px;
	vertical-align: top;
	position: absolute;
	left: -15px;
}

.text ol + ol {
	margin-top: 30px;
}

.text a,
.text a:link,
.text a:active,
.text a:visited,
.text li {
	font-size: inherit;
	line-height: inherit;
}

.text a,
.text a:link,
.text a:active {
	color: #81b7e2;
}

.text a:visited {
	color: #275477;
}

.text a:hover {
	color: #81b7e2;
	text-decoration: underline;
}

.more_content * {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.column_content .sides .text,
	.list .short_info .text,
	.more_content *,
	.text ul li,
	.text ol li {
		font-size: 16px;
	}
	.column_content .sides .text {
		padding-bottom: 20px;
	}
}

.more_content {
	padding-bottom: 25px;
}

.more_content ol {
	margin-bottom: 40px;
}

.more_content ol li,
.more_content ul li {
	margin-bottom: 15px;
	padding-bottom: 0;
}

.list .short_info .text {
	padding-bottom: 30px;
	padding-top: 30px;
	color: #717171;
}

.list .short_info .text p:last-child {
	margin-bottom: 0;
}

.list .short_info .text h5 {
	margin-bottom: 15px;
}

.list .short_info .text b,
.list .short_info .text strong {
	color: #222;
}

.purple_content .list .short_info .text b,
.purple_content .list .short_info .text strong {
	color: #000;
	font-weight: normal;
}

.blue_content .list .short_info .text h5 {
	color: #255072;
}

.purple_content .list .short_info .text h5 {
	color: #3d0068;
}

.red_content .list .short_info .text h5 {
	color: #a00c2e;
}

@media (max-width: 767px) {
	.animate-switch-container.Slide > div,
	* {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
}

@media (max-width: 768px) {
	.content_item.mt2 {
		padding-bottom: 870px;
	}
}

@media (max-width: 1024px) {
	.small_header {
		top: 60px;
	}

	.red_content .fake_li.active {
		top: 115px;
	}
}

.list .details {
	background: #fff;
}

.list .details .sides_cont + .wrapper {
	max-width: 930px;
}

.red_content [ng-include="accordionInner"] .wrapper {
	padding-left: 0;
}

.list .short_info .sides + .sides {
	background-size: contain;
	background-position: center top;
	/*background-size: cover;*/
}

.thisInner.list .short_info {
	padding-left: 0;
}

.ng-cont {
	/*background: #000;*/
}

.red_content {
	background: #fff;
}

.ng-leave:not(.layers):not(.news_item) {
	transition: opacity 0.5s linear;
	opacity: 1;
}

.ng-leave.ng-leave-active:not(.layers):not(.news_item) {
	opacity: 0;
}

.ng-enter:not(.layers):not(.news_item) {
	transition: opacity 0.5s linear;
	opacity: 0;
}

.ng-enter.ng-enter-active:not(.layers):not(.news_item) {
	opacity: 1;
}

/*.ng-leave.layers > * {
  transition:0.1s linear all;
  opacity:1;
}
.ng-leave.ng-leave-active.layers > * {
  opacity:0;
}
.ng-enter.layers > * {
  transition:0.1s linear all;
  opacity:0;
}
.ng-enter.ng-enter-active.layers > * {
  opacity:1;
}*/

.list .ng-enter-stagger:not(.news_item),
.list .ng-leave-stagger:not(.news_item),
.list .ng-move-stagger:not(.news_item) {
	/* 200ms will be applied between each sucessive enter operation */
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;

	/* this is here to avoid accidental CSS inheritance */
	-webkit-transition-duration: 0;
	transition-duration: 0;
}

.list .ng-enter:not(.news_item),
.list .ng-leave:not(.news_item),
.list .ng-move:not(.news_item) {
	-webkit-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}

.list .ng-leave.ng-leave-active:not(.news_item),
.list .ng-enter:not(.news_item),
.list .ng-move:not(.news_item) {
	opacity: 0;
}

.list .ng-leave:not(.news_item),
.list .ng-move.ng-move-active:not(.news_item),
.list .ng-enter.ng-enter-active:not(.news_item) {
	opacity: 1;
}

#sticky_container {
	opacity: 1;
	transition: opacity .3s linear;
}

#sticky_container.ng-cloak {
	display: block !important;
	transition: opacity .3s linear;
	opacity: 0;
}

#sticky_container:after {
	content: none;
}

body:before {
	position: fixed;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	/*background-color: #dedede;*/
	background-color: #fff;
	z-index: 10000;
	/*background-image: url("../media/images/ico/logo_ico.svg");*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	background-size: 300px;
	z-index: 0;
}

.ng-cont .layers {
	min-height: calc(100vh - 58px);
	max-height: 100%
}

.ng-cont .layers.ng-leave {
	height: calc(100vh);
	width: calc(100% - 123px);
	width: 100%
}

@media screen and (min-width: 768px) {
	.ng-cont .layers.ng-leave {
		-webkit-animation: slideUp .6s both ease-in;
		animation: slideUp .6s both ease-in;
	}
}

.ng-cont .layers.ng-enter {
	top: 100%;
	-webkit-animation: slideFromDown .6s both ease-in;
	animation: slideFromDown .6s both ease-in;
	height: calc(100vh);
	width: calc(100% - 123px);
	width: 100%
}

@media screen and (min-width: 768px) {
	.ng-cont .layers.ng-enter {
		-webkit-animation: slideUp .6s both ease-in;
		animation: slideUp .6s both ease-in;
	}
}

.ng-cont .layers.ng-enter:first-child:last-child {
	-webkit-animation: none;
	animation: none;
}

@media screen and (min-width: 1025px) {
	.menu_wapper ~ .ng-cont .home .content_item,
	.menu_wapper:hover ~ .ng-cont .home .content_item,
	.menu_wapper.max ~ .ng-cont .home .content_item {
		-webkit-transform: translate(220px, 0);
		-ms-transform: translate(220px, 0);
		transform: translate(220px, 0);
	}
}

.search_page {
	transition: width 1s ease .1s;
}

.mobile_menu {
	z-index: 4
}

#sticky_container:before {
	z-index: 10
}

.search_page .search_result {
	padding-top: 140px;
}

@media screen and (max-width: 1024px) {
	.search_page .search_result {
		padding-top: 200px;
	}
}

@media screen and (min-width: 1025px)  and (max-width: 1399px) {
	.home .menu_wapper ~ .search_page {
		width: calc(100% - 254px) !important;
	}

	.search_page {
		width: calc(100% - 130px) !important;
	}
}

@media screen and (min-width: 1025px)  and (max-width: 1399px) {
	.menu_wapper:hover ~ .search_page,
	.menu_wapper.max ~ .search_page {
		width: calc(100% - 254px) !important;
	}
}

/* .list>li>.wrapper:after {
  top: -5.5px;
  margin-top: 0;
}
.list>li.act .wrapper:after,
.list>li:hover .wrapper:after {
  top: calc(50% - 5.5px);
} */

.mob_dropdown {
	z-index: 4;
}

.text.mht > p {
	/*max-height: 168px;*/
	overflow: hidden;
}

.fake_li {
	top: 0;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
}

.fake_li.active {
	top: 55px;
}

.small_header.active,
.small_header {
	height: 55px;
	line-height: 55px;
	vertical-align: middle;
}

.small_header:before {
	height: inherit;
}

.small_header > .wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

.list .name,
.fake_li > .wrapper .name,
.small_header > .wrapper {
	vertical-align: middle;
	display: inline-block;
	width: 100%;
}

.small_header > .wrapper {
	/*line-height: inherit;*/
	line-height: 27px;
}

.small_header.active ~ .content_item .list {
	padding-top: 55px;
}

@media screen and (max-width: 1024px) {
	.small_header.active ~ .content_item .list {
		padding-top: 115px;
	}
}

@media screen and (max-width: 990px) {
	.fake_li > .wrapper {
		max-width: calc(100% - (96px + 30px));
	}

	.fake_li > .wrapper .name,
	.list .act .name:hover,
	.list .name:hover {
		padding-left: 56px;
	}
}

.small_header {
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
}

.small_header {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

.small_header.active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.small_header ~ .content_item .list {
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	transition: padding 0.3s;
}

.search_page .search_form input[type="submit"] {
	border-radius: 0 !important;
}

/* * {
  font-family: 'Arial' !important;
} */
.list > li > .wrapper {
	vertical-align: top;
}

.list .name, .fake_li > .wrapper .name {
	line-height: 46px;
}

/* latin-ext */
@font-face {
	font-family: 'Conv_ClarendonLTStd';
	font-style: normal;
	font-weight: 400;
	src: local('Domine'), local('Domine-Regular'), url(https://fonts.gstatic.com/s/domine/v4/D223zF34NF7a3Xpj2haShvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Conv_ClarendonLTStd';
	font-style: normal;
	font-weight: 400;
	src: local('Domine'), local('Domine-Regular'), url(https://fonts.gstatic.com/s/domine/v4/GQE2Oayn983RymkQwpLq5A.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
	font-family: 'Conv_ClarendonLTStd';
	font-style: normal;
	font-weight: 700;
	src: local('Domine Bold'), local('Domine-Bold'), url(https://fonts.gstatic.com/s/domine/v4/kxdP69OfpXh5jz-VlR6wIhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Conv_ClarendonLTStd';
	font-style: normal;
	font-weight: 700;
	src: local('Domine Bold'), local('Domine-Bold'), url(https://fonts.gstatic.com/s/domine/v4/BmiPqZorq0QiT-p6kf1paVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.contactblock {
	padding: 50px 0;
	padding-top: 0;
}

.contactblock:first-child {
	padding-top: 50px;
}

.contactblock .sides:first-child {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.contactblock .sides:last-child {
	padding-left: 50px;
}

.contactblock a {
	color: #81b7e2;
}

.list .short_info .contactblock .text {
	padding-top: 0;
	padding-bottom: 0;
}

.contactblock h5 {
	/*padding-bottom: 15px;*/
	color: #000;
}

.p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.contactblock .shorttext,
.contactblock .address,
.contactblock .phone {
	margin-bottom: 15px;
}

.contactblock .shorttext p,
.contactblock .address p {
	margin-bottom: 10px
}

.contactblock .shorttext p:last-child,
.contactblock .address p:last-child {
	margin-bottom: 0;
}

.contactblock .phone {
	font-weight: bold;
}

.list .short_info .contactblock .sides {
	min-height: 0;
	padding: 0;
}

.list .short_info .contactblock .sides + .sides {
	padding-left: 50px;
}

.list .short_info .contactblock .sides > img {
	width: 100%;
}

.fake_li,
.small_header {
	transition: width 1s ease .1s, top 0.3s, transform 0.3s;
}

.list .short_info .download {
	position: static;
	margin-bottom: 20px;
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
}

.list .short_info .download:hover {
	opacity: .8
}

.purple_content .text p:last-child:first-child > a:last-child:first-child {
	background: #5093c7;
	color: #fff;
	font-size: 32px;
	padding: 25px 0;
	text-decoration: none;
	margin: 0 auto;
	display: block;
	text-align: center;
	max-width: 45%;
}

.purple_content .text p:last-child:first-child > a:last-child:first-child:hover {
	opacity: 0.8;
}

.news_inner .news_inner_text .text,
.news_inner .news_inner_text .text p {
	color: #717171;
}

@media screen and (max-width: 768px) {
	h5 {
		font-size: 18px;
		line-height: 22px;
	}

	.contactblock {
		padding: 20px 0;
		padding-top: 0;
	}

	.contactblock:first-child {
		padding-top: 20px;
	}

	.news_inner .news_header_image img {
		margin: 0 auto;
	}

	.text p:last-child {
		margin-bottom: 0;
	}

	.list .short_info .sidesone {
		width: 100%;
		min-height: auto;
		padding: 20px;
		position: relative;
	}

	.list .short_info .text {
		padding: 0;
	}

	.list .short_info .sides.notimage {
		min-height: 0 !important;
	}

	.column_content,
	.column_content .sides {
		min-height: 0;
		height: auto;
	}

	.red_content.lij_news .sides {
		padding-top: 25px;
	}

	.lij_news .thisInner.list .news_header_image {
		padding-left: 0;
		padding-bottom: 0;
	}

	.news_inner .news_inner_text .text p {
		font-size: inherit;
		line-height: inherit;
	}

	.news_inner .news_inner_text h5 {
		padding-bottom: 10px;
	}

	.news_inner .news_inner_text h5,
	.news_inner .news_inner_text .date {
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: left;
		font-size: 18px;
	}

	.small_header .title {
		white-space: nowrap;
		font-size: 19px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	body:before {
		background: #fff !important;
	}

	.search_page .search_form form {
		top: 50%;
		height: auto;
	}

	.news_navi {
		padding-top: 25px;
		padding-bottom: 0;
	}

	.list .short_info .download {
		padding-top: 20px;
		display: inline-block;
	}

	.home_menu .white_feature li {
		font-size: 0;
		margin-bottom: 10px;
	}

	.home_menu .white_feature li:last-child {
		margin-bottom: 0;
	}

	.home_menu .white_feature strong {
		padding-bottom: 0
	}

	.home_menu .white_feature li p:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.list .short_info .contactblock .sides,
	.list .short_info .contactblock .sides + .sides {
		padding: 20px;
	}

	.contactblock .sides:first-child {
		/*min-height: 316px;*/
	}

	.contactblock .sides:first-child {
		background-size: cover;
		background-position: top center;
	}
}

@media screen and (min-width: 1400px) {
	.ng-cont .content_item {
		/* -webkit-transform: translate(220px, 0);
		-ms-transform: translate(220px, 0);
		transform: translate(220px, 0); */
		-webkit-transform: translate(220px, 0);
		-ms-transform: translate(220px, 0);
		transform: translate(220px, 0);
		width: calc(100% - 220px);
	}
}

.galitem {
	cursor: pointer;
}

#fancybox-buttons {
	text-align: center !important;
}

#fancybox-buttons ul {
	display: inline-block !important;
	width: auto !important;
}

.news_items .news_item {
  transition: none !important;
}

.news_items .news_item.galitem {
  transition: opacity 0.5s !important;
  opacity: 1;
}

.news_items .news_item.galitem.ng-enter {
  opacity: 0;
}


/* KIOSK MODE */


.stop-link-color {
       pointer-events: none !important;;
       cursor: none !important;;
       color: #7b7b7b !important;
       }


.stop-link {
       pointer-events: none !important;;
       cursor: none !important;;
       }

.hide-link {
    visibility: hidden;
    display: none;
}

.hide-submenu {
    height: 55px;
        
}
  

.hide-submenu .sub_list,
.hide-submenu .space {
        display: none;
    }
   