/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
	Add your custom styles here
*/
html, body {
	overflow-x: hidden;
} 
body {
	font-size: 20px;
	font-weight: 400;
} 
.no-scroll {
	overflow: hidden;
} 
a {
	transition: all 0.3s ease-in-out;
	color: #fff;
}
main a, footer a, .elementor-image-box-content a > font {
	text-decoration: none !important;
}
main a:hover:not(a.elementor-button), footer a:hover:not(a.elementor-button), .elementor-image-box-content a:hover > font {
	text-decoration: underline !important;
}

h1, h2, h3, h4, h5, h6, p {
	/*
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	*/
}
#menu-main nav li a, #menu-main nav li a:hover {
	position: relative;
}
#menu-main nav li a::after, #menu-main nav li a:active::after {
    content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: calc(100% - 60px);
	height: 10px;
	background-color: #D21246 !important;
	transform: translateX(-50%);
	opacity: 0 !important;
	transition: all 0.3s ease-in-out !important;
} 
#menu-main nav li a:hover::after, #menu-main nav li a:active::after {
	opacity: 1 !important;
	transform: translateX(-50%) !important;
}
#menu-main nav li.current-menu-item a::after {
	opacity: 1 !important;
}
#menu-main nav li:first-child a::after, #menu-main nav li:first-child.current-menu-item a::after {
	width: calc(100% - 40px);
	transform: translateX(calc(-50% - 10px)) !important;
}
#menu-btn {
	display: none;
}
#menu-btn svg #menu-bar-1 {
	animation: bar-down-rotate-back 0.2s ease-in-out both;
	y: 37.7;
	height: 4px;
}
#menu-btn svg #menu-bar-3 {
	animation: bar-up-rotate-back 0.2s ease-in-out both;
	height: 4px;
}
#menu-btn svg #menu-bar-2 {
	animation: bar-hide-back 0.2s ease-in-out forwards;
	y: 27.7;
	height: 4px;
}
#menu-btn.bar-active svg #menu-bar-1 {
	animation: bar-down-rotate-start 0.2s ease-in-out both;
}
#menu-btn.bar-active svg #menu-bar-3 {
	animation: bar-up-rotate-start 0.2s ease-in-out both;
}
#menu-btn.bar-active svg #menu-bar-2 {
	animation: bar-hide-start 0.2s ease-in-out forwards;
}

@media only screen and (max-width:1360px) {
	#menu-main {
		/*z-index: 99999;*/
	}
	#menu-nav {
		position: fixed;
		top: -100%;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: #ffffff;
		padding: 122px 20px 20px;
		z-index: -1;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	#menu-nav .hfe-nav-menu, #menu-nav nav {
		height: 100%;
		width: 100%;
	}
	#menu-nav nav {
		display: flex;
		flex-direction: column;
		align-content: center;
	}
	#menu-nav nav li {
		align-self: center;
		margin: auto;
		width: 100%;
		text-align: center;
	}
	#menu-nav nav a {
		display: inline-block;
		text-align: center;
		margin: auto;
	}

	#menu-btn {
		display: block;
	}
	#menu-main.menu-scrolled {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #ffffff;
	}
	#menu-main nav li:first-child a::after, #menu-main nav li:first-child.current-menu-item a::after {
		width: calc(100% - 60px);
		transform: translateX(calc(-50% - 0px)) !important;
	}

	#menu-main.menu-active #menu-nav {
		top: 0;
		opacity: 1;
	}
}

.home-section {
	/*height: calc(100vh - 330px);*/
}

.kontakt-page {
	height: calc(100vh - 275px);
}

@media only screen and (max-width: 1360px) {
	.kontakt-page {
		height: calc(100vh - 247px);
	}
}
@media only screen and (max-width: 767px) {
	.kontakt-page {
		height: 100%;
	}
}

