

/*------ HEADER -----*/
.navigation{
	height: 104px;
	position: fixed;
	z-index: 99999;
	width: 100vw;
	background-color: #fff;
	transition: all 0.3s;
}

.navigation.active{
	box-shadow: 0px 2px 4px rgba(120, 120, 120, 0.25);
	transition: all 0.3s;
}
.navigation .logo{
	display: flex;
	max-width: 168px;
	flex-direction: column;
    justify-content: center;
}
.nav-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.navigation nav{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav select {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    color: #2E2E2E;
    background-image: none;
    cursor: pointer;
    background-color: #fff;
  }
  .select {
    position: relative;
    display: flex;
    width: 84px;
    height: 32px;
    overflow: hidden;
  }
  .select:hover select{
    color: #F7921E;
  }
  .select:hover select option{
    color: #2E2E2E;
  }
nav ul li {
	position: relative;
	display: flex
	;margin-left: 20px;
	flex-direction: column;
	justify-content: center;
}
nav ul li a,nav ul li a:visited {
	display: block;
	padding: 0 20px;
	color: #000;
	text-decoration: none;
	font-family: 'Handel-black', Helvetica, Arial, sans-serif;
	font-size: 14px;
	transition: color 0.2s;
}
nav ul li a:hover,nav ul li a:visited:hover {
	color: #F7921E;
}
@media screen and (min-width: 769px) {
	header .nav-list {
		display: flex !important;
	}
	
	nav ul li.kontakt-btn{
		background-color: #F7921E;
		border-radius: 24px;
		transition: background 0.2s, color 0.2s;
	}
	nav ul li.kontakt-btn a{
		color: #fff;
		padding: 10px 30px;
	}
	nav ul li.kontakt-btn:hover{
		background-color: #33335B;
	}
	nav ul li.kontakt-btn:hover a{
		color: #fff;
	}
}
.nav-mobile {
	display: none;
	position: absolute;
	top: 18px;
	right: 0;
	height: 70px;
	width: 70px;
}
.nav-toggle {
	position: absolute;
	left: 18px;
	top: 22px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}
.nav-toggle span,.nav-toggle span:before,.nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 4px;
	width: 35px;
	border-radius: 16px;
	background: #33335B;
	position: absolute;
	display: block;
	content: "";
	transition: all 300ms ease-in-out;
}
.nav-toggle span:before {
	top: -10px;
}
.nav-toggle span:after {
	bottom: -10px;
}
.nav-toggle.active span {
	background-color: transparent;
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
	top: 0;
}
.nav-toggle.active span:before {
	transform: rotate(45deg);
}
.nav-toggle.active span:after {
	transform: rotate(-45deg);
}
/*------ /HEADER END-----*/


/*------ HERO SECTION-----*/
.hero-section {
	padding-bottom: 60px;
	margin-top: 104px;
	position: relative;
}
.hero-section .wrap{
	display: flex;
	justify-content: space-between;
	position: relative;
	min-height: 577px;
}
.hero-section .hero-image{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 40px 0;
}
.hero-section .welcome-text{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 50%;
	padding-left: 24px;
}
.hero-section .welcome-text h1{
	font-size: 48px;
}
.hero-section .welcome-text p{
	font-size: 18px;
	padding: 18px 0 60px 0;
}
.hero-section .welcome-text button{
	font-family: 'Handel-black', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 14px 60px;
	color: #000033;
	background-color: #fff;
	border: 2px solid #000033;
	border-radius: 24px;
	transition: background 0.2s, box-shadow 0.2s;
}
.hero-section .welcome-text button:hover{
	background-color: #33335B;
	color: #fff;
	border: 2px solid transparent;
}
.hero-section .circle{
	position: absolute;
	height: 100%;
	width: 47%;
	top: 0px;
	left: 0px;
	z-index: -9;
	background: linear-gradient(265.07deg, #3D3D65 5.13%, #1F1F33 95.61%);
border-radius: 0px 72px 72px 0px;
}
/*------ /HERO SECTION END-----*/

/*------ KLIENTI-----*/
.klienti {
	padding: 0px 0 40px 0;
	margin-top: -48px;
	
}
.klienti .wrap{
	box-shadow: 0px 1px 4px rgba(111, 111, 111, 0.25);
	border-radius: 24px;
	padding: 24px 32px;
	z-index: 999;
	position: relative;
	width: 100%;
	background-color: #fff;
	
}

.klienti .imo{
	max-width: 110px;
}
.klienti .klienti-title h3{
text-align: center;
color: #E38807;
font-weight: 700;
padding-bottom: 20px;
font-size: 12px;
}
.klienti .loga-firmy{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 820px;
	margin: 0 auto;
	padding-top: 16px;
}
.klienti .loga-wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 18%;
	padding-bottom: 40px;

}
.klienti .loga-wrap > div{
	display: flex;
	justify-content: center;
	max-width: 260px;
}
.klienti .metrostav{
	padding-top: 5px;
}

