/*
Theme Name: ISOFT
Theme URI: 
Description: Motyw dla strony http://www.isoft.pl/
Author: RoxArt, DC
Author URI: https://roxart.pl/
Version: 0.7
*/
/***************** MENU ****************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
#menu-menu-glowne .disable-link.cursor-normal {
	cursor: default;
}

#menu-menu-glowne > li {
	position: relative;
}

#menu-menu-glowne > li ul li {
	margin: 0;
	text-align: left;
}

#menu-menu-glowne.navbar-nav ul.sub-menu {
	position: absolute;
	z-index: 9999;
	color: #25317A;
	margin-bottom: 0;
	background-color: rgba(255, 255, 255, 1);
	margin-top: 0;
	list-style: none;
	list-style-image: none;
	padding: 40px 50px;
	margin: auto;
	width: 780px;
	border-radius: 10px;
	left: -390px;
	flex-direction: row;
	-webkit-box-shadow: 0px 15px 14px 0px rgba(118, 120, 123, 0.24);
	box-shadow: 0px 15px 14px 0px rgba(118, 120, 123, 0.24);
}

#menu-menu-glowne.navbar-nav ul.sub-menu .menu-item {
	margin-left: 0;
	text-align: left;
	position: relative;
	padding: 0 10px;
}

#menu-menu-glowne.navbar-nav ul.sub-menu .menu-item img {
	margin-right: 7px;
}

#menu-menu-glowne.navbar-nav ul.sub-menu .menu-item:after {
	content: '';
	right: 2px;
	top: 0px;
	bottom: 0px;
	width: 1px;
	background: #DFE4E9;
	position: absolute;
}

#menu-menu-glowne.navbar-nav ul.sub-menu .menu-item:last-of-type:after {
	display: none;
}

#menu-menu-glowne.navbar-nav ul.sub-menu .menu-item .separator {
	display: inline-block;
	margin: 0 5px;
}

#menu-menu-glowne.navbar-nav ul.sub-menu .menu-item a {
	color: #25317A;
	display: block;
	position: relative;
	padding: 5px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}

#menu-menu-glowne.navbar-nav ul.sub-menu .menu-item a:hover {
	color: #00DBCF;
}


/************** SUB-MENU SZKOLENIA ************/

#menu-menu-glowne.navbar-nav ul.sub-menu2 {
	width: 920px;
	left: -690px;
	padding: 40px 20px;
}

#menu-menu-glowne.navbar-nav ul.sub-menu2 .menu-item {
	padding: 0px 30px;
}

#menu-menu-glowne.navbar-nav ul.sub-menu2 .menu-item a {
	width: 49.5%;
	padding: 5px 10px;
	display: inline-flex;
}

#menu-menu-glowne.navbar-nav ul.sub-menu2 .menu-item a.menu-button {
	font-size: 18px;
	line-height: 35px;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	position: relative;
	border-radius: 10px;
	padding: 8px 10px;
	margin-bottom: 40px;
}

#menu-menu-glowne.navbar-nav ul.sub-menu2 .menu-item a.menu-button:hover {
	background: rgba(0, 219, 207, 0.16);
	color: #25317A;
}

#menu-menu-glowne.navbar-nav ul.sub-menu2 .menu-item a.menu-button:after {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	margin: auto;
	bottom: 0;
	right: 10px;
	content: '';
	background: url(img/chevron_down.png);
	transform: rotate(270deg);
}

/************** SUB-MENU PROJEKTY ************/

#menu-menu-glowne.navbar-nav ul.sub-menu3 {
	width: 230px;
	left: -60px;
	padding: 20px 50px;
}

#menu-menu-glowne.navbar-nav ul.sub-menu3 .menu-item {
	padding: 10px 0;
	text-align: center;
}

#menu-menu-glowne.navbar-nav ul.sub-menu3 .menu-item:after {
	content: '';
	left: 0px;
	right: 0px;
	top: auto;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background: #DFE4E9;
	position: absolute;
}


.navbar {
	padding: 0 1rem;
}
.navbar-brand img {
	width: 134px;
}
.bg-light {
	background: #fff !important;
}
.no-margin {
	margin-left: 0;
	margin-right: 0;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
}
a, #owl-help .card-header h5 button img, #catalog_training .mar_bot_50 .mask, #catalog_training .content a h2, #catalog_training .content a .image img, .menu_left_container ul.single-oferta-menu li a:before, #accordion-menu .card-header a:before {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#catalog_training .content a .image img {
	transition: transform 0s ease-in-out, width 0.2s ease-in-out, left 0.2s ease-in-out;
	-moz-transition: transform 0s ease-in-out, width 0.2s ease-in-out, left 0.2s ease-in-out;
	-webkit-transition: transform 0s ease-in-out, width 0.2s ease-in-out, left 0.2s ease-in-out;
	-o-transition: transform 0s ease-in-out, width 0.2s ease-in-out, left 0.2s ease-in-out;
}
#catalog_training .content a:hover .image img {
	transition: transform 0s ease-in-out, width 0.2s ease-in-out, left 0.3s ease-in-out;
	-moz-transition: transform 0s ease-in-out, width 0.2s ease-in-out, left 0.3s ease-in-out;
	-webkit-transition: transform 0s ease-in-out, width 0.2s ease-in-out, left 0.3s ease-in-out;
	-o-transition: transform 0s ease-in-out, width 0.2s ease-in-out, left 0.3s ease-in-out;
}
.owl-carousel .owl-item img {
	width: auto;
}
#menu-menu-glowne li {
	text-align: center;
	margin: 0 7px;
}
#menu-menu-glowne li:last-of-type {
	margin-right: 0;
}
#menu-menu-glowne li a {
	font-weight: 600;
	font-size: 14px;
	color: #25317A;
	padding: 26px 0;
	display: block;
}
#menu-menu-glowne li a:hover, #menu-menu-glowne li.current_page_item a {
	color: #00DBCF;
	text-decoration: none;
}
#slider {
	position: relative;
}
#slider .ls-bottom-slidebuttons {
	position: absolute;
	bottom: 90px;
	transform: translateX(-50%);
}
#slider .ls-v5 .ls-bottom-slidebuttons a {
	background: #DFE4E9;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 5px;
}
#slider .ls-v5 .ls-bottom-slidebuttons a.ls-nav-active {
	background: #00DBCF;
}
a.button {
	color: #25317A;
	border: 2px solid #25317A;
	border-radius: 11px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 24px;
}
a.button:hover {
	color: #fff;
	background: #25317A;
}
a.button.turquoise {
	color: #00DBCF;
	border: 2px solid #00DBCF;
}
a.button.big {
	font-size: 16px;
}
a.button:hover {
	text-decoration: none;
}
span.turquoise {
	font-family: 'Montserrat', sans-serif;
	color: #00DBCF;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
}
.home span.turquoise + p {
	font-family: 'Montserrat', sans-serif;
	color: #25317A;
	font-size: 31px;
	line-height: 46px;
	margin-bottom: 30px;
	font-weight: 500;
}
.home #first_homepage .position-absolute {
	top: 37px;
	left: -6px;
	z-index: -1;
}
#first_homepage .right p {
	font-size: 16px;
	line-height: 28px;
	color: #344E68;
	margin-bottom: 40px;
}
#first_homepage .right p:last-child {
	margin-bottom: 0;
}
h2.header {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #25317A;
	font-size: 40px;
	position: relative;
	line-height: 55px;
}
h2.header:before {
	content: url(img/symbol.svg);
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translate(-50%, 0);
}
#second_homepage {
	padding: 119px 0 0;
}
#owl-help {
	text-align: center;
	margin-top: 80px;
}
#owl-help h4 {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
#owl-help h4 > div {
	margin: 0 auto;
	display: flex;
	align-items: center;
}
#owl-help h4 img {
	margin-right: 40px;
}
#owl-help h4 span {
	font-size: 33px;
	line-height: 45px;
	color: #25317A;
	font-weight: 700;
}
.shadowed {
	-webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.25);
}
.item.middle {
	margin-top: 5px;
}
#owl-help .content {
	padding: 55px 30px 25px;
}
.list_owl  {
	list-style: none;
	padding: 0;
	text-align: left;
}
.list_owl.middle_owl li:last-of-type a {
	opacity: 0.6;
}
.list_owl li a {
	display: block;
	float: left;
	width: 100%;
	padding-left: 35px;
	color: #656E7D;
	position: relative;
	line-height: 30px;
	margin-bottom: 10px;
}
.list_owl li a:before {
	position: absolute;
	content: url(img/arrow.png);
	left: 0;
	top: 0;
}
.list_owl li img {
	margin-left: 35px;
	margin-bottom: 5px;
}
.list_owl li img + a {
	margin-bottom: 15px;
}
#owl-help .card {
	border: none;
	padding: 0;
}
#owl-help .accordion {
	display: block;
	float: left;
	width: 100%;
}
#owl-help .card-body {
	padding: 0;
	width: 100%;
	float: left;
}
#owl-help .card-header {
	border-radius: 0;
	border: none;
	background: none;
	padding: 0;
}
#owl-help .card-header h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-align: center;
}
#owl-help .card-header h5 span, #owl-help .card-header h5 img{
	display: inline-block;
}
#owl-help .card-header h5 span {
	line-height: 30px;
	color: #25317A;
	font-weight: 500;
}
#owl-help .card-header h5 button:hover {
	text-decoration: none;
}
#owl-help .card-header h5 button:hover img {
	transform: rotate(180deg);
}
#owl-help .card-header h5 button {
	color: #25317A;
	font-size: 17px;
	font-weight: 500;
}
#owl-help.owl-carousel .owl-stage-outer {
	padding-bottom: 40px;
}
#blue_w_100 .position-absolute {
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#blue_w_100 .position-absolute.ico {
	top: 0;
    transform: translateY(0);
    right: 20px;
}
#blue_w_100 {
	background: #25317A;
	padding: 120px 0;
}
#blue_w_100 h3 {
	color: #fff;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
}
.home #blue_w_100 {
	margin-top: 80px;
}
#why_we_homepage {
	margin-top: 150px;
}
.pl_0 {
	padding-left: 0;
}
.pe_0 {
	padding-right: 0;
}
#why_we_homepage h2.header {
	margin-bottom: 95px;
}
.content.odd, .content.even {
	margin-bottom: 75px;
}
.why_content h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: #25317A;
	margin-bottom: 40px;
} 
.why_content p {
	color: #344E68;
	padding-left: 45px;
	position: relative;
	line-height: 26px;
	margin-bottom: 20px;
}
.why_content p:before {
	content: url(img/ok_icon.png);
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 30px;
}
#welcome_homepage .image{
	top: -120px;
	right: 50px;
}
#welcome_homepage img.symbol {
	width: 180px;
	z-index: 1;
	transform: translateX(-100%);
	top: 0px;
	right: unset;
}
#welcome_homepage {
	padding: 70px 0 46px;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 34%, #00dbcf 25%, #00dbcf 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 34%,#00dbcf 25%,#00dbcf 100%);
	background: linear-gradient(to right, #ffffff 0%,#ffffff 34%,#00dbcf 25%,#00dbcf 100%)
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00dbcf',GradientType=1 );
	margin-top: 115px;
}
#welcome_homepage p {
	color: #fff;
	font-size: 18px;
	line-height: 32px;
}
#welcome_homepage p.bottom {
	color: #25317A;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}
.home #trust {
	margin-top: 200px;
}
#trust img {
	margin: 0 auto;
}
#trust h2.header {
	margin-bottom: 80px;
}
.home #trust {
	margin-bottom: 120px;
}
h3.header {
	color: #25317A;
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
}
#distinction {
	background: rgba(226, 228, 230, 0.1);
	padding: 150px 0 50px;
}
#distinction h3.header {
	margin-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