.has-blue-bg-left {
	position: relative;
	z-index: 0;
}
.has-blue-bg-left::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 100%;
	width: 100px;
	background-color: #17255F;
	transform: translateY(-50%);
	z-index: -1;
}
.has-blue-bg-left .e-con-inner {
	background-color: #ffffff;
}
.custom-btn a {
	position: relative;
	padding-left: 80px !important;
}
.custom-btn a:hover {
	background-color: #D21246;
}
.custom-btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 100%;
	width: 60px;
	background-size: 50%;
	background-repeat: no-repeat;
	transform: translatey(-50%);
	background-position: center;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27.2 26.39"><polygon style="fill:%2317255f;" points="16.46 0 8.56 0 16.65 9.94 0 9.94 0 16.45 16.65 16.45 8.56 26.39 16.46 26.39 27.2 13.2 16.46 0"/></svg>');
	border-right: solid 3px #17255F;
}
.custom-btn.btn-white a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 100%;
	width: 60px;
	background-size: 50%;
	background-repeat: no-repeat;
	transform: translatey(-50%);
	background-position: center;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27.2 26.39"><polygon style="fill:%23fff;" points="16.46 0 8.56 0 16.65 9.94 0 9.94 0 16.45 16.65 16.45 8.56 26.39 16.46 26.39 27.2 13.2 16.46 0"/></svg>');
	border-right: solid 3px #fff;
}
.copyright-footer a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.copyright-footer a:hover {
	text-decoration: underline;
}

/* ==================== Widgets Styles ==================== */
.hect-custom-accordion {
	--bs-accordion-bg: transparent;
	--bs-accordion-border-color: transparent;
	--bs-accordion-border-width: none;
	background-color: transparent;
	border: none;
}
.hect-custom-accordion .accordion-item {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
	transition: all 0.3s ease-in-out;
}
.hect-custom-accordion .accordion-item::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	width: 360px;
	background-color: #D21246;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}
.hect-custom-accordion .accordion-item.active::after {
	opacity: 0;
}

.hect-custom-accordion .accordion-item.active {
	transition: all 0.3s ease-in-out;
}
.hect-custom-accordion .accordion-item:last-child {
	border-radius: 0px;
}
.hect-custom-accordion .accordion-header {
	position: relative;
	/*padding: 1rem 1.25rem;*/
	padding: 1rem 90px 1rem 0rem;
	margin-bottom: 0 !important;
	border-radius: 0px;
}
.hect-custom-accordion .accordion-title {
	margin-bottom: 0;
}
.hect-custom-accordion .accordion-button {
	position: absolute;
	right: 0;
	top: 1.25rem;
	width: 70px;
	height: 70px;
	border: 3px solid #ffffff;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
	/*transform: translateY(-50%);*/
	z-index: 1;
}
.hect-custom-accordion .accordion-button:hover {
	background-color: #D21246;
}
.hect-custom-accordion .accordion-button.collapsed {
	transition: all 0.3s ease-in-out;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
.hect-custom-accordion .accordion-button:not(.collapsed), .hect-custom-accordion .accordion-button:focus {
	box-shadow: none;
}
.hect-custom-accordion .accordion-button.collapsed::after {
	transform: translate(-50%,-50%) rotate(0deg);
}
.hect-custom-accordion .accordion-button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	transform: translate(-50%,-50%) rotate(180deg);
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="uuid-icon-arrow-white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.39 27.2"><polygon style="fill:%23fff;" points="16.45 16.65 16.45 0 9.94 0 9.94 16.65 0 8.56 0 16.46 13.19 27.2 26.39 16.46 26.39 8.56 16.45 16.65"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all 0.2s ease-in-out;
}
/*
.hect-custom-accordion .accordion-button:hover::after {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="uuid-icon-arrow-white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.39 27.2"><polygon style="fill:%23D21246;" points="16.45 16.65 16.45 0 9.94 0 9.94 16.65 0 8.56 0 16.46 13.19 27.2 26.39 16.46 26.39 8.56 16.45 16.65"/></svg>');
}
*/
.hect-custom-accordion .accordion-body {
	/*padding: 1rem 1.25rem;*/
	font-weight: 400 !important;
	padding: 1rem 0rem;
	margin-bottom: 1rem !important;
}
.hect-custom-accordion .accordion-body p {
	font-weight: 400 !important;
}
.hect-custom-accordion .accordion-body p:last-child, .hect-network-description p:last-child {
	margin-bottom: 1rem !important;
}

.custom-img-box img {
	display: block;
	max-width: 184px;
	margin: 0 auto;
}

.hect-custom-accordion .accordion-body .accordion-items {
	padding-top: 1.5rem;
}
.hect-custom-accordion .accordion-body .accordion-items .card {
	min-height: 240px;
	min-height: 100%;
}
.hect-custom-accordion .accordion-body .accordion-items .card-body {
	position: relative;
	padding: 1.5rem 3rem 1.5rem 1.5rem !important;
}
.hect-custom-accordion .accordion-body .accordion-items .card-body::after {
	content: '';
	position: absolute;
	top: 1.5rem;
	right: 0;;
	width: 20px;
	height: calc(100% - 3rem);
	background-color: #D21246;
}
.hect-custom-accordion .accordion-body .accordion-items .card-title {
	color: #17255F !important;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3.4375rem;
}
.hect-custom-accordion .accordion-body .accordion-items .card-text {
	color: #17255F !important;
	font-weight: 400;
	margin-bottom: 0rem !important;
}