.klienti .Medtronic {
	background-color: #004b87;
}

@media only screen and (max-width: 768px) {
	.klienti .wrap{
		margin: 0px 24px;
		width: auto;
	}
	.klienti .imo{
		max-height: initial;
	}
	
}
/*------ /KLIENTI-----*/


/*------ CO DELAME-----*/

@media screen and (min-width: 769px) {
	.produkty-carousel{
		display: none;
	}
}
.co-delame{
	padding: 80px 0 160px 0;
}
.co-delame .wrap{
	display: flex;
}
.co-delame .produkty-wrap{
	width: 50%;
}
.co-delame .caption{
	color: #F7921E;
	font-size: 12px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.co-delame .produkty h3{
	font-size: 32px;
	font-weight: 400;
	padding-bottom: 40px;
	padding-top: 16px;
}
.co-delame .produkty p{
	font-size: 18px;
	line-height: 180%;
}
.co-delame .ikony{
	width: 50%;
}
.co-delame .ikony ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 700px;
}
.co-delame .ikony ul li {
	width: 176px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 48px;
}
.co-delame .ikony ul li span{
	text-align: center;
	font-size: 18px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #888888;
	text-transform: uppercase;
	white-space: nowrap;
}
.co-delame .ikony ul li img{
	padding-bottom: 24px;
	align-self: center;
	transition: transform 0.2s;
}
.co-delame .ikony ul li:hover img{
	transform: rotate(-4deg) scale(1.1) translateY(-10px);
}
.co-delame .produkty-wrap{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.co-delame .produkty {
	position: absolute;
}
.co-delame .produkty,.co-delame .produkty.co-delame-text.hide{
	visibility: hidden;
	opacity: 0;
	transition: transform 0.5s, opacity 0.5s;
	transform: translateX(-100px);
}
.co-delame .produkty.co-delame-text{
	visibility: visible;
	opacity: 1;
	transition: transform 0.5s, opacity 0.5s;
	transform: translateX(0px);
}
.co-delame .produkty.show{
	visibility: visible;
	opacity: 1;
	transition: transform 0.5s, opacity 0.5s;
	transform: translateX(0px);
}


/*------ /CO DELAME END-----*/


/*------ TECHNOLOGIE-----*/
.technologie{
	background: linear-gradient(265.07deg, #3D3D65 5.13%, #1F1F33 95.61%);
	margin-bottom: 24px;
}
.technologie .wrap{
	display: flex;
}
.technologie .languages{
	width: 50%;
	padding: 80px 0 40px 0;
}
.technologie .languages ul{
	display: flex;
	flex-wrap: wrap;
}
.technologie .languages ul li {
	padding: 25px 40px 25px 40px;
	padding: 4% 9% 3% 2%;
}

.technologie ul li:nth-child(1){
	transform: translate(0px, 0px);
}
.technologie ul li:nth-child(2){
	transform: translate(-5px, -12px);
}
.technologie ul li:nth-child(3){
	transform: translate(0px, 0px);
}
.technologie ul li:nth-child(4){
	transform: translate(0px, 0px);
}
.technologie ul li:nth-child(5){
	transform: translate(-18px, -32px);
}
.technologie ul li:nth-child(6){
	transform: translate(-24px, 0px);
}
.technologie ul li:nth-child(7){
	transform: translate(-8px, 14px);
}
.technologie ul li:nth-child(8){
	transform: translate(6px, -57px);
}
.technologie ul li:nth-child(9){
	transform: translate(24px, 0px);
}
.technologie ul li:nth-child(10){
	transform: translate(114px, -39px);
}
.technologie .technologie-text{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 0;
}
.technologie .technologie-text .caption{
	color: #F7921E;
	font-size: 12px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding-bottom: 16px;
}
.technologie .technologie-text h3,.technologie .technologie-text p{
	color: #fff;
}
.technologie .technologie-text h3{
	font-size: 32px;
	font-weight: 400;
	padding-bottom: 40px;
}
.technologie .technologie-text p{
	font-size: 18px;
	line-height: 150%;
}
/*------ /TECHNOLOGIE-----*/

/*------ PROJEKTY-----*/

.projekty{
	padding: 40px 0 80px 0;
}

.projekty-text{
	padding-bottom: 24px;
	
}

.projekty .caption{
	color: #F7921E;
	font-size: 12px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-align: center;
	padding-top: 64px;
}
.projekty-wrap{
	display: flex;
	flex-wrap: wrap;
}

.projekt{
	box-shadow: 0px 1px 4px rgba(111, 111, 111, 0.25);
	border-radius: 24px;
	padding: 24px;
	margin-right: 24px;
	display: flex;
	flex-direction: column;
	max-width: 354px;
	width: 100%;
	margin-bottom: 24px;
}

.projekt h3{
	padding-bottom: 12px;
}
.projekt p{
	line-height: 150%;
}
.projekt-logo{
	min-height: 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.projekt-logo.ima{
	max-width: 80px;
}
.projekt-logo.mts img{
	max-width: 220px;
}
.projekt-logo img{
	max-width: 132px;
	max-height: 80px;
}

.do-projektu{
	display: flex;
	justify-content: end;
	align-items: flex-end;
	height: 100%;
}

.do-projektu span{
	max-height: 18px;
	padding-right: 4px;
}

.do-projektu a{
	font-family: 'Handel-black', Helvetica, Arial, sans-serif;
	color: #000033;
	text-decoration: underline;
	font-size: 14px;
}

.do-projektu a:hover{
	color: #E38807;
}

@media only screen and (max-width: 1310px) {
.projekt{
	max-width: 39%;
}
}

@media only screen and (max-width: 768px) {
	.projekty-wrap{
		display: flex;
		flex-direction: column;
	}
	.projekt {
		margin-bottom: 24px;
		max-width: 86%;
	}
}
/*------ /PROJEKTY-----*/




/*------ END SECTION-----*/
.end-section{
	padding-bottom: 40px;
	background: linear-gradient(265.07deg, #3D3D65 5.13%, #1F1F33 95.61%);
}
.end-section .wrap{
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	padding: 40px 0;
}
.end-section .end-text{
	display: flex;
	flex-direction: column;
	max-width: 692px;
	margin: 0 auto;
	padding-bottom: 64px;
}
.end-section .end-text .caption{
	color: #F7921E;
	font-size: 12px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-align: center;
	padding-top: 64px;
}
.end-section .end-text h3{
	font-size: 32px;
	font-weight: 400;
	padding-bottom: 40px;
	text-align: center;
	color: #fff;
	padding-top: 16px;
}
.end-section .end-text p{
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	padding-bottom: 48px;
	color: #fff;
}
.end-section .end-text button{
	font-family: 'Handel-black', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 14px 60px;
	color: #000033;
	background-color: #fff;
	border: 2px solid #000033;
	border-radius: 24px;
	transition: background 0.2s, box-shadow 0.2s;
}
.end-section .end-text button:hover{
	background-color: #F7921E;
	color: #fff;
}
.end-section .end-button{
	display: flex;
	justify-content: center;
}
/*------ /END SECTION-----*/


/*------ FOOTER-----*/
footer{
	padding: 40px 0 32px 0;
}
footer .wrap{
	display: flex;
}
footer .logo{
	padding-bottom: 32px;
}
.footer .kontakt{
	width: 46%;
}
footer .footer-kontakty{
	display: flex;
}
footer .footer-kontakty ul{
	width: 100%;
}
footer .footer-kontakty li{
	padding-bottom: 16px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
footer .softdec-kontakt a{
	display: flex;
	color: #000;
	text-decoration: none;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
footer .softdec-kontakt img{
	padding-right: 16px;
}
footer .footer-navigace{
	width: 80%;
	display: flex;
	flex-direction: column;
}
footer .footer-navigace ul{
	display: flex;
	justify-content: space-between;
	width: 50%;
	align-self: flex-end;
	padding-bottom: 60px;
}
footer .footer-navigace ul li a{
	color: #000;
	text-decoration: none;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	transition: color 0.2s;
}
footer .footer-navigace ul li a:hover{
	color: #F7921E;
}
footer .qr{
	align-self: flex-end;
}
.copyright{
	text-align: center;
}
.copyright p {
	font-size: 11px;
}
/*------ /FOOTER-----*/


/*------ MOBIL-----*/
@media only screen and (max-width: 1140px) {
	.technologie .languages ul li {
		padding: 4% 6% 3% 2%;
	}
}
@media only screen and (max-width: 1006px) {
	.technologie .languages ul li {
		padding: 4% 4% 3% 0%;
	}
	.technologie ul li:nth-child(3) {
		transform: translate(0px, 20px);
	}
	.technologie .languages{
		min-width: 421px;
	}
	footer .footer-navigace ul{
		width: 70%;
	}
}
@media only screen and (max-width: 768px) {
	.nav-mobile {
		display: block;
	}
	.nav-container{
		flex-direction: column;
	}
	nav {
		width: 100%;
	}
	nav ul {
		display: none;
	}

	nav ul li a {
		padding: 15px;
	}
	nav ul li ul li a {
		padding-left: 30px;
	}
	header .nav-list{
		background-color: #fff;
		margin-top: 18px;
		z-index: 9;
		box-shadow: 0px 2px 4px rgba(120, 120, 120, 0.25);
		width: 100vw;
		margin-left: -15px;
		border-top: 1px solid #b1b1b1;
	}
	.navigation .logo{
		padding-top: 23px;
	}
	.hero-section .wrap{
		flex-direction: column;
	}
	.hero-section .hero-image img{
		max-width: 326px;
		align-self: center;
	}
	.hero-section .welcome-text {
		width: 100%;
		padding-left: 0;
	}
	.hero-section .welcome-text h1{
		font-size: 32px;
	}
	.hero-section .hero-button{
		display: flex;
		justify-content: center;
	}
	.produkty-carousel{
		display: block;
		padding: 0 15px;
	}
	.co-delame{
	    padding: 40px 0 40px 0;
	}
	.co-delame .produkty-wrap{
		display: none;
	}
	.co-delame .produkty{
		visibility: visible;
		position: relative;
	}
	.co-delame .produkty h3{
		font-size: 24px;
	}
	.co-delame .ikony {
		display: none;
	}
	.co-delame .produkty-carousel .produkty{
		transform: translateX(0);
		opacity: 1;
	}
	.hero-section .circle{
		height: 300px;
		width: 300px;
	}
	.technologie .languages{
		align-self: center;
		display: flex;
		justify-content: center;
		margin-left: 75px;
		padding: 80px 0 0px 0;
	}
	.technologie .languages img{
		max-width: 75%;
	}
	.technologie .wrap{
		flex-direction: column;
	}
	.technologie ul li:nth-child(3){
		transform: translate(-45px, 0px);
	}
	.technologie .technologie-text{
		width: 100%;
		padding: 0 0 64px 0px;
	}
	.technologie .technologie-text h3{
		font-size: 24px;
		padding-bottom: 24px;
	}
	.end-section .end-text h3{
		font-size: 24px;
		padding-bottom: 24px;
	}
	.end-section .end-circle-1{
		top: -120px;
		right: -120px;
	}
	.end-section .end-circle-2{
		bottom: -120px;
		left: -120px;
	}
	.produkty-carousel .slick-next:before,.produkty-carousel .slick-prev:before {
		color: #F7921E;
		font-size: 26px;
	}
	.produkty-carousel .slick-next{
		right: 10px;
		z-index: 9999;
	}
	.produkty-carousel .slick-prev{
		left: 6px;
		z-index: 9999;
	}
	.klienti .loga-firmy{
		flex-direction: column;
		align-items: center;
	}
	.klienti .loga-wrap{
		display: block;
		text-align: center;
		padding-bottom: 50px;
		width: auto;
	}
	.klienti .loga-wrap:last-child{
		padding-bottom: 0;
	}
	.end-section .wrap{
		padding: 0px 0;
	}
	
	footer .footer-navigace ul{
		width: auto;
		padding-bottom: 40px;
	}
	.footer-navigace ul{
		flex-direction: column;
	}
	footer .footer-navigace{
		width: 53%;
		padding-top: 94px;
	}
	footer .footer-navigace ul li {
		padding-bottom: 16px;
	}
	footer .footer-kontakty{
		flex-direction: column-reverse;
	}
	footer .softdec-kontakt{
		padding-bottom: 20px;
	}
	.footer .kontakt{
		width: 100%;
	}
	.slick-initialized .slick-slide{
		padding: 0 24px;
	}
}
/*------ /MOBIL-----*/