#distinction h4 {
	color: #344E68;
	font-size: 16px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 10px;
}
#distinction h4 + p {
	color: #9DA4B2;
	font-size: 12px;
	line-height: 22px;
}
footer {
	background: #25317A;
	color: #fff;
	padding: 120px 0 0;
	overflow-y: hidden;
}
footer p, footer p a {
	color: #fff !important;
	font-size: 14px !important;
	line-height: 22px !important;
	margin-bottom: 3px;
}
footer p a:hover {
	color: #00DBCF;
	text-decoration: none;
}
footer .float-left.content {
	width: calc(100% - 30px);
	margin-left: 5px;
}
footer .social a {
	display: block;
	float: right;
	margin: 0 10px;
	position: relative;
	z-index: 1;
}
footer h2 {
	color: #00DBCF;
	font-size: 18px;
	line-height: 35px;
	font-family: 'Montserrat', sans-serif;
}
footer h2 + p {
	color: #fff;
	font-size: 12px !important;
	line-height: 22px !important;
}
footer .bottom_row .col-lg-5 {
	padding-top: 45px;
}
footer .bottom_row {
	margin-top: 100px;
	margin-bottom: 50px;
}
footer .last_row a {
	color: #00DBCF;
	font-size: 14px;
	line-height: 22px;
}
footer .last_row a img {
	margin-left: 15px
}
footer .last_row a:hover {
	text-decoration: none;
}
footer .last_row {
	border-top: 1px solid #00DBCF;
	padding: 30px 0;
}
footer .social img.position-absolute {
	left: 0;
	top: -220px;
	max-width: 390px;
}
#header {
	padding-top: 73px;
	background: #25317a;
	overflow-y: hidden;
}
#header h2 {
	padding: 55px 0;
	margin: 0;
}
#header h2 span.content {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	color: #fff;
	margin: 0;
	position: relative;
	z-index: 1;
}
#header h2 img {
	z-index: -1;
	left: 0;
	top: 0;
	transform: translate(calc(-100% + 220px), -56px);
}
#breadcrumbs {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
#breadcrumbs li {
	float: left;
	line-height: 32px;
	font-size: 13px;
}
#breadcrumbs li a {
	color: #9DA4B2;
}
#breadcrumbs li a:hover {
	text-decoration: none;
	color: #00DBCF;
}
#bread_crumbs {
	margin: 25px 0;
}
.align-items-center img {
	margin: 0 auto;
}
.singe_row_about {
	margin-bottom: 70px;
}
#trust_carousel .content > div:first-child {
	margin-bottom: 30px;
}
#trust_carousel .content div {
	display: flex;
	align-items: center;
}
#awards {

}
#awards .content {

}
#awards .content h3, .list_block h4 {
	text-align: center;
	color: #344E68;
	font-size: 32px;
	line-height: 38px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
}
.list_block h4 {
	text-align: left;
	font-size: 22px;
	line-height: 28px;
	color: #25317A;
}
#awards .content ul, .list_block ul {
	list-style: none;
	padding: 0;
}
#awards .content ul li, .list_block ul li {
	padding-left: 60px;
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #344E68;
	margin-bottom: 25px;
}
#awards .content ul li:before, .list_block ul li:before {
	position: absolute;
	left: 0;
	top: 0;
}
#awards .content .left ul li:before {
	content: url('img/plus_icon_big.png');
}
#awards .content .right ul li:before, .list_block ul li:before {
	content: url('img/ok_icon_big.png');
}
.oferta-template-ejl_esl #awards .content .right ul li:before, .oferta-template-ejl_esl .list_block ul li:before {
	content: url('img/plus_icon_big.png');
}
#awards h2.header {
	margin-bottom: 100px;
}
#development_services {
	padding: 135px 0;
}
#key_to_success .turquoise {
	background: url('img/turquoise_bg.svg');
	background-size: cover;
	position: relative;
}
#key_to_success .turquoise > img {
	position: absolute;
	bottom: 45px;
	right: 130px;
}
.knowleage {
	background: url('img/knowleage_bg.png') no-repeat center;
	background-size: cover;
}
.knowleage h4 {
	padding: 150px 0;
	margin: 0 auto;
	color: #fff;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	position: relative;
}
.knowleage h4:before {
	position: absolute;
	content: url(img/quote.png);
	transform: translateX(calc(-100% + -10px));
	opacity: 0.7;
}
.knowleage h4:after {
	position: absolute;
	content: url(img/symbol_2.svg);
	margin-top: -120px;
	transform: translateX(calc(-100% + -30px));
	left: 0;
}
#certificates .bg_mask{
	background-color: #DFE4E9;
	background-position: right center;
	position: absolute;
	left: 0;
	right: 0;
	height: 330px;
	overflow-x: hidden;
}
#certificates > img {
	right: -220px;
	position: absolute;
}
#certificates {
	overflow-x: hidden;
	position: relative;
	padding: 90px 0;
	margin-bottom: 60px;
}
.logo_container {
	display: block;
	float: left;
	padding: 10px 0 20px;
	border-bottom: 1px solid #DFE4E9;
}
.align-items-center > div {
	width: 100%;
	text-align: center;
}
.align-items-center > div.why_content {
	text-align: left;
}
#steps .content img {
	margin: 0 auto 20px;
}
#steps .content p {
	color: #25317A;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	padding: 0 40px;
	line-height: 22px;
	font-weight: 700;
}
#steps .col-6{
	background-image: url('img/shadow_bg.svg');
	background-size: auto;
	background-position: center; 
}
#steps .align-items-center > div {
	padding: 59px 0;
}
#steps .col-6.odd {
	margin-top: 50px;
}
#steps .col-6.even {
	margin-bottom: 50px;
}
#steps .container {
	position: relative;
}
span.dashed {
	display: block;
	position: absolute;
	width: 95%;
	border-bottom: 2px dashed #DFE4E9;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
#ecdl_content h1 {
	color: #25317A;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	line-height: 36px;
	margin: 43px 0 34px;
	font-weight: 700;
}
#ecdl_content h1 + h3, .list_block + p  {
	font-size: 16px;
	color: #344E68;
	line-height: 28px;
}
.list_block + p {
	margin-top: 100px;
}
.list_block, #steps {
	margin-top: 50px;
}
.menu_left_container ul {
	list-style: none;
	padding: 0;
	float: left;
	margin: 45px 0 0;
	width: 100%;
}
.menu_left_container ul li {
	display: block;
	float: left;
	width: 100%;
}
.menu_left_container ul li a {
	display: block;
	float: left;
	position: relative;
	color: #25317A;
	width: 100%;
	background: rgba(223, 228, 233, 0.25);
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 17px 3px 17px 15px;
	border-bottom: 1px solid #cccccc4f;
}
.menu_left_container ul li:first-child a {
	border-radius: 10px 10px 0 0;
}
.menu_left_container ul li:last-child a {
	border-radius: 0 0 10px 10px;
	border-bottom: none;
}
.menu_left_container ul li a:after {
	content: url('img/chevron_right.png');
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.menu_left_container ul li a:hover, .menu_left_container ul li a.active {
	background: #25317A;
	color: #fff;
	text-decoration: none;
}
.oferta-template-ecdl #blue_w_100 {
	background-image: url(img/line_bg_1.svg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 90px 0;
	margin-top: 110px;
}
.oferta-template-ecdl #blue_w_100 .container > .position-absolute {
	top: unset;
	max-width: 100px;
	right: unset;
	left: 0;
}
.oferta-template-ecdl #blue_w_100 h3 {
	margin: 0 auto;
	color: #fff;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}
.oferta-template-ecdl #blue_w_100 .container {
	position: relative;
}
.oferta-template-ecdl #blue_w_100 .position-absolute.content {
	right: unset;
	left: 50px;
	top: 7px;
}
#more_details {
	background: url('img/vcc_more_bg.png');
	background-size: cover;
	background-position: left top;
	padding: 100px 0;
}
.oferta-template-pozyskiwanie_funduszy #more_details {
	background-image: url('img/pozyskiwanie_more_bg.png');
}
#more_details p {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 30px;
}
a.turquoise {
	color: #fff;
	background: #00DBCF;
	border-radius: 11px;
	padding: 13px 30px;
}
a.turquoise img {
	margin-left: 38px;
	margin-top: -1px;
}
#vcc_logos {
	padding: 95px 0;
}
#vcc_logos img {
	margin: 0 80px;
}
#links_offer {
	background: rgba(223, 228, 233, 0.24);
	padding: 70px 0;
}
#links_offer img.position-absolute {
	transform: translateY(calc(-50% - 70px));
}
#links_offer .singe_box {
	background: #fff;
	border-radius: 11px;
	-webkit-box-shadow: 0px 7px 14px 0px rgba(223,228,233,1);
	-moz-box-shadow: 0px 7px 14px 0px rgba(223,228,233,1);
	box-shadow: 0px 7px 14px 0px rgba(223,228,233,1);
	margin-bottom: 15px;
	padding: 35px 0 35px 50px;
	position: relative;
}
#links_offer .singe_box img.position-absolute {
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
}
#links_offer .singe_box p {
	float: left;
	width: 52%;
	margin: 0;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #25317A;
	font-weight: 600;
}
#links_offer .singe_box a {
	float: right;
	margin-left: auto;
	margin-right: 30px;
}
a.button.blue {
	color: #fff;
	background: #25317A;
	padding: 10px 55px;
	font-size: 14px;
	font-weight: 600;
}
a.button.blue:hover {
	background: #fff;
	color: #25317A;
}
span.dashed_bottom_top {
	border-bottom: 2px dashed #DFE4E9;
	height: 80px;
	width: 160px;
	border-left: 2px dashed #DFE4E9;
	border-radius: 0 0 0 5px;
	left: 50%;
	transform: translateX(-50%);
	top: 10px;
}
#contact_blue {
	position: relative;
	overflow-x: hidden;
	padding-bottom: 30px;
	background: #fcfcfc;
}
.light_bg {
	position: relative;
}
.light_bg:before {
	position: absolute;
	background: url(img/bg_line_right_bottom.svg), rgba(223, 228, 233, 0.24);
	background-size: auto;
	height: 100%;
	right: 0;
	top: 0;
	width: 10000px;
	content: '';
	z-index: 0;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#contact_blue img.logo {
	width: 110px;
	z-index: 1;
	left: 0;
	position: absolute;
	bottom: 40px;
}
.blue_bg_contact {
	background: #25317A;
	position: relative;
	padding: 113px 15px 70px 95px;
}
.blue_bg_contact:after {
	position: absolute;
	background: #25317A;
	height: 100%;
	left: 100%;
	top: 0;
	width: 10000px;
	content: '';
	z-index: 0;
}
#contact_blue img.position-absolute {
	right: 0;
	bottom: -20px;
	transform: translateX(100%);
	z-index: 1;
}
#contact_blue h3.header {
	color: #fff;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 40px;
	margin-bottom: 75px;
}
#contact_blue h3.header:before {
	content: url(img/symbol.svg);
	position: absolute;
	left: 0;
	top: -50px;
	transform: translate(0, 0);
}
#contact_blue h5 {
	color: #00dbcf;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 25px;
}
#contact_blue p {
	color: #fff;
	font-size: 18px;
	line-height: 15px;
	font-family: 'Montserrat', sans-serif;
}
#contact_blue p img {
	margin-left: 15px;
}
#contact_blue p a {
	color: #fff;
}
.only_bg {
	background: url('img/bg_instytut_logistyki.PNG');
	background-position: left center;
	background-size: cover;
}
#lnstytut_logistyki_i_magazynowania .blue_bg {
	background: #25317A;
	padding: 99px 0;
}
#lnstytut_logistyki_i_magazynowania {
	margin-top: 71px;
}
.content_ejl h4, #content_acquisition h4 {
	margin-top: 60px;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 25px;
	color: #25317A;
}
.content_ejl p, #content_acquisition p {
	color: #344E68;
	font-size: 16px;
	line-height: 28px;
}
#content_ejl {
	margin-top: 55px;
}
.oferta-template-ejl_esl #links_offer {
	margin-top: 50px;
	margin-top: 177px;
}
#header h2 span {
	color: #00DBCF;
	font-weight: 500;
}
#content_acquisition h4 {
	margin-top: 40px;
	font-size: 18px;
	line-height: 30px;
}
.extra h2.header {
	margin-top: 80px;
	margin-bottom: 97px;
}
.contact_blue_row.top {
	border-bottom: 2px solid #00DBCF;
	padding-bottom: 40px;
	margin-bottom: 34px;
}
.oferta-template-pozyskiwanie_funduszy #contact_blue h5 {
	font-size: 25px;
	margin-bottom: 10px;
}
.oferta-template-pozyskiwanie_funduszy #contact_blue p.position {
	font-size: 16px;
	margin-bottom: 25px;
}
.oferta-template-pozyskiwanie_funduszy #contact_blue p img {
	margin-left: 0;
}
.oferta-template-pozyskiwanie_funduszy #contact_blue p {
	margin-bottom: -5px;
	font-size: 16px;
	line-height: 28px;
}
#info .col-lg-2 img, #info2 .col-lg-2 img {
	margin-left: auto;
}
#info h4, #info2 h4 {
	color: #25317A;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	line-height: 60px;
	font-weight: 600;
}
#info h5, #info2 h5 {
	color: #25317A;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 30px;
}
#info p, #info2 p {
	color: #344E68;
	font-size: 16px;
	line-height: 28px;
}
#info, #info2 {
	padding: 130px 0 80px;
}
#stages h6 {
	color: #00DBCF;
	font-size: 22px;
	line-height: 28px;
	padding: 50px 0;
	margin: 0;
}
#stages {
	background: #f1fdfc;
}
#stages .bg_small_stages {
	background-image: url('img/stage_1_bg.png');
	background-size: cover;
}
.p_l_20 {
	padding-left: 21%;
	background: #00DBCF;
	padding-top: 120px;
	padding-bottom: 120px;
}
.p_r_20 {
	padding-right: 21%;
	padding-left: 80px;
	background: #25317A;
	padding-top: 120px;
	padding-bottom: 120px;
}
.p_r_20 > div, .p_l_20 > div {
	float: left;
	max-width: calc(100% - 100px);
}
.p_l_20 h4, .p_r_20 h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #25317A;
}
.p_r_20 h4 {
	color: #00DBCF;
}
.p_l_20 p, .p_r_20 p {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}
#stages .content, #stages .content {
	margin-left: 30px;
}
#stages .bottom .bg_small_stages {
	background-image: url('img/stage_2_bg.png');
}
#info2 h4.long_text {
	line-height: 30px;
}
#info2 .bottom_row {
	margin-top: 90px;
}
#info2 h5.other {
	margin-bottom: 45px;
}
#info2 .list_block + p {
	margin-top: 0;
}
.evolution {
	margin-top: 30px;
}
#quotation {
	overflow-x: hidden;
	padding: 80px 0 200px;
}
#quotation img.position-absolute {
	left: 0;
	top: 0;
	transform: translate(-100%, 15px);
}
#quotation h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	line-height: 45px;
	color: #344E68;
	font-weight: 300;
	margin: 0;
}
#quotation img.logo_gray {
	margin-bottom: 15px;
}
.gray_line:after {
	position: absolute;
	content: '';
	width: 5000px;
	height: 2px;
	background: #dce0e5;
	top: 7px;
	left: 110px;
}
#set .rounded.bg_dark {
	background: #25317A;
	border-radius: 10px 10px 0 0 !important;
}
#set .rounded.bg_dark p {
	color: #fff;
	line-height: 52px;
	margin: 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
