<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after, .clear {
    clear: both;
}
.cf {
    *zoom: 1;
}
* {
	box-sizing: border-box;
}
a, a:hover {
	color: #fff;
}
p {
	margin: 8px 0;
	text-align: center;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
}
h2, .block--title {
	width: 100%;
    margin: 24px 0;
	text-align: center;
	font-size: 4.8rem;
	font-weight: 300;
}
html {
	font-size: 62.5%;
}
body {
	background: radial-gradient(100vw 100vw at center 100vh, rgba(255, 255, 255, .11), transparent 54%),
				radial-gradient(100vw 100vw at 66.666% 200vh, rgba(255, 255, 255, .11), transparent 54%),
				radial-gradient(100vw 100vw at 66.666% 450vh, rgba(255, 255, 255, .11), transparent 54%),
				url('../img/bg.jpg') center top/auto no-repeat, #2c3a7b;
	font-size: 1.8rem;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
}
strong {
	font-weight: bold;
}
header {
  
}
	.header--nav {
		display: flex;
		align-items: center;
		border-bottom: 1px solid rgba(255, 255, 255, .15);
	}
		.logo {
			margin: 18px;
			height: 40px;
		}
		.header--nav--items {
			flex: 1;
		}
		.header--nav--items.right {
			text-align: right;
		}
			.header--nav--item, .langs--item {
			    display: inline-block;
			    padding: 36px 32px 34px;
				text-shadow: 0 0 0.1px #fff;
				text-transform: uppercase;
				text-decoration: none;
				letter-spacing: .5px;
				font-size: 1.3rem;
				font-weight: 300;
				color: #fff;
			}
			.header--nav--item:hover {
				background: rgba(0, 0, 0, .1);
				color: #fff;
			}
			.header--nav--item.lang {
				position: relative;
				background: rgba(0, 0, 0, .1);
				cursor: pointer;
			}
			.langs {
				display: none;
			    position: absolute;
			    left: 0;
			    right: 0;
			    top: 100%;
			    z-index: 1;
			    background: rgba(46, 60, 123, 0.9);
			}
			.langs.open {
				display: block;
			}
				.langs--item {
				    display: inline-block;
				}
				.langs--item:hover {
					background: rgba(0, 0, 0, .2);
				}
	.header--content {
	    display: flex;
	    justify-content: center;
		position: relative;
		margin: 0 auto;
		max-width: 1900px;
		min-height: 28.89165628891656vw;
		background: url('../img/puzzle-mini.jpg') center/100% no-repeat;
	}
		.header--img{
			max-width: 100%;
		}
		.header--title {
		    align-self: center;
		    text-shadow: 0px 0px 69.35px rgb(0, 0, 0), 
						    0px 0px 69.35px rgb(0, 0, 0), 
						    0px 0px 69.35px rgb(0, 0, 0), 
						    0px 0px 69.35px rgb(0, 0, 0), 
						    0px 0px 69.35px rgb(0, 0, 0), 
						    0px 0px 69.35px rgb(0, 0, 0), 
						    0px 0px 69.35px rgb(0, 0, 0), 
						    0px 0px 69.35px rgb(0, 0, 0);
			text-align: center;
		    letter-spacing: .5px;
			line-height: 6.8rem;
			font-size: 4.8rem;
			font-weight: 300;
			color: #fff;
		}
	.header--info {
		padding: 6px 3vw 10px;
		background: #2e3c7b;
		text-align: center;
		font-size: 20px;
	}

.block {
	display: flex;
}
	.block--content {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		padding: 0 2vw;
		width: 57%;
		min-height: 45vw;
	}
.block-left {
	justify-content: left;
}
	.block-left .block--content {
		
	}
.block-right {
	justify-content: flex-end;
}
	.block-right .block--content {
		
	}
