/*
**********************************************
Pro3W CMS
**********************************************
*/

@import 'calendar.css';
/* GENERAL SECTION*/

@font-face {
	font-family: 'Open Sans';
	src: url(fonts/opensans/Light/OpenSans-Light.woff2?v=1.101) format('woff2'),
		url(umrzeszow/fonts/opensans/Light/OpenSans-Light.woff?v=1.101) format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Open Sans';
	src: url(fonts/opensans/LightItalic/OpenSans-LightItalic.woff2?v=1.101) format('woff2'),
		url(umrzeszow/fonts/opensans/LightItalic/OpenSans-LightItalic.woff?v=1.101) format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: fallback;
}

@font-face {
	font-family: 'Open Sans';
	src: url(fonts/opensans/Regular/OpenSans-Regular.woff2?v=1.101) format('woff2'),
		url(umrzeszow/fonts/opensans/Regular/OpenSans-Regular.woff?v=1.101) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Open Sans';
	src: url(fonts/opensans/Italic/OpenSans-Italic.woff2?v=1.101) format('woff2'),
		url(umrzeszow/fonts/opensans/Italic/OpenSans-Italic.woff?v=1.101) format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: fallback;
}

@font-face {
	font-family: 'Open Sans';
	src: url(fonts/opensans/SemiBold/OpenSans-SemiBold.woff2?v=1.101) format('woff2'),
		url(umrzeszow/fonts/opensans/SemiBold/OpenSans-Semibold.woff?v=1.101) format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Open Sans';
	src: url(fonts/opensans/SemiBoldItalic/OpenSans-SemiBoldItalic.woff2?v=1.101) format('woff2'),
		url(umrzeszow/fonts/opensans/SemiBoldItalic/OpenSans-SemiboldItalic.woff?v=1.101) format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: fallback;
}

@font-face {
	font-family: 'Open Sans';
	src: url(fonts/opensans/Bold/OpenSans-Bold.woff2?v=1.101) format('woff2'),
		url(umrzeszow/fonts/opensans/Bold/OpenSans-Bold.woff?v=1.101) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Open Sans';
	src: url(fonts/opensans/BoldItalic/OpenSans-BoldItalic.woff2?v=1.101) format('woff2'),
		url(umrzeszow/fonts/opensans/BoldItalic/OpenSans-BoldItalic.woff?v=1.101) format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: fallback;
}

@font-face {
	font-family: 'Open Sans';
	src: url(fonts/opensans/ExtraBold/OpenSans-ExtraBold.woff2?v=1.101) format('woff2'),
		url(umrzeszow/fonts/opensans/ExtraBold/OpenSans-ExtraBold.woff?v=1.101) format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Open Sans';
	src: url(fonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.101) format('woff2'),
		url(umrzeszow/fonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.101) format('woff');
	font-weight: 800;
	font-style: italic;
	font-display: fallback;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-display: fallback;
	font-size: 14px;
}

.event-container,
.events-month-header,
.import-info-link {
	font-family: Open Sans, sans-serif;
}

@media (max-width: 768px) {
	.herb-footer {
		width: 30%;
	}

	.footer-icons {
		font-size: 13px;
	}
}

.events-month-header {
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
}

.event-container:hover {
	background: #f1f1f1;
	transition: all 0.3s;
	border-radius: 2px;
}

.event-container {
	transition: all 0.3s;
	font-weight: 400;
	font-size: 14px;
}

.news-grid-img:hover::after {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all 0.3s;
}

.news-pomaranczowy .news-grid-img:hover::after {
	background: rgba(253, 89, 15, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all 0.3s;
}

.news-niebieski .news-grid-img:hover::after {
	background: rgba(37, 91, 170, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all 0.3s;
}

.news-grid-img {
	transition: all 0.3s;
}

.news-grid-img:hover {
	cursor: pointer;
}

.red-color {
	color: red;
}

#header-info a {
	color: #414043;
}

#logo-img img {
	max-width: 100%;
}

.import-info-link {
	color: #414043;
	font-weight: 700;
	font-size: 16px;
}

@media (min-width: 1200px) {
	.import-info-link {
		color: #414043;
		font-weight: 700;
		font-size: 1rem;
	}
}

@media (min-width: 1200px) {
	.herb-rzeszow {
		height: 60px;
	}
}

#search-top,
#wcag-icon {
	height: 30px;
	width: 100%;
}

.w-100.banner {
	background: #fff;
}

.banner p {
	margin-bottom: 0;
}

.banner p a {
	color: #255baa;
	font-size: 22px;
	letter-spacing: 8px;
	font-weight: 800;
}

.banner-kontakt .banner p a {
	color: #255baa;
	font-size: 32px;
	letter-spacing: 10px;
	font-weight: 800;
}

.navigation-clean {
	background: #fff;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #333;
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}

.navbar-white-text .nav-item a {
	color: #fff;
	font-weight: 700;
}

