@font-face {
	font-family: 'et-line';
	src: url('fonts/et-line.eot');
	src: url('fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('fonts/et-line.woff') format('woff'),
		url('fonts/et-line.ttf') format('truetype'),
		url('fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}

textarea:focus,
input:focus,
select:focus {
	outline: none;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 115%;
	color: #1A1A1A;
	font-weight: 400;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	background-image: url(images/background.jpg);
	background-size: contain;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.maxW {
	position: relative;
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

.title1 {
	font-size: 2.5em;
	font-weight: 300;
}

.title2 {
	font-weight: bold;
	margin-top: 5%;
}

.title3 {
	font-size: 2em;
	font-weight: 300;
}

.title4 {
	font-size: 2.2em;
	font-weight: 300;
	margin-bottom: 10px;
}

.title5 {
	font-size: 1.8em;
	font-weight: 300;
}

.gen-text-block {
	padding: 4% 3% 20px 3%;
	margin-left: 50px;
}

/* ! TOP BANNER */
.left-line {
	position: absolute;
	top: 0px;
	bottom: 30px;
	width: 12px;
	background-color: #EB3E24;
}

.left-info {
	position: absolute;
	top: 0px;
	bottom: 30px;
	margin-left: 12px;
	width: 38px;
	background-image: url(images/left_info.svg);
	background-repeat: repeat-y;
}

.top-banner {
	position: relative;
	color: white;
	margin-left: 50px;
	height: 1150px;
	background-image: url(images/main_img.png), url(images/top_banner_bg.svg);
	background-repeat: no-repeat;
	background-size: contain, cover;
	background-position: left bottom, left top;
}

.top-menu {
	display: inline-block;
	position: absolute;

	/* width: 85%; */
	left: 22%;
	text-align: center;
	line-height: 40px;
	margin-top: 3px;
	color: white;
}

.top-menu .menu-separator {
	height: 2px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.top-menu a {
	color: white;
}

.logo {
	position: absolute;
	max-width: 600px;
	width: 68%;
	height: 84px;
	background: url(images/office365ka_white.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	left: 10%;
	top: 145px;
}

.label-free {
	position: absolute;
	width: 32%;
	height: 300px;
	background: url(images/label_free.png) no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: 100;
	right: -4%;
	top: 170px;
}

.slogan {
	position: absolute;
	text-align: center;
	font-size: 1.4em;
	max-width: 600px;
	width: 62%;
	left: 10%;
	top: 310px;
}

.logo-office {
	position: absolute;
	max-width: 430px;
	width: 50%;
	height: 94px;
	background: url(images/office365_logo.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	left: 45%;
	top: 490px;
}

.intro-video {
	margin-top: 12px;
	margin-left: 50px;
}

.intro-video iframe {
	width: 100%;
	height: 500px;
	margin-bottom: -6px;
}

@media screen and (max-width: 900px) {
	.top-banner {
		height: 1050px;
	}
}

@media screen and (max-width: 800px) {
	.top-banner {
		height: 1000px;
	}

	.top-menu {
		left: 16%;
	}

	.intro-video iframe {
		height: 400px;
	}
}

@media screen and (max-width: 600px) {
	html,
				body {
		font-size: 95%;
	}

	.top-banner {
		height: 660px;
	}

	.top-menu {
		line-height: 35px;
		margin-top: 2px;
	}

	.logo {
		top: 80px;
	}

	.label-free {
		top: 60px;
	}

	.slogan {
		top: 185px;
	}

	.logo-office {
		top: 280px;
	}

	.intro-video iframe {
		height: 300px;
	}
}

@media screen and (max-width: 500px) {
	.top-banner {
		height: 570px;
	}

	.top-menu {
		left: 12%;
	}

	.logo {
		top: 75px;
	}

	.label-free {
		top: 50px;
	}

	.slogan {
		top: 170px;
	}

	.logo-office {
		top: 260px;
	}
}

@media screen and (max-width: 400px) {
	.top-menu {
		font-size: 0.9em;
	}

	.top-banner {
		height: 580px;
	}

	.logo {
		top: 75px;
		width: 80%;
	}

	.label-free {
		top: 70px;
	}

	.slogan {
		top: 165px;
	}

	.logo-office {
		top: 260px;
		left: 20%;
		width: 60%;
	}

	.intro-video iframe {
		height: 220px;
	}
}

/* ! ZALOZKY */
.tabs {
	float: none;
	list-style: none;
	position: relative;
	margin: 10px 0 0 0;
	padding: 0px;
}

.tabs li {
	display: block;
}

.tabs input[type="radio"] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.tabs label {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 21px;
	border-radius: 3px 3px 0 0;
	cursor: pointer;

	/* -moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out; */
	background: rgba(226,39,28,0.1);
	overflow: hidden;
}

.tabs label:hover {
	background: rgba(226,39,28,0.25);
}

.tabs .tab-content {
	z-index: 2;
	display: none;
	overflow: hidden;
	line-height: 25px;
	position: absolute;
	position: relative;
	top: 45px;
	left: 0;
	border-top: 3px solid #EB3E24;
}

.tabs [id^="tab"]:checked + label {
	top: 0px;
	background: #EB3E24;
	color: white;
}

.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
	display: block;
}

/* ! BASIC INFO */
.basic-info {
	padding: 5% 5%;
	color: white;
	margin-top: 12px;
	margin-left: 50px;
	background-color: #EB3E24;
}

.bi-container {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.bi-title {
	font-size: 1.15em;
}

.bi-art {
	margin: 2% 0% 2% 0%;
}

.bi-bullet-white {
	padding: 0;
	margin-left: 1.5%;
	list-style-image: url(images/bullet_white.svg);
	padding-left: 10px;
}

.bi-bullet-white li {
	margin: 1.5% 0%;
}

/* ! ADVANCED INFO */
.adv-info {
	font-size: 0.9em;
	padding: 10% 3% 20px 3%;
	margin-left: 50px;
	background: url(images/footer_bg.svg) no-repeat;
	background-position: left bottom;
	background-size: 147px 553px;
}

.ai-office365ka-black {
	margin-left: 15%;
	margin-bottom: 7%;
}

.ai-row {
	margin-left: 3%;
	padding-left: 12%;
	margin-bottom: 7%;
	background-repeat: no-repeat;
	background-size: 8%;
	background-position-y: 6%;
}

.ai-row.ai-office {
	background-image: url(images/icon_office.svg);
}

.ai-row.ai-sharepoint {
	background-image: url(images/icon_sharepoint.svg);
}

.ai-row.ai-calendar {
	background-image: url(images/icon_calendar.svg);
}

.ai-row.ai-outlook {
	background-image: url(images/icon_outlook.svg);
}

.ai-row.ai-onedrive {
	background-image: url(images/icon_onedrive.svg);
	margin-left: 5%;
}

.ai-row.ai-skype-lync {
	background-image: url(images/icon_skype_lync.svg);
	margin-left: 15%;
}

.ai-bullet-orange {
	padding: 0;
	margin-left: 1.5%;
	list-style-image: url(images/bullet_orange.svg);
	padding-left: 10px;
}

.ai-bullet-orange li {
	margin: 1% 0%;
}

@media screen and (max-width: 600px) {
	.adv-info {
		background-size: 93px 353px;
	}

	.ai-row {
		margin-left: 0%;
		padding-left: 16%;
		background-size: 12%;
		background-position-y: 3%;
	}

	.ai-bullet-orange {
		list-style-image: url(images/bullet_orange_small.svg);
	}

	.bi-bullet-white {
		list-style-image: url(images/bullet_white_small.svg);
	}
}

/* ! FOOTER */
.footer {
	margin-top: -20px;
	color: white;
	text-align: center;
	font-size: 0.8em;

	/* line-height: 60px; */
	font-weight: bold;
	background-color: #EB3E24;
	padding: 20px;
}

/* ! LOGIN & VIDEONAVODY */
.login .top-banner {
	height: 640px;
	background-size: 100%, cover;
	background-position: left 85px, left top;
}

.login .logo {
	left: 42%;
	width: 34%;
	top: 120px;
}

.login .btn-login {
	position: absolute;
	width: 34%;
	height: 60px;
	border-radius: 6px;
	box-sizing: border-box;
	padding-left: 9%;
	left: 42.3%;
	top: 200px;
	background: url(images/icon_login.svg) no-repeat;
	background-color: rgba(255,255,255,0.8);
	background-position: 6% center;
	cursor: pointer;
	color: #1A1A1A;
	font-size: 1.4em;
	line-height: 60px;
}

.login .btn-login:hover {
	background-color: rgba(255,255,255,1);
	text-decoration: none;
}

@media screen and (max-width: 900px) {
	.login .top-banner {
		height: 500px;
	}
}

@media screen and (max-width: 800px) {
	.login .top-banner {
		height: 430px;
	}

	.login .btn-login {
		padding-left: 11%;
		width: 40%;
	}
}

@media screen and (max-width: 600px) {
	.login .top-banner {
		height: 480px;
		background-position: left 200px, left top;
	}

	.login .logo {
		left: 18%;
		width: 50%;
		top: 90px;
	}

	.login .btn-login {
		left: 18%;
		top: 155px;
		padding-left: 13%;
		width: 50%;
		height: 45px;
		font-size: 1.6em;
		line-height: 45px;
		background-size: 25px;
	}
}

@media screen and (max-width: 400px) {
	.login .top-banner {
		height: 360px;
		background-position: left 200px, left center;
	}

	.login .btn-login {
		top: 150px;
		width: 55%;
		font-size: 1.4em;
	}
}

.login .adv-info {
	background-size: 49px 184px;
	padding: 4% 0 20px 0;
}

.login .adv-info .title1 {
	margin-left: 2%;
}

.login .videos-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 4%;
	margin-bottom: 4%;
}

.login .video-cell {
	width: 400px;
	margin: 20px;
	border-left: 5px solid #E93F24;
}

.login .video-window {
	position: relative;
	height: 280px;
}

.login .video-frame {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.login .video-cell-txt {
	padding: 5px 10px;
}

.login .support-container {
	margin-top: 40px;
	margin-bottom: 50px;
	margin-left: 30px;
}

/* ! LOGIN & VIDEONAVODY zalozky */
.login .tabs li:last-child label {
	left: 148px;
}

@media screen and (max-width: 600px) {
	.login .video-cell {
		margin-left: 0px;
		margin-right: 10px;
	}

	.login .tabs li:last-child label {
		left: 114px;
	}

	.login .tabs .tab-content {
		top: 36px;
	}
}

/* ! PODPORA */
.podpora .top-banner {
	height: 320px;
	background-size: 100%, cover;
	background-position: left -140px, left -360px;
}

.podpora .top-menu {
	left: 48%;
}

.podpora .logo {
	left: 28%;
	width: 50%;
	top: 160px;
}

.podpora .adv-info {
	background: url(images/footer_bg.svg) no-repeat;
}

.podpora .fomrs-container {
	margin-left: 50px;
	padding-bottom: 120px;
}

/* ! PODPORA zalozky */
.podpora .tabs label {
	padding-left: 2%;
	padding-right: 2%;
	font-size: 0.8em;
	width: 24.8%;
	height: 70px;
}

.podpora .tabs li:nth-child(2) label {
	left: 25%;
}

.podpora .tabs li:nth-child(3) label {
	left: 50%;
}

.podpora .tabs li:nth-child(4) label {
	left: 75%;
}

.podpora .tabs .tab-content {
	top: 70px;
	color: white;
	background-color: #EB3E24;
	padding: 5% 0% 0% 5%;
}

/* ! PODPORA fomrs */
.podpora .input-block {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	/* -webkit-justify-content: center;
	justify-content: center; */
	margin: 20px 4% 35px 0;
}

.podpora .form-block-txt {
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: -5px;
}

.podpora .input-block input,
.podpora .input-block textarea,
.podpora .input-block select {
	background-color: #FDEBE9;
	border: none;
	border-radius: 5px;
	padding: 0px 15px;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #1A1A1A;
}

.podpora .input-block input {
	width: 30.2%;
	margin-right: 3%;
	line-height: 44px;
	height: 44px;
}

.podpora .input-block select {
	width: 30%;
	margin-right: 3%;
	line-height: 44px;
	height: 44px;
}

.podpora .input-block textarea {
	width: 96%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3%;
	height: 160px;
}

.podpora .captcha-submit {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 30px 0px;
	background: url(images/bg_submit.png);
	background-size: contain;
}

.podpora .captcha-submit .ax-captcha {
	background-color: #FDEBE9;
	border-radius: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 1em;
	font-weight: 300;
	color: #1A1A1A;
	margin-right: 2%;
	height: 44px;
}

/* .podpora .captcha-submit input {
	width: 100px;
	background-color: #FDEBE9;
	border: none;
	border-radius: 5px;
	padding: 0px 15px;
	box-sizing: border-box;
	font-size: 1em;
	font-weight: 300;
	color: #1A1A1A;
	margin-right: 4%;
	line-height: 44px;
	height: 44px;
} */
.podpora .captcha-submit button,
.podpora .captcha-submit input {
	background-color: #2BA0EE;
	border: none;
	border-radius: 5px;
	padding: 0px 35px;
	box-sizing: border-box;
	font-size: 0.8em;
	font-weight: 700;
	color: white;
	margin-right: 7%;
	line-height: 44px;
	height: 44px;
}

.podpora .answer {
	text-align: right;
	margin-right: 7%;
	padding: 20px 0;
}

@media screen and (max-width: 600px) {
	.podpora .input-block input,
					.podpora .input-block select {
		width: 96%;
		margin-bottom: 10px;
	}

	.podpora .captcha-submit input {
		margin-right: 7%;
	}

	.podpora .captcha-submit button {
		margin-top: 25px;
	}
}

/* ! VIDEONAVODY */
.login.videonavody .top-banner {
	height: 320px;
	background-size: 100%, cover;
	background-position: left -140px, left -360px;
}

.login.videonavody .top-menu {
	left: 48%;
}

.login.videonavody .logo {
	left: 28%;
	width: 50%;
	top: 160px;
}

@media screen and (max-width: 900px) {
	.login.videonavody .top-banner,
					.podpora .top-banner {
		background-position: left -100px, left -360px;
	}

	.login.videonavody .top-menu,
					.podpora .top-menu {
		left: 44%;
	}
}

@media screen and (max-width: 800px) {
	.login.videonavody .top-banner,
					.podpora .top-banner {
		background-position: left -40px, left -360px;
	}

	.login.videonavody .top-menu,
					.podpora .top-menu {
		left: 40%;
	}

	.login.videonavody .logo,
					.podpora .logo {
		width: 55%;
	}
}

@media screen and (max-width: 700px) {
	.login.videonavody .top-banner,
					.podpora .top-banner {
		background-position: left -30px, left -360px;
	}

	.login.videonavody .top-menu,
					.podpora .top-menu {
		left: 34%;
	}

	.login.videonavody .logo,
					.podpora .logo {
		left: 23%;
		width: 65%;
	}
}

@media screen and (max-width: 600px) {
	.login.videonavody .top-banner,
					.podpora .top-banner {
		height: 400px;
		background-position: left 140px, left bottom;
	}

	.login.videonavody .top-menu,
					.podpora .top-menu {
		left: 25%;
	}

	.login.videonavody .logo,
					.podpora .logo {
		left: 18%;
		top: 90px;
	}
}

@media screen and (max-width: 400px) {
	.login.videonavody .top-banner,
					.podpora .top-banner {
		height: 300px;
		background-position: left 110px, left bottom;
	}

	.login.videonavody .top-menu,
					.podpora .top-menu {
		left: 13%;
	}

	.login.videonavody .logo,
					.podpora .logo {
		left: 18%;
		top: 70px;
	}
}

/* ! KONTAKT */
.kontakt .top-banner {
	height: 665px;
	background-size: 100%, cover;
	background-position: left 130px, left top;
}

.kontakt .basic-kontakt {
	position: absolute;
	top: 125px;
	left: 40%;
}

.kontakt .basic-kontakt a {
	color: white;
}

.kontakt .company span {
	font-size: 1.3em;
	font-weight: 600;
}

.kontakt .adress {
	margin-top: 18px;
	margin-bottom: 12px;
}

.kontakt .phone {
	margin-top: 12px;
}

.kontakt .adress .icon-map {
	margin-right: 15px;
}

.kontakt .adress div:last-child {
	margin-left: 41px;
}

.kontakt .emails .icon-envelope {
	margin-right: 15px;
}

.kontakt .emails div:last-child {
	margin-left: 40px;
}

.kontakt .phone .icon-phone {
	margin-left: 8px;
	margin-right: 20px;
}

/* feedback */
.kontakt .feedback {
	padding: 3% 0% 0% 5%;
	color: white;
	margin-top: 12px;
	margin-left: 50px;
	background-color: #EB3E24;
}

.kontakt .feedback .input-block {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 25px 4% 30px 0;
}

.kontakt .feedback .input-block input,
.kontakt .feedback .input-block textarea {
	background-color: #FDEBE9;
	border: none;
	border-radius: 5px;
	padding: 0px 15px;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #1A1A1A;
}

.kontakt .feedback .input-block input {
	width: 30%;
	margin-right: 3%;
	line-height: 44px;
	height: 44px;
}

.kontakt .feedback .input-block textarea {
	width: 96%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-right: 3%;
	height: 90px;
}

.kontakt .feedback .captcha-submit {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 30px 0px;
	background: url(images/bg_submit.png);
	background-size: contain;
}

.kontakt .feedback .captcha-submit .ax-captcha {
	background-color: #FDEBE9;
	border-radius: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 1em;
	font-weight: 300;
	color: #1A1A1A;
	margin-right: 2%;
	height: 44px;
}

/* .kontakt .feedback .captcha-submit input {
	width: 100px;
	background-color: #FDEBE9;
	border: none;
	border-radius: 5px;
	padding: 0px 15px;
	box-sizing: border-box;
	font-size: 1em;
	font-weight: 300;
	color: #1A1A1A;
	margin-right: 4%;
	line-height: 44px;
	height: 44px;
} */
.kontakt .feedback .captcha-submit button,
.kontakt .feedback .captcha-submit input {
	background-color: #2BA0EE;
	border: none;
	border-radius: 5px;
	padding: 0px 35px;
	box-sizing: border-box;
	font-size: 0.8em;
	font-weight: 700;
	color: white;
	margin-right: 7%;
	line-height: 44px;
	height: 44px;
	cursor: pointer;
}

.kontakt .feedback .answer {
	text-align: right;
	margin-right: 7%;
	padding: 20px 0;
}

/* google map */
.kontakt .google-map {
	margin-top: 12px;
	margin-left: 50px;
	border-top: 6px solid #e2271c;
	border-bottom: 6px solid #e2271c;
}

/* obchodni zastupcovia */
.kontakt .obchodni-zastupcovia {
	font-size: 0.9em;
	padding: 5% 0 40px 0;
	margin-left: 50px;
}

.kontakt .obchodni-zastupcovia .title1 {
	margin-left: 30px;
}

.kontakt .map-sk {
	margin-top: 20px;
}

/* ! COOKIES & GDPR */
.cookies-container {
	color: #000;

	/* font-family: sans-serif; */
	font-size: 14px;
	font-weight: 600;

	/* letter-spacing: 1px; */
	line-height: 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	opacity: 0;
	box-sizing: border-box;
	padding: 18px 20px 15px 20px;
	background-color: #fff;
	box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.4);
	display: none;
	justify-content: center;
	align-items: center;
}

.cookies-container.show {
	opacity: 1;
	display: flex;
}

.cookies-content {
	display: inline-block;
	text-align: right;
	max-width: 600px;
}

.cookies-content a {
	color: inherit;
}

.cookies-content a:hover {
	text-decoration: underline;
}

.cookies-btn {
	text-align: center;
	padding: 10px 20px;
	margin-left: 20px;
	margin-right: 10%;
	width: 160px;
	border: none;
	background-color: #EB3E24;
	color: white !important;
	font-weight: bold;
	border-radius: 6px;
	text-decoration: none;
}

.cookies-btn:hover {
	background-color: #ff4224;
}

.gdpr-cookies {
	font-size: 0.75rem;
	font-weight: 600;
	padding-top: 2px;
}

.gdpr-cookies a {
	margin-top: 0;
	color: inherit;
}

.gdpr-cookies a:hover {
	text-decoration: underline;
}

/* END COOKIES */
@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi)
{
	.kontakt .obchodni-zastupcovia img {
		content: url(images/obchodni_zastupcovia@2x.png);
	}
}

@media screen and (max-width: 800px) {
	.kontakt .top-banner {
		height: 580px;
		background-position: left 140px, left top;
	}

	.kontakt .basic-kontakt {
		top: 120px;
		font-size: 0.9em;
	}
}

@media screen and (max-width: 700px) {
	.kontakt .top-banner {
		height: 500px;
		background-position: left 140px, left top;
	}

	.kontakt .basic-kontakt {
		top: 115px;
		font-size: 0.8em;
	}
}

@media screen and (max-width: 600px) {
	.kontakt .top-banner {
		height: 510px;
		background-position: left 240px, left top;
	}

	.kontakt .basic-kontakt {
		top: 100px;
		left: 20%;
		font-size: 1em;
	}

	.kontakt .adress div:last-child {
		margin-left: 32px;
	}

	.kontakt .emails div:last-child {
		margin-left: 32px;
	}

	.kontakt .phone .icon-phone {
		margin-left: 5px;
		margin-right: 18px;
	}

	.kontakt .feedback .input-block input {
		width: 96%;
		margin-bottom: 10px;
	}

	.kontakt .feedback .captcha-submit input {
		margin-right: 7%;
	}

	.kontakt .feedback .captcha-submit button {
		margin-top: 25px;
	}
}

@media screen and (max-width: 400px) {
	.kontakt .top-banner {
		height: 430px;
		background-position: left 250px, left bottom;
	}

	.kontakt .basic-kontakt {
		left: 16%;
	}

	.kontakt .obchodni-zastupcovia .title1 {
		margin-left: 0px;
	}
}