#set .single_set {
	border-top: 2px solid #dfe4e9;
	padding: 30px 50px 30px;
}
#set .single_set h3 {
	color: #25317A;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
#set .single_set p {
	color: #344E68;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}
#set .single_set p.sizes {
	margin-top: 25px;
}
#set .single_set .col-lg-3 {
	text-align: center;
}
#set .single_set .col-lg-3 img {
	max-width: 100%;
	height: auto;
}
.oferta-template-tour_guide .extra h2.header {
	margin-bottom: 27px;
}
#system {
	padding: 60px 0 80px;
	background: url(img/bg_line_right_bottom.svg), url(img/bg_line_left_top.svg) #f1f3f5;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right bottom, left top;
}
#system .single_set {
	border-bottom: none;
}
#system .mx-auto {
	padding-left: 50px;
}
#system h4 {
	color: #25317A;
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 48px;
}
#system h6 {
	color: #25317A;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin-top: 10px;
}
#system h6:before {
	content: url(img/ok_icon_small.png);
	position: absolute;
	left: -35px;
	top: 0;
	max-width: 24px;
}
#system p {
	color: #344E68;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 25px;
}
#system.system2 h6 {
	margin-bottom: 35px;
}
#reserv_turquoise {
	background: #00DBCF;
	padding: 88px 0 84px;
}
#reserv_turquoise h3 {
	font-family: 'Montserrat', sans-serif;
	color: #25317A;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 0;
}
table.uklad_sal {
	text-align: center;
	width: 100%;
	margin: 80px 0 90px;
	border-radius: 15px 15px 0px 0px;
}
table.uklad_sal tr:first-child {
	background: #25317A;
	border-radius: 15px 15px 0px 0px;
	font-family: 'Montserrat', sans-serif;
}
table.uklad_sal tbody {
	border-radius: 15px 15px 0px 0px;
}
table.uklad_sal tr:first-child {
	border-radius: 15px 15px 0px 0px;
}
table.uklad_sal tr:first-child th {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding: 18px 0;
	font-weight: 400;
}
table.uklad_sal tr th:first-child {
	border-radius: 15px 0 0 0;
	overflow: unset;
}
table.uklad_sal tr th:last-child {
	border-radius: 0 15px 0 0;
	overflow: unset;
}
table.uklad_sal tr {
	border-bottom: 1px solid #C8CED6;
}
table.uklad_sal tr:last-child {
	border-bottom: none;
}
table.uklad_sal tr td {
	border-right: 1px solid #C8CED6;
	font-size: 22px;
	line-height: 28px;
	color: #25317A;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 0;
}
table.uklad_sal tr td:nth-child(1) {
	border-right: none;
}
table.uklad_sal tr td:nth-child(2) {
	text-align: left;
}
table.uklad_sal tr td:last-child {
	border-right: none;
}
#sale_content {

}
#sale_content h3 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	color: #25317A;
	font-weight: 500;
	margin-bottom: 50px;
}
#sale_content h4, #sale_content .list_block h5 {
	color: #25317A;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
#sale_content .list_block h5 {
	margin-bottom: 30px;
}
#sale_content .list_block {

}
#sale_content p {
	font-size: 16px;
	color: #344E68;
	line-height: 28px;
	margin: 25px 0 5px;
}
.shadowed {
	-webkit-box-shadow: 0px 7px 14px 0px rgba(223,228,233,1);
	-moz-box-shadow: 0px 7px 14px 0px rgba(223,228,233,1);
	box-shadow: 0px 7px 14px 0px rgba(223,228,233,1);
}
.rounded {
	border-radius: 15px !important;
}
#catalog_training .content {
	width: 480px;
	overflow: hidden;
}
.mar_bot_50 {
	margin-bottom: 50px;
}
#catalog_training .content a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 0 50px;
	position: relative;
}
#catalog_training .content a:hover .mask {
	left: 0px;
	transform: translate(0);
}
#catalog_training .content a h2 {
	color: #25317A;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	font-weight: 600;
}
div.title {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	align-items: center;
	display: flex;
	padding: 0 10px 0px 0;
	min-height: 92px;
	z-index: 1;
}
div.image {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	border-radius: 0 15px 15px 0;
}
#catalog_training img.icon {
	left: 5px;
	top: 50%;
	transform: translate(calc(-50% + 15px), -50%);
	z-index: 5;
}
#catalog_training .mask {
	top: 0;
	height: 100%;
	max-width: 480px;
	background-color: rgba(37, 49, 122, 0.92);
	right: 0;
	transform: translateX(100%);
	display: flex;
	align-items: center;
	width: 100%;
}
span.button_white {
	border-radius: 15px;
	font-size: 12px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 700;
	padding: 10px 30px;
	margin-left: auto;
	margin-right: 40px;
}
span.button_white:hover {
	color: #25317A;
	background: #fff;
}
#catalog_training .content a:hover h2 {
	color: #fff;
}
#catalog_training .content a:hover {
	text-decoration: none;
}
#catalog_training .content a:hover .image img {
	max-width: unset;
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}
#catalog_training .content a .image img {
	position: absolute;
	left: 55%;
	width: auto;
	height: auto;
	top: unset;
	transform: translateY(0%);
}
.szkolenia-template-szkolenia_otwarte #blue_w_100 h2.header {
	color: #fff;
	text-align: left;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 60px;
}
.szkolenia-template-szkolenia_otwarte #blue_w_100 h2.header:before {
	left: 0;
	transform: translate(0, 0);
}
.szkolenia-template-szkolenia_otwarte #blue_w_100 {
	padding: 91px 0px;
	margin: 116px 0 0;
}
.szkolenia-template-szkolenia_otwarte #blue_w_100 p.title {
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 0 41px;

}
.szkolenia-template-szkolenia_otwarte #blue_w_100 p.number{
	color: #00DBCF;
	font-family: 'Montserrat', sans-serif;
	font-size: 63px;
	line-height: 91px;
	font-weight: 700;
	text-align: center;
	margin: 0;
}
.szkolenia-template-szkolenia_otwarte  #blue_w_100 .col-lg-8 .position-absolute {
	top: 30px;
	transition: unset;
}
.szkolenia-template-szkolenia_otwarte #blue_w_100 .position-absolute.divider {
	top: 0;
	transform: translate(0);
	right: -20px;
}
.szkolenia-template-szkolenia_otwarte #blue_w_100 .position-absolute.divider.first {
	left: -20px;
}
.szkolenia-template-szkolenia_otwarte #blue_w_100 .position-absolute.content {
	right: unset !important;
	left: 60px;
	top: 40px;
}
.szkolenia-template-szkolenia_otwarte #blue_w_100 .col-lg-4.position-relative.text-center.text-lg-right .position-absolute {
	right: -130px;
}
.szkolenia-template-szkolenia_otwarte #steps .content p {
	padding: 0 30px;
}
.szkolenia-template-szkolenia_otwarte #more_details {
	margin: 90px 0 100px;
}
.szkolenia-template-szkolenia_otwarte #content_text p {
	font-size: 16px;
	color: #344E68;
	line-height: 28px;
}
#catalog_training {
	margin-top: 130px;
}
.szkolenia-template-szkolenia_otwarte #catalog_training h2.header {
	margin-bottom: 73px;
}
.szkolenia-template-szkolenia_otwarte #steps {
	padding-top: 147px;
	margin-top: 0;
}
.szkolenia-template-szkolenia_otwarte #steps h2.header {
	margin-bottom: 80px;
}
.szkolenia-template-szkolenia_otwarte #steps .align-items-center > div {
	padding: 48px 0;
}
.szkolenia-template-szkolenia_otwarte #trust {
	margin: 170px 0;
}
.szkolenia-template-szkolenia_otwarte #contact_blue h3.header {
	margin-bottom: 25px;
}
.szkolenia-template-szkolenia_otwarte #contact_blue p.text {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
}
.bg_gradient {
	background: #f6f8f9;
	background: -moz-linear-gradient(top, #f6f8f9 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f6f8f9 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #f6f8f9 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe4e9', endColorstr='#ffffff',GradientType=0 );
}
.szkolenia-template-szkolenia_otwarte #steps span.dashed {
	top: calc(50% - -70px);
}
.calendar a.button.turquoise {
	background: transparent;
	color: #00DBCF;
}
.calendar a.button.turquoise:hover {
	background: #00DBCF;
	color: #fff;
}
#accordion-menu .card {
	background-color: transparent;
	border: none;
	border-radius: 0;
}
#accordion-menu .card .card-block ul {
	list-style: none;
	padding: 0;
	float: left;
	margin:0;
	width: 100%;
}
#accordion-menu .card-header {
	display: block;
	float: left;
	position: relative;
	color: #25317A;
	width: 100%;
	background: rgba(223, 228, 233, 0.25);
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 0;
	border-bottom: unset;
}
#accordion-menu .card-header a {
	display: block;
	float: left;
	position: relative;
	color: #25317A;
	width: 100%;
	background: rgba(223, 228, 233, 0.25);
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 17px 40px 17px 15px;
	border-bottom: 1px solid #cccccc4f;
}
#accordion-menu .card-header a:before {
	position: absolute;
	content: url(img/minus_menu.png);
	right: 15px;
	top: 50%;
	transform: translate(-1.5px, -15px) rotate(90deg);
	opacity: 1;
	z-index: 2;
}
#accordion-menu .card-header a[aria-expanded="true"]:before, #accordion-menu .card-header a:hover:before {
	transform: translate(-0px, -13.5px) rotate(0deg);
}
#accordion-menu .card-header a:after {
	position: absolute;
	content: url(img/minus_menu.png);
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 1;
	z-index: 1;
}