@media (min-width: 768px) {
	.navigation-clean {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.navigation-clean .navbar-brand {
	font-weight: 700;
	color: inherit;
}

.navigation-clean .navbar-brand:hover {
	color: #222;
}

.navigation-clean .navbar-toggler {
	border-color: #ddd;
	color: #888;
}

.navigation-clean .navbar-toggler:focus,
.navigation-clean .navbar-toggler:hover {
	background: 0 0;
}

.navigation-clean .form-inline,
.navigation-clean .navbar-collapse {
	border-top-color: #ddd;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
	color: #8f8f8f;
	box-shadow: none;
	background: 0 0;
	pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
	padding-left: 18px;
	padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
	color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link:hover {
	color: #37434d !important;
	background-color: transparent;
}

.navigation-clean .navbar-nav>li>.dropdown-menu {
	margin-top: -5px;
	box-shadow: none;
	background-color: #fff;
	border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item,
.navigation-clean .dropdown-menu .dropdown-item:focus {
	line-height: 2;
	color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item:hover {
	background: #eee;
	color: inherit;
}

.important-news-title {
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 700;
	color: #fff;
}

@media (min-width: 992px) {
	.important-news-title {
		font-size: 24px;
		font-family: Open Sans;
		font-weight: 700;
		color: #fff;
	}
}

#adjust,
#weather-ico,
#language-ico {
	font-size: 14px;
}

#search-top,
#weather-ico,
#language-ico {
	font-family: Open Sans, sans-serif;
}

#wcag-icon {
	display: block;
}

#search-top {
	margin-top: 0;
	background-color: #fff;
	border-radius: 0;
	height: 50px;
	background: #fff;
	transition: all 0.3s;
}

.search-top-border {
	border-radius: 0;
	border: 2px solid transparent;
	background: #f1f1f1;
}

#weather-ico,
#language-ico {
	margin: 0;
	font-weight: 700;
}

#instagram-ico {
	font-size: 20px;
}

#instagram-ico:hover {
	color: #000;
}

#facebook-ico {
	font-size: 18px;
}

#facebook-ico:hover {
	color: #3f63aa;
}

#youtube-ico {}

#youtube-ico:hover {
	color: #f50201;
}

#kamera-ico {}

#kamera-ico:hover {
	color: #000;
}

.ico-kontrast {}

.ico-kontrast:hover {
	color: #000;
}

.phone-direct,
.phone-number {
	font-size: 26px;
	font-family: Open Sans, sans-serif;
}

#contact-top {
	margin: 0;
	padding: 0;
}

.phone-direct {
	font-weight: 500;
}

.phone-number {
	font-weight: 700;
}

#navbar-top .navbar-collapse {
	background: #fd590f;
}

@media (min-width: 992px) {
	#navbar-top {
		background: #fd590f url(/umrzeszow/navbar-bg.png) no-repeat top right;
		height: 48px;
	}
}

#header-info {
	margin: 15px 0;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	padding: 8px 25px 8px 0;
	font-family: Open Sans, sans-serif;
	font-weight: 700;
}

#news-important {
	margin: 30px 0;
	width: 100%;
}

.news-heading-title,
.news-title {
	margin-bottom: 30px;
	font-family: Open Sans, sans-serif;
}

#news-important-1,
#news-important-1a {
	height: 300px;
}

@media (min-width: 768px) {

	#news-important-1,
	#news-important-1a {
		height: 600px;
	}
}

#news-important-2 {
	height: 235px;
}

.important-news-235 {
	height: 235px;
}

.news-importatnt-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 15px;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	/* text-transform:uppercase */
}

.box-shadow-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 15px;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	/* text-transform:uppercase */
}

.attraction-title {
	background: #000;
	padding: 8px 15px;
}

.attraction-title a,
.attraction-title-big a {
	bottom: 30px;
	left: 15px;
	color: #fff;
	position: absolute;
}

.important-news-data {
	font-size: 13px;
	font-weight: 400;
}

.important-news-data-small {
	font-size: 12px;
	font-weight: 400;
}

.important-news-title-small {
	font-family: Open Sans, sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.attraction-1 {
	height: 300px;
	overflow: hidden;
	transition: all 0.8s;
}

@media (min-width: 768px) {
	.attraction-1 {
		height: 600px;
	}
}

.attraction-zoom {
	transform: scale(1);
	transition: all 0.8s;
}

.attraction-1:hover .attraction-zoom,
.attraction-2:hover .attraction-zoom,
.attraction-3:hover .attraction-zoom,
.attraction-4:hover .attraction-zoom {
	transform: scale(1.1);
	overflow: hidden;
	transition: all 0.8s;
}

.zoom-bg {
	transform: scale(1);
	transition: all 0.8s;
}

.news-important-item:hover .zoom-bg {
	transform: scale(1.1);
	transition: all 0.8s;
}

.news-grid:hover .zoom-bg {
	transform: scale(1.1);
	transition: all 0.8s;
}

.attraction-2 {
	height: 285px;
	margin-top: 30px;
}

.attraction-3 {
	height: 285px;
	margin-top: 30px;
}

.attraction-4 {
	height: 285px;
}

.attraction-title-big a {
	font-size: 20px;
	font-weight: 800;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

@media (min-width: 992px) {
	.attraction-title-big a {
		font-size: calc(20px + (30 - 20) * ((100vw - 1378px) / (1920 - 1378)));
		font-weight: 700;
	}
}

.attraction-title a {
	font-size: 20px;
	font-weight: 800;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

@media (min-width: 992px) {
	.attraction-title a {
		font-size: calc(18px + (24 - 18) * ((100vw - 1378px) / (1920 - 1378)));
		font-weight: 700;
	}
}

@media (max-width: 768px) {

	.attraction-1,
	.attraction-3 {
		margin-bottom: 30px;
	}
}

/*body {
    overflow:scroll !important
}*/

#import-info {
	margin-top: 60px;
}

.red-border {
	border-color: red;
}

.import-info-title {
	font-size: 14px;
	font-weight: 800;
}

@media (min-width: 1400px) {
	.container {
		width: 1400px;
		max-width: 1400px;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 1600px;
		max-width: 1600px;
	}
}

#footer-title {
	font-size: 18px;
	font-weight: 700;
}

@media (min-width: 992px) {
	#footer-title {
		font-size: calc(18px + (24 - 18) * ((100vw - 1378px) / (1920 - 1378)));
		font-weight: 700;
	}
}

