@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body {
	line-height: 1
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a, button, input, select, textarea {
	outline: 0
}

a {
	text-decoration: none
}

.help {
	vertical-align: middle
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%
}

.row.reverse {
	flex-direction: row-reverse
}

.column {
	flex-direction: column
}

.column.reverse {
	flex-direction: column-reverse
}

.auto .col {
	flex: auto
}

.col {
	margin-right: 30px
}

.col:last-child {
	margin-right: 0
}

.content-around, .content-between, .content-center, .content-evenly, .flex, .items-center, .items-end, .items-start {
	display: flex
}

.block {
	display: block
}

.inline {
	display: inline
}

.col-1 {
	width: calc(99.99% * 1 / 12 - (30px - 30px * 1 / 12));
	max-width: calc(99.99% * 1 / 12 - (30px - 30px * 1 / 12));
	flex-basis: calc(99.99% * 1 / 12 - (30px - 30px * 1 / 12))
}

.col-2 {
	width: calc(99.99% * 2 / 12 - (30px - 30px * 2 / 12));
	max-width: calc(99.99% * 2 / 12 - (30px - 30px * 2 / 12));
	flex-basis: calc(99.99% * 2 / 12 - (30px - 30px * 2 / 12))
}

.col-3 {
	width: calc(99.99% * 3 / 12 - (30px - 30px * 3 / 12));
	max-width: calc(99.99% * 3 / 12 - (30px - 30px * 3 / 12));
	flex-basis: calc(99.99% * 3 / 12 - (30px - 30px * 3 / 12))
}

.col-4 {
	width: calc(99.99% * 4 / 12 - (30px - 30px * 4 / 12));
	max-width: calc(99.99% * 4 / 12 - (30px - 30px * 4 / 12));
	flex-basis: calc(99.99% * 4 / 12 - (30px - 30px * 4 / 12))
}

.col-5 {
	width: calc(99.99% * 5 / 12 - (30px - 30px * 5 / 12));
	max-width: calc(99.99% * 5 / 12 - (30px - 30px * 5 / 12));
	flex-basis: calc(99.99% * 5 / 12 - (30px - 30px * 5 / 12))
}

.col-6 {
	width: calc(99.99% * 6 / 12 - (30px - 30px * 6 / 12));
	max-width: calc(99.99% * 6 / 12 - (30px - 30px * 6 / 12));
	flex-basis: calc(99.99% * 6 / 12 - (30px - 30px * 6 / 12))
}

.col-7 {
	width: calc(99.99% * 7 / 12 - (30px - 30px * 7 / 12));
	max-width: calc(99.99% * 7 / 12 - (30px - 30px * 7 / 12));
	flex-basis: calc(99.99% * 7 / 12 - (30px - 30px * 7 / 12))
}

.col-8 {
	width: calc(99.99% * 8 / 12 - (30px - 30px * 8 / 12));
	max-width: calc(99.99% * 8 / 12 - (30px - 30px * 8 / 12));
	flex-basis: calc(99.99% * 8 / 12 - (30px - 30px * 8 / 12))
}

.col-9 {
	width: calc(99.99% * 9 / 12 - (30px - 30px * 9 / 12));
	max-width: calc(99.99% * 9 / 12 - (30px - 30px * 9 / 12));
	flex-basis: calc(99.99% * 9 / 12 - (30px - 30px * 9 / 12))
}

.col-10 {
	width: calc(99.99% * 10 / 12 - (30px - 30px * 10 / 12));
	max-width: calc(99.99% * 10 / 12 - (30px - 30px * 10 / 12));
	flex-basis: calc(99.99% * 10 / 12 - (30px - 30px * 10 / 12))
}

.col-11 {
	width: calc(99.99% * 11 / 12 - (30px - 30px * 11 / 12));
	max-width: calc(99.99% * 11 / 12 - (30px - 30px * 11 / 12));
	flex-basis: calc(99.99% * 11 / 12 - (30px - 30px * 11 / 12))
}

.col-12 {
	width: calc(99.99% * 12 / 12 - (30px - 30px * 12 / 12));
	max-width: calc(99.99% * 12 / 12 - (30px - 30px * 12 / 12));
	flex-basis: calc(99.99% * 12 / 12 - (30px - 30px * 12 / 12))
}

.col-1:nth-child(12n) {
	margin-right: 0
}

.col-2:nth-child(6n) {
	margin-right: 0
}

.col-3:nth-child(4n) {
	margin-right: 0
}

.col-4:nth-child(3n) {
	margin-right: 0
}

.col-6:nth-child(2n) {
	margin-right: 0
}

.col-12 {
	margin-right: 0
}

.items-center {
	align-items: center
}

.items-start {
	align-items: flex-start
}

.items-end {
	align-items: flex-end
}

.content-between {
	justify-content: space-between
}

.content-around {
	justify-content: space-around
}

.content-evenly {
	justify-content: space-evenly
}

.content-center {
	justify-content: center
}

.self-start {
	align-self: flex-start
}

.self-center {
	align-self: center
}

.self-end {
	align-self: flex-end
}

.float-left {
	float: left
}

.float-right {
	float: right
}

.valign-top {
	vertical-align: top
}

.valign-middle {
	vertical-align: middle
}

.valign-bottom {
	vertical-align: bottom
}

.container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto
}

.container-fluid {
	width: 100%;
	max-width: calc(100% -);
	margin: 0 auto
}

.fluid {
	max-width: 100%;
	height: auto
}

:root {
	font-size: 14px
}

body {
	font-size: 1rem;
	font-family: Roboto, sans-serif;
	line-height: 1.5rem;
	font-weight: 400;
	color: #2b2a29
}

body b, body strong {
	font-weight: 700
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Signika, sans-serif;
	font-weight: 700;
	margin: 30px 0 15px;
	line-height: 1;
	color: #000
}

.h1, h1 {
	font-size: 5rem
}

.h2, h2 {
	font-size: 3.642857142857143rem
}

.h3, h3 {
	font-size: 2.5714285714285716rem
}

.h4, h4 {
	font-size: 2.142857142857143rem
}

.h5, h5 {
	font-size: 1.2857142857142858rem
}

.h6, h6 {
	font-size: 1.1428571428571428rem
}

.sub .h1, .sub h1 {
	font-size: 2.5714285714285716rem
}

.sub .h2, .sub h2 {
	font-size: 1.9285714285714286rem
}

.sub .h3, .sub h3 {
	font-size: 1.6428571428571428rem
}

.sub .h4, .sub h4 {
	font-size: 1.3571428571428572rem
}

.sub .h5, .sub h5 {
	font-size: 1.2142857142857142rem
}

.sub .h6, .sub h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.3571428571428572rem;
	line-height: 2rem
}

ol, p, ul {
	margin-bottom: 14px
}

ol, ul {
	margin-left: 30px
}

ol li, ul li {
	margin-bottom: 7px
}

ul li {
	list-style: square outside
}

ol li {
	list-style: decimal outside
}

blockquote {
	display: block;
	padding-left: 90px;
	position: relative;
	margin-bottom: 1rem
}

blockquote em, blockquote small {
	display: block
}

blockquote em {
	font-size: 2rem;
	line-height: 2.5rem;
	font-style: italic;
	margin-bottom: 1rem
}

blockquote small {
	text-align: right;
	font-size: 1rem
}

blockquote::before {
	position: absolute;
	top: 3.5rem;
	left: 0;
	content: '”';
	font-family: serif;
	opacity: .1;
	font-size: 180px
}