.block.parameters {
	background: url('../img/curved-arrow.png') center bottom/13.31578947368421% no-repeat,
				url('../img/bg1.png') right -260px center/64.42105263157895% auto no-repeat;
}
	.parameters--icons {
		display: flex;
	    flex-wrap: wrap;
        justify-content: center;
	}
		.parameters--icons--item {
			width: 120px;
			margin: 12px;
			text-align: center;
			font-size: 1.8rem;
		}
		.parameters--icons--item img {
			margin: 6px;
			width: 92px;
		}
	.parameters--group {
		float: left;
		margin: 12px;
	}
		.parameters--group--title {
			margin: 0;
			font-size: 1.6rem;
			font-weight: 300;
			line-height: 33px;
			text-align: left;
			text-transform: uppercase;
			text-shadow: 0 0 0.1px #8a98cd;
			letter-spacing: .5px;
			color: #8a98cd;
		}
		.parameters--group--list {
			padding: 0;
			margin: 0;
			list-style-type: none;
			font-size: 2.0rem;
		}
		.parameters--group--list li {
			position: relative;
			padding: 6px 0;
		}
			.parameters--group--list li:before {
			    content: "";
			    position: absolute;
			    width: 100%;
			    height: 1px;
			    left: 0;
			    bottom: 0;
			    background: radial-gradient(100% 147px, rgba(255, 255, 255, .16), transparent 54%);
			}
			.parameters--group--list li:last-child:before {
				content: none;
			}
.block.info {
	background: url('../img/curved-arrow2.png') center bottom/13.31578947368421% no-repeat,
				url('../img/bg2.png') left -300px center/70.47368421052632% no-repeat;
}
	.block.info .block--content {
		height: 40.52631578947368vw;
	}
.block.package {
	background: url('../img/bg3.png') right -260px center/71.63157894736842% no-repeat;
}
	.block.package .block--content {
	    flex-direction: row;
	    flex-wrap: wrap;
	    background: url('../img/curved-arrow3.png') center/16.95402298850575% no-repeat;
	}
		.package-part {
			padding: 12px;
		    width: 50%;
		    text-align: center;
		}
		.package-part img {
			height: 12.63157894736842vw;
			min-height: 190px;
		}
.help {
	padding: 24px 3vw;
}
	.help--miniature {
		margin: 24px 0;
		max-width: 100%;
		cursor: pointer;
	}