.info-point-list {
	font-size: 14px;
	font-weight: 500;
}

.footer-icons,
.footer-icons a {
	color: #255baa;
	font-size: 18px;
	font-weight: 700;
}

.footer-icons-item {
	font-size: 30px;
}

.news-heading-title {
	font-size: 22px;
	font-weight: 800;
	border-bottom: 2px solid #000;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.news-heading-title {
		font-size: 1.4rem;
		font-weight: 700;
	}
}

.news-content-hidden {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.news-title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.news-content-hidden.orange {
	background: #fd601c;
	opacity: 0.9;
}

.news-content-hidden.blue {
	background: #255baa;
	opacity: 0.9;
}

.news-content-hidden-text {
	padding: 20px;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	font-family: Open Sans, sans-serif;
}

.data-margin {
	border-right: 2px solid #eee;
}

.events-data-day.d-block {
	font-size: 13px;
	font-weight: 700;
}

.events-data-year.d-block {
	font-size: 13px;
	color: #858388;
	font-weight: 700;
}

.events-data-month,
.news-data {
	font-size: 14px;
	font-weight: 700;
}

.events-data-month {
	color: #858388;
}

.news-data {
	color: #000;
}

.d-block.important-news-title:hover,
.event-container-orange a,
.event-container.event-container-orange .events-data-day,
.event-container.event-container-orange .events-data-month,
.event-container.event-container-orange .events-data-year,
.important-news-title-small,
.important-news-title-small:hover {
	color: #fff;
}

.pt-3.footer-list-item {
	font-size: 13px;
	font-weight: 700;
}

.events-title,
.events-title a {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.footer-info-text {
	font-weight: 500;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
}

.list-inline.menu-footer {
	margin: 0;
}

.event-container.event-container-orange {
	background-color: #fd590f;
	color: #fff;
}

.event-container-orange .data-margin {
	border-color: #f8804d;
}

.import-info-link:hover,
.news-title:hover {
	color: #000;
}

.attraction-1:hover img {
	transition: scale(1.2);
}

.fas.fa-bars {
	font-size: 30px;
}

@media (max-width: 768px) {
	#logo-img {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.navbar.navbar-dark.navbar-expand-md {
		padding: 0;
	}

	.nav.navbar-nav {
		padding: 15px;
	}

	.navbar {
		padding: 0;
	}
}

#content {
	padding-top: 30px;
}

/* SIDEBAR NEW*/