.well {
	background: rgba(0, 0, 0, .05);
	padding: 1rem
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.bold, .strong, b, strong {
	font-weight: 700
}

.fw-100 {
	font-weight: 100
}

.fw-200 {
	font-weight: 200
}

.fw-300 {
	font-weight: 300
}

.fw-400 {
	font-weight: 400
}

.fw-500 {
	font-weight: 500
}

.fw-600 {
	font-weight: 600
}

.fw-700 {
	font-weight: 700
}

.fw-800 {
	font-weight: 800
}

.fw-900 {
	font-weight: 900
}

table {
	margin-bottom: 1rem
}

table td, table th {
	padding: .5rem 1rem;
	border: 1px solid rgba(0, 0, 0, .1);
	text-align: center
}

table th {
	background: rgba(0, 0, 0, .1);
	font-weight: 700
}

.zebra td, .zebra th {
	padding: .5rem 1rem;
	border: 0;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.zebra tr:nth-child(2n) td {
	background: rgba(0, 0, 0, .05)
}

.simple td, .simple th {
	padding: .5rem 1rem;
	border: 0;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.condensed td, .condensed th {
	padding: .2rem .4rem
}

.btn {
	background: #094eb1;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #094eb1;
	padding: .5rem 1.5rem;
	line-height: 1;
	font-size: 1rem;
	color: #fff;
	transition: all .2s
}

.btn:hover {
	background: #0b5fd8;
	transform: translateY(-2px);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.btn:focus {
	background: #073d8a;
	transform: translateY(1px);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.btn.block {
	display: block
}

.btn.big {
	padding: 1rem 3rem;
	font-size: 1.5rem
}

.btn.small {
	font-size: .9rem;
	padding: .4rem .8rem
}

button {
	cursor: pointer
}

.btn.alt {
	background: 0 0;
	color: #fff;
	border: 1px solid #fff
}

.btn.alt:hover {
	color: #094eb1;
	background: #fff;
	transform: translateY(-2px);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.btn.alt:focus {
	color: #094eb1;
	background: #ebebeb;
	transform: translateY(1px);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.bg-info {
	background: #4babe2;
	border-color: #4babe2
}

.bg-danger {
	background: #e42417;
	border-color: #e42417
}

.bg-warning {
	background: #f59f00;
	border-color: #f59f00
}

.bg-success {
	background: #008020;
	border-color: #008020
}

.bg-primary {
	background: #094eb1;
	border-color: #094eb1
}

.bg-secondary {
	background: #fff;
	border-color: #fff
}

.color-white {
	color: #fff
}

.color-black {
	color: #000
}

.color-info {
	color: #4babe2
}

.color-danger {
	color: #e42417
}

.color-warning {
	color: #f59f00
}

.color-success {
	color: #008020
}

.color-primary {
	color: #094eb1
}

.color-secondary {
	color: #fff
}

.bg-none {
	background: 0 0!important
}

.navbar_toggler {
	display: none
}

body {
	padding-top: 182px
}

#navbar {
	background: #fff;
	height: 182px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all .2s;
	border-bottom: 1px solid #f4f4f4
}

#navbar.affix {
	height: 150px!important;
	margin-top: -100px;
	background: #fff!important
}

#navbar.affix .navbar_bottom {
	height: 50px
}

#navbar.affix .navbar-nav .dropdown {
	top: 100%
}

#navbar .container, #navbar .container-fluid {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.navbar_top {
	height: 100px;
	background: #094eb1
}

.navbar_top__right {
	display: flex;
	align-items: center
}

.navbar_top__right .btn {
	margin-right: 15px;
	display: flex;
	align-items: center;
	padding: 1rem;
	border-radius: 0
}

.navbar_top__right .btn img {
	margin-right: 10px;
	transition: all .2s;
	max-height: 17px
}

.navbar_top__right .btn:hover img {
	filter: invert(1)
}

.langs {
	position: relative
}

.langs a {
	transition: all .2s;
	display: block
}

.langs a img {
	display: block;
	border-radius: 4px
}

.langs a:hover {
	transform: scale(1.1);
	box-shadow: 0 3px 8px -1px rgba(0, 0, 0, .2)
}

.langs_toggler {
	position: relative;
	padding-right: 15px
}

.langs_toggler::after {
	content: '▾';
	opacity: .5;
	transition: all .2s;
	color: #fff;
	position: absolute;
	right: 0;
	top: 2px
}

.langs_toggler:hover {
	box-shadow: none!important
}

.langs_toggler:hover::after {
	opacity: 1
}

.langs_dropdown {
	position: absolute;
	top: 120%;
	right: 17px;
	z-index: 666;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	transform-origin: top;
	transition: all .2s;
	transform: scaleY(0);
	opacity: 0
}

.langs_dropdown::before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	border: 5px solid transparent;
	border-bottom: 5px solid #fff;
	position: absolute;
	top: -10px;
	right: 5px
}

.langs_dropdown ul {
	margin: 0;
	padding: 0
}

.langs_dropdown ul li {
	list-style: none
}

.langs_dropdown ul li:last-child {
	margin-bottom: 0
}

.langs_dropdown.show {
	transform: scaleY(1);
	opacity: 1
}

.navbar_bottom {
	height: 82px;
	transition: all .2s
}

.navbar_bottom form {
	position: relative;
	width: 35px;
	height: 35px
}

.navbar_bottom input {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #fff;
	padding: 10px 15px;
	width: 5px;
	background: #fff url(../img/search.png) calc(100% - 5px) center no-repeat;
	transition: all .2s;
	transform-origin: right
}

.navbar_bottom input:focus, .navbar_bottom input:hover {
	width: 300px;
	border: 1px solid #e2e2e2;
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .2)
}

.logo {
	font-size: 1rem;
	margin: 0
}

.logo a {
	display: flex;
	align-items: center
}

.logo a span {
	display: flex;
	flex-direction: column;
	color: #fff;
	font-family: Signika, sans-serif;
	line-height: 1.5em
}

.logo a span strong {
	font-size: 1.2857142857142858rem;
	font-weight: 700
}

.logo a span small {
	font-size: 1rem;
	font-weight: 400;
	display: block;
	line-height: 1;
	margin-top: 5px
}

.logo img {
	height: 78px;
	display: block;
	margin-right: 15px;
	transition: all .2s
}

.logo img:first-of-type {
	height: 62px
}

#navbar.affix {
	background: rgba(255, 255, 255, .95);
	height: 182px;
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1)
}

#navbar.affix .logo img {
	height: 50px
}

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

.navbar-nav li {
	display: inline;
	list-style: none;
	margin-bottom: 0
}

.navbar-nav>li>a {
	text-decoration: none;
	font-family: Signika, sans-serif;
	font-size: 1.15rem;
	color: #000;
	padding: 15px;
	-webkit-transition: all .2s;
	transition: all .2s;
	display: inline-flex;
	align-items: center;
	position: relative
}

.navbar-nav>li>a::after {
	position: absolute;
	right: 0;
	content: '';
	display: block;
	width: 1px;
	height: 50%;
	border-right: 1px solid #b3b3b3;
	transform: rotate(15deg)
}

.navbar-nav>li:last-child>a::after {
	display: none
}

.navbar-nav .active>a, .navbar-nav a.active, .navbar-nav a:focus, .navbar-nav a:hover {
	color: #094eb1
}