.hect-accordion-item {
	display: none;
}
.hect-custom-accordion-item .hect-accordion-item {
	display: block;
}

body {
	position: relative;
	z-index: 0;
}
body::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 210px;
	width: 100px;
	background-color: #17255F;
	z-index: -1;
}
/*
body .e-con-inner {
	background-color: #ffffff;
}
*/
.bg-white-inner-only .e-con-inner {
	background-color: #ffffff;
}

@media only screen and (max-width: 1700px) {
	h1, h2, h3, h4, h5, h6, p {
		/*
		hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		*/

		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;

		-webkit-hyphenate-limit-before: 3; /* For Safari */
		-webkit-hyphenate-limit-after: 7; /* For Safari */
		-moz-hyphenate-limit-chars: 10 3 7;
		-ms-hyphenate-limit-chars: 10 3 7;
		hyphenate-limit-chars: 10 3 7;

		-webkit-hyphenate-character: "\2010";
		-moz-hyphenate-character: "\2010";
		-ms-hyphenate-character: "\2010";
		hyphenate-character: "\2010";
	}
}

@media only screen and (max-width: 1360px) {
	.cs_home br {
		display: none;
	}
	.accordion-description br {
		display: none;
	}
	.img-box img {
		margin: 0 0 30px;
	}
	#main-footer {
		border-color: #FFFFFF;
        --border-color: #FFFFFF;
	}
	body::after {
		display: none;
	}
	.home-section {
		background-color: #ffffff;
	}
}

@media only screen and (max-width: 767px) {
	.accordion-title br {
		display: none;
	}
}

@media only screen and (min-width: 1360px) {
	#menu-main nav li:first-child a {
		padding-left: 10px !important;
	}
}

@media (min-width: 1720px) {
	.col-xxxl {
		flex: 1 0 0%;
	}
	.row-cols-xxxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxxl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-xxxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxxl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xxxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xxxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xxxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xxxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xxxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xxxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxxl-0 {
		margin-left: 0;
	}
	.offset-xxxl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xxxl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xxxl-3 {
		margin-left: 25%;
	}
	.offset-xxxl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xxxl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xxxl-6 {
		margin-left: 50%;
	}
	.offset-xxxl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xxxl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xxxl-9 {
		margin-left: 75%;
	}
	.offset-xxxl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xxxl-11 {
		margin-left: 91.66666667%;
	}
	.g-xxxl-0,
	.gx-xxxl-0 {
		--bs-gutter-x: 0;
	}
	.g-xxxl-0,
	.gy-xxxl-0 {
		--bs-gutter-y: 0;
	}
	.g-xxxl-1,
	.gx-xxxl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xxxl-1,
	.gy-xxxl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xxxl-2,
	.gx-xxxl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xxxl-2,
	.gy-xxxl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xxxl-3,
	.gx-xxxl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xxxl-3,
	.gy-xxxl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xxxl-4,
	.gx-xxxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xxxl-4,
	.gy-xxxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xxxl-5,
	.gx-xxxl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xxxl-5,
	.gy-xxxl-5 {
		--bs-gutter-y: 3rem;
	}
}

@keyframes bar-up-rotate-start {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform-origin: center;
		transform: translate(0px, 18px);
	}
	100% {
		transform-origin: center;
		transform: translate(-6.5px, 6.5px) rotate(45deg);
	}
}
@keyframes bar-up-rotate-back {
	0% {
		transform-origin: center;
		transform: translate(-6.5px, 6.5px) rotate(45deg);
	}
	50% {
		transform-origin: center;
		transform: translate(0px, 18px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
@keyframes bar-down-rotate-start {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform-origin: center;
		transform: translate(0px, -18px);
	}
	100% {
		transform-origin: center;
		transform: translate(-6.5px, -6.5px) rotate(-45deg);
	}
}
@keyframes bar-down-rotate-back {
	0% {
		transform-origin: center;
		transform: translate(-6.5px, -6.5px) rotate(-45deg);
	}
	50% {
		transform-origin: center;
		transform: translate(0px, -18px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
@keyframes bar-hide-start {
	0% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes bar-hide-back {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}