.sidebar .category-title {
	position: relative;
	padding: 12px 20px;
	padding-right: 46px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar.sidebar-default .category-title {
	border-bottom-color: #dee2e6;
}

.sidebar.sidebar-default .category-title>span {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1rem;
}

/**********************************/
/*left nav #255baa-niebieski, #fd590f-pomarańcz*/

/*1 poziom*/

.sidebar.sidebar-default .category-content>ul>li>a {
	color: #255baa;
	font-weight: 600;
	font-size: 14px;
}

/*1 poziom hover*/
.sidebar.sidebar-default .category-content>ul>li>a:hover,
.sidebar.sidebar-default .category-content>ul>li>a:focus {
	background: #255baa;
	color: #fff;
}

/* 1 poziom aktywny*/
.sidebar.sidebar-default .category-content>ul>li>a[aria-expanded='true'],
.sidebar.sidebar-default .category-content>ul>li>a.active {
	background: #255baa;
	color: #fff;
}

/* 2 poziom */

.sidebar.sidebar-default .category-content>ul>li>ul>li>a {
	color: #fd590f;
	font-size: 13px;
	padding-left: 45px !important;
	font-weight: 600;
}

.sidebar.sidebar-default .category-content>ul>li>ul>li>a:hover,
.sidebar.sidebar-default .category-content>ul>li>ul>li>a:focus {
	background: #fd590f;
	color: #fff;
}

.sidebar.sidebar-default .category-content>ul>li>ul>li>a.active {
	background: #255baa;
	color: #fff;
}

/* 3 poziom */

.sidebar.sidebar-default .category-content>ul>li>ul>li>ul>li>a {
	color: #fd590f;
	font-size: 12px;
	padding-left: 60px !important;
	font-weight: 600;
}

.sidebar.sidebar-default .category-content>ul>li>ul>li>ul>li>a:hover,
.sidebar.sidebar-default .category-content>ul>li>ul>li>ul>li>a:focus,
.sidebar.sidebar-default .category-content>ul>li>ul>li>ul>li>a.active {
	background: #fd590f;
	color: #fff;
}

/*second menu
.sidebar.sidebar-default .category-content .nav li > ul >li>a.active[aria-expanded="true"], 
.sidebar.sidebar-default .category-content .nav li > ul >li>a.active:hover, 
.sidebar.sidebar-default .category-content .nav li > ul >li>a.active:focus {
    background: #1D559E;
    color: #fff;
}
.sidebar.sidebar-default .category-content .nav ul > li > a{ padding-left: 40px!important;}
.sidebar.sidebar-default .category-content .nav ul > li > a {
    color: #fd590f;
    font-weight: 600;
    font-size: 12px;
}

.sidebar.sidebar-default .category-content .nav .sub-menu li > a {
    font-size: 13px;
    padding-left: 30px !important;
}

.sidebar.sidebar-default .category-content .nav .sub-menu ul li > a {
    font-size: 12px;
    padding-left: 50px !important;
    color: #1D559E;
}

.sub-menu > li a.active {
    text-decoration: underline;
}
*/

.sidebar .category-content {
	position: relative;
}

.sidebar .category-content .nav {
	position: relative;
	margin: 0;
	padding: 0.5rem 0;
}

.sidebar .category-content .nav li {
	position: relative;
	list-style: none;
}

.sidebar .category-content .nav li>a {
	font-size: 1rem;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	transition: background 0.15s linear, color 0.15s linear;
}

.sidebar .category-content .nav li>a[data-toggle='collapse'] {
	padding-right: 2rem;
}

.sidebar .category-content .nav li>a[aria-expanded='false']:after,
.sidebar .category-content .nav li>a.active.collapsed[aria-expanded='false']:after {
	position: absolute;
	top: 15px;
	right: 1rem;
	height: 1rem;
	line-height: 1rem;
	display: block;
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.2rem;
	font-weight: 100;
	transform: rotate(0deg);
	transition: -webkit-transform 0.2s ease-in-out;
}

.sidebar .category-content .nav li>a[aria-expanded='true']:after,
.sidebar .category-content .nav li>a.active[aria-expanded='false']:after {
	position: absolute;
	top: 15px;
	right: 1rem;
	height: 1rem;
	line-height: 1rem;
	display: block;
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.2rem;
	font-weight: 100;
	transform: rotate(90deg);
	transition: -webkit-transform 0.2s ease-in-out;
}

.sidebar .category-content .nav li>a>i {
	float: left;
	top: 0;
	margin-top: 5px;
	margin-right: 15px;
	transition: opacity 0.2s ease-in-out;
	color: #fe5004;
}

.sidebar .category-content .nav li>a[aria-expanded='true']>i {
	color: #fff;
}

.sidebar .category-content .nav li>a.active i,
.sidebar .category-content .nav li>a:hover i {
	color: #fff;
}

.sidebar .category-content .nav li ul {
	padding: 0;
}

.sidebar .category-content .nav li ul>li a {
	padding-left: 2.75rem;
}

.sidebar .category-content .nav>li>a {
	font-weight: 500;
	font-size: 14px;
}

.sidebar .category-content .nav>li>a.subp {
	font-weight: 600;
	font-size: 13px !important;
	padding-left: 40px !important;
	color: #ff6c00;
}

@media (min-width: 768px) {
	.sidebar {
		display: block;
		vertical-align: top;
		width: 100%;
	}
}

.sidebar.sidebar-default .sidebar-category {
	background: #f9f9f9;
}

@media (min-width: 768px) {
	.sidebar.sidebar-separate .sidebar-category {
		border-radius: 0.25rem;
		/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
		padding: 0 15px;
	}
}

#sidebar-main {
	background: rgb(244, 244, 244);
	background: linear-gradient(45deg,
			rgba(244, 244, 244, 1) 0%,
			rgba(241, 241, 241, 1) 35%,
			rgba(218, 217, 217, 1) 100%);
}

.nav-link {
	padding: 15px !important;
}

.nav-link {
	padding: 12px 14px !important;
	font-size: 14px;
}

@media (min-width: 1400px) {
	.nav-link {
		padding: 12px 22px !important;
		font-size: 16px;
	}
}

.nav-item:hover>.nav-link {
	text-decoration: underline;
}

.title-art {
	color: #000;
	font-size: 22px;
}

@media (min-width: 992px) {
	.title-art {
		color: #ff6c00;
		font-size: calc(16px + (22 - 16) * ((100vw - 1378px) / (1920 - 1378)));
		font-weight: 700;
	}
}

.border-title {
	border-bottom: 2px solid #f1f1f1;
}

.module_title {
	font-size: 24px;
	padding: 10px;
	background: #f1f1f1;
	font-weight: 700;
}

@media (min-width: 992px) {
	.module_title {
		font-size: calc(18px + (26 - 18) * ((100vw - 1378px) / (1920 - 1378)));
		padding: 10px 0;
		font-weight: 700;
		color: #1d559e;
		/*border-bottom: 2px solid #f1f1f1;*/
		background: #fff;
	}
}

h2.title {
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	h2.title {
		font-size: calc(14px + (20 - 14) * ((100vw - 1378px) / (1920 - 1378)));
		font-weight: 700;
		margin-top: 0px;
	}
}

.art-news {
	font-size: 14px;
}

@media (min-width: 992px) {
	.art-news {
		font-size: calc(14px + (16 - 14) * ((100vw - 1378px) / (1920 - 1378)));
		font-weight: 300;
	}
}

.fas.fa-font.a-small {
	font-size: 12px;
}

.fas.fa-font.a-medium {
	font-size: 14px;
}

.color-light {
	color: #333;
	font-size: 20px;
}

.color-light:hover {
	color: #000;
	cursor: pointer;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #333 !important;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #333 !important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #333 !important;
}

.import-box-date {
	background: #f1f1f1;
	border-radius: 4px;
}

