/*
 *	www.Neben.cz
 *	Copyright 2023 Tomas Hrkalik
 *	www.hrkalik.com
 */


html,
body {
	font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #191970;
	background: #ffffff url('../img/bg.png') repeat;
	background-size: 288px 384px;
	font-size: 18px;
	height: 100%;
	text-align: left;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}

@media (min-width: 1200px) {
    /*.container{
        max-width: 1210px;
    }*/
}

@media(max-width: 991px) {
	html, body {
		font-size: 16px;
	}
}

@media(max-width: 767px) {
	html, body {
		
	}
}

::-moz-selection     { background: #E07800; color: #ffffff; text-shadow: none; }
::selection          { background: #E07800; color: #ffffff; text-shadow: none; }

p, li, h2, h3 {
	font-size: 1rem;
	line-height: 1.65;
	margin-bottom: 1.5rem;
}

p {
	letter-spacing: .02rem;
}

img {
	max-width: 100%;
}

a, button {
	-webkit-transition: all 140ms linear;
	-moz-transition: all 140ms linear;
	-o-transition: all 140ms linear;
	-ms-transition: all 140ms linear;
	transition: all 140ms linear;
	box-shadow: none;
}

#head, .logo, #head menu {
	transition: all 140ms linear;
}

#head {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	padding-top: 40px;
}

#head.scrolling {
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 5px;
	box-shadow: 0 5px 20px rgba(25, 25, 112, .05);
}

#head.scrolling .logo {
	width: 101px;
	height: 50px;
}

#head .logo {
	max-height: 64px;
}

menu {
	list-style-type: none;
	display: flex;
	justify-content: flex-end;
	padding-left: 0;
}

menu li {
	margin-bottom: 0;
}

menu li a {
	color: #191970;
	text-decoration: none;
	font-weight: 600;
	display: block;
	padding: 10px 25px;
}

#head menu li a:hover {
	color: #E07800;
}

#head menu li:last-child a {
	padding-right: 0;
}

menu li.active a span {
	background-image: linear-gradient(to right, rgba(235, 127, 0, .35) 0%, rgba(235, 127, 0, .35) 100%);
	background-repeat: repeat-x; 
	background-position: 0px calc(100% - 1px); 
	background-size: 100% 10px; 
}

#head.scrolling menu {
	margin-top: 0;
}

.button-burger {
	background: url('../img/burger.svg') no-repeat center;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	border: none;
	position: relative;
	bottom: -4px;
	cursor: pointer;
	align-self: flex-start;
}

.menu-mobile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff url('../img/bg.png') repeat;
	background-size: 288px 384px;
	z-index: 999;
	position: fixed;
	padding-top: 40px;
	display: none;
}

.menu-mobile .button-close {
	background: url('../img/close.svg') no-repeat center;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	border: none;
	position: relative;
	bottom: -4px;
	cursor: pointer;
}

.menu-mobile menu {
	display: block;
	margin-top: 5rem;
}

.menu-mobile menu li a, .menu-mobile menu li a:hover {
	text-align: center;
	color: #191970;
	font-size: 1.375rem;
	border-bottom: 1px solid #E07800;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

.menu-mobile menu li:first-child a {
	border-top: 1px solid #E07800;
}

#cookies {
	position: fixed;
	bottom: .8rem;
	width: 100%;
	z-index: 100;
}

#cookies .cookies-base {
	background: #ffffff;
	padding: 8px 20px;
	border-radius: 5px;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 0 15px rgba(25, 25, 112, .09);
	font-size: .88rem;
}

#cookies .cookies-info {
	text-decoration: none;
	text-wrap: nowrap;
	color: #191970;
	border-bottom: 1px solid #191970;
}

#cookies .cookies-info:hover {
	border-bottom: 0;
}

#cookies .container p {
	margin-bottom: 8px;
	line-height: 1.4;
	font-size: .88rem;
}

#top {
	min-height: 720px;
	max-height: 990px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#top.subsection {
	height: auto;
	min-height: 170px;
}

.top-fbox {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	padding-top: 4rem;
}

.top-container {
	height: 100%;
	position: relative;
}

.top-bg {
	background: url('../img/head-bg.png') no-repeat;
	position: absolute;
	top: 150px;
	right: -50%;
	width: 1040px;
	height: 100%;
	background-size: 100%;
	z-index: 0;
}