.dropdown {
	position: absolute;
	top: 168px;
	left: 0;
	width: 100%;
	max-height: calc(100vh - 182px);
	overflow-y: auto;
	margin: 0;
	padding: 0 0 15px;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 5px 15px -2px rgba(0, 0, 0, .2);
	transform: scaleY(0);
	opacity: 0;
	transform-origin: top;
	transition: all .2s
}

.dropdown .col {
	flex: 1
}

.dropdown .title {
	font-family: Signika, sans-serif;
	margin: 20px 0 10px;
	font-weight: 700;
	color: #000;
	font-size: 1.2rem
}

.dropdown .title a {
	color: #000;
	transition: all .2s
}

.dropdown .title a:hover {
	color: #094eb1
}

.dropdown ul {
	margin-left: 0
}

li:hover>.dropdown {
	transform: scaleY(1);
	opacity: 1
}

.dropdown .dropdown {
	top: 0;
	left: 100%
}

.toLeft>.dropdown {
	top: 0;
	right: 100%;
	left: auto
}

.dropdown li {
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
	width: 100%
}

.dropdown ul a {
	padding: 5px 10px;
	display: block;
	border-top: 1px solid #e2e2e2;
	line-height: 1.1;
	font-size: 1rem;
	color: #2b2a29;
	font-family: Roboto, sans-serif;
	border-radius: 0;
	transition: all .2s
}

.dropdown ul>li:first-child>a {
	border-top: 0
}

.dropdown ul li:hover>a {
	background: #094eb1;
	color: #fff
}

.dropdown>li:first-child>a {
	border: 0
}

header {
	overflow: hidden;
	width: 100%;
	position: relative
}

header .on_top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	height: 100%;
	width: 100%
}

header .container {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start
}

header .col-6 {
	position: relative;
	z-index: 20;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

header .swiper-container {
	position: relative;
	z-index: 10;
	display: block
}

header .swiper-container img {
	display: block
}

header h2 {
	font-size: 3.642857142857143rem;
	color: #fff;
	margin-top: 0;
	font-family: Signika, sans-serif;
	font-weight: 700;
	text-transform: none
}

header h2 a {
	color: #fff;
	transition: all .2s
}

header h2 a:hover {
	opacity: .8;
	border-bottom: 2px solid #fff
}

header p {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: 300
}

header .important {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background: #ff9947;
	color: #000;
	width: 229px;
	height: 229px;
	border-radius: 100%;
	font-family: Signika, sans-serif;
	font-weight: 700;
	line-height: 1em;
	transition: all .2s;
	position: absolute;
	bottom: 60px;
	left: 102%;
	transform: rotate(-15deg)
}

header .important:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .4)
}

header .important strong {
	font-size: 2rem
}

header .important small {
	font-size: 1.2857142857142858rem
}

.downloads a {
	border: 1px solid #e2e2e2;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 30px;
	padding: 30px;
	transition: all .2s
}

.downloads a:hover {
	background: #f2f2f2;
	transform: translateY(-2px);
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, .2)
}

.downloads a img {
	margin-right: 30px
}

.downloads a .caption {
	display: flex;
	flex-direction: column
}

.downloads a strong {
	font-weight: 700;
	color: #000;
	font-size: 1.2857142857142858rem;
	font-family: Signika, sans-serif
}

.downloads a small {
	font-size: 1rem;
	color: #a6a6a6
}

.gallery a::before, .gallery-index a::before, .gallery-index.captions .image::before, .gallery.captions .image::before {
	background-image: url(../img/zoom.svg);
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	z-index: 20;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	opacity: 0;
	transition: opacity .3s
}

.gallery a, .gallery-index a {
	margin: 0 30px 30px 0;
	overflow: hidden;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.gallery a img, .gallery-index a img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 10;
	transition: all .3s
}

.gallery a:hover img, .gallery-index a:hover img {
	opacity: .6;
	transform: scale(1.03)
}

.gallery a:hover::before, .gallery-index a:hover::before {
	opacity: 1
}

.two-cols a {
	max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
	width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
	flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2))
}

.two-cols a:nth-child(2n) {
	margin-right: 0
}

.three-cols a {
	max-width: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
	width: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
	flex-basis: calc(100% * 1 / 3 - (30px - 30px * 1 / 3))
}

.three-cols a:nth-child(3n) {
	margin-right: 0
}

.four-cols a {
	max-width: calc(100% * 1 / 4 - (30px - 30px * 1 / 4));
	width: calc(100% * 1 / 4 - (30px - 30px * 1 / 4));
	flex-basis: calc(100% * 1 / 4 - (30px - 30px * 1 / 4))
}

.four-cols a:nth-child(4n) {
	margin-right: 0
}

.five-cols a {
	max-width: calc(100% * 1 / 5 - (30px - 30px * 1 / 5));
	width: calc(100% * 1 / 5 - (30px - 30px * 1 / 5));
	flex-basis: calc(100% * 1 / 5 - (30px - 30px * 1 / 5))
}

.five-cols a:nth-child(5n) {
	margin-right: 0
}

.gallery-index.captions a, .gallery.captions a {
	text-decoration: none;
	flex-direction: column;
	background: 0 0
}

.gallery-index.captions a::before, .gallery.captions a::before {
	display: none
}

.gallery-index.captions a:hover .image::before, .gallery.captions a:hover .image::before {
	opacity: 1
}

.gallery-index.captions a:hover strong, .gallery.captions a:hover strong {
	color: #094eb1
}

.gallery-index.captions .image, .gallery.captions .image {
	overflow: hidden;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background: #000;
	position: relative
}

.gallery-index.captions .image::before, .gallery.captions .image::before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	z-index: 20;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	opacity: 0;
	transition: opacity .3s
}

.gallery-index.captions strong, .gallery.captions strong {
	color: #2b2a29;
	display: block;
	line-height: 1.3;
	margin-top: 10px
}

.captions.over strong {
	background: rgba(0, 0, 0, .7);
	margin-top: 0;
	padding: 10px;
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0
}

.gallery-index.captions a .image::before, .gallery-index.captions a::before {
	display: none
}

.gallery-index.captions .image {
	background: #fff
}

footer {
	background: #042d78;
	padding: 90px 0;
	color: #fff
}

footer a {
	color: #0091ff;
	text-decoration: none;
	line-height: 1.1;
	transition: color .2s
}

footer a:hover {
	color: #44aeff
}

footer hr {
	height: 1px;
	border: 0;
	margin: 30px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

footer h5 {
	color: #fff;
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 1.2857142857142858rem
}

footer ul {
	padding: 0;
	margin: 0
}

footer ul li {
	list-style: none;
	margin-bottom: 8px
}

footer ul a {
	display: block;
	color: #fff;
	line-height: 1.3em
}

footer .col-6:last-of-type ul {
	display: flex;
	flex-wrap: wrap
}

footer .col-6:last-of-type ul li {
	flex-basis: 50%
}

footer .container>.row:last-of-type {
	align-items: center;
	margin-top: 60px
}

footer .adres, footer .email, footer .tel {
	padding-left: 45px
}

footer .adres {
	background: url(../img/adres.png) 0 5px no-repeat
}

footer .tel {
	background: url(../img/tel.png) 0 5px no-repeat;
	line-height: 2.1rem
}

footer .email {
	background: url(../img/email.png) 0 5px no-repeat;
	line-height: 2.1rem
}

.sub footer {
	margin-top: 80px
}

.madeby {
	line-height: 1
}

.madeby img {
	width: 92px
}

.madeby small {
	float: left;
	color: #fff;
	font-size: .7142857142857143rem;
	margin: 4px 3px 0 0;
	display: inline-block
}

body {
	background: #fff;
	width: 100%;
	overflow-x: hidden
}

a {
	color: #094eb1
}

.floating-widgets {
	position: fixed;
	right: 0;
	top: 270px;
	z-index: 999;
	transition: all .2s
}

.floating-widgets a, .floating-widgets img {
	display: block
}

.floating-widgets a:not(:last-child) {
	margin-bottom: 10px
}

.floating-widgets a:hover {
	opacity: .9;
	transform: translateX(2px)
}

.infolinia_btn {
	margin-top: 50px
}

#boxes {
	padding: 80px 0;
	background: #f4f8fb
}