#accordion-menu .card-header h5 {
	display: block;
	float: left;
	width: 100%;
}
#accordion-menu .card:first-child, #accordion-menu .card:first-child h5, #accordion-menu .card:first-child h5 a, #accordion-menu .card:first-child .card-header {
	border-radius: 10px 10px 0 0;
}
#accordion-menu {
	border-radius: 10px 10px 0 0;
}
#accordion-menu .card:last-child, #accordion-menu .card:last-child h5, #accordion-menu .card:last-child h5 a, #accordion-menu .card:last-child .card-header {
	border-radius: 0 0 10px 10px;
	border-bottom: none;
}
#accordion-menu .card-header a.active, #accordion-menu .card-header a:hover {
	background: #25317A;
	color: #fff;
	text-decoration: none;
}
#accordion-menu .card:last-child h5 a.active {
	border-radius: 0;
}
#accordion-menu .card .card-block {
	float: left;
	margin: 0;
	width: 100%;
}
.menu_left_container ul.single-oferta-menu li a {
    background: transparent;
    color: #25317A;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
    padding: 6px 25px;
    min-height: 52px;
    display: flex;
    align-items: center;
    line-height: 16px;
}
.menu_left_container ul.single-oferta-menu li a:after {
	display: none;
}
.menu_left_container ul.single-oferta-menu li a.active, .menu_left_container ul.single-oferta-menu li a:hover {
	background: rgba(0, 219, 207, 0.09);
}
.menu_left_container ul.single-oferta-menu li a:before {
	width: 0px;
	height: 100%;
	background: transparent;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
}
.menu_left_container ul.single-oferta-menu li a.active:before, .menu_left_container ul.single-oferta-menu li a:hover:before {
	width: 6px;
	background: #00DBCF;
}
.menu_left_container ul.single-oferta-menu li:first-child a {
	border-radius: 0;
}
.menu_left_container ul.single-oferta-menu li:last-child a {
	border-radius: 0;
}
.szkolenia-template-szkolenia_podstrony #ecdl_content h1 {
	margin-top: 0;
}
.szkolenia-template-szkolenia_podstrony .content p.header_training, .szkolenia-template-szkolenia_certyfikowane .content p.header_training {
	color: #25317A;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 25px;
	font-weight: 500;
}
.szkolenia-template-szkolenia_certyfikowane .content p.header_training span {
	display: block;
    margin-top: 15px;
}
.szkolenia-template-szkolenia_podstrony .content p.header_training img {
	margin-right: 15px;
}
.single_certy {
	border-bottom: 2px solid #00dbcf;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.single_certy:last-child {
	border-bottom: none;
}
.body_content h3 {
	color: #25317A;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 25px;
    font-weight: 500;
}
.body_content p, .body_content li {
	font-size: 16px;
    line-height: 28px;
    color: #344E68;
}
.body_content {
	margin-top: 40px;
}
.body_content a {
	color: #344E68;
}
.idea_content p:last-child {
	margin-bottom: 25px;
}
.idea_content + img {
	margin-bottom: 45px;
}
.profil_content {
	margin-bottom: 45px;
}
.szkolenia-template-szkolenia_podstrony .content p.price {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #25317A;
	border: 2px solid #25317A;
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	border-radius: 10px;
	padding: 28px 0px;
	position: relative;
} 
.postid-597 .content p.price {
	padding-left: 25px;
}
.postid-597 .content p.price span {
	display: none;
}
p.price img.position-absolute {
	left: 0;
	top: 50px;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.szkolenia-template-szkolenia_podstrony .content p {
	font-size: 16px;
	line-height: 28px;
	color: #344E68;
}
.szkolenia-template-szkolenia_podstrony .content p.time_title {
	margin-top: 7px;
}
.szkolenia-template-szkolenia_podstrony #links_offer .singe_box a {
	width: 220px;
	cursor: pointer;
}
#links_offer .singe_box a.blue.invert {
	background: #fff;
	color: #25317A;
}
#links_offer .singe_box a.blue.invert:hover {
	background: #25317A;
	color: #fff; 
}
#links_offer .singe_box.invert-color {
	box-shadow: none;
	background: transparent;
	margin-top: 56px;
	border: 2px solid #00DBCF !important;
	padding: 26px 0 26px 48px;
}
.szkolenia-template-szkolenia_podstrony #links_offer {
	padding-bottom: 130px;
	margin-top: 77px;
}
.szkolenia-template-szkolenia_podstrony .modal-dialog {
	max-width: 855px;
}


.blue_bg {
	background: #25317A;
}
.szkolenia-template-szkolenia_podstrony .modal-content {
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	border: unset;
	border-radius: 0;
}
.szkolenia-template-szkolenia_podstrony .modal-body {
	padding: 0;
}
.szkolenia-template-szkolenia_podstrony .modal-body .row {
	width: 100%;
	margin: 0;
}
.szkolenia-template-szkolenia_podstrony button[data-dismiss="modal"] {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.szkolenia-template-szkolenia_podstrony button[data-dismiss="modal"] > span > span {
	position: absolute;
	width: 2px;
	height: 30px;
	background: #fff;
	right: 40px;
	top: 20px;
	transform: rotate(45deg);
}
.szkolenia-template-szkolenia_podstrony button[data-dismiss="modal"] > span > span:last-child {
	transform: rotate(-45deg);
}

#ecdl_content .col-lg-8.content {
	padding-left: 50px;
}

.szkolenia-template-szkolenia_podstrony .modal-body .modal-left {
	padding: 50px 65px;
	text-align: left;
}

.modal-body .modal-left .subtitle, .modal-left .subtitle {
	color: #9DA4B2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}

.szkolenia-template-szkolenia_podstrony .modal-body .modal-left .title, .page-template-kontakt #kalendarium-kontakt .title, #kalendarium-kontakt h4.title {
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
	color: #00DBCF;
	margin-bottom: 40px;
}
.page-template-kontakt #kalendarium-kontakt .modal-left .button.blue {
	width: 90%;
}
.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .wpcf7-list-item-label a {
	width: auto;
	float: none;
	margin: 0;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .button.blue {
	width: auto;
	cursor: pointer;
	color: #fff;
	background: #25317A;
	padding: 10px 75px;
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #25317A;
	border-radius: 11px;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	outline: none !important;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .button.blue:disabled {
	opacity: 0.7;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .button.blue:hover {
	background: #fff;
	color: #25317A;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .wiadomosc-col {
	margin-bottom: 35px;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .form-control {
	border: 0;
	border-radius: 0;
	font-size: 12px;
	padding: 7px 0;
	border-bottom: 1px solid #9DA4B2;
	margin-bottom: 25px;
	color: #344e68;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .form-control::placeholder {
	color: #9DA4B2;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #25317A;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .acceptance-col {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .acceptance-col .wpcf7-list-item-label {
	font-weight: 600;
	color: #25317A;
	font-size: 12px;
	line-height: 14px;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .acceptance-col .wpcf7-list-item-label a {
	color: #25317A;
	text-decoration: underline;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .pola-wymagane {
	font-size: 12px;
	line-height: 14px;
	color: #9DA4B2;
	margin-top: 30px;
	font-weight: 400;
	font-family: 'Open Sans';
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-right {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 20px;
	background: url(img/bg_line_left_top.svg) no-repeat top left,  url(img/bg_line_right_bottom.svg) no-repeat bottom right, #25317A;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-right .wrapper .col-12 {
	margin-bottom: 40px;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-right .wrapper .col-12:last-of-type {
	margin-bottom: 0;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-right .content {
	width: calc(100% - 30px);
	margin-left: 5px;
}

.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-right .content p {
	color: #fff !important;
	width: auto;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Open Sans';
	line-height: 22px;
}

#kalendarium-content {
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 60px;
}

#kalendarium-content .row-head {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	overflow: hidden;
}

#kalendarium-content .row-head .col {
	background: #25317A;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

#kalendarium-content .row-content .col {
	padding: 15px 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #25317A;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	background: rgba(223, 228, 233, 0.23);
}

#kalendarium-content .row-content:nth-of-type(odd) .col {
	background: #fff;
}

#kalendarium-content .row-content .col.temat {
	justify-content: start;
	font-weight: 600;
}
#kalendarium-content .row-content .col.pliki {
	flex-direction: column;
	align-items: start;
	padding-left: 50px;
}
#kalendarium-content .row-content .col.pliki a {
    display: flex;
    color: #25317A;
    align-items: center;
    margin-bottom: 5px;
}
#kalendarium-content .row-content .col.pliki a img {
	margin-bottom: 2px;
}

#kalendarium-content .row-content .col.temat:after, #kalendarium-content .row-content .col.data:after, #kalendarium-content .row-content .col.miejsce:after {
	content: '';
	right: 0;
	top: 15px;
	bottom: 15px;
	width: 1px;
	background: #DFE4E9;
	position: absolute;
}

#kalendarium-kontakt {
	padding-top: 60px;
}

#kalendarium-kontakt .modal-left {
	padding: 50px 70px 120px 21%;
}

#kalendarium-kontakt .modal-left .wpcf7-list-item-label a {
	width: auto;
	float: none;
	margin: 0;
}

#kalendarium-kontakt .modal-left .button.blue {
	width: auto;
	cursor: pointer;
	color: #fff;
	background: #25317A;
	padding: 10px 75px;
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #25317A;
	border-radius: 11px;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#kalendarium-kontakt .modal-left .button.blue:disabled {
	opacity: 0.7;
}

#kalendarium-kontakt .modal-left .button.blue:hover {
	background: #fff;
	color: #25317A;
}

#kalendarium-kontakt .modal-left .wiadomosc-col {
	margin-bottom: 35px;
}

#kalendarium-kontakt .modal-left .form-control {
	border: 0;
	border-radius: 0;
	font-size: 16px;
	padding: 7px 0;
	border-bottom: 1px solid #9DA4B2;
	margin-bottom: 45px;
	color: #344e68;
}
#kalendarium-kontakt .modal-left .form-control.wpcf7-not-valid {
	border-color: #FF4052 !important;
} 
#kalendarium-kontakt .modal-left .form-control::placeholder {
	color: #9DA4B2;
}
#kalendarium-kontakt .modal-left .form-control.wpcf7-not-valid::placeholder {
	color: #FF4052 !important;
}
#kalendarium-kontakt .modal-left .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #00DBCF;
}

#kalendarium-kontakt .modal-left .acceptance-col {
	display: flex;
	align-items: center;
}

#kalendarium-kontakt .modal-left .acceptance-col .wpcf7-list-item-label {
	font-weight: 600;
	color: #25317A;
	font-size: 12px;
	line-height: 14px;
}

#kalendarium-kontakt .modal-left .acceptance-col .wpcf7-list-item-label a {
	color: #25317A;
	text-decoration: underline;
}

#kalendarium-kontakt .modal-left .pola-wymagane {
	font-size: 12px;
	line-height: 14px;
	color: #9DA4B2;
	margin-top: 30px;
	font-weight: 400;
	font-family: 'Open Sans';
}

#kalendarium-kontakt .modal-right {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 9%;
	background: url(img/bg_line_left_top.svg) no-repeat top left,  url(img/bg_line_right_bottom.svg) no-repeat bottom right, #25317A;
}

#kalendarium-kontakt .modal-right .wrapper .col-12 {
	margin-bottom: 40px;
}

#kalendarium-kontakt .modal-right .wrapper .col-12:first-of-type {
	margin-bottom: 60px;
}

#kalendarium-kontakt .modal-right .content {
	width: calc(100% - 30px);
	margin-left: 5px;
}

#kalendarium-kontakt .modal-right .content p {
	color: #fff !important;
	width: auto;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Open Sans';
	line-height: 22px;
	margin-bottom: 0;
}
#kalendarium-kontakt .modal-right .content p a {
	color: #fff;
}

#szkolenia-zamkniete1 {
	padding-bottom: 90px;
}

#szkolenia-zamkniete1 h3 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	color: #25317A;
	font-weight: 500;
	margin-bottom: 30px;
}
#szkolenia-zamkniete1 h4, #szkolenia-zamkniete1 .list_block h5 {
	color: #25317A;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
#szkolenia-zamkniete1 .list_block h5 {
	margin-bottom: 30px;
}
#szkolenia-zamkniete1 .list_block {

}
#szkolenia-zamkniete1 p {
	font-size: 16px;
	color: #344E68;
	line-height: 28px;
	margin: 25px 0 5px;
}

#szkolenia-zamkniete-pasek {
	position: relative;
}

#szkolenia-zamkniete-pasek .knowleage {

}

#szkolenia-zamkniete-pasek .knowleage h4 {
	font-size: 26px;
	line-height: 41px;
}

#szkolenia-zamkniete-pasek .knowleage h4:before,#szkolenia-zamkniete-pasek .knowleage h4:after {
	display: none;
}

#szkolenia-zamkniete-pasek .blue_bg {
	display: flex;
	padding-bottom: 50px;
	justify-content: center;
}

#szkolenia-zamkniete-pasek .dymek-left {
	position: absolute;
	bottom: -210px;
	left: 0;
}

#szkolenia-zamkniete-pasek .dymek-right {
	position: absolute;
	right: 0;
	top: -200px;
}