.top-fbox {
	position: absolute;
	z-index: 1;
}

h1, h2, h3 {
	font-family: Cardo, Cambria, serif;
}

.hlt {
	background-image: linear-gradient(to right, rgba(235, 127, 0, .35) 0%, rgba(235, 127, 0, .35) 100%);
	background-repeat: repeat-x; 
	background-position: 0px calc(100% - 9px); 
	background-size: 100% 21px; 
}

h1 {
	font-size: 3.16rem;
	margin-bottom: 30px;
	line-height: 1.3;
}

.top-subtitle {
	background: #191970;
	color: #ffffff;
	font-size: 1.66rem;
	display: inline-block;
	padding: 7px 22px;
	line-height: 1.4;
}

.top-arrow {
	position: relative;
	width: 57px;
	height: 57px;
	cursor: pointer;
	border: 1px solid #E07800;
	transition: .3s;
	overflow: hidden;
	border-radius: 50%;
	outline: 0 solid rgba(235, 127, 0, .35);
	margin-top: 9.5%;
	background: transparent;
}

.top-arrow:hover {
	outline-width: 4px;
}

.top-arrow:active {
	background-color: rgba(235, 127, 0, .1);
}

.top-arrow::after{
	position: absolute;
	display: block;
	content: "";
	width: 8px;
	height: 27px;
	top: 12px;
	left: 24px;
	background: url('../img/arrow-blue-down.svg') no-repeat;
	background-size: 8px 27px;
}

.top-arrow:hover::after{
	animation: aniArrowDown 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0s;
}

@keyframes aniArrowDown {
	0% {
		transform:translateY(-57px);
	}
	100% {
		transform:translateY(57px);
	}
}

@keyframes aniArrowRight {
	0% {
		transform:translateX(0px);
	}
	100% {
		transform:translateX(57px);
	}
}


@media (max-width: 1199px) {
    .top-bg {
        width: 800px;
    }
}

@media (max-width: 991px) {
    .top-bg {
        width: 800px;
        right: -70%;
    }

    #head:not(.subsection) h1 {
		font-size: 2.6rem;
		margin-bottom: 30px;
		max-width: 415px;
	}

	.hlt {
		background-position: 0px calc(100% - 8px); 
		background-size: 100% 14px; 
	}

	.top-subtitle {
		font-size: 1.36rem;
		padding: 5px 18px;
	}

	menu li a {
		padding-left: 17px;
		padding-right: 17px;
	}
}

@media (max-width: 767px) {
    .top-bg {
        width: 600px;
    }

    #head:not(.subsection) h1 {
    	max-width: 385px;
    }

    #top {
		min-height: 720px;
		height: 720px;
	}
}


@media (max-width: 575px) {
    #head.scrolling {
    	padding-top: 13px;
    	padding-bottom: 15px;
    }

    #top.subsection {
		min-height: 135px;
	}

    .top-bg {
        display: none;
    }

    h1 {
    	font-size: 2.8rem;
    }

    h1.section {
    	font-size: 2rem;
    }

    #head:not(.subsection) h1, .top-subtitle {
    	max-width: 270px;
    }

    .hlt {
		background-position: 0px calc(100% - 7px); 
		background-size: 100% 18px; 
	}

	.top-subtitle {
		padding: 9px 15px;
	}

    #top {
		min-height: 720px;
		height: 720px;
	}

	.top-fbox {
		position: relative;
	}

	.button-burger {
		bottom: 4px;
	}

	menu li.active a span {
		background-position: 0px calc(100% - 2px); 
		background-size: 100% 11px; 
	}
}

.base {
	padding-top: 4.5rem;
	padding-bottom: 2rem;
}

.base.base-white {
	background: #ffffff;
}

.base-half-white {
	background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0) 50%);
}

.left-white {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #ffffff;
	padding-bottom: 4rem;
}

h2 {
	font-family: Cardo, Cambria, serif;
	font-size: 2.44rem;
	font-weight: 700;
	margin-bottom: 3.95rem;
	line-height: 1.45;
}

h1 span, h2 span {
	display: inline;
	background-image: linear-gradient(to right, rgba(235, 127, 0, .35) 0%, rgba(235, 127, 0, .35) 100%);
	background-repeat: repeat-x; 
	background-position: 0px calc(100% - .27rem); 
	background-size: 100% 1.16rem; 
}