.import-box-hover:hover .import-box-date {
	background: rgb(19, 67, 139);
	background: linear-gradient(45deg,
			rgba(19, 67, 139, 1) 0%,
			rgba(38, 91, 170, 1) 35%,
			rgba(68, 118, 194, 1) 100%);
	border-radius: 4px;
	transition: all 0.3s;
}

.import-box-hover:hover .events-data-day.d-block,
.import-box-hover:hover .events-data-month.d-block,
.import-box-hover:hover .events-data-year.d-block {
	color: #fff;
	transition: all 0.3s;
}

.breadcrumb {
	margin: 0;
	background: #f1f1f1;
}

#breadcrumb {
	background: #f1f1f1;
	font-size: 10px;
}

.speak.on>i {
	color: #fe5004 !important;
}

.fa-file-pdf:hover {
	color: red;
}

.font-size-medium #docContentAkapit .title-art {
	font-size: 24px;
}

.font-size-large #docContentAkapit .title-art {
	font-size: 26px;
}

.font-size-medium #docContentAkapit #akapitBody,
.font-size-medium #akapitBody {
	font-size: 18px;
}

.font-size-large #docContentAkapit #akapitBody,
.font-size-large #akapitBody {
	font-size: 20px;
}

@media (min-width: 992px) {
	.font-size-medium #docContentAkapit .title-art {
		font-size: calc(20px + (24 - 20) * ((100vw - 1378px) / (1920 - 1378)));
	}

	.font-size-large #docContentAkapit .title-art {
		font-size: calc(22px + (26 - 22) * ((100vw - 1378px) / (1920 - 1378)));
	}

	.font-size-medium #docContentAkapit #akapitBody,
	.font-size-medium #akapitBody {
		font-size: calc(18px + (20 - 18) * ((100vw - 1378px) / (1920 - 1378)));
	}

	.font-size-large #docContentAkapit #akapitBody,
	.font-size-large #akapitBody {
		font-size: calc(20px + (22 - 20) * ((100vw - 1378px) / (1920 - 1378)));
	}
}

.att_author {
	display: none;
}

.navbar {
	padding: 0rem;
}

#mapa {
	height: 500px;
}

.mapa .tab-pane {
	height: 500px !important;
	overflow-y: auto;
	overflow-y: no-display;
	width: 100% !important;
}

.boks-szary {
	width: 100% !important;
}

@media (min-width: 992px) {
	.boks-szary {
		height: 480px !important;
		overflow-y: auto;
		overflow-y: no-display;
		width: 100% !important;
	}
}

.mapa .row {
	margin: 0;
}

.box-title-szary {
	font-weight: 700;
	margin-bottom: 30px;
}

.box-szary {
	font-size: 14px;
}

.boks-szary ul {
	list-style-type: none !important;
}

.boks-szary ul li:before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f0c8';
	color: #255baa;
	padding-right: 10px;
	font-weight: 900;
	font-size: 12px;
}

.boks-szary ul li:hover::before {
	color: #fc5c19;
}

.boks-szary ul li {
	margin-bottom: 30px;
}

.boks-szary ul {
	margin-left: 0;
	padding-left: 15px;
}

.boks-szary ul li {
	font-weight: 600;
	font-size: 14px;
}

.nav-pills .nav-link {
	border-radius: 0;
}

.tr {
	animation: tr 2s ease-in-out forwards;
	opacity: 0;
	z-index: 10;
}

.nav-item {
	z-index: 20;
}

@keyframes tr {
	to {
		opacity: 1;
	}
}

.tr-0 {
	animation-delay: 0.2s;
}

.tr-1 {
	animation-delay: 0.4s;
}

.tr-2 {
	animation-delay: 0.6s;
}

.tr-3 {
	animation-delay: 0.7s;
}

.tr-4 {
	animation-delay: 1s;
}

.tr-5 {
	animation-delay: 1.2s;
}

.tr-6 {
	animation-delay: 1.4s;
}

.tr-7 {
	animation-delay: 1.6s;
}

.tr-8 {
	animation-delay: 1.8s;
}

.tr-9 {
	animation-delay: 2s;
}

.tr-10 {
	animation-delay: 2.2s;
}

.important-news-500 {
	height: 300px;
	background-size: cover !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}

.important-news-600 {
	height: 300px;
	background-size: cover !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}

@media (min-width: 768px) {
	.important-news-600 {
		height: 600px;
	}

	.important-news-500 {
		height: 500px;
	}
}

.important-news-285 {
	height: 285px;
	background-size: cover !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}

.important-news-300 {
	height: 300px;
	background-size: cover !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}

.news-200 {
	height: 200px;
	background-size: cover !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}

.attraction-600 {
	height: 600px;
	background-size: cover !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}

.attraction-285 {
	height: 285px;
	background-size: cover !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}

.ui-sortable-handle {
	z-index: 999;
}

#back-top span {
	display: block;
	height: 60px;
	-webkit-transition: all 1s ease 0;
	-moz-transition: all 1s ease 0;
	-o-transition: all 1s ease 0;
	transition: all 1s ease 0;
	width: 60px;
	background-color: #255baa;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/assets/images/backtotop.png');
	opacity: 1;
	filter: alpha(opacity=100);
}

#back-top {
	display: block;
	position: fixed;
	bottom: 80px;
	right: 20px;
	left: auto;
	z-index: 9999;
}