#boxes.dropdown {
	background: #fff
}

#boxes .col {
	flex: 1
}

#boxes a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 246px;
	background: #094eb1
}

#boxes a span {
	position: absolute;
	z-index: 20;
	padding: 0 30px;
	transition: all .2s
}

#boxes a strong {
	display: block;
	color: #fff;
	font-family: Signika, sans-serif;
	font-size: 1.1428571428571428rem;
	margin-top: 15px
}

#boxes a .bg {
	position: relative;
	z-index: 10;
	display: block;
	transition: all 2s;
	width: 100%
}

#boxes a:hover span {
	transform: scale(1.05);
	text-shadow: 0 10px 15px rgba(0, 0, 0, .5)
}

#boxes a:hover .bg {
	transform: scale(1.1)
}

#news {
	padding: 80px 0
}

#news h3 {
	margin-top: 0;
	margin-bottom: 53px
}

#news .btn.alt {
	border-color: #a6a6a6;
	color: #a6a6a6;
	padding: 1rem 2rem;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase
}

#news .btn.alt:focus, #news .btn.alt:hover {
	border-color: #094eb1;
	color: #094eb1
}

.card.over {
	position: relative;
	margin-bottom: 30px
}

.card.over .card_img {
	position: relative;
	z-index: 10;
	display: block;
	width: 100%;
	overflow: hidden
}

.card.over .card_img img {
	display: block;
	height: 100%;
	transition: all .5s
}

.card.over .card_img:hover img {
	transform: scale(1.1)
}

.card.over .card_body {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	padding: 60px 30px 30px;
	background: linear-gradient(to top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 100%);
	transition: all .3s;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	width: calc(100% - 60px)
}

.card.over small {
	color: #fff;
	font-size: 1rem;
	transition: all .2s
}

.card.over h4 {
	color: #fff;
	margin: 10px 0;
	font-size: 2.142857142857143rem;
	transition: all .2s
}

.card.over h4 a {
	color: #fff;
	transition: all .2s
}

.card.over h4 a:hover {
	opacity: .8;
	border-bottom: 1px solid #fff
}

.card.over p {
	color: #fff;
	margin-bottom: 0;
	font-size: 1rem
}

.small_card.over {
	overflow: hidden
}

.small_card.over h4 {
	font-size: 1.2857142857142858rem
}

.small_card.over p {
	overflow: hidden;
	max-height: 0;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: all .2s
}

.small_card.over:hover .card_body {
	padding: 30px;
	height: calc(100% - 60px);
	background: rgba(9, 78, 177, .8)
}

.small_card.over:hover .card_img img {
	transform: scale(1.1)
}

.small_card.over:hover p {
	max-height: 100%;
	transform: scaleY(1)
}

.card.horizontal {
	display: flex;
	align-items: center;
	margin-bottom: 30px
}

.card.horizontal .card_img {
	margin-right: 30px;
	display: block;
	flex-shrink: 0;
	overflow: hidden
}

.card.horizontal .card_img img {
	display: block;
	max-width: 158px;
	transition: all .2s
}

.card.horizontal .card_img:hover img {
	transform: scale(1.03);
	opacity: .9
}

.card.horizontal small {
	font-size: 1rem
}

.card.horizontal h4, .card.horizontal h5 {
	margin: 0 0 10px
}

.card.horizontal h4 a, .card.horizontal h5 a {
	transition: all .2s;
	color: #000
}

.card.horizontal h4 a:hover, .card.horizontal h5 a:hover {
	color: #094eb1;
	border-bottom: 1px solid #094eb1
}

.card.horizontal p {
	margin-bottom: 0
}

.oferta .card.horizontal p {
	margin-bottom: 10px
}

.oferta .card.horizontal p:last-of-type {
	margin-bottom: 0
}

.oferta .card.horizontal small {
	font-size: .725em;
	display: block;
	line-height: 1.2
}

#absolwenci {
	padding: 0 0 80px;
	cursor: e-resize
}

#absolwenci h3 {
	margin-top: 0;
	margin-bottom: 53px
}

#absolwenci .swiper-slide {
	background: #f4f8fb;
	height: 380px;
	display: flex;
	align-items: center;
	justify-content: center
}

#absolwenci .absolwent {
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center
}

#absolwenci .absolwent .awatar {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 100%
}

#absolwenci .absolwent img {
	width: 100%
}

#absolwenci .absolwent strong {
	margin: 15px 0 5px;
	font-size: 1.7142857142857142rem;
	font-family: Signika, sans-serif
}

#absolwenci .absolwent span {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #2b2a29
}

#absolwenci .absolwent small {
	font-size: 1rem;
	color: #b3b3b3;
	margin-bottom: 15px
}

#absolwenci .absolwent em {
	font-size: 1.2857142857142858rem;
	font-style: italic;
	line-height: 1.5em
}

#info_boxes {
	cursor: e-resize;
	padding: 80px 0;
	background: #f4f8fb
}

#info_boxes a {
	display: block;
	transition: opacity .2s
}

#info_boxes a:hover {
	opacity: .8
}

#partners {
	padding: 80px 0
}

#partners .row {
	align-items: stretch
}

#partners .col-2 {
	display: flex;
	align-items: center
}

#partners h5 {
	margin: 0
}

#partners .swiper-slide a {
	height: 111px;
	display: flex;
	align-items: center;
	justify-content: center
}

#partners .swiper-slide a img {
	align-self: center;
	max-width: 100%;
	max-height: 111px
}

#o-uczelni {
	padding: 80px 0;
	background: #094eb1 url(../img/liczbybg.jpg) right no-repeat;
	background-size: auto 100%;
	color: #fff
}

#o-uczelni h3 {
	color: #fff;
	margin-top: 0;
	line-height: 1.2em
}

#o-uczelni h3 small {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	opacity: .5;
	display: block;
	letter-spacing: 2px
}

.counters {
	display: flex;
	margin-top: 30px;
	align-items: stretch;
	justify-content: flex-start
}

.counter {
	flex: 1;
	border: 1px solid #fff;
	margin-right: 15px;
	padding: 50px 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.counter strong {
	font-size: 2.142857142857143rem;
	font-family: Signika, sans-serif;
	margin-bottom: 10px
}

.counter small {
	font-size: 1rem;
	font-weight: 700
}

.sub .logo {
	font-size: 1rem
}

#breadcrumbs {
	padding: 30px 0
}

#breadcrumbs a {
	font-size: .8571428571428571rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #2b2a29
}

#breadcrumbs img {
	margin: 0 8px
}

#breadcrumbs span {
	font-size: .8571428571428571rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #094eb1
}

.sub #main h1 {
	margin-top: 0
}

.sub .thumbnail {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	max-width: 50%
}