h1 span {
	background-position: 0px calc(100% - .57rem); 
	background-size: 100% 1.16rem; 
}

.why-items {
	counter-reset: section;
	padding-bottom: 2rem;
}

.why-item {
	padding-bottom: 0rem;
}

h3 {
	font-size: 1.6rem;
	margin-bottom: 1.85rem;
	font-weight: 700;
}

.h2 {
	font-family: Cardo, Cambria, serif;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.blue-chips {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 2.8rem;
}

.blue-chips li {
	margin-bottom: 0 !important;
}

h3.blue-box, .blue-chips li {
	display: inline-flex;
	margin-bottom: 1.2rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	background: #191970;
	color: #ffffff;
	font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
	padding: 5px 12px;
}

h3.blue-box.counter::before {
	content: counter(section)" ";
	counter-increment: section;
	width: 20px;
}

@media (max-width: 575px) {
	h2 {
		font-size: 1.8rem;
		margin-bottom: 2.8rem;
	}

	h2 span {
		background-position: 0px calc(100% - .2rem); 
		background-size: 100% .8rem; 
	}

	h1 span {
		background-position: 0px calc(100% - .2rem); 
		background-size: 100% .9rem; 
	}

	.why-items {
		padding-bottom: 0;
	}

	.why-item {
		padding-bottom: 1rem;
	}

	.base {
		padding-top: 3.2rem;
		margin-top: 1rem;
	}
}

.courses {
	padding-top: 1rem;
}

.course-base {
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0px 10px 0px 0px rgba(247, 147, 30, 0.40);
	padding: 45px 50px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
}

.course-base .ribbon {
	background: url('../img/course-ribbon.svg') no-repeat;
	width: 164px;
	height: 93px;
	background-size: 164px 93px;
	position: absolute;
	top: -6px;
	right: -10px;
}

.course-base .ribbon span {
	display: block;
	color: #ffffff;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	margin-top: 27px;
	margin-left: 20px;
	text-align: center;
	font-size: 14px;
}

.course {
	margin-bottom: .4rem;
}

.course h3 {
	margin-bottom: 1.2rem;
	font-size: 1.44rem;
	line-height: 1.5;
	font-weight: 400;
}

.course h3 a {
	text-decoration: none;
	color: #191970;
}

.course-base .ribbon + h3 {
	padding-right: 100px;
}

.course-description {
	color: #E07800;
	flex: 1 0 auto;
}

.button {
	display: inline-flex;
	flex-basis: 100%;
	padding: 7px 20px 8px;
	border-radius: 5px;
	border: 1px solid #E07800;
	color: #191970;
	text-decoration: none;
	outline: 0 solid rgba(235, 127, 0, .35);
	font-weight: 400;
	background: transparent;
}

.button.button-sm {
	padding: 3px 12px 4px;
}

.button.button-primary {
	background-color: #191970;
	border-color: #191970;
	color: #ffffff;
	outline-color: rgba(25, 25, 112, .2);
}

.button::after {
	position: relative;
	content: "";
	width: 37px;
	height: 8px;
	top: 9px;
	left: 0;
	background: url('../img/arrow-blue-right.svg') no-repeat center right;
	background-size: 27px 8px;
	-webkit-transition: left 240ms linear;
	-moz-transition: left 240ms linear;
	-o-transition: left 240ms linear;
	-ms-transition: left 240ms linear;
	transition: left 240ms linear;
}

.button.noicon::after {
	display: none !important;
}

.button.button-primary::after {
	background-image: url('../img/arrow-white-right.svg');
}

.button:hover {
	color: #191970;
	outline: 4px solid rgba(235, 127, 0, .35);
}

.button.button-primary:hover {
	outline: 4px solid rgba(25, 25, 112, .2);
	color: #ffffff;
}

.button:active {
	background-color: rgba(235, 127, 0, .1);
}

.button.button-primary:active {
	background-color: #3434A1;
}

.button:hover::after {
	left: 5px;
}

.course-details {
	display: flex;
	flex-direction: column;
	margin-right: 40px;
}

.course-details:last-child {
	margin-right: 0;
}

.course-details-label {
	font-size: .88rem;
}

.course-details-bold {
	padding-bottom: 1.85rem;
}

.course-details-bold .course-details-label {
	font-size: 1rem;
}

.course-details-value {
	font-family: Cardo, Cambria, serif;
	font-size: 1.33rem;
	border-bottom: 3px solid rgba(235, 127, 0, .35);
	padding-bottom: 1px;
}

.course-details-bold .course-details-value {
	font-size: 1.56rem;
	font-weight: 700;
	border-bottom: none;
	background-image: linear-gradient(to right, rgba(235, 127, 0, .35) 0%, rgba(235, 127, 0, .35) 100%);
	background-repeat: repeat-x; 
	background-position: 0px calc(100% - 7px); 
	background-size: 100% 12px;
}

.courses {
	padding-bottom: 4.5rem;
}

.mb-button {
	margin-bottom: 2.2rem;
}

@media (max-width: 767px) {
	.course {
		margin-bottom: 3.5rem;
	}
}


@media (max-width: 575px) {

	.courses {
		padding-bottom: 0;
	}

	.course {
		margin-bottom: 3.5rem;
	}

	.course-base {
		padding: 35px 30px;
	}

	.course-details {
		margin-bottom: 1.9rem;
	}
}

.base.base-footer {
	background: #121253;
	color: #ffffff;
}

.footer {
	padding-bottom: 1.7rem;
	margin-top: 5rem;
}

.footer-logo {
	margin-bottom: 3rem;
}

.footer dl {
	display: grid;
	grid-template-columns: 33% auto;
}

.footer dt, .footer dd {
	margin-bottom: 3px;
}

.footer dt {
	grid-column: 1;
	font-weight: 400;
}

.footer dt::after {
	content: ":";
}

.footer dd {
	grid-column: 2;
	margin-bottom: 0;
	font-family: Cardo, Cambria, serif;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	opacity: .6;
}

.footer-links {
	list-style-type: none;
	padding-left: 0;
}

.footer-links li {
	margin-bottom: 0;
}

.footer-author {
	opacity: .4;
}

@media (max-width: 991px) {

	.footer {
		padding-bottom: 2.5rem;
	}

	.footer .footer-logo {
		max-width: 120px;
	}

	.footer .footer-links {
		margin-top: 1.2rem;
	}

	.footer dl {
		max-width: 320px;
	}
}

.slider {
	max-width: 100%;
	overflow: initial !important;
	clip-path: inset( -100vw -100vw -100vw 0 );
}

.news-card {
	background: #ffffff;
	overflow: hidden;
	height: auto !important;
	border-radius: 5px;
	margin-bottom: 1.65rem;
	width: 286px !important;
	transition: 140ms linear;
	transition-property: box-shadow, transform !important;
	box-shadow: 0 0 0 0 rgba(247, 147, 30, 0.40);
}

.news-card:hover {
	box-shadow: 0px 5px 0px 0px rgba(247, 147, 30, 0.40);
}

.news-card-image {
	overflow: hidden;
}

.news-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	transition: 280ms linear;
}