@media (max-width: 768px) {
	#back-top {
		display: block;
		position: fixed;
		bottom: 80px;
		right: 20px;
		left: auto;
		z-index: 9999;
	}
}

/*card*/

.content-bottom .accordion .card,
.content-bottom .accordion .card-header,
#docModul .accordion .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 0;
	border: 0;
	border-radius: 0;
}

.content-bottom .accordion .btn.btn-link,
#docModul .accordion .btn.btn-link,
.art-title {
	color: #000;
	font-size: calc(16px + (18 - 16) * ((100vw - 1378px) / (1920 - 1378)));
	font-weight: 700;
}

@media (min-width: 2000px) {

	.content-bottom .accordion .btn.btn-link,
	#docModul .accordion .btn.btn-link,
	.art-title {
		color: #000;
		font-size: 18px;
		font-weight: 700;
	}
}

.content-bottom .accordion .card-header-border,
#docModul .accordion .card-header-border {
	border: 0;
}

.content-bottom .btn-link[aria-expanded='true']::after,
#docModul .btn-link[aria-expanded='true']::after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f0d8';
	float: right;
	text-align: right;
	font-weight: 900;
	font-size: 20px;
	color: #fd590f;
	text-decoration: none !important;
	transform: rotate3d (90deg);
}

.content-bottom .btn-link[aria-expanded='false']::after,
#docModul .btn-link[aria-expanded='false']::after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f0d7';
	float: right;
	text-align: right;
	font-weight: 900;
	font-size: 20px;
	text-decoration: none !important;
	transform: rotate3d (290deg);
}

.content-bottom .btn-link-middle[aria-expanded='true']::after,
#docModul .btn-link-middle[aria-expanded='true']::after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f0d8';
	float: right;
	text-align: right;
	font-weight: 700;
	font-size: 16px;
	color: #f1f1f1;
	padding-left: 10px;
	text-decoration: none !important;
}

.content-bottom .btn-link-middle[aria-expanded='false']::after,
#docModul .btn-link-middle[aria-expanded='false']::after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f0d7';
	float: right;
	text-align: right;
	font-weight: 700;
	font-size: 16px;
	padding-left: 10px;
	text-decoration: none !important;
}

.content-bottom .btn-link-middle::before,
.btn-.no-link::before,
#docModul .btn-link-middle::before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 10px;
	content: '\f054';
	text-align: right;
	font-weight: 100;
	padding-right: 10px;
	text-decoration: none !important;
}

.content-bottom .panel-title .btn:hover,
#docModul .panel-title .btn:hover {
	text-decoration: none;
}

.content-bottom .accordion .panel-title:before {
	transition: all 0.5s ease;
	border-left: 2px solid #000;
}

.content-bottom .content-bottom .accordion .panel-title:hover:before,
#docModul .content-bottom .accordion .panel-title:hover:before {
	border-left: 2px solid #000;
	transition: all 0.5s ease;
}

.content-bottom .panel-title .btn-link,
#docModul .panel-title .btn-link {
	text-align: left;
}

.content-bottom .panel-title .btn-link,
#docModul .panel-title .btn-link {
	width: 100%;
}

@media (min-width: 992px) {

	.accordion .btn.btn-link,
	.art-title {
		color: #000;
		font-size: calc(18px + (24 - 18) * ((100vw - 1378px) / (1920 - 1378)));
		font-weight: 600;
		text-decoration: none;
	}

	.accordion .btn.btn-link.btn-link-middle,
	.accordion .btn.btn-link.btn-link-middle.no-link {
		color: #000;
		font-size: calc(14px + (18 - 14) * ((100vw - 1378px) / (1920 - 1378)));
		font-weight: 600;
		text-decoration: none;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.art-title-cennik {
		color: #000;
		font-size: calc(22px + (26 - 22) * ((100vw - 1378px) / (1920 - 1378)));
		font-weight: 700;
		text-decoration: none;
		border-bottom: 1px solid #f1f1f1;
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.art-title-cennik-nopaddingtop .art-title-cennik {
		margin-top: 0px;
	}
}

@media (min-width: 2000px) {

	.accordion .btn.btn-link,
	.art-title {
		font-size: 16px;
	}

	.accordion .btn.btn-link.btn-link-middle,
	.accordion .btn.btn-link.btn-link-middle.no-link {
		font-size: 16px;
	}

	.art-title-cennik {
		font-size: 16px;
	}

	.art-title-cennik-nopaddingtop .art-title-cennik {
		margin-top: 0px;
	}
}

#content .card {
	border: 0;
}

#content .card-header {
	border: 0;
	border-radius: 0;
	background: #fff;
	padding: 0;
}

#content .panel-title button {
	text-align: left;
	border-radius: 0;
	width: 100%;
}

#content .card-body {
	padding: 0;
	margin-bottom: 20px;
}

#CookieAlert {
	position: fixed;
	bottom: -1px;
	left: 0px;
	right: 0px;
	text-align: center;
	width: 100% !important;
	z-index: 1000;
	padding: 50px 30px 30px 30px;
	font-family: Arial;
	font-size: 16px;
	opacity: 0.9;
	background-color: rgba(0, 0, 0, 0.8) !important;
	color: #fff !important;
	text-shadow: none;
	border: 0;
	box-shadow: none;
}

#CookieAlert a {
	color: #fff !important;
}