aside .title {
	font-weight: 700;
	color: #192c32;
	margin-bottom: 15px;
	font-size: 1.7142857142857142rem
}

.nav-accordion, .nav-accordion--opened {
	margin: 0;
	padding: 0
}

.nav-accordion--opened>li>a, .nav-accordion>li>a {
	color: #000;
	font-weight: 700;
	font-size: 1rem;
	font-family: Signika, sans-serif;
	text-transform: uppercase
}

.nav-accordion--opened>li>a.active, .nav-accordion--opened>li>a:hover, .nav-accordion>li>a.active, .nav-accordion>li>a:hover {
	background: #094eb1;
	color: #fff
}

.nav-accordion ul, .nav-accordion--opened ul {
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, .02)
}

.nav-accordion ul a, .nav-accordion--opened ul a {
	padding: 7px 12px 7px 24px
}

.nav-accordion li, .nav-accordion--opened li {
	list-style: none;
	margin: 0
}

.nav-accordion li a, .nav-accordion--opened li a {
	color: #2b2a29;
	text-decoration: none;
	display: block;
	line-height: 1.3em;
	padding: 12px 15px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	transition: all .2s
}

.nav-accordion--opened>li:first-child>a, .nav-accordion>li:first-child>a {
	border-top: 0
}

.nav-accordion ul li a.active, .nav-accordion ul li a:hover, .nav-accordion--opened ul li a.active, .nav-accordion--opened ul li a:hover {
	color: #fff;
	background: #094eb1
}

.nav-accordion ul:not(.show) {
	max-height: 0;
	overflow: hidden
}

.nav-accordion .show {
	max-height: 100%
}

.nav-accordion .active+.dropdown {
	display: block;
	max-height: 100%;
	overflow: visible;
	opacity: 1;
	position: relative;
	top: auto;
	transform: none;
	box-shadow: none;
	background: rgba(0, 0, 0, .05)
}

.nav-accordion ul li a.active, .nav-accordion ul li a:hover {
	color: #fff;
	background: #083a80
}

.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

.fb_slider_right .sliderbody {
	float: left;
	width: 320px
}

.fb_slider_right:hover {
	right: 0;
	height: 100%
}

.fb_slider_right .button, .fb_slider_right iframe {
	float: left;
	background: #fff
}

#pages {
	margin: 0 0 15px;
	display: flex;
	width: auto!important;
	padding: 0!important
}

.jPaginate {
	height: 34px;
	position: relative;
	color: #a5a5a5;
	font-size: small;
	width: 100%
}

.jPaginate a {
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	padding: 0 10px!important;
	margin: 0 2px;
	float: left;
	text-decoration: none!important
}

.jPag-control-back {
	position: relative;
	left: auto;
	margin-right: 5px
}

.jPag-control-front {
	position: relative;
	top: auto;
	left: auto!important
}

.jPaginate span {
	cursor: pointer
}

ul.jPag-pages {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0
}

ul.jPag-pages li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0
}

ul.jPag-pages li a {
	float: left;
	padding: 2px 5px
}

span.jPag-current {
	cursor: default;
	font-weight: 400;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	margin: 0 2px;
	float: left
}

span.jPag-snext, span.jPag-snext-img, span.jPag-sprevious, span.jPag-sprevious-img, ul.jPag-pages li span.jPag-next, ul.jPag-pages li span.jPag-next-img, ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-previous-img {
	height: 34px;
	margin: 0 2px;
	float: left;
	line-height: 26px
}

ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-previous-img {
	margin: 2px 0 2px 2px;
	font-size: .8571428571428571rem;
	font-weight: 700;
	width: 10px
}

ul.jPag-pages li span.jPag-next, ul.jPag-pages li span.jPag-next-img {
	margin: 2px 2px 2px 0;
	font-size: .8571428571428571rem;
	font-weight: 700;
	width: 10px
}

span.jPag-sprevious, span.jPag-sprevious-img {
	margin: 2px 0 2px 2px;
	font-size: 1rem;
	width: 15px;
	text-align: right
}

span.jPag-snext, span.jPag-snext-img {
	margin: 2px 2px 2px 0;
	font-size: 1rem;
	width: 15px;
	text-align: right
}

ul.jPag-pages li span.jPag-previous-img {
	background: transparent url(../images/previous.png) no-repeat center right
}

ul.jPag-pages li span.jPag-next-img {
	background: transparent url(../images/next.png) no-repeat center left
}

span.jPag-sprevious-img {
	background: transparent url(../images/sprevious.png) no-repeat center right
}

span.jPag-snext-img {
	background: transparent url(../images/snext.png) no-repeat center left
}

.jPag-first, .jPag-last {
	line-height: 30px!important;
	font-size: 1rem
}

.akordeon {
	width: 100%
}

.akordeon>tbody, .akordeon>tbody>tr, .akordeon>tbody>tr>td {
	display: block;
	width: 100%
}

.akordeon .disabled {
	opacity: .5
}

.akordeon>tbody>tr>td {
	padding: 0;
	width: 100%;
	margin-bottom: -1px;
	border: 1px solid #e2e2e2!important
}

.akordeon>tbody>tr:nth-child(2n) {
	overflow: hidden;
	max-height: 0;
	transition: all .2s;
	transition: all .2s;
	transform-origin: center top;
	transform: scaleY(0);
	transform-box: border-box
}

.akordeon>tbody>tr:nth-child(2n)>td {
	padding: 15px
}

.akordeon>tbody>.show {
	max-height: 100%!important;
	transform: scaleY(1)!important;
	transform-style: preserve-3d
}

.akordeon>tbody>.show>td {
	width: calc(100% - 31.5px)
}

.akordeon>tbody>tr>td>h2, .akordeon>tbody>tr>td>h3 {
	padding: 10px 15px;
	display: block;
	text-align: left;
	position: relative;
	margin: 0!important;
	font-size: 1.2857142857142858rem;
	transition: all .2s;
	cursor: pointer
}

.akordeon>tbody>tr>td>h2:hover, .akordeon>tbody>tr>td>h3:hover {
	background: rgba(0, 0, 0, .02)
}

.akordeon>tbody>.active>td>h2, .akordeon>tbody>.active>td>h3, .akordeon>tbody>tr>td>h2:focus, .akordeon>tbody>tr>td>h3:focus {
	background: #094eb1!important;
	color: #fff
}

.akordeon>tbody>.active>td>h2 small, .akordeon>tbody>.active>td>h3 small, .akordeon>tbody>tr>td>h2:focus small, .akordeon>tbody>tr>td>h3:focus small {
	color: #fff
}

.akordeon>tbody>.active>td>h2 span, .akordeon>tbody>.active>td>h3 span, .akordeon>tbody>tr>td>h2:focus span, .akordeon>tbody>tr>td>h3:focus span {
	opacity: 0
}

.akordeon>tbody>tr>td>h2 small, .akordeon>tbody>tr>td>h3 small {
	display: block;
	font-size: .8571428571428571rem;
	color: #999
}

.akordeon>tbody>tr>td>h2::after, .akordeon>tbody>tr>td>h3::after {
	content: '+';
	font-size: 2.142857142857143rem;
	position: absolute;
	right: 15px;
	top: 5px;
	font-weight: 400;
	opacity: .5;
	transition: all .2s;
	background: 0 0;
	width: auto;
	height: auto;
	margin: 0
}