.news-card a:hover .news-card-image img {
	transform: scale(1.05);
}

.news-card a {
	text-decoration: none;
	padding-bottom: 25px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-card a h3 {
	color: #191970;
	font-size: 1.05rem;
	font-weight: 400;
	text-decoration: none;
	margin: 25px 25px 18px;
	line-height: 1.55;
	flex-grow: 1;
}

.news-card .date {
	font-size: .77rem;
	color: #E07800;
	margin: 0 25px;
}

.swiper-wrapper {
	width: 100%;
}

.swiper-scrollbar {
	background: none !important;
	z-index: 9;
	cursor: pointer;
}

.swiper-scrollbar::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 3px;
	background: #ffffff !important;
	transform: translateY(-50%);
	border-radius: 3px;
}

.swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 3px;
  height: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.swiper-container-horizontal > .swiper-scrollbar > .swiper-scrollbar-drag {
	height: 20px;
	background: none;
	border-radius: 3px;
	position: relative;
	z-index: 10;
}

.swiper-container-horizontal > .swiper-scrollbar > .swiper-scrollbar-drag::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 3px;
	background: #E07800 !important;
	transform: translateY(-50%);
	z-index: 10;
	border-radius: 3px;
}

@media (max-width: 575px) {

	.news-card {
		width: 100% !important;
	}
}