@media (min-width: 992px) {
	#CookieAlert {
		position: fixed;
		bottom: -1px;
		left: 0px;
		right: 0px;
		text-align: center;
		width: 50% !important;
		z-index: 1000;
		padding: 50px 30px 30px 30px;
		font-family: Arial;
		font-size: 16px;
		opacity: 0.9;
		background-color: rgba(0, 0, 0, 0.8);
		color: #fff;
		text-shadow: none;
		border: 0;
		box-shadow: none;
	}
}

.read-more-link {
	padding: 5px 10px;
	background: #255baa;
	color: #fff;
}

.read-more-link:hover {
	text-decoration: underline;
	color: #fff;
}

.panel-title button {
	padding: 0.375rem 0.75rem 0.375rem 0;
}

.panel-title {
	margin-bottom: 0;
	border-top: 1px dashed #efefef;
}

.panel-title button[aria-expanded='true'] {
	background: #f1f1f1;
}

.panel-title:hover button {
	background: #efefef;
	border-top: 1px solid #efefef;
}

.content-main .panel-title button:before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f105';
	padding-right: 5px;
	transition: all 0.3s;
}

.content-main .panel-title button[aria-expanded='true']:before {
	content: '\f107';
	transition: all 0.3s;
}

#position-16-not-sortable {
	width: 100%;
}

.owl-theme .item {
	width: 20%;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}

.swiper-wrapper {
	margin-bottom: 30px;
}

.swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	display: inline-block;
	border-radius: 2px;
	background: #255baa;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fd590f;
}

#position-9-not-sortable {
	width: 100%;
}

.show-image-menu-item {
	transition: all 0.8s;
}

.shadow-box-bottom {
	-webkit-box-shadow: inset 0px -150px 24px -5px rgba(255, 255, 255, 0.69);
	-moz-box-shadow: inset 0px -150px 24px -5px rgba(255, 255, 255, 255.69);
	box-shadow: inset 0px -150px 24px -5px rgba(255, 255, 255, 0.69);
}

.login-bg {
	background-image: url('login/login-bg.jpg');
	background-size: cover !important;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
	transition: background 0.2s linear;
}

.alert-heading {
	border-bottom: 1px solid;
}

#banner img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.slider-top .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.8;
}

.slider-top .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fd590f;
}

.tlo-pomaranczowe::after {
	background: rgba(235, 89, 15, 0.95);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all 0.3s;
}

.tlo-niebieskie::after {
	background: rgba(37, 91, 170, 0.95);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all 0.3s;
}

.news-grid:hover .akapitNot {
	display: none;
	transition: all 0.3s;
}

/* MENU MOBILE BUTTON */

.header__menu-button {
	border: 0;
	width: 40px;
	height: 30px;
	background: 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	transition: color 0.5s;
	z-index: 2;
}

.header__search-button {
	border: 0;
	width: 40px;
	height: 30px;
	background: 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	transition: color 0.5s;
	z-index: 2;
}

.header__search-button_burger::before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f002';
	transition: all 0.3s;
	font-weight: 900;
	font-size: 24px;
}

.header__search-button_burger.search-is-open::before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f010';
	transition: all 0.3s;
	font-size: 24px;
	font-weight: 900;
}

.header__menu-button-inner {
	height: 2px;
	width: 24px;
	background: #fff;
	position: relative;
	border: 0;
	transition: background 0.5s;
}

.header__menu-button_cross .header__menu-button-inner {
	background: 0 0;
}

.header__menu-button-inner:before,
.header__menu-button-inner:after {
	position: absolute;
	right: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.header__menu-button-inner:before {
	transform: translateY(7px);
}

.header__menu-button_burger .header__menu-button-inner:before {
	animation-name: button-before-open-animation;
}

.header__menu-button_cross .header__menu-button-inner:before {
	animation-name: button-before-close-animation;
}

@keyframes button-before-close-animation {
	0% {
		transform: translateY(7px);
	}

	50% {
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		transform: translateY(0px) rotate(45deg);
	}
}

@keyframes button-before-open-animation {
	0% {
		transform: translateY(0px) rotate(45deg);
	}

	50% {
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		transform: translateY(7px);
	}
}

.header__menu-button-inner:after {
	transform: translateY(-7px);
}

.header__menu-button_burger .header__menu-button-inner:after {
	animation-name: button-after-open-animation;
}

.header__menu-button_cross .header__menu-button-inner:after {
	animation-name: button-after-close-animation;
}

@keyframes button-after-close-animation {
	0% {
		transform: translateY(-7px);
	}

	50% {
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		transform: translateY(0px) rotate(-45deg);
	}
}

@keyframes button-after-open-animation {
	0% {
		transform: translateY(0px) rotate(-45deg);
	}

	50% {
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		transform: translateY(-7px);
	}
}

.header__menu-button {
	background: #fd590f;
	color: #ffffff;
	height: 50px;
	width: 50px;
}

.header__search-button {
	background: #eee;
	color: #000;
	height: 50px;
	width: 50px;
}

.open-submenu {
	cursor: pointer;
	color: #fff;
	background: #fd590f;
}

#icons-top {
	margin-top: 0;
	padding-bottom: 10px;
	transition: al 0.3s;
}

#icons-top a {
	transition: all 0.3s;
}

@media (max-width: 768px) {
	.infolinia-header {
		background: #255baa;
		color: #fff;
		padding: 10px;
	}

	.infolinia-header a {
		color: #fff !important;
	}

	#icons-top {
		background: #fff;
		border-bottom: 2px solid #f1f1f1;
		margin-top: 0;
		padding: 10px;
	}

	#header-info {
		margin: 0;
	}
}