#szkolenia-zamkniete3 {
	padding-bottom: 100px;
}

#szkolenia-zamkniete3 .list_block {
	margin-bottom: 70px;
}

#szkolenia-zamkniete3 .box {
	text-align: center;
}

#szkolenia-zamkniete3 .box .wrapper {
	position: relative;
	border: 2px dashed #C8CED6;
	border-radius: 10px;
	padding: 40px 10px 20px 10px;
	max-width: 235px;
	margin-bottom: 45px;
}

#szkolenia-zamkniete3 .box .wrapper img {
	margin-bottom: 15px;
}

#szkolenia-zamkniete3 .box .wrapper p {
	color: #25317A;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 0;
}

#szkolenia-zamkniete3 .box .wrapper span {
	font-family: 'Montserrat', sans-serif;
	display: block;
	position: absolute;
	top: -17px;
	width: 35px;
	height: 35px;
	background-color: #00DBCF;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	font-weight: 500;
	left: 0;
	right: 0;
	margin: auto;
	color: #25317A;
}

#szkolenia-zamkniete3 .box:nth-of-type(3n+2) .wrapper {
	margin-top: 50px;
}

#szkolenia-zamkniete3 .box:nth-of-type(2n) .wrapper span {
	background-color: #25317A;
	color: #00DBCF;
}
.szkolenia-template-szkolenia_zamkniete #kalendarium-kontakt {
	padding-top: 140px;
}
.wpcf7-form-control-wrap {
    position: relative !important;
    width: 100% !important;
    float: left !important;
}
span.wpcf7-not-valid-tip {
    color: #FF4052 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    display: initial !important;
    position: absolute !important;
    right: 0 !important;
    z-index: 9 !important;
    top: 7px !important;
}
.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .form-control.wpcf7-not-valid {
	color: #FF4052 !important;
    border-color: #FF4052 !important;
}
.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .form-control.wpcf7-not-valid::placeholder {
	color: #FF4052;
}
/* div.wpcf7-response-output {
	display: none;
} */
#contact_blue.multiple_contact p img {
	margin-left: 0;
	margin-right: 15px;
}
#contact_blue.multiple_contact p {
	margin-left: 0;
	margin-bottom: 0;
	line-height: 30px;
}
#contact_blue.multiple_contact p.position {
	margin-bottom: 20px;
}
#contact_blue.multiple_contact h5 {
	margin-bottom: 5px;
}
.list_block p {
	color: #344E68;
}
p.strong_paragraph {
	margin-bottom: 0;
}
.list_block p + p.strong_paragraph {
    margin: 25px 0;
}
.projekty-unijne-template-projekty_w_trakcie #more_details {
	margin-top: 80px;
}
#map iframe {
	width: 100%;
	display: table;
}
#contact_info img.logo{
	width: 170px;	
	margin-bottom: 40px;
}
#contact_info img.icon {
	margin-right: 15px;
}
#contact_info img.position-absolute.bg {
    transform: translate(50px, -20px);
}
#contact_info img.position-absolute.content {
    transform: translateX(-50px);
}
#contact_info {
	background: rgba(223, 228, 233, 0.28);
	padding: 65px 0 75px;
}
#contact_info p, #contact_info p a {
	color: #344E68;
    margin-bottom: 6px;
	font-size: 16px;
	line-height: 24px;
}
#contact_info .open p {
    color: #25317A;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 500;
    padding-left: 38px;
    line-height: 28px;
    margin-top: 30px;
}
#people h5.section {
	color: #00DBCF;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
    margin-bottom: 32px;
}
#people h4.name {
	color: #25317A;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
#people h6.position {
    color: #344E68;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    min-height: 44px;
}
#people p {
	color: #344E68;
	font-size: 16px;
	line-height: 22px;
    margin-bottom: 3px;
}
#people p a {
	color: #344E68;
	font-size: 16px;
	line-height: 22px;
}
#people .col-12 p:last-child {

}
#people h6.position + p + p {
	margin-bottom: 33px;
}
#people .col-6.col-lg-4 {
    padding-right: 120px;
    position: relative;
    padding-bottom: 30px;
}
#people .col-6.col-lg-4:before {
	height: calc(100% - 78px);
	width: 2px;
	background: #DFE4E9;
	position: absolute;
	content: '';
	top: 0;
    left: -55px;
}
#people .col-6.col-lg-4:nth-child(n+4):before {
	height: 100%;
}
#people .col-6.col-lg-4:nth-child(3n + 1):before {
	display: none;
}
#people .col-6.col-lg-4:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	top: -40px;
	left: 13px;
	background: #DFE4E9;
}
#people .col-6.col-lg-4:nth-child(3n + 3):after {
    width: 295px;
}
#people .col-6.col-lg-4:nth-child(-n+3):after {
	display: none;
}
#people {
	padding: 90px 0 0;
}
.section_hr {
    margin-top: 50px;
    position: relative;
}
.section_hr:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 250px;
	top: -40px;
	left: 13px;
	background: #DFE4E9;
}
#about_subpage p {
	line-height: 28px;
}
#ecdl_content {
	padding-bottom: 40px;
}
.list_owl.middle_owl#middle_owl_bottom li:last-of-type a {
	opacity: 1;
}
#szkolenia_zamkniete a.button {
    max-width: 200px;
    padding: 15px 43px;
    font-size: 16px;
    line-height: 24px;
}
#szkolenia_zamkniete {
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    margin: 12px 0 0;
}
#szkolenia_zamkniete h3 {
	color: #25317A;
	font-size: 26px;
	line-height: 34px;
}
#middle_owl_bottom{
	margin-bottom: 30px;
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}
footer .menu_footer .col-5 p, footer .menu_footer .col-5 p a {
	line-height: 1.1 !important;
	margin-bottom: 10px;
}

.bor-le {
	border-left: 1px solid #C8CED6;
	padding: 0;
} 
.bor-top {
	border-top: 1px solid #C8CED6;
}
.rent_room p {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    color: #25317A;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 0;
    transition: color .25s .1s ease-in-out;
}
.rent_room {
	margin: 80px 0 90px;
}
.rent_room h3 {
    background: #24317a;
    color: #fff;
    width: calc(100% + 2px);
    margin-left: -1px;
    font-weight: 700;
    font-size: 25px;
    padding: 10px 0;
}
.rent_room img {
	margin-bottom: 15px;
}
.bor--rad-l-t {
    border-radius: 10px 0 0 0;
}
.bor--rad-r-t {
	border-radius: 0 10px 0 0;
}

.mask_cell {
	position: relative;
}

.single_row_room {
	transition: background-color .25s .1s ease-in-out; 
}
.single_row_room:hover {
	background-color: #24317a;
}
.single_row_room:hover p {
	color: #fff;
}

.no_room {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 40px;
    margin: auto;
    background: #25317a;
    transition: background-color .25s .1s ease-in-out;
    cursor: default;
}

.left_arm {
	transform: rotate(45deg);
}
.right_arm {
	transform: rotate(-45deg);
}

.single_row_room:hover .no_room {
	background-color: #fff;
}