.cat-title {
	margin-bottom: 0;
	color: #E07800;
	font-size: 1.11rem;
}

h1.section {
	line-height: 1.2;
}

.course-d-perex p, .news-d-perex p {
	color: #E07800;
	font-size: 1.11rem;
}

.course-d-perex, .news-d-perex {
	padding-bottom: .7rem;
}

.course-d-description h2, .news-d-description h2 {
	font-size: 1.33rem;
	font-weight: 400;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}

.course-d-description, .news-d-description {
	padding-bottom: 2.5rem;
}

.course-d-description img {
	max-width: 100%;
}

.course-d-description ul, .news-d-description ul, ul.styled {
	padding-left: 0;
	list-style-type: none;
}

ul.styled {
	margin-bottom: 2.5rem;
}

.course-d-description li, .news-d-description li, ul.styled li {
	padding-left: 2rem;
	position: relative;
	margin-bottom: 1rem;
}

.course-d-description li::before, .news-d-description li::before, ul.styled li::before {
	content: "";
	border: 1px solid #E07800;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 1px;
	top: 9px;
}

ul.styled li a, .course-d-description p a {
	color: #191970;
	text-decoration: none;
	border-bottom: 3px solid rgba(235, 127, 0, .35);
}

ul.styled li a:hover, .course-d-description p a:hover {
	border-color: rgba(235, 127, 0, 1);
}

.course-d-buttons .button {
	margin-right: 40px;
	margin-bottom: 15px;
}

.course-d-all-courses-mobile, .news-d-all-news-mobile {
	padding-top: 2.2rem;
	margin-top: 2rem;
	position: relative;
}

.course-d-all-courses-mobile::before {
	content: "";
	position: relative;
	top: -2.4rem;
	left: 0;
	width: 40px;
	height: 1px;
	background: #E07800;
	opacity: .3;
	display: block;
}

.snippet-lecturer-white-base {
	border-radius: 5px;
	background: #ffffff;
	padding: 55px 95px 55px 55px;
	margin-bottom: 5rem;
}

.snippet-lecturer-heading {
	margin-bottom: 0;
	font-size: 1.55rem;
}

.snippet-lecturer-subtitle {
	color: #E07800;
	margin-top: -4px;
}