.akordeon>tbody>.active>td>h2::after, .akordeon>tbody>.active>td>h3::after, .akordeon>tbody>tr>td>h2:focus::after, .akordeon>tbody>tr>td>h3:focus::after {
	transform: rotate(45deg);
	color: #fff!important;
	opacity: 1
}

.akordeon>tbody>tr>td>h2 span, .akordeon>tbody>tr>td>h3 span {
	position: absolute;
	top: 23px;
	right: 45px;
	font-size: .7142857142857143rem;
	font-weight: 400;
	transition: all .3s;
	text-transform: uppercase
}

.akordeon table td p {
	margin-bottom: 0
}

.m-0 {
	margin: 0
}

.m-1.rem {
	margin: 1rem
}

.m-2.rem {
	margin: 2rem
}

.m-3.rem {
	margin: 3rem
}

.m-4.rem {
	margin: 4rem
}

.m-5.rem {
	margin: 5rem
}

.p-0 {
	padding: 0
}

.p-1.rem {
	padding: 1rem
}

.p-2.rem {
	padding: 2rem
}

.p-3.rem {
	padding: 3rem
}

.p-4.rem {
	padding: 4rem
}

.p-5.rem {
	padding: 5rem
}

.mt-0 {
	margin-top: 0
}

.mt-1.rem {
	margin-top: 1rem
}

.mt-2.rem {
	margin-top: 2rem
}

.mt-3.rem {
	margin-top: 3rem
}

.mt-4.rem {
	margin-top: 4rem
}

.mt-5.rem {
	margin-top: 5rem
}

.mb-0 {
	margin-bottom: 0
}

.mb-1.rem {
	margin-bottom: 1rem
}

.mb-2.rem {
	margin-bottom: 2rem
}

.mb-3.rem {
	margin-bottom: 3rem
}

.mb-4.rem {
	margin-bottom: 4rem
}

.mb-5.rem {
	margin-bottom: 5rem
}

.ml-0 {
	margin-left: 0
}

.ml-1.rem {
	margin-left: 1rem
}

.ml-2.rem {
	margin-left: 2rem
}

.ml-3.rem {
	margin-left: 3rem
}

.ml-4.rem {
	margin-left: 4rem
}

.ml-5.rem {
	margin-left: 5rem
}

.mr-0 {
	margin-right: 0
}

.mr-1.rem {
	margin-right: 1rem
}

.mr-2.rem {
	margin-right: 2rem
}

.mr-3.rem {
	margin-right: 3rem
}

.mr-4.rem {
	margin-right: 4rem
}

.mr-5.rem {
	margin-right: 5rem
}

.my-0 {
	margin: 0 auto
}

.my-1.rem {
	margin: 1rem auto
}

.my-2.rem {
	margin: 2rem auto
}

.my-3.rem {
	margin: 3rem auto
}

.my-4.rem {
	margin: 4rem auto
}

.my-5.rem {
	margin: 5rem auto
}

.mx-0 {
	margin: auto 0
}

.mx-1.rem {
	margin: auto 1rem
}

.mx-2.rem {
	margin: auto 2rem
}

.mx-3.rem {
	margin: auto 3rem
}

.mx-4.rem {
	margin: auto 4rem
}

.mx-5.rem {
	margin: auto 5rem
}

.pt-0 {
	padding-top: 0
}

.pt-1.rem {
	padding-top: 1rem
}

.pt-2.rem {
	padding-top: 2rem
}

.pt-3.rem {
	padding-top: 3rem
}

.pt-4.rem {
	padding-top: 4rem
}

.pt-5.rem {
	padding-top: 5rem
}

.pb-0 {
	padding-bottom: 0
}

.pb-1.rem {
	padding-bottom: 1rem
}

.pb-2.rem {
	padding-bottom: 2rem
}

.pb-3.rem {
	padding-bottom: 3rem
}

.pb-4.rem {
	padding-bottom: 4rem
}

.pb-5.rem {
	padding-bottom: 5rem
}

.pl-0 {
	padding-left: 0
}

.pl-1.rem {
	padding-left: 1rem
}

.pl-2.rem {
	padding-left: 2rem
}

.pl-3.rem {
	padding-left: 3rem
}

.pl-4.rem {
	padding-left: 4rem
}

.pl-5.rem {
	padding-left: 5rem
}

.pr-0 {
	padding-right: 0
}

.pr-1.rem {
	padding-right: 1rem
}

.pr-2.rem {
	padding-right: 2rem
}

.pr-3.rem {
	padding-right: 3rem
}

.pr-4.rem {
	padding-right: 4rem
}

.pr-5.rem {
	padding-right: 5rem
}

.py-0 {
	padding: 0 auto
}

.py-1.rem {
	padding: 1rem auto
}

.py-2.rem {
	padding: 2rem auto
}

.py-3.rem {
	padding: 3rem auto
}

.py-4.rem {
	padding: 4rem auto
}

.py-5.rem {
	padding: 5rem auto
}

.px-0 {
	padding: auto 0
}

.px-1.rem {
	padding: auto 1rem
}

.px-2.rem {
	padding: auto 2rem
}

.px-3.rem {
	padding: auto 3rem
}

.px-4.rem {
	padding: auto 4rem
}

.px-5.rem {
	padding: auto 5rem
}

.m-1.px {
	margin: 10px
}

.m-2.px {
	margin: 20px
}

.m-3.px {
	margin: 30px
}

.m-4.px {
	margin: 40px
}

.m-5.px {
	margin: 50px
}

.p-1.px {
	padding: 10px
}

.p-2.px {
	padding: 20px
}

.p-3.px {
	padding: 30px
}

.p-4.px {
	padding: 40px
}

.p-5.px {
	padding: 50px
}

.mt-1.px {
	margin-top: 10px
}

.mt-2.px {
	margin-top: 20px
}

.mt-3.px {
	margin-top: 30px
}

.mt-4.px {
	margin-top: 40px
}

.mt-5.px {
	margin-top: 50px
}

.mb-1.px {
	margin-bottom: 10px
}

.mb-2.px {
	margin-bottom: 20px
}

.mb-3.px {
	margin-bottom: 30px
}

.mb-4.px {
	margin-bottom: 40px
}

.mb-5.px {
	margin-bottom: 50px
}

.ml-1.px {
	margin-left: 10px
}

.ml-2.px {
	margin-left: 20px
}

.ml-3.px {
	margin-left: 30px
}

.ml-4.px {
	margin-left: 40px
}

.ml-5.px {
	margin-left: 50px
}

.mr-1.px {
	margin-right: 10px
}

.mr-2.px {
	margin-right: 20px
}

.mr-3.px {
	margin-right: 30px
}

.mr-4.px {
	margin-right: 40px
}

.mr-5.px {
	margin-right: 50px
}

.my-1.px {
	margin: 10px auto
}

.my-2.px {
	margin: 20px auto
}

.my-3.px {
	margin: 30px auto
}

.my-4.px {
	margin: 40px auto
}

.my-5.px {
	margin: 50px auto
}

.mx-1.px {
	margin: auto 10px
}

.mx-2.px {
	margin: auto 20px
}

.mx-3.px {
	margin: auto 30px
}

.mx-4.px {
	margin: auto 40px
}

.mx-5.px {
	margin: auto 50px
}

.pt-1.px {
	padding-top: 10px
}

.pt-2.px {
	padding-top: 20px
}

.pt-3.px {
	padding-top: 30px
}

.pt-4.px {
	padding-top: 40px
}

.pt-5.px {
	padding-top: 50px
}

.pb-1.px {
	padding-bottom: 10px
}