.menu-title-second {
	font-size: 14px;
	font-weight: 500;
}

@media (min-width: 992px) {
	.menu-title-second {
		font-size: 0.9rem;
		font-weight: 500;
	}
}

.art-news-title a {
	font-size: 18px;
	font-weight: 700;
	color: #fd590f;
	margin: 15px 0;
}

@media (min-width: 992px) {
	.art-news-title a {
		font-size: 1rem;
		font-weight: 600;
		color: #fd590f;
		margin: 0px;
	}
}

.ak_1:hover .hover-orange {
	color: #fd590f;
}

.menu-content-top a {
	font-size: 16px;
	font-weight: 600;
	color: #fd590f;
}

@media (min-width: 992px) {
	.menu-content-top a {
		font-size: 0.9rem;
		font-weight: 600;
		color: #fd590f;
	}
}

#navbar-top .navbar-nav {
	height: auto;
}

@media (min-width: 768px) {
	#navbar-top .navbar-nav {
		height: 48px;
	}
}

.art-body a {
	color: #003b7b;
	text-decoration: underline;
}

.data-news-box-color-blue,
.data-news-box-color-orange,
.data-news-box-color-darkblue {}

.data-news-box-color-blue {
	background: #1d559e;
	color: #fff;
}

.data-news-box-color-orange {
	background: #fd590f;
	color: #fff;
}

.data-news-box-color-darkblue {
	background: #f1f1f1;
	color: #666;
}

#events-list:hover .data-news-box-color-darkblue {
	background: #1d559e;
	color: #fff;
}

.content-main .list-group-item {
	padding: 0;
}

.swiper-slide {
	text-align: center;
}

@media (max-width: 768px) {
	.arrow-section {
		margin-bottom: 50px;
	}
}

#docContentModul .image,
#docContentModul .images,
#docContentAkapit .image,
#docContentAkapit .images,
.art-body .image,
.art-body .images {
	font-size: 10px;
	text-align: center;
}

#artykulBody a,
#modulBody a {
	color: #1d559e;
}

#modulBody h3,
#modulBody h2 {
	color: #fd590f;
}

#modulBody h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

#modulBody h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

#modulBody img,
#akapitBody img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	#navbar-top .navbar .navbar-collapse {
		position: fixed;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: #304a8c;
	}
}

@media (max-width: 768px) {
	#navbar-top .navbar {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: #174582;
		padding-top: 140px;
		transition: all 0.3s;
		z-index: 990;
		display: none;
	}
}

.z-index2000 {
	z-index: 2000;
}

#navcol {
	background: #fd590f;
}

.menu-is-open #navcol {
	background: transparent;
}

.z-index2000 .header__menu-button {
	background: transparent;
}

.z-index2000 .show-white {
	fill: #fff;
}

.z-index2000 .show-blue {
	fill: #174582;
}

.all-white,
.all-white a {
	color: #fff !important;
}

.all-white #icons-top {
	background: transparent;
}

.logo-um-svg {
	height: 60px;
	width: auto;
}

@media (max-width: 768px) {
	.logo-um-svg {
		width: calc(100vw - 150px);
		height: auto;
	}

	#youtube-ico {
		transition: all 0s;
	}

	#kamera-ico {
		transition: all 0s;
	}

	#facebook-ico {
		font-size: 18px;
		transition: all 0s;
	}

	#icons-top,
	#icons-top a {
		transition: all 0s;
	}

	#navbar-top .nav-link {
		padding: 5px 0 5px 0 !important;
		font-size: 3vh;
	}

	#navbar-top {
		border-bottom: 0px !important;
		border-top: 0px !important;
		min-height: 0px;
	}

	.hide-element {
		display: none !important;
	}
}

.body-mobile,
.preventscroll {
	height: 100vh;
	max-height: 100vh;
	overflow: hidden !important;
}

.is-white {
	fill: #ffffff;
}

.is-red {
	fill: #b01016;
}

.is-blue {
	fill: #255baa;
}

.is-orange {
	fill: #fd590f;
}

.tr-footer-1 {
	fill: #255baa !important;
}

.tr-footer-2 {
	fill: #255baa !important;
	opacity: 0.8;
}

.tr-footer-3 {
	fill: #255baa !important;
	opacity: 0.6;
}

.tr-footer-4 {
	fill: #255baa !important;
	opacity: 0.9;
}

.logo-svg {
	width: calc(100vw - 150px);
}

@media (min-width: 768px) {
	.logo-svg {
		width: 400px;
	}
}

.modal-header,
.modal-content,
.modal-footer {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.modal-header {
	background: #f9f9f9 !important;
}

.modal-header button {
	font-size: 2rem;
}

.modal-content img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.modal-dialog {
		width: calc(100vw - 1rem) !important;
		max-width: calc(100vw - 1rem) !important;
	}

	.modal,
	.modal-content {
		z-index: 99999;
	}
}

@media (max-width: 768px) {
	#banner .swiper-container {
		height: 80px !important;
	}
}

#ua-help img {
  width:100%; 
  max-width:100%;
  height: auto;
}

/*17.11.2022*/

#banner p {
	margin-bottom:0;
}


main#default-page > #ua-help{
	background: #fafafa;
	margin-top: 0;
}

main#start-page > #ua-help{
	background: #ffffff;
	margin-top: 30px;
}

.content-top img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