@media (max-width: 1790px) {
	#welcome_homepage {
	    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 28%, #00dbcf 28%, #00dbcf 100%);
	    background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 28%,#00dbcf 28%,#00dbcf 100%);
	    background: linear-gradient(to right, #ffffff 0%,#ffffff 28%,#00dbcf 28%,#00dbcf 100%) filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00dbcf',GradientType=1 );
	}
}
@media (max-width: 1310px) {
#welcome_homepage {
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 20%, #00dbcf 20%, #00dbcf 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 20%,#00dbcf 20%,#00dbcf 100%);
    background: linear-gradient(to right, #ffffff 0%,#ffffff 20%,#00dbcf 20%,#00dbcf 100%) filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00dbcf',GradientType=1 );
}
}
@media (max-width: 1199px) {
	#kalendarium-content .row-content .col.pliki a {
	    line-height: 1;
	}
	#menu-menu-glowne li a {
		font-size: 13px;
	}
	footer {
		overflow: hidden;
	}
	img {
		max-width: 100%;
	}
	#header h2 img {
		max-width: unset;
	}
	.list_owl li a {
	    line-height: 23px;
	    font-size: 14px;
	}
	#owl-help h4 span {
	    font-size: 26px;
	}
	#blue_w_100 .position-absolute {
	    max-width: 100%;
	}
	.align-items-center > div {
		text-align: left;
	}
	#welcome_homepage .image, #welcome_homepage img.symbol, #certificates > img {
		display: none;
	}
	#welcome_homepage {
		background: #00dbcf;
	}
	#key_to_success .turquoise > img {
	    right: 60px;
	}
	#header h2 {
	    padding: 45px 0 55px;
	    margin: 0;
	}
	.oferta-template-ecdl #blue_w_100 h3 {
	    font-size: 36px;
	}
	.oferta-template-ecdl #blue_w_100 .container > .position-absolute {
	    bottom: -70px;
	}
	.oferta-template-ecdl #blue_w_100 {
	    background-position: -40px -60px;
	}
	.oferta-template-ecdl #blue_w_100 .position-absolute.content {
	    right: 60px;
	    left: unset;
	}
	#steps .align-items-center > div {
	    text-align: center;
	}
	#contact_blue img.position-absolute {
	    bottom: -30px;
	    transform: translateX(-100%);
	    width: 115px;
	}
	.only_bg {
	    background-position: center;
	}
	.p_l_20 {
	    padding-left: 150px;
	    padding-right: 150px;
	    padding-bottom: 90px;
	}
	.p_r_20 {
	    padding-right: 150px;
	    padding-left: 150px;
	    padding-top: 90px;
	    padding-bottom: 90px;
	}
	#system p {
	    font-size: 15px;
	}
	#info, #info2 {
	    padding: 80px 15px 80px;
	}
	#system.system2 h6 {
	    padding-right: 35px;
	}
	#catalog_training .content {
	    width: 100%;
	    overflow: hidden;
	}
	.szkolenia-template-szkolenia_otwarte #blue_w_100 .text-xl-right.position-relative {
	    padding: 170px 0 60px;
	}
	#blue_w_100 .bg.position-absolute {
	    right: unset;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.szkolenia-template-szkolenia_otwarte #blue_w_100 .position-absolute.content {
	    right: unset !important;
	    left: 50%;
	    top: unset;
	    transform: translate(-50%, -50%);
	}
	#blue_w_100 .position-absolute {
	    right: 45px;
	    top: 0;
	    transform: translateY(0);
	}
	#steps .col-6 {
	    background-image: unset;
	    background-size: auto;
	    background-position: center;
	}
	#steps .col-6 .content {
		background: #fff;
		border-radius: 15px;
		-webkit-box-shadow: 0px 7px 14px 0px rgba(223,228,233,1);
	    -moz-box-shadow: 0px 7px 14px 0px rgba(223,228,233,1);
	    box-shadow: 0px 7px 14px 0px rgba(223,228,233,1)
	}
	.szkolenia-template-szkolenia_podstrony .content p.price {
	    font-size: 22px;
	    line-height: 36px;
	    padding: 22px 0px;
	}
	.szkolenia-template-szkolenia_podstrony .content p.time_title {
	    margin-top: 7px;
	    font-size: 18px;
	    display: flex;
	    align-items: center;
	}
	#contact_info img.position-absolute.bg {
	    transform: unset;
	    right: 30px;
	}
	#contact_info img.position-absolute.content {
	    transform: unset;
	    right: 90px;
	}
	.section_hr:before {
	    width: 220px;
	}
	#kalendarium-kontakt .modal-left {
	    padding: 50px 15px 50px;
	}
	footer p, footer p a {
	    color: #fff !important;
	    font-size: 14px !important;
	    line-height: 17px !important;
	    margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	#menu-menu-glowne li a {
		font-size: 14px;
	}
	#blue_w_100 .position-absolute.ico {
		display: none;
	}
	.szkolenia-template-szkolenia_otwarte #blue_w_100 .position-absolute.divider {
		display: block;
	}
	#kalendarium-content .row-head .col, #kalendarium-content .row-content .col.temat, #kalendarium-content .row-content .col {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	#kalendarium-content .row-content .col.pliki {
	    padding-left: 15px;
	}
	#kalendarium-content .row-content .col.temat {
	    line-height: 1.2;
	}
	.szkolenia-template-szkolenia_podstrony .modal-dialog {
	    max-width: 555px;
	}
	.navbar-toggler:focus {
		outline: none;
	}
	.navbar-toggler .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #25317A;
	}
	.navbar-toggler .icon-bar+.icon-bar {
		margin-top: 4px;
	}
	.navbar-toggler {
		border: none;
		background: transparent !important;
	}
	.navbar-toggler:hover {
		background: transparent !important;
	}
	.navbar-toggler .icon-bar {
		width: 22px;
		transition: all 0.2s;
	}
	.navbar-toggler .top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}
	.navbar-toggler .middle-bar {
		opacity: 0;
	}
	.navbar-toggler .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}
	.navbar-toggler.collapsed .top-bar {
		transform: rotate(0);
	}
	.navbar-toggler.collapsed .middle-bar {
		opacity: 1;
	}
	.navbar-toggler.collapsed .bottom-bar {
		transform: rotate(0);
	}
	body.no-scroll {
		overflow: hidden;
	}
	.navbar {
		-webkit-box-shadow: 0px 15px 14px 0px rgba(118, 120, 123, 0.24);
		box-shadow: 0px 15px 14px 0px rgba(118, 120, 123, 0.24);
	}
	.navbar-light .navbar-brand {
		padding: 15px 0;
	}
	#navbarResponsive {
		margin: 0 -15px;
	}
	#menu-menu-glowne {
		top: 0;

		overflow-y: auto;
	}
	#navbarResponsive.show #menu-menu-glowne {
		max-height: calc(100vh - 62px);
		height: 100%;
	}
	#menu-menu-glowne li a {
		text-align: left;
		padding: 15px 0;
	}
	#menu-menu-glowne li:last-of-type {
		margin-bottom: 10px;
	}
	#menu-menu-glowne.navbar-nav ul.sub-menu {
		position: relative;
		width: 100%;
		left: 0;
		right: 0;
		padding: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	#menu-menu-glowne.navbar-nav ul.sub-menu .menu-item {
		margin: 7px 0;
	}
	#menu-menu-glowne.navbar-nav ul.sub-menu .menu-item:after {
		display: none;
	}
	#menu-menu-glowne.navbar-nav ul.sub-menu2 .menu-item {
		padding: 0 10px;
	}
	#menu-menu-glowne.navbar-nav ul.sub-menu2 .menu-item a.menu-button {
		margin-bottom: 20px;
	}
	#menu-menu-glowne.navbar-nav ul.sub-menu3 .menu-item {
	    padding: 0 10px;
	}
	#menu-menu-glowne.navbar-nav ul.sub-menu .menu-item a {
		padding: 5px 10px;
	}
	.home span.turquoise + p {
	    text-align: center;
	}
	#first_homepage a.button {
	    display: block;
	    max-width: 160px;
	    margin: 0 auto 30px;
	}
	#owl-help .item {
		box-shadow: unset;
	}
	.list_owl li a {
	    line-height: 30px;
	    font-size: 16px;
	}
	#help_nav {
		position: absolute;
	    width: 100%;
	    text-align: center;
	    top: 30px;
	}
	#help_nav button {
		background: transparent;
		color: transparent;
		border: none;
		padding: 0;
		outline: none;
		cursor: pointer;
	}
	#help_nav button img {
		width: 30px;
	}
	#help_nav button.owl-prev {
	    transform: rotate(180deg) translate(18px, 0px);
	}
	.item {
	    margin-top: 0;
	}
	.home #blue_w_100 {
	    margin-top: 0px;
	}
	#blue_w_100 {
	    padding: 120px 0 380px;
	    text-align: center;
	}
	#blue_w_100 .position-absolute {
	    top: 40px;
	}
	#why_we_homepage img {
	    margin-bottom: 30px;
	}
	footer .social img.position-absolute {
	    display: none;
	}
	footer .top_row {
		text-align: center;
	}
	footer .top_row .col-lg-3:first-child img {
		margin-bottom: 20px;
	}
	footer .top_row .col-lg-3 .float-left:first-child {
		display: none;
	}
	footer .social a {
	    display: inline-block;
	    float: unset;
	}
	footer .bottom_row {
	    margin-top: 10px;
	    text-align: center;
	}
	footer .float-left.content {
		margin: 0;
		width: 100%;
	}
	footer .social {
	    margin: 20px 0 -20px;
	}
	#awards .right {
		margin-top: 50px;
	}
	#development_services {
	    padding: 65px 0;
	}
	.knowleage h4:after {
	    transform: translateX(0);
	}
	#distinction {
	    padding: 80px 0 50px;
	}
	#steps .col-6.odd {
		margin-top: 0;
	    margin-bottom: 50px;
	}
	span.dashed {
		display: none;
	}
	#blue_w_100 .bg.position-absolute {
	    display: none;
	}
	#blue_w_100 .position-absolute.content {
	    display: none;
	}
	.blue_bg_contact {
	    padding: 113px 15px 70px 15px;
	}
	.blue_bg_contact:after {
	    left: -150px;
	    width: 1000px;
	    content: '';
	    z-index: 0;
	}
	#contact_blue .row {
		position: relative;
		z-index: 1;
	}
	#contact_blue p img {
	    margin-left: 0;
	}
	.extra h2.header {
	    margin-top: 80px;
	    margin-bottom: 37px;
	}
	.p_l_20, .p_r_20 {
	    padding-left: 50px;
	    padding-right: 50px;
	}
	#info2 .bottom_row {
	    margin-top: 40px;
	}
	#quotation img.position-absolute {
		display: none;
	}
	#quotation {
	    overflow-x: hidden;
	    padding: 0px 0 100px;
	}
	.oferta-template-pozyskiwanie_funduszy #contact_blue .row > div.col-12.col-lg-6, .projekty-unijne-template-projekty_w_trakcie #contact_blue .row > div.col-12.col-lg-6 {
		border-bottom: 2px solid #00DBCF;
	    padding-bottom: 40px;
	    margin-bottom: 34px;
	}
	.oferta-template-pozyskiwanie_funduszy .contact_blue_row.top, .projekty-unijne-template-projekty_w_trakcie .contact_blue_row.top {
	    border-bottom: unset;
	    padding-bottom: 0;
	    margin-bottom: 0;
	}
	#set .rounded.bg_dark p {
	    font-size: 11px;
	}
	#system h4 {
	    text-align: center;
	}
	.light_bg {
		display: none !important;
	}
	#catalog_training .content {
	    max-width: 480px;
	    margin: 0 auto;
	}
	.szkolenia-template-szkolenia_otwarte #blue_w_100 .position-absolute.divider.first {
	    left: 20px;
	    margin-left: 0;
	}
	.szkolenia-template-szkolenia_otwarte #blue_w_100 .position-absolute.divider {
	    right: 20px;
	}
	#blue_w_100 .position-absolute {
	    top: unset;
	    right: unset;
	    margin-left: 60px;
	}
	.szkolenia-template-szkolenia_otwarte #blue_w_100 .text-xl-right.position-relative {
	    padding: 0;
	}
	#ecdl_content .col-lg-8.content {
	    padding-left: 15px;
	    margin-top: 40px;
	}
	.szkolenia-template-szkolenia_podstrony .content p.price {
	    max-width: 300px;
	    margin: 20px auto 20px;
	}
	p.price img.position-absolute {
	    top: 40px;
	}
	#blue_w_100 .position-absolute {
	    top: unset;
	    right: 50%;
	    margin-left: unset;
	    transform: translate(50%, 50px);
	}
	#contact_info .open p {
		text-align: center;
		position: relative;
		z-index: 1;
	}
	#contact_info img.position-absolute.bg {
	    transform: unset;
	    right: 0;
	    top: -440px;
	    z-index: 0;
	}
	#contact_info img.position-absolute.content {
	    transform: unset;
	    right: 50px;
	    top: -360px;
	}
	#people .col-6.col-lg-4 {
	    padding-right: 15px;
	}
	#people .col-6.col-lg-4:before {
	    left: -35px;
	}
	#people .col-6.col-lg-4:before {
	height: calc(100% - 78px);
	width: 2px;
	background: #DFE4E9;
	position: absolute;
	content: '';
	top: 0;
    left: -55px;
	}
	#people .col-6.col-lg-4:nth-child(n+4):before {
		height: 100%;
	}
	#people .col-6.col-lg-4:nth-child(2n + 1):before {
		display: block;
	}
	#people .col-6.col-lg-4:after {
		position: absolute;
		content: '';
		height: 2px;
		width: 100%;
		top: -40px;
		left: 13px;
		background: #DFE4E9;
	}
	#people .col-6.col-lg-4:nth-child(3):after {
	    width: 295px;
	}
	#people .col-6.col-lg-4:nth-child(-n+2):after {
		display: none;
	}
	#people .col-6.col-lg-4:nth-child(-n+2):after {
		display: block;
		position: absolute;
		content: '';
		height: 2px;
		width: 100%;
		top: -40px;
		left: 13px;
		background: #DFE4E9;
	}
	#people .col-6.col-lg-4:nth-child(odd):before {
		display: none;
	}
	#people .col-6.col-lg-4:nth-child(even):before {
		height: calc(100% - 78px);
		display: block;
	    width: 2px;
	    background: #DFE4E9;
	    position: absolute;
	    content: '';
	    top: 0;
	    left: -15px;
	}
	#people .col-6.col-lg-4:nth-child(3):after {
		display: block;
		position: absolute;
		content: '';
		height: 2px;
		width: 100%;
		top: -40px;
		left: 13px;
		background: #DFE4E9;
	}
	#kalendarium-kontakt {
	    padding-top: 0;
	}
	.page-template-kontakt #kalendarium-kontakt .modal-left .button.blue {
	    margin-bottom: 30px;
	}
	#kalendarium-kontakt .modal-right {
		text-align: center;
	}
	.wrapper .float-left img {
		display: none;
	}
	.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-right .content {
	    width: 100%;
	    margin-left: 0;
	    text-align: center;
	}
	.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-right .content p {
		width: 100%;
		text-align: center;
	}
	.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-right .wrapper .col-12 {
	    text-align: center;
	}
	.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-left .button.blue {
	    margin-bottom: 10px;
	}
	.modal-open .modal {
		padding-right: 0px !important;
	}
	#szkolenia-zamkniete-pasek .dymek-left {
		display: none;
	}
	#szkolenia-zamkniete3 .box:nth-of-type(3n+2) .wrapper {
	    margin-top: 0;
	}
	#szkolenia-zamkniete3 .box .wrapper {
	    max-width: unset;
	    margin-bottom: 0px;
	    height: 100%;
	}
	#szkolenia-zamkniete3 .box {
	    text-align: center;
	    margin-bottom: 30px;
	}
	#szkolenia-zamkniete-pasek .dymek-right {
		display: none;
	}
	.szkolenia-template-szkolenia_zamkniete #kalendarium-kontakt {
	    padding-top: 30px;
	}
	#szkolenia-zamkniete-pasek .blue_bg {
	    padding-bottom: 30px;
	    justify-content: center;
	    padding-top: 30px;
	}
	.szkolenia-template-szkolenia_podstrony button[data-dismiss="modal"] {
	    position: absolute;
	    right: 20px;
	    top: 20px;
	    z-index: 9;
	    width: 50px;
	    height: 50px;
	    outline: none !important;
	}
	.szkolenia-template-szkolenia_podstrony button[data-dismiss="modal"] > span > span {
	    background: #25317a;
	}

	.rent_room h3 {
	    font-size: 23px;
	}
	.rent_room p {
	    font-size: 18px;
	}
}