.pb-2.px {
	padding-bottom: 20px
}

.pb-3.px {
	padding-bottom: 30px
}

.pb-4.px {
	padding-bottom: 40px
}

.pb-5.px {
	padding-bottom: 50px
}

.pl-1.px {
	padding-left: 10px
}

.pl-2.px {
	padding-left: 20px
}

.pl-3.px {
	padding-left: 30px
}

.pl-4.px {
	padding-left: 40px
}

.pl-5.px {
	padding-left: 50px
}

.pr-1.px {
	padding-right: 10px
}

.pr-2.px {
	padding-right: 20px
}

.pr-3.px {
	padding-right: 30px
}

.pr-4.px {
	padding-right: 40px
}

.pr-5.px {
	padding-right: 50px
}

.py-1.px {
	padding: 10px auto
}

.py-2.px {
	padding: 20px auto
}

.py-3.px {
	padding: 30px auto
}

.py-4.px {
	padding: 40px auto
}

.py-5.px {
	padding: 50px auto
}

.px-1.px {
	padding: auto 10px
}

.px-2.px {
	padding: auto 20px
}

.px-3.px {
	padding: auto 30px
}

.px-4.px {
	padding: auto 40px
}

.px-5.px {
	padding: auto 50px
}

.w-10 {
	width: 10%
}

.w-20 {
	width: 20%
}

.w-30 {
	width: 30%
}

.w-40 {
	width: 40%
}

.w-50 {
	width: 50%
}

.w-60 {
	width: 60%
}

.w-70 {
	width: 70%
}

.w-80 {
	width: 80%
}

.w-90 {
	width: 90%
}

.w-100 {
	width: 100%
}

.vw-10 {
	width: 10vw
}

.vw-20 {
	width: 20vw
}

.vw-30 {
	width: 30vw
}

.vw-40 {
	width: 40vw
}

.vw-50 {
	width: 50vw
}

.vw-60 {
	width: 60vw
}

.vw-70 {
	width: 70vw
}

.vw-80 {
	width: 80vw
}

.vw-90 {
	width: 90vw
}

.vw-100 {
	width: 100vw
}

.h-10 {
	height: 10%
}

.h-20 {
	height: 20%
}

.h-30 {
	height: 30%
}

.h-40 {
	height: 40%
}

.h-50 {
	height: 50%
}

.h-60 {
	height: 60%
}

.h-70 {
	height: 70%
}

.h-80 {
	height: 80%
}

.h-90 {
	height: 90%
}

.h-100 {
	height: 100%
}

.vh-10 {
	height: 10vh
}

.vh-20 {
	height: 20vh
}

.vh-30 {
	height: 30vh
}

.vh-40 {
	height: 40vh
}

.vh-50 {
	height: 50vh
}

.vh-60 {
	height: 60vh
}

.vh-70 {
	height: 70vh
}

.vh-80 {
	height: 80vh
}

.vh-90 {
	height: 90vh
}

.vh-100 {
	height: 100vh
}

.fz-0_1.rem {
	font-size: .1rem
}

.fz-0_2.rem {
	font-size: .2rem
}

.fz-0_3.rem {
	font-size: .3rem
}

.fz-0_4.rem {
	font-size: .4rem
}

.fz-0_5.rem {
	font-size: .5rem
}

.fz-0_6.rem {
	font-size: .6rem
}

.fz-0_7.rem {
	font-size: .7rem
}

.fz-0_8.rem {
	font-size: .8rem
}

.fz-0_9.rem {
	font-size: .9rem
}

.fz-1.rem {
	font-size: 1rem
}

.fz-1_1.rem {
	font-size: 1.1rem
}

.fz-1_2.rem {
	font-size: 1.2rem
}

.fz-1_3.rem {
	font-size: 1.3rem
}

.fz-1_4.rem {
	font-size: 1.4rem
}

.fz-1_5.rem {
	font-size: 1.5rem
}

.fz-1_6.rem {
	font-size: 1.6rem
}

.fz-1_7.rem {
	font-size: 1.7rem
}

.fz-1_8.rem {
	font-size: 1.8rem
}

.fz-1_9.rem {
	font-size: 1.9rem
}

.fz-2.rem {
	font-size: 2rem
}

.fz-2_1.rem {
	font-size: 2.1rem
}

.fz-2_2.rem {
	font-size: 2.2rem
}

.fz-2_3.rem {
	font-size: 2.3rem
}

.fz-2_4.rem {
	font-size: 2.4rem
}

.fz-2_5.rem {
	font-size: 2.5rem
}

.fz-2_6.rem {
	font-size: 2.6rem
}

.fz-2_7.rem {
	font-size: 2.7rem
}

.fz-2_8.rem {
	font-size: 2.8rem
}

.fz-2_9.rem {
	font-size: 2.9rem
}

.fz-3.rem {
	font-size: 3rem
}

.fz-01 {
	font-size: 1px
}

.fz-02 {
	font-size: 2px
}

.fz-03 {
	font-size: 3px
}

.fz-04 {
	font-size: 4px
}

.fz-05 {
	font-size: 5px
}

.fz-06 {
	font-size: 6px
}

.fz-07 {
	font-size: 7px
}

.fz-08 {
	font-size: 8px
}

.fz-09 {
	font-size: 9px
}

.fz-1 {
	font-size: 10px
}

.fz-11 {
	font-size: 11px
}

.fz-12 {
	font-size: 12px
}

.fz-13 {
	font-size: 13px
}

.fz-14 {
	font-size: 14px
}

.fz-15 {
	font-size: 15px
}

.fz-16 {
	font-size: 16px
}

.fz-17 {
	font-size: 17px
}

.fz-18 {
	font-size: 18px
}

.fz-19 {
	font-size: 19px
}

.fz-20 {
	font-size: 20px
}

.fz-21 {
	font-size: 21px
}

.fz-22 {
	font-size: 22px
}

.fz-23 {
	font-size: 23px
}

.fz-24 {
	font-size: 24px
}

.fz-25 {
	font-size: 25px
}

.fz-26 {
	font-size: 26px
}

.fz-27 {
	font-size: 27px
}

.fz-28 {
	font-size: 28px
}

.fz-29 {
	font-size: 29px
}

.fz-30 {
	font-size: 30px
}

.fz-31 {
	font-size: 31px
}

.fz-32 {
	font-size: 32px
}

.fz-33 {
	font-size: 33px
}

.fz-34 {
	font-size: 34px
}

.fz-35 {
	font-size: 35px
}

.fz-36 {
	font-size: 36px
}

.fz-37 {
	font-size: 37px
}

.fz-38 {
	font-size: 38px
}

.fz-39 {
	font-size: 39px
}

.fz-40 {
	font-size: 40px
}

.fz-50 {
	font-size: 50px
}

.fz-60 {
	font-size: 60px
}

.fz-70 {
	font-size: 70px
}

.fz-80 {
	font-size: 80px
}

.fz-90 {
	font-size: 90px
}

.fz-100 {
	font-size: 100px
}

.read-more {
	margin: 0;
	padding: 0
}

.read-more li {
	list-style: none;
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
	padding: 10px;
	transition: all .2s
}

.read-more li:hover {
	padding-left: 15px;
	padding-right: 5px
}

.read-more li::before {
	content: '';
	background: url(../img/bullet.svg) no-repeat;
	width: 12px;
	height: 12px;
	margin-top: 4px;
	display: block;
	float: left;
	margin-right: 12px
}