.snippet-lecturer-text {
	padding-left: 255px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.snippet-lecturer-text::before {
	content: "";
	background: url('../img/snippet-zaneta@2x.jpg') no-repeat;
	position: absolute;
	left: -142px;
	top: 50%;
	transform: translateY(-50%);
	width: 312px;
	height: 449px;
	background-size: 312px 449px;
	border-radius: 5px;
}

.snippet-lecturer-img-floated {
	float: right;
	width: 212px;
	border-radius: 5px;
	margin-left: 2rem;
	margin-bottom: 2rem;
}

@media (max-width: 1199px) {
	.snippet-lecturer-white-base {
		padding-left: 50px;
		padding-right: 55px;
	}

	.snippet-lecturer-text {
		padding-left: 265px;
	}

	.snippet-lecturer-text::before {
		left: -116px;
	}
}

@media (max-width: 991px) {
	.snippet-lecturer-white-base {
		padding-left: 50px;
		padding-right: 55px;
	}

	.snippet-lecturer-text {
		padding-left: 0;
		display: block;
	}

	.snippet-lecturer-text::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.snippet-lecturer-img-floated {
		width: 180px;
	}
}

@media (max-width: 575px) {
	.snippet-lecturer-img-floated {
		width: 110px;
	}

	.snippet-lecturer-white-base {
		border-radius: 0;
		padding-right: calc(var(--bs-gutter-x) * .5);
	    padding-left: calc(var(--bs-gutter-x) * .5);
	    padding-top: 3rem;
	}
}

.faqs {
	padding-top: 5px;
	padding-bottom: 2rem;
}

.faq {
	cursor: pointer;
	transition: all 140ms linear;
	border-radius: 5px;
	padding: .3rem 2rem .2rem 5rem;
	margin-bottom: 5px;
}

.faq:hover, .faq.open {
	background-color: #F6F6F6;
	background: url('../img/bg.png') repeat;
	background-size: 288px 384px;
}

.faq .faq-answer {
	display: none;
	padding-top: 6px;
}

.faq .faq-answer p {
	margin-bottom: 9px;
	line-height: 1.5;
}

.faq .faq-question {
	font-weight: 600;
	font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
	font-size: 1.11rem;
	margin-bottom: 7px;
	position: relative;
	line-height: 1.5;
}

.faq .faq-question::before {
	content: "";
	background: url('../img/arrow-orange-right.svg') no-repeat;
	background-size: 25px 7px;
	width: 25px;
	height: 7px;
	top: 18px;
	left: -55px;
	display: block;
	position: relative;
	transition: transform 140ms linear;
}

.faq.open .faq-question::before {
	transform: rotate(90deg);
}

@media (max-width: 575px) {
	.faq {
		padding-left: 3.3rem;
	}

	.faq .faq-question::before {
		left: -40px;
	}
}

.contact-items {
	display: flex;
	padding-top: 2rem;
	padding-bottom: 2.3rem;
	gap: 20px 55px;
	flex-wrap: wrap;
}

.contact-items.contact-items-content {
	padding-top: 0;
	padding-bottom: 1rem;
	gap: 20px 75px;
}

.contact-item {
	display: flex;
	align-items: center;
}

.contact-icon {
	position: relative;
	width: 57px;
	height: 57px;
	border: 1px solid #E07800;
	border-radius: 50%;
	display: block;
	margin-right: 1rem;
}

.contact-icon::after {
	position: absolute;
	display: block;
	content: "";
	width: 33px;
	height: 21px;
	background-size: 33px 21px;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
}

.contact-icon.contact-icon-phone::after {
	background-image: url('../img/icon-phone.svg');
}

.contact-icon.contact-icon-email::after {
	background-image: url('../img/icon-email.svg');
	width: 28px;
	height: 28px;
	background-size: 28px 28px;
}

.contact-icon.contact-icon-register::after {
	background-image: url('../img/icon-register.svg');
	width: 27px;
	height: 25px;
	background-size: 27px 25px;
}

.contact-text span {
	margin-right: 6px;
}

.contact-items.contact-items-content .contact-text span {
	display: block;
	color: #E07800;
	font-size: .77rem;
	margin-bottom: -2px;
}

.contact-text a {
	text-decoration: none;
	color: #191970;
	display: inline-block;
	border-bottom: 3px solid rgba(235, 127, 0, .35);
}

.contact-text a:hover {
	border-color: rgba(235, 127, 0, 1);
}

.contact-form-base {
	background: #ffffff;
	border-radius: 5px;
	padding: 2.7rem 3.3rem 1rem;
	margin-top: 14px;
}

.contact-form-row {
	padding-top: .6rem;
	padding-bottom: .6rem;
}

.contact-form label {
	padding-top: 7px;
	padding-bottom: 5px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
	border: 1px solid #E07800;
	border-radius: 5px;
	color: #191970;
	font-size: 1rem;
	padding: 6px 12px;
	width: 100%;
	transition: all 140ms linear;
	outline: 0 solid rgba(235, 127, 0, .35);
}

.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus, .contact-form textarea:focus {
	border: 1px solid #E07800;
	outline: 4px solid rgba(235, 127, 0, .35);
}

.input-error {
	border-color: #D90000 !important;
	outline: 4px solid rgba(217, 0, 0, .35) !important;
}

.validation-errors-container, .validation-errors {
	display: none;
}

.validation-errors span {
	color: #ffffff;
	background: #D90000;
	display: inline-block;
	padding: 3px 10px;
	font-weight: 700;
	margin-bottom: .5rem;
}

.validation-errors a {
	text-decoration: underline;
	color: #ffffff;
}

.validation-errors a:hover {
	text-decoration: none;
}

.contact-form textarea {
	height: 165px;
	margin-bottom: -7px;
}

.contact-form [type="submit"] {
	margin-bottom: 13px;
}

.required-fields {
	font-size: .87rem;
}

.required::after, .required-fields::before {
	content: "";
	background: url('../img/icon-asterisk.svg') no-repeat center;
	background-size: 8px 8px;
	width: 8px;
	height: 8px;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: 5px;
}

.required-fields::before {
	margin-left: 0;
	margin-right: 5px;
}

.legal {
	font-size: .87rem;
	color: #E07800;
}

.legal a {
	color: #E07800;
	text-decoration: none;
	border-bottom: 1px solid rgba(235, 127, 0, .35);
	transition: none;
}

.legal a:hover {
	border-bottom: 0;
}

@media (max-width: 575px) {
	.contact-form-base {
		border-radius: 0;
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
	}

	.contact-form-container {
		background: #ffffff;
	}
}

.course-snippet {
	background: #ffffff url('../img/bg.png') repeat;
	background-size: 288px 384px;
	box-shadow: 0px 10px 0px 0px rgba(247, 147, 30, 0.40);
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 2rem;
	margin-top: 2.2rem;
	margin-bottom: 2.8rem;
}

.course-snippet-intro {
	margin-bottom: 0;
	color: #E07800;
}

.course-snippet-name {
	font-family: Cardo, Cambria, serif;
	color: #191970;
	font-size: 1.44rem;
	text-decoration: none;
	border-bottom: 0 !important;
}

.course-snippet .button {
	margin-left: 1rem;
}

.course-snippet-name:hover {
	color: #3434A1 !important;
}

@media (max-width: 575px) {
	.course-snippet {
		display: block;
	}

	.course-snippet .button {
		margin-left: 0;
		margin-top: 1rem;
	}
}

.news-d-description a:not(.button) {
	color: #191970;
	text-decoration: none;
	border-bottom: 3px solid rgba(235, 127, 0, .35);
}

.news-d-description a:not(.button):hover {
	border-color: rgba(235, 127, 0, 1);
}

.news-d-author {
	border-top: 1px solid rgba(25, 25, 112, .15);
	padding-top: 4rem;
	display: flex;
	align-items: center;
}

.news-d-author-image img {
	width: 92px;
	height: 92px;
	border-radius: 50%;
	padding: 10px;
	border: 1px solid #E07800;
	margin-right: 1.66rem;
}

.news-d-author-name {
	font-size: 1.11rem;
	font-family: Cardo, Cambria, serif;
	text-decoration: none;
	color: #191970;
}

.news-d-author-name:hover {
	color: #3434A1;
}

.news-d-author-subtitle {
	margin-bottom: 0;
	color: #E07800;
	font-size: .88rem;
}

.news-d-author-date {
	margin-bottom: 0;
	font-size: .88rem;
}

.news-d-image {
	float: right;
	margin-left: 6rem;
	margin-bottom: 4rem;
	width: 548px;
	border-radius: 5px;
}

.news-d p, .news-d ul, .news-d p, .news-d .course-snippet, .news-d img:not(.news-d-image), .news-d-author {
	max-width: 780px;
}

@media (max-width: 1199px) {
	.news-d-image {
		width: 450px;
		margin-left: 4rem;
		margin-bottom: 3rem;
	}
}

@media (max-width: 991px) {
	.news-d-image {
		width: 300px;
	}
}

@media (max-width: 767px) {
	.news-d-image {
		width: 100%;
		float: none;
		max-width: none;
		margin-left: 0;
		margin-bottom: 2.4rem;
	}
}

@media (max-width: 575px) {
	.course-snippet-name {
		margin-top: 5px;
		display: block;
	}

	.news-d-description {
		padding-bottom: 1.9rem;
	}

	.news-d-author {
		padding-top: 2.5rem;
	}
}

h1 + .cat-title {
	margin-top: .9rem;
}

h2.intext {
	font-size: 1.33rem;
	margin-top: 3.6rem;
	margin-bottom: 1.9rem;
}

.overflown-image {
	overflow: visible;
	height: 180px;
	margin-top: 4.2rem;
}

.overflown-image img {
	border-radius: 5px;
	width: 641px;
}

.overflown-image-content {
	margin-bottom: 250px;
}

.container-lecturer {
	padding-right: 380px;
	position: relative;
}

.container-lecturer::before {
	content: "";
	display: block;
	background: url('../img/zaneta-portret.jpg') no-repeat top right;
	width: 361px;
	height: 510px;
	background-size: 361px 510px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: -102px;
}

@media (max-width: 1199px) {
	.container-lecturer {
		padding-right: 300px;
	}

	.container-lecturer::before {
		width: 300px;
		height: 424px;
		background-size: 300px 424px;
		right: -81px;
	}
}

@media (max-width: 991px) {
	.container-lecturer {
		padding-right: 0;
	}

	.base-half-white {
		background: #ffffff;
	}

	.container-lecturer::before {
		display: none;
	}

	.lecturer-image-mobile {
		float: right;
		width: 250px;
		border-radius: 5px;
		margin-left: 2.5rem;
		margin-bottom: 2rem;
	}

	.overflown-image {
		height: auto;
	}

	.overflown-image-content {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.lecturer-image-mobile {
		width: 200px;
		margin-left: 2.5rem;
		margin-bottom: 2rem;
	}
}

@media (max-width: 575px) {
	.lecturer-image-mobile {
		float: none;
		margin-left: 0;
		margin-bottom: 2rem;
	}
}

.news-items {
	padding-top: 3rem;
}

.news-base {
	border-radius: 5px;
	background: #ffffff;
	padding-bottom: 50px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	transition: 140ms linear;
	transition-property: box-shadow, transform !important;
	box-shadow: 0 0 0 0 rgba(247, 147, 30, 0.40);
}

.news:hover .news-base {
	box-shadow: 0px 10px 0px 0px rgba(247, 147, 30, 0.40);
}

.news:hover img {
	transform: scale(1.05);
}

.news-img {
	overflow: hidden;
}

.news img {
	width: 100%;
	transition: 440ms linear;
	aspect-ratio: 16 / 10;
}

.news-hpad {
	padding-left: 45px;
	padding-right: 45px;
}

.news {
	margin-bottom: .4rem;
}

.news h2 {
	margin-bottom: 1.9rem;
	margin-top: 1.8rem;
	font-size: 1.44rem;
	line-height: 1.5;
	font-weight: 400;
}

.news a {
	text-decoration: none;
	color: #191970;
	flex-grow: 1;
}

.news-date {
	color: #E07800;
	margin-bottom: -8px;
}


@media (max-width: 767px) {
	.news {
		margin-bottom: 3.5rem;
	}
}


@media (max-width: 575px) {

	.news-items {
		padding-bottom: 0;
	}

	.news-base {
		padding-bottom: 35px;
	}

	.news {
		margin-bottom: 3.5rem;
	}

	.news-hpad {
		padding-left: 30px;
		padding-right: 30px;
	}

}

.modal-backdrop {
	background-color: rgba(25, 25, 112, 0.5);
	backdrop-filter: blur(9px);
	transition: all 300ms linear;
}

.modal-backdrop.show {
	opacity: 1 !important;

}

.modal-content {
	border: none;
	border-radius: 5px;
}

.modal-content .close {
	background: url('../img/close.svg') no-repeat center;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	border: none;
}

.modal-content .close:hover {
	transition: transform 100ms linear;
	transform: rotate(90deg);
}

.modal-header {
	border-bottom: 0;
}

.modal-header, .modal-footer {
	background: #ffffff url('../img/bg.png') repeat;
	background-size: 288px 384px;
}

.modal-header, .modal-footer, .modal-body {
	padding: 2rem 3rem;
}

.modal .subtitle {
	color: #E07800;
	margin-bottom: 0;
}

.modal .h2 {
	margin-bottom: 5px;
}

.large-icon {
	width: 110px;
	height: 110px;
	border: 1px solid #E07800;
	border-radius: 50%;
	display: block;
	position: relative;
	outline: 6px solid rgba(235, 127, 0, .35);
}

.large-icon::after {
	position: absolute;
	display: block;
	content: "";
	width: 55px;
	height: 55px;
	background-size: 55px 55px;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
}

.li-doubletick::after {
	background-image: url('../img/icon-double-tick.svg');
}

.confirmation-h {
	font-size: 1.2rem;
	text-align: center;
	padding-top: 1.5rem;
}

.modal-confirmation {
	display: none;
}

@media (max-width: 575px) {
	.modal-header, .modal-footer, .modal-body {
		padding: 1.6rem 1.8rem;
	}
}

thead {
	background: #ffffff url('../img/bg.png') repeat;
	background-size: 288px 384px;
}

thead th:first-child, tbody td:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

thead th:last-child, tbody td:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

thead th, tbody td {
	padding: 10px 15px;
}

tbody tr:nth-child(even) td {
	background: #F6F6F6;
}