@media (max-width: 767px) {
	#menu-menu-glowne.navbar-nav ul.sub-menu2 .menu-item a {
		width: 100%;
	}
	h2.header {
	    font-size: 35px;
	    line-height: 48px;
	}
	#blue_w_100 .position-absolute {
	    max-width: 90%;
	}
	#blue_w_100 {
	    padding: 120px 0 310px;
	}
	#help_nav {
		left: 0;
	}
	#key_to_success .turquoise {
		display: none !important;
	}
	.knowleage h4 {
	    font-size: 34px;
	    text-align: center;
	}
	.oferta-template-ecdl #blue_w_100 .container > .position-absolute {
	    bottom: -10px;
	}
	.oferta-template-ecdl #blue_w_100 {
	    background-position: -80px -110px;
	}
	#vcc_logos img {
	    margin: 0 15px;
	}
	span.dashed_bottom_top {
		display: none;
	}
	#links_offer .position-relative > img {
		display: none;
	}
	a.button.blue {
	    padding: 10px 33px;
	}
	#links_offer .singe_box p {
	    font-size: 17px;
	    line-height: 1.3;
	}
	.only_bg {
		display: none;
	}
	.oferta-template-ejl_esl #links_offer {
	    margin-top: 20px;
	}
	#system {
	    background-position: right bottom, -55px -50px;
	}
	.uklad_sal img {
		max-width: 80px;
	}
	table.uklad_sal tr td {
	    font-size: 20px;
	}
	#reserv_turquoise h3 {
	    font-size: 25px;
	}
	.szkolenia-template-szkolenia_otwarte  #blue_w_100 .position-absolute {
		display: none;
	}
	.szkolenia-template-szkolenia_otwarte #blue_w_100 .position-absolute.divider {
		display: block;
	}
	#contact_info img.position-absolute.bg {
		display: none;
	}
	#contact_info img.position-absolute.content {
		display: none;
	}
	#contact_info {
	    text-align: center;
	}
	#contact_info p {
		width: 100%;
		text-align: center;
	}
	#contact_info .col-12.col-lg-6.d-flex > div {
		width: 100%;
	}
	#contact_info .col-12.col-lg-6.d-flex > div:first-child {
		display: none;
	}
	#people .col-6.col-lg-4:nth-child(even):before {
	    left: 0;
	}
	.section_hr:before {
	    width: calc(100% - 30px);
	}
	#people .col-6.col-lg-4:after, #people .col-6.col-lg-4:nth-child(-n+2):after {
		left: 0;
	}
	#people .col-6.col-lg-4:nth-child(3n + 3):after {
	    width: 100%;
	}
	#people p a {
	    font-size: 14px;
	}
	#slider {
	    margin-top: 62px;
	}
	.ls-bottom-slidebuttons {
		display: none !important;
	}
	#kalendarium-content > .container {
		max-width: 100%;
	}
	#kalendarium-content .row-head .col, #kalendarium-content .row-content .col.temat, #kalendarium-content .row-content .col {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	#kalendarium-content .row-head .col span.small_title, #kalendarium-content .row-content .col.temat span.small_title, #kalendarium-content .row-content .col span.small_title {
	    width: 100%;
	    font-weight: 700;
	    text-transform: uppercase;
	    text-align: left;
	    margin-bottom: 10px;
	}
	#kalendarium-content .row-content .col.temat {
		text-align: center;
	}
	#kalendarium-content .row-content .col.data:after {
		display: none;
	}
	#info, #info2 {
	    padding: 60px 15px 60px;
	}
	#bread_crumbs {
		display: none;
	}
	#header {
		margin-bottom: 25px;
	}
	.page-template-kontakt #header {
		margin-bottom: 0;
	}
	.rent_room img {
		display: none;
	}
	.rent_room h3 {
		margin-bottom: 0;
	}

}
@media(max-width: 576px) {
	.bor-le {
		padding: 0 15px;
	}
	.bg_small {
	    background: #24317a;
	}
}
@media(max-width: 480px) {
	#slider {
		margin-bottom: 20px;
	}
	.home #first_homepage .position-absolute {
		left: 15px;
	}
	#steps .content img {
	    max-width: 50px;
	}
	#steps .align-items-center > div {
	    padding: 20px 0;
	}
	#blue_w_100 {
	    padding: 120px 0 275px;
	}
	#steps .content p {
	    padding: 0 15px;
	}
	#vcc_logos img {
	    margin: 15px 15px;
	}
	#links_offer .singe_box p, #links_offer .singe_box a {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    float: unset;
	}
	#links_offer .singe_box p {
		margin-bottom: 25px;
	}
	#links_offer .singe_box {
	    padding: 35px 30px 35px 30px;
	}
	#links_offer .align-items-center > div {
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	#links_offer .align-items-center > div#exampleModalCenter {
		display: none;
	}
	#links_offer .singe_box img.position-absolute {
	    left: 50%;
	    top: 0;
	    transform: translate(-50%, -50%);
	}
	#links_offer .singe_box {
		margin-bottom: 35px;
	}
	#links_offer .singe_box.invert-color {
	    padding: 26px 15px 26px;
	}
	.szkolenia-template-szkolenia_podstrony #links_offer .modal-body .modal-right .content p {
		margin-bottom: 0; 
	}
	.szkolenia-template-szkolenia_podstrony .modal-body .modal-left {
	    padding: 50px 30px;
	}
	#welcome_homepage p.bottom {
		margin-bottom: 20px;
	}
	.content.odd, .content.even {
		margin-bottom: 15px;
	}
	#welcome_homepage {
		margin-top: 40px;
	}
	.home #trust {
	    margin-top: 100px;
	}
	.home #trust {
	    margin-bottom: 90px;
	}
	.rent_room h3 {
	    font-size: 15px;
	}
	.rent_room p {
	    font-size: 14px;
	    line-height: 1.2;
	    padding: 10px 0;
	}
	.no_room {
	    width: 4px;
	    height: 30px;
	}
}
@media (min-width: 992px) {
	#owl-help.owl-carousel .owl-item .item {
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
	}
	#owl-help.owl-carousel .owl-stage {
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	#owl-help.owl-carousel .owl-item {
		-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    max-width: 100%;
	} 
	#owl-help.owl-carousel .owl-item .item {
		height: 100%;
	}
	#owl-help.owl-carousel .owl-item .item.hovered, #owl-help.owl-carousel .owl-item:hover .item, #owl-help.owl-carousel:hover .owl-item.owl-item:hover .item.hovered {
		-webkit-transform: scale(1.01);
	    -ms-transform: scale(1.01);
	    transform: scale(1.01);
	    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
	    box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
	}
	#owl-help.owl-carousel .owl-item:hover + .owl-item .item, #owl-help.owl-carousel .owl-item:hover ~ .owl-item .item {
		-webkit-transform: none !important;
	    -ms-transform: none !important;
	    transform: none !important;
	    -webkit-box-shadow: none !important;
	    box-shadow: none !important;
	}
	#owl-help.owl-carousel:hover .owl-item.owl-item .item.hovered {
		-webkit-transform: none !important;
	    -ms-transform: none !important;
	    transform: none !important;
	    -webkit-box-shadow: none !important;
	    box-shadow: none !important;
	}
	 #owl-help.owl-carousel:hover .owl-item.owl-item:hover .item.hovered {
		-webkit-transform: scale(1.01) !important;
	    -ms-transform: scale(1.01) !important;
	    transform: scale(1.01) !important;
	    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.1) !important;
	    box-shadow: 0 20px 30px 0 rgba(0,0,0,.1) !important;
	}
	#owl-help.owl-carousel .owl-stage-outer {
		overflow: visible;
	}
}
@media (min-width: 2460px) {
	#welcome_homepage {
	    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 38%, #00dbcf 25%, #00dbcf 100%);
	    background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 38%,#00dbcf 25%,#00dbcf 100%);
	    background: linear-gradient(to right, #ffffff 0%,#ffffff 38%,#00dbcf 25%,#00dbcf 100%) filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00dbcf',GradientType=1 );
	}
}

#ecdl_content .praca-container a.button.turquoise, #ecdl_content .aktualnosci-container a.button.turquoise {
	color: #25317A;
	display: inline-block;
}
#ecdl_content .praca-container a.button.turquoise:hover, #ecdl_content .aktualnosci-container a.button.turquoise:hover {
	color: #00DBCF;
}

 #ecdl_content .aktualnosci-container img {
	margin-top: 43px;
	width: 100%;
}



.single-aktualnosci .aktualnosci-container img {
	margin-top: 43px;
	width: auto !important;
}


.single-post .aktualnosci-container img {
    margin-top: 43px;
    width: auto !important;
}

a.tablinks:hover{color:#ffff!important;cursor:pointer;}

#Dokumenty ul {list-style:none; padding-left: 10px;}
#Dokumenty ul li {margin: 20px 0}

.tabcontent > h3 {margin-bottom:25px}

ul.archive-projekty a, h3.title-single {
	font-family:'Montserrat', sans-serif;
	color:#25317a;
	font-size:1.4em;
	font-weight:bold;
}

ul.archive-projekty.kategorie {margin-top:70px}

h3.title-single {margin-top:25px}

#nad-tytulem {text-align:center;}
.brakpostow {margin-top:60px}
.archive-projekty.kategorie li {margin:20px 0px}
.single-projekt_unijny img {max-width:100%}

.img-contain {object-fit:contain}


@media (min-width:1350px) {
.single-projekt_unijny #ecdl_content > .container {max-width:1300px} 

}

@media (min-width:1450px) {
.single-projekt_unijny #ecdl_content > .container {max-width:1400px} 

}

@media (min-width:1600px) {
.single-projekt_unijny #ecdl_content > .container {max-width:1550px} 

}


.single-projekt_unijny #table-content p {text-align:justify; margin-bottom:0}
.single-projekt_unijny #table-content ol {margin-bottom:0px}
.single-projekt_unijny #table-content ul {margin-top:7px}
.single-projekt_unijny #table-content ol > li {margin-top:10px}

.cal-hero{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	min-height: 550px;
}
.cal-hero__item{
	padding: 60px 80px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.cal-hero__item--1 .cal-hero__title,
.cal-hero__item--1 .cal-hero__text{
  color: #FFFFFF;
}


.blue{
  color: #FFFFFF;
}


.cal-hero__item--2 .cal-hero__title,
.cal-hero__item--2 .cal-hero__text{
	color: #383838;
}
.cal-hero__item--3 .cal-hero__title,
.cal-hero__item--3 .cal-hero__text{
  color: #FFFFFF;
}

.cal-hero__title{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	text-transform: capitalize;
	padding-bottom: 20px;
	margin-bottom: 0;
	margin-top: 0;
}
.cal-hero__text{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 156.5%;
	letter-spacing: -0.01em;
	padding-bottom: 20px;
}
.cal-hero__item .b1 {
	margin-top: auto;
}
.b1 {
	padding: 16px 10px;
	width: 262px;
	height: 55px;
	background: #25317A;
	border-radius: 10px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.cal-hero__item--1 .b1{
  background: #00DBCF;
	transition: all .3s;
}
.cal-hero__item--2 .b1{
	background: #25317A;
	transition: all .3s;
}
.cal-hero__item--3 .b1{
  background: #FFFFFF;
	transition: all .3s;
	color: #383838;
}
.cal-hero__item--1 .b1:hover{
  background: #11ECDE;
	color: #fff;
	transition: all .3s;
	text-decoration: none !important;
}
.cal-hero__item--2 .b1:hover{
	background: #36428B;
	transition: all .3s;
	color: #fff;
	text-decoration: none !important;
}
.cal-hero__item--3 .b1:hover{
  background: #EEEEEE;
	transition: all .3s;
	text-decoration: none !important;
}
.cal-title{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	color: #25317A;
}
.cal-title b{
	font-weight: 700;
	color:#00DBCF;
	margin-bottom: 20px;
}
.main-img-hero img{
	max-width: 100%;
	margin-bottom: 100px;
}
@media (max-width:1400px) {
	.cal-hero__item{
		padding: 50px 50px;
	}
}
@media (max-width:1100px) {
	.cal-hero__item{
		padding: 50px 20px;
	}
	.cal-hero{
		grid-template-columns: 1fr;
		min-height: unset
	}
	.main-img-hero img{
		max-width: 100%;
		margin-bottom: 50px;
	}
}
.cal-grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-top: 100px;
	margin-bottom: 100px;
}
.cal-grid__item{
	padding: 40px 28px;
	background: #FFFFFF;
	box-shadow: 0px 6px 18px 3px rgba(0, 0, 0, 0.1);
}
.cal-grid__item .h3{
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	color: #25317A;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 20px;
	margin-bottom: 0 !important;
}
.cal-grid__item .text{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 165%;
	letter-spacing: 0.04em;
	color: #344E68
}
.cal-grid__item .text b,
.cal-grid__item .text strong{
	color: #25317A;
	font-weight: 700;
}
.post-grid{
	padding-top: 100px;
	padding-bottom: 100px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
.home-offer__item{
	display: grid;
	grid-template-columns: 1fr 2.5fr;
	align-items: center;
	grid-gap: 40px;
}
.home-offer__item .h3{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.5;
	text-decoration: none !important;
	color: #25317A;
}
.home-offer__item:hover .h3,
.home-offer__item:hover .text {
	text-decoration: none!important;
}
.home-offer__item:hover {
	text-decoration: none!important;
}
.home-offer__item .text{
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none !important;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 165%;
	letter-spacing: 0.04em;
	color: #344E68;
}
.btn-link{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 165%;
	letter-spacing: 0.04em;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #25317A;
}
.single-it-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	align-items: center;
}
.single-it-grid .h2{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.2;
	color: #25317A;
	padding-top: 15px;
	padding-bottom: 25px;
}
.single-it-grid .text{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 165%;
	letter-spacing: 0.04em;
	color: #344E68;
}
.single-it-grid .text b,
.single-it-grid .text strong{
	font-weight: 700;
}
.offer-icons{
	background: #00DBCF;
	padding-top: 100px;
	padding-bottom: 100px;
}
.offer-icons .h2,
.faq .h2,
.person .h2{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.2;
	color: #25317A;
	padding-top: 15px;
	padding-bottom: 25px;
}
.offer-icons__grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}
.offer-icons__icon{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	background: #FFFFFF;
	box-shadow: 0px 6px 18px 3px rgba(0, 0, 0, 0.05);
}
.offer-icons__item .text,
.person .text{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #344E68;
	text-align: center;
}
.person .text{
	text-align: left !important;
}
.offer-icons__item {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.faq{
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width:980px) {
	.offer-icons{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.faq{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.home-offer__item .h3,
	.offer-icons .h2,
	.faq .h2,
	.person .h2{
		font-size: 22px;
	}
	.cal-grid{
		grid-template-columns: 1fr;
		grid-gap: 20px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.cal-grid__item{
		padding: 30px 20px;
	}
	.cal-grid__item .h3{
		font-size: 24px;
		line-height: 30px;
	} 
	.post-grid{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.single-it-grid{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
	.single-it-grid .h2{
		font-size: 28px;
	}
	.offer-icons__grid{
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px;
	}
	.offer-icons__item{
		width: calc(33.333% - 30px);
	}
}
@media(max-width: 768px){
	.post-grid{
		grid-gap: 50px;
	}
	.home-offer__item{
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	.offer-icons__grid{
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}
	.offer-icons__item{
		width: calc(50% - 30px);
	}
}
.cal-grid__icon{
	width: 24px;
	height: 24px;
	display: block;
	margin-bottom: 15px;
}
/* FAQ */
.price{
  margin-bottom: 12px;
}
.price__title{
  background: #f2f2f2;
  position: relative;
  padding-right: 55px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #40312F;
  transition: all .3s;
  cursor: pointer;
}
.price--active .price__title,
.price__title:hover{
  background: #25317A;
  transition: all .3s;
  color: #fff;
}
.price--active .price__title-arrow,
.price__title:hover .price__title-arrow{
  background: rgba(0, 219, 207, 0.9);
  transition: all .3s;
}
.price--active .price__title-arrow img{
  transform: rotate(0);
  transition: all .3s;
}
.price__title-arrow{
  position: absolute;
  right: 0;
  top:0;
  bottom: 0;
  height: 100%;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  background: #25317A;
}
.price__title-arrow img{
  width: 24px;
  transform: rotate(180deg);
  transition: all .3s;
}
.price__content{
  display: none;
  padding-top: 20px;
  padding-bottom: 15px;
}
.price__row{
  display: flex;
  align-items: center;
  padding: 5px 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.price__row:nth-child(2n - 1){
  background: rgba(248, 241, 236, 0.52);
}
.price__row .sep{
  width: 1px;
  background: #F3F4F9;
  min-height: 22px;
  height: 100%;
  display: inline-flex;
}
.price__price,
.price__time{
  width: 21%;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #3C3C3C;
  font-weight: bold;
}
.price__text{
  width: calc(58% - 2px);
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: #000000;
}
@media(max-width: 600px){
  .price__row{
    flex-direction: column;
  }
  .price__row .sep{
    display: none;
  }
  .price__price,
  .price__time{
    display: none;
  }
  .price__text{
    width: 100%;
    text-align: left;
  }
  .price__row{
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .price__mobile{
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 10px;
  }
  .price__mobile div{
    width: 50%;
    text-align: left;
    font-size: 14px !important;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: #3C3C3C;
  }
  .price__mobile div span{
    font-weight: bold;
  }
  .price__title{
    padding-left: 11px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.person{
	display: grid;
	grid-template-columns: 1fr 2.5fr;
	align-items: center;
	grid-gap: 60px;
}
.person-img{
	position: relative;
	padding-right: 20px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.person-img img{
	z-index: 3;
	position: relative;
}
.person-img::before{
	display: block;
	height: 100%;
	content: "";
	width: 9999px;
	z-index: 2;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #24317a;
}
.opinion-img{
	padding-top: 60px;
	padding-bottom: 60px;
}
.opinion-img img{
	max-width: 100%;
}
@media(max-width: 980px) {
	.person-img::before{
		display: none;
	}
	.person-img{
		padding: 30px 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #24317a;
	}
	.person{
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	.person{
		padding-bottom: 50px;
	}
	.opinion-img{
		padding-top: 0px;
		padding-bottom: 50px;
	}
}
.cal-grid--4 {
	margin-top: 30px;
}
.info-block{
	padding-top: 100px;
}
.info-block .h2{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	padding-top: 10px;
	text-align: center;
}
@media(min-width: 981px) {
	.cal-grid--4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media(max-width: 980px) {
	.info-block{
		padding-top: 50px;
	}
	.cal-grid--4 {
		grid-template-columns: 1fr 1fr;
	}
	.info-block .h2{
		font-size: 28px;
	}
}
@media(max-width: 480px) {
	.cal-grid--4 {
		grid-template-columns: 1fr;
	}
}
.contact-block{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 25px;
	padding-top: 100px;
	padding-bottom: 25px;
}
.contact-block__item{
	padding: 30px;
	background: #F3F4F9;
	box-shadow: 0px 12px 15px rgba(75, 68, 58, 0.08)
}
.contact-block__item .text{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #344E68;	
}
.text-big{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #344E68;
}
.phone{
	padding-top: 20px;
}
.phone a{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #25317A;
	display: block;
}
.btn-group{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 16px;
	padding-top: 20px;
}
.btn-group .b1{
	background: #00DBCF;
	border-radius: 10px;
	width: 100% !important;
}
.btn-group .b1:hover{
	text-decoration: none !important;
	color: #fff!important;
	background: #11ECDE;
}
@media(max-width: 980px) {
	.contact-block{
		grid-template-columns: 1fr;
		padding-top: 50px;
	}
	.contact-block__item{
		padding: 30px 20px;
	}
}
@media(max-width: 600px) {
	.btn-group{
		grid-template-columns: 1fr;
	}
}
.codedropz-upload-wrapper .codedropz-upload-handler{
	border: none !important;
}
.dnd-upload-counter,
.codedropz-upload-inner span{
	display: none !important;
}
.codedropz-upload-inner{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.codedropz-upload-inner h3{
	font-family: 'Montserrat' !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	letter-spacing: -0.014em !important;
	color: red !important;
	margin: 0 !important;
}
.codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn{
	margin-left: 15px !important;
	font-family: 'Open Sans' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 165% !important;
	letter-spacing: 0.04em !important;
	text-decoration-line: underline !important;
	text-transform: uppercase !important;
	color: #25317A !important;
}
.dnd-upload-details .name{
	font-family: 'Open Sans' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 165% !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	color: #25317A !important;
}
.contact-form-wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 25px;
}
.contact-form-wrap__item img{
	max-width: 100%;
	width: 100%;
}
.contact-form-wrap .wpcf7 .text{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #344E68;
}
.contact-form-wrap__item{
	padding: 45px 50px;
	background: #F3F4F9;
	box-shadow: 0px 12px 15px rgba(75, 68, 58, 0.08)
}
.contact-form-wrap .wpcf7 .wpcf7-text{
	outline: none !important;
	border: none;
	border-bottom: 1px solid #344E68;
	background-color: transparent;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.04em;
	color: #344E68;
	padding: 20px 0;
	margin-bottom: 16px;
}
.contact-form-wrap .wpcf7 .wpcf7-text:focus{
	outline: none !important;
}
.contact-form-wrap .wpcf7 .wpcf7-list-item label{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.contact-form-wrap .wpcf7 .wpcf7-list-item{
	margin-left: 0 !important;
}
.contact-form-wrap .wpcf7 .wpcf7-list-item .wpcf7-list-item-label{
	margin-left: 10px;
}
.contact-form-wrap .wpcf7 .wpcf7-list-item label input{
	transform: translateY(4px);
}
.contact-form-wrap .wpcf7 .wpcf7-form-control-wrap{
	display: flex;
	flex-direction: column;
}
.contact-form-wrap .wpcf7 span.wpcf7-not-valid-tip{
	position: static !important;
}
.codedropz-upload-handler{
	margin-bottom: 5px !important;
}
.dnd-upload-status{
	margin-bottom: 10px;
}
.codedropz-upload-container{
	padding-right: 0 !important;
}
.contact-form-wrap .wpcf7 .wpcf7-submit {
	padding: 16px 10px;
	width: 100%;
	height: 55px;
	background: #25317A;
	border-radius: 10px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	outline: none !important;
	cursor: pointer;
	border: none !important;
	margin-top: 15px;
}
.contact-form-wrap .wpcf7 .wpcf7-submit:hover{
	background: #36428B;
	transition: all .3s;
	color: #fff;
	text-decoration: none !important;
}
.contact-form-wrap{
	padding-bottom: 100px;
}
.contact-form-wrap__img{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.contact-form-wrap__img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 100%;
	width: auto;
	object-fit: cover;
	object-position: center;
}
.contact-form-wrap{
	position: relative;
}
.img-abs__item{
	position: relative;
	height: 100%;
}
.img-abs__item img{
	height: 100%;
	min-height: 612px;
}
.img-abs{
	position: absolute;
	left: calc(100% + 25px);
	min-height: 612px;
} 
@media(max-width: 980px) {
	.contact-form-wrap{
		grid-template-columns: 1fr;
		padding-bottom: 50px;
	}
	.contact-form-wrap__img{
		width: 100%;
		height: unset;
	}
	.contact-form-wrap__img img{
		position: static;
		top: unset;
		left: unset;
		transform: unset;
		height: 100%;
	}
	.contact-form-wrap__img img{
		max-width: 100%;
		width: auto;
		height: auto !important;
		display: block;
	}
	.contact-form-wrap__img{
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.contact-form-wrap__item{
		padding: 30px 20px;
		max-width: 100%;
		overflow: hidden;
	}
}
@media(max-width: 1300px) {
	.img-abs{
		display: none;
	}
}
@media(max-width: 1200px) {
	.btn-group{
		grid-template-columns: 1fr;
	}
}
.cal-hero__item {
	position: relative;
	transition: all .5s;
}
.cal-hero__item::before{
	width: 100%;
	height: 100%;
	content: "";
	display: flex;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.cal-hero__item .cal-hero__title,
.cal-hero__item .cal-hero__text,
.cal-hero__item .b1{
	position: relative;
	z-index: 3;
}
.cal-hero__item--1:hover::before{
	background-color: rgba(37, 49, 122, 0.86);
	transition: all .5s;
}

.cal-hero__title .thin{
	font-weight: 500 !important;
}

.cal-hero__item--1:hover::before{
	background-color: rgba(255, 255, 255, 0.95);
	transition: all .5s;
}


.cal-hero__item .cal-hero__title,
.cal-hero__item .cal-hero__text{
	color: #fff;
	transition: all .3s;
}


.cal-hero__item:hover .cal-hero__title,
.cal-hero__item:hover .cal-hero__text{
	transition: all .3s;
  color: #383838 !important;
}


/* box-2 */


.layer-2:hover{
	display:none;
}

.layer-2 {
    background-color: rgba(0, 219, 207, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition: all .5s;
}

.cal-hero__item--2:hover::before{
	background-color: rgba(255, 255, 255, 0.9);
	transition: all .5s;
}




/* .cal-hero__item--2:hover::before{
	background-color: rgba(255, 255, 255, 0.95);
	transition: all .5s;
} */


/* box-3 */

.layer-3 {
    background-color: rgba(28, 28, 28, 0.88);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition: all .5s;
}


.cal-hero__item--3:hover::before{
	background-color: rgba(255, 255, 255, 0.95);
	transition: all .5s;
}

.cal-hero__item .cal-hero__title.black,
.cal-hero__item .cal-hero__text.black{
	color: #000;
	transition: all .3s;
}
.cal-hero__item--1::before{
	background-color:rgba(37, 49, 122, 0.9) !important;
}
.cal-hero__item--2::before{
	background-color: rgba(0, 219, 207, 0.9) !important;
}
.cal-hero__item--3::before{
	background-color: rgba(28, 28, 28, 0.88) !important;
}
.cal-hero .cal-hero__item:hover::before{
	background-color: rgba(255, 255, 255, 0.95) !important;
}