.additional-info {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	width: calc(300px - 60px);
	padding: 30px
}

@media screen and (max-width:800px) {
	.additional-info {
		width: calc(100% - 60px);
		float: none;
		margin-left: 0
	}
}

.js-labels textarea {
	border: 1px solid #e2e2e2;
	padding: 15px;
	width: calc(100% - 30px);
	height: 131px
}

.forArea label {
	left: 15px;
	background: #fff;
	z-index: 22
}

.forArea.focused label {
	left: 5px;
	background: #fff;
	padding: 0 10px;
	z-index: 22;
	opacity: 1
}

.alert {
	display: none;
	padding: 5px 10px;
	width: calc(100% - 20px);
	color: #333;
	background: #e2e2e2;
	margin-bottom: 5px
}

.alert-success {
	display: block;
	color: #fff;
	background: #008a45
}

.alert-danger {
	display: block;
	color: #fff;
	background: #b00
}

#galeria_bez_miniatur p {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center
}

#galeria_bez_miniatur .podpis {
	padding-top: 5px
}

#galeria_bez_miniatur p img {
	display: inline-block;
	max-width: 100%
}

.sub #main>small {
	margin-bottom: 15px;
	display: block
}

.poczta.btn {
	padding: .3rem .5rem;
	font-size: .7rem;
	text-transform: uppercase;
	margin-top: 5px
}

.poczta.btn:first-child {
	margin-top: 0
}

.has_dropdown {
	position: relative;
	z-index: 666
}

.has_dropdown .dropdown-mini {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: all .2s;
	position: absolute;
	top: 100%;
	right: 15px;
	padding: 10px 10px 0;
	background: #094eb1;
	border: 1px solid #fff;
	min-width: 250px
}

.has_dropdown .dropdown-mini a {
	margin-right: 0;
	margin-bottom: 10px
}

.has_dropdown:hover .dropdown-mini {
	opacity: 1;
	transform: scaleY(1)
}

.cc, .ic {
	display: flex
}

.ic {
	align-items: center
}

.cc {
	justify-content: center
}

#prolibtool_searchwidget, #szukaj_box {
	background: rgba(255, 255, 255, .95);
	padding: 30px;
	display: block;
	width: calc(100% - 120px);
	text-align: center;
	box-shadow: 0 15px 25px -8px rgba(0, 0, 0, .7)
}

#prolibtool_searchwidget .ptsw_container {
	width: 100%!important
}

#szukaj_box__input {
	border: 1px solid #fff;
	background: #f4f4f4;
	box-shadow: inset 0 -2px 10px rgba(0, 0, 0, .15);
	padding: 1rem 1.5rem;
	width: 100%;
	margin-bottom: 30px;
	font-size: 1.1rem;
	line-height: 1.3em
}

.szukaj_box__radios {
	line-height: 1.1em;
	display: flex;
	align-items: center
}

.szukaj_box__radios input {
	margin-right: 5px;
	position: relative;
	top: -1px;
	width: auto
}

.szukaj_box__radios input:not(:first-child) {
	margin-left: 30px
}

.mediumfonts {
	font-size: 15.5px
}

.bigfonts {
	font-size: 17px
}

.kontrastowa #absolwenci, .kontrastowa #news, .kontrastowa #partners, .kontrastowa .navbar_top, .kontrastowa body, .kontrastowa footer {
	background: #000
}

.kontrastowa body {
	color: #fff
}

.kontrastowa .card.horizontal h5 a, .kontrastowa footer a, .kontrastowa main a {
	color: #ff0;
	text-decoration: underline
}

.kontrastowa footer a {
	text-decoration: none
}

.kontrastowa footer a:hover {
	text-decoration: underline
}

.kontrastowa #boxes, .kontrastowa #info_boxes, .kontrastowa .navbar_bottom {
	background: #121212
}

.kontrastowa .navbar-nav>li>a {
	color: #fff
}

.kontrastowa .dropdown {
	background: #010101
}

.kontrastowa .dropdown a, .kontrastowa .dropdown h5 {
	color: #fff
}

.kontrastowa .dropdown ul a:hover {
	background: #fff;
	color: #000
}

.kontrastowa h1, .kontrastowa h2, .kontrastowa h3, .kontrastowa h4, .kontrastowa h5, .kontrastowa h6 {
	color: #fff
}

.kontrastowa #absolwenci .swiper-slide, .kontrastowa .card.over .card_body {
	background: #121212
}

.kontrastowa #absolwenci .absolwent small, .kontrastowa #absolwenci .absolwent span {
	color: #fff
}

.kontrastowa #breadcrumbs a {
	color: #ff0
}

.kontrastowa #breadcrumbs span {
	color: #fff
}

.kontrastowa #breadcrumbs img {
	filter: invert(1)
}

#search_results p:empty {
	display: none
}

#search_results .card {
	padding-top: 30px;
	margin-top: 15px;
	border-top: 1px solid #e2e2e2;
	margin-bottom: 0
}

.sub #main a[href$='.jpg'], .sub #main a[href$='.jpg'] img {
	transition: all .2s
}

.sub #main a[href$='.jpg'] img {
	display: block
}

.sub #main a[href$='.jpg'] {
	overflow: hidden
}

.sub #main a[href$='.jpg']:hover img {
	opacity: .9;
	transform: scale(1.05)
}

.lg-backdrop.in {
	opacity: .8!important
}

.sub #news {
	padding: 0
}

.sub #news .col {
	margin-bottom: 30px
}

.sub .card {
	flex-direction: column
}

.sub .card_img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
	display: block
}

.sub .card_img img {
	display: block;
	width: 100%
}

.sub #news .card h3 {
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 1.3rem
}

.sub #news .card h3 a {
	color: #010101
}

.table {
	width: 100%
}

.table tr:first-child td {
	background: #f4f4f4;
	font-weight: 700;
	border-bottom: 2px solid #e2e2e2
}

.table td {
	background: #fcfcfc
}

.table tr:nth-child(2n) td {
	background: #fff
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: auto!important;
	left: auto!important;
	width: auto!important;
	top: 10px;
	right: 15px
}

header .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: .4;
	transition: all .2s
}

header .swiper-pagination-bullet:hover {
	opacity: .7
}

header .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
	transform: scale(1.2)
}

.ce {
	display: flex;
	justify-content: flex-end
}

#search_results .card {
	align-items: flex-start
}

.sub .card_img {
	display: block;
	overflow: hidden
}

.sub .card_img img {
	transition: all .2s;
	display: block
}

.sub .card_img:hover img {
	transform: scale(1.05)
}

.sub #news .card h3 a {
	transition: all .2s
}

.sub #news .card h3 a:hover {
	color: #094eb1
}

.navbar-nav>li>a[href*='rekrutacja.pwsz.edu.pl'] {
	background-color: #042d78;
	color: #fff;
	margin-left: 15px;
	padding: 7px 12px 5px;
	display: inline-block;
	transition: all .2s
}

.navbar-nav>li>a[href*='rekrutacja.pwsz.edu.pl']:hover {
	background-color: #0c3c96;
	transform: translateY(-1px);
	box-shadow: 0 5px 8px -4px rgba(0, 0, 0, .3)
}





/* PRINT MEDIA */

@media print {
	#navbar, footer, #breadcrumbs, aside, #pliki, #galeria, .floating-widgets, .btn, #cookies-message {
		display: none !important;
	}

	body {
		padding-top: 0 !important;
	}

	article {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
		margin: 2em 0 !important;
	}

}