.contact {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 36px;
    text-align: center;
}
	.contact p {
		width: 100%;
	}
	.contact ul {
		flex: 1;
		max-width: 700px;
		min-width: 200px;
		margin: 32px;
		padding: 0;
		list-style-type: none;
	}
		.contact li {
			padding: 4px 12px;
		}
	.form-contact {
		width: 100%;
	}
		.form-contact form {
			padding: 12px;
			width: 100%;
			max-width: 700px;
			margin: 0 auto;
		}
			.error-message,
			.success-message {
			    color: #c53131;
			    font-weight: bold;
			    font-size: 1.5em;
			}
			.success-message {
				color: #39C531;
			}
			.form-input {
				width: 100%;
				margin: 12px 0;
				padding: 12px;
				background: transparent;
				border: 0;
			    background: rgba(255,255,255,.05);
			    color: #fff;
			}
			::-webkit-input-placeholder {color: #fff;}
			::-moz-placeholder {color: #fff;}
			:-ms-input-placeholder {color: #fff;}
			:-moz-placeholder {color: #fff;}
			textarea {
				max-width: 100%;
				min-height: 160px;
			}
			.form-btn {
			    background: #fff;
			    border: 0;
			    padding: 16px 4vw;
		        border-radius: 2px;
		        cursor: pointer;
			    text-transform: uppercase;
			    font-size: 15px;
			    font-weight: bold;
			    letter-spacing: .5px;
			    color: #32407f;
			}
footer {
	padding: 12px 3vw;
	border-top: 1px solid rgba(255, 255, 255, .15);
	text-align: center;
	color: #fff;
}
	.footer--content {
		padding: 12px 0;
	}
	.footer--copyright {
		padding: 12px 0;
	}

.modal-wr {
	display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
.modal-wr.open {
	display: flex;
}
	.modal {
		position: relative;
	    margin: 0 37px;
		padding: 36px 3vw;
	    background: #2e3c7b;
	    text-align: center;
	}
		.modal--close {
			position: absolute;
			left: calc(100% + 1px);
			top: 0;
			width: 36px;
			height: 36px;
			border: 0;
			cursor: pointer;
			background: url('../img/ic_close.svg') center/18px no-repeat, #2f3b83;
		}
		.modal--title {
			margin: 0 0 24px;
		}
		.modal--btn {
			display: inline-block;
		    margin: 0 0 24px;
		    padding: 12px 24px;
		    background: #fff;
		    text-decoration: none;
		    font-weight: bold;
		    color: #2e3c7b;
		}
		.modal--btn:hover {
			color: #2e3c7b;
		}
.image-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.image-modal.show {
	display: block;
}
	#detail-img {
		position: absolute;
		height: 100%;
	}
	.image-modal .btn {
		position: absolute;
		width: 70px;
		height: 70px;
		border: 0;
		cursor: pointer;
		background: url('../img/ic_close.svg') center/36px no-repeat, #2f3b83;
	}
	.image-modal .btn.close {
		right: 4px;
		top: 4px;
	}
	.image-modal .btn.plus {
		right: 4px;
		bottom: 78px;
		background-image: url('../img/ic_plus.svg');
	}
	.image-modal .btn.minus {
		right: 4px;
		bottom: 4px;
		background-image: url('../img/ic_minus.svg');
	}
.scroll-to-top {
	display: none;
    position: fixed;
    right: 1.6vw;
    bottom: 1.6vw;
    width: 48px;
    height: 48px;
    background: url('../img/ic_arrow-top.svg') center/48px no-repeat transparent;
    border: 0;
    cursor: pointer;
}
@media only screen and (max-width: 1199px) {
	.header--nav--items.left {
		flex: 0;
	}
	.block--content {
		width: 63%;
	}
}
@media only screen and (max-width: 979px) {
	html {
		font-size: 58%;
	}
	.block.parameters {
		padding-bottom: 46.636364vw;
		background: url('../img/bg1.png') center bottom/64.42105263157895% auto no-repeat;
	}
	.block.info {
		padding-bottom: 52.454545vw;
		background: url('../img/bg2.png') center bottom/70.47368421052632% no-repeat;
	}
	.block.package {
		padding-bottom: 43.888662vw;
		background: url('../img/bg3.png') center bottom/71.63157894736842% no-repeat;
	}
		.block--content {
			width: 100%;
			height: auto!important;
		    min-height: auto;
		}
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 50%;
	}
	.header--nav {
	    flex-wrap: wrap;
	}
		.header--nav--item {
			font-size: 1.8rem;
		}
		.logo-wr {
		    order: -1;
		    width: 100%;
		    text-align: center;
		}
	.header--content {
	    padding-bottom: 28.89165628891656vw;
	    background-position: center bottom;
	}
		.header--title {
			text-shadow: none;
		}
}
@media only screen and (max-width: 600px) {
	.header--nav {
	    flex-direction: column;
	}
		.header--nav--item {
		    display: block;
		    text-align: center;
		}
	.block.package .block--content {
		background: none;
	}
	.package-part {
		width: 100%;
	}
}


form input {
    width: 100%;
    margin: 4px 0;
    padding: 8px;
    background: transparent;
    border: 0;
    background: rgba(255,255,255,.05);
    color: #fff;
}
::-webkit-input-placeholder {color: #fff;}
::-moz-placeholder {color: #fff;}
:-ms-input-placeholder {color: #fff;}
:-moz-placeholder {color: #fff;}
textarea {
    max-width: 100%;
    min-height: 160px;
}
.form-btn {
    background: #fff;
    border: 0;
    padding: 16px 4vw;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .5px;
    color: #32407f;
}

.fakt {
    display:none;
}

.inputTransportBlock {
    
}

.contact ul li {
    background-color:#4c5998;
    border-bottom:1px solid #9a9a9a;
    margin-bottom: 10px;
    padding:10px;
}
.contact ul li:hover {
    background-color:#6473b7;
}


.inputTransportBlock {
    width:5%;
    display: inline-block;
    vertical-align: top;
}
.contentTransportBlock {
    display: inline-block;
    width:90%;
    text-align: left;
    font-weight: bold;
}
.contentTransportBlock .note {
    padding-top:5px;
    display: block;
    font-weight: normal;
}
.contentTransportBlock .transportPrice {
    
}
.contentTransportBlock select {
    max-width:100%;
}
#phone_code {
    position: absolute;
    padding:12px 0 0 10px;
}
#phoneNumber {
    padding-left:54px;
    width:auto;
}

#nodphtd {
    display:none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


#obsahKosiku {
    width:100%;
}
#obsahKosiku .produktName, #obsahKosiku .name {
    text-align: left;
}

input[type="radio"]:checked+label:before:before { font-weight: bold; } 

</pre></body></html>