@import url('https://fonts.googleapis.com/css?family=Barlow:400,500,600,800&display=swap');

body {
	font-family: 'Barlow', sans-serif;
	overflow-x: hidden;
}
body img {
	max-width: 100%;
	height: auto;
}
h1 {
	font-size: 30px;
	color: #37a7d2;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
}
h3 {
	font-size: 30px;
	color: #37a7d2;
	font-weight: 800;
}
p {
	font-size: 20px;
	color: #484d4f;
}
li {
    list-style-type: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    color: #484d4f;
    background: url(../images/li-before.png) left 10px no-repeat;
    padding-left: 25px;
    background-size: 17px;
}
ul {
	padding-left: 0;
}
@media (max-width: 992px) {
	h1 {
	    font-size: 24px;
		padding: 0 10px;
	}
	h3 {
		font-size: 24px;
	}
	p {
		font-size: 18px !important;
	}
	li {
	    font-size: 17px;
	    background: url(../images/li-before.png) left 7px no-repeat;
	    background-size: 14px;
	}
	#blockTop .driverApp ul {
		margin-top: 160px !important;
	    margin-left: 0 !important;
	}
	.driverApp img {
	    margin-left: 0 !important;
	}
}

@media (min-width: 1200px) {
	.container {
	    max-width: 1170px;
	}
}
@media (max-width: 1200px) {
	header .logo {
		width: 300px !important;
	}
	header .headBackground {
		height: 100px !important;
	}
}
@media (max-width: 574px) {
	header .logo {
		width: 200px !important;
	}
	header .headBackground {
		height: 60px !important;
	}
	#blockTop .driverApp ul {
		margin-top: 0 !important;
	    margin-left: 0 !important;
	}
}
header .logo {
	width: fit-content;
}
header .annotation h1 {
    color: white;
    text-transform: none;
    margin-top: 37px;
    text-align: left;
}
@media (max-width: 1200px) {
	header .annotation h1 {
		font-size: 24px !important;
		margin-top: 24px;
	}
	header .login a {
		margin-top: 20px !important;
	}
	header .driverApp img {
		margin-left: 60px;
	}
}
header .carBackground {
    background: url(../images/car-circle.png) top center no-repeat;
    height: 450px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: contain;
}
body.industry header .carBackground {
    background: none;
    position: relative;
    text-align: center;
    top: 30px;
    z-index: 999;
}
body.industry header #blockTop {
	margin-top: 0;
	padding-top: 60px;
}
body.industry #blockTop .title h1 {
    margin: 60px auto 0;
}
body.industry #blockTop .title p {
	font-weight: 600;
    font-size: 23px;
    text-align: center;
    margin-bottom: 35px;
}
body.industry #jak-to-probiha ul li {
	color: #37a7d2;
	font-weight: 600;
}
body.industry #jak-to-probiha h1 {
	text-align: left;
}
body.industry #vyhody .item {
	max-width: 260px;
	margin: auto;
	text-align: center;
	margin: 25px auto;
}
body.industry #vyhody .item img {
	margin-bottom: 15px;
}
body.industry #vyhody h1 {
	padding-bottom: 30px;
}
body.industry header .annotation,
body.homepage header .annotation {
	margin: 0 auto;
}
body.industry #industry {
	padding-top: 60px;
}
body.industry #industry p {
	text-align: center;
}
body.industry #jak-to-probiha {
	padding: 70px 0;
}
body.industry #vyhody {
	padding: 70px 0;
}
body.industry #reference {
	padding: 70px 0;
}
#reference .carousel-multi-item {
	display: flex;
    align-items: center;
    position: relative;
    width: 80%;
    margin: auto;
}
#reference .carousel-multi-item .carousel-inner {
	width: 90%;
	margin: auto;
}
#reference .controls a[data-slide="prev"] img {
	transform: rotate(180deg);
}
#reference .controls a {
	width: 90px;
    height: 110px;
    color: #45494c !important;
    font-weight: 300;
    line-height: 0.7;
    text-indent: 0;
    font-size: 0;
    text-decoration: none;
    text-align: center;
    z-index: 9980;
    border: none;
    background: #f6f5f6;
    outline: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#reference .controls.prev {
	position: relative;
	left: -30px;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
#reference .controls.next {
	position: relative;
	right: -30px;
	height: 200px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#reference .controls a img {
	width: 30px;
	height: auto;
}
#reference .carousel-inner {
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#reference .carousel-item img {
    margin: auto;
    border: none;
    max-height: 150px;
    max-width: 200px;
    width: auto;
    display: block;
}
#reference .carousel-item .row {
    align-items: center;
}
header .headTop {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
header .login a {
    margin-top: 34px;
    font-weight: 500;
    border-color: white;
    background-color: #b20000;
    width: 180px;
    padding: 15px;
}
header .headBackground {
	background-color: #37a7d2;
	height: 135px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 57%);
}
body.homepage header {
	background: none;
}
body.homepage #content-homepage .item h1 {
	min-height: 87px;
}
body.homepage #content-homepage {
	padding: 70px 0;
}
body.homepage #content-homepage .item {
	box-shadow: lightgray 0 0 10px 0px;
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 30px 70px;
    height: 100%;
}
body.homepage #content-homepage .col-md-6 {
	padding: 0 40px;
}
body.homepage #content-homepage .item img {
	padding-bottom: 30px;
}
body.homepage #content-homepage .item h1 {
	font-size: 30px;
	color: #484d4f;
	text-transform: none;
	padding-bottom: 15px;
}
body.homepage #content-homepage .item .buttons {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
body.homepage #content-homepage .item .buttons .btn-success {
	margin-bottom: 20px;
}
.btn-success {
	background: #484d4f;
	width: 200px;
	font-size: 18px;
	color: white;
	font-weight: 400;
	padding: 20px;
	border: none;
	outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    line-height: 1;
}
.btn-success:hover, .btn-success:active {
	background: #313536 !important;
}
.btn-danger {
	background: #b20000;
	width: 200px;
	font-size: 18px;
	color: white;
	font-weight: 400;
	padding: 20px;
	border: none;
	outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    line-height: 1;
}
.btn-danger:hover, .btn-danger:active {
	background: #860202 !important;
}
@media (min-width: 992px) {
	header {
		background: url("../images/slider.png") center 63px no-repeat;
	}
	body.industry header {
		background: url("../images/industry/industry-banner.png") center 3px no-repeat;
	}
}
@media (max-width: 992px) {
	header {
		background: url("../images/slider-lowres.png") left top no-repeat;
	}
	body.industry header {
		background: url("../images/industry/industry-banner.png") center 3px no-repeat;
	}
}
@media (max-width: 767px) {
	body.industry header {
		background: url("../images/industry/industry-banner-lowRes.png") center -75px no-repeat;
	}
	body.industry header .carBackground {
		height: 250px;
	}
	body.industry header .carBackground img {
		max-height: 300px;
	}
	body.homepage #content-homepage .item {
		flex-direction: row;
		padding: 15px !important;
	}
	body.homepage #content-homepage .item h1 {
		margin: 0 0 15px 0;
		padding: 0;
		width: 100%;
		min-height: unset !important;
		font-size: 16px !important;
	}
	body.homepage #content-homepage .item .main-image {
		width: 50%;
	    display: block;
	}
	body.homepage #content-homepage .item .main-image img {
		max-width: 100%;
		padding-bottom: 0;
	}
	body.homepage #content-homepage .item .wrapper {
		width: 40%;
		margin: auto;
		display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	}
	body.homepage #content-homepage .item .wrapper img {
		max-width: 110px;
		padding-bottom: 10px;
	}
	body.homepage #content-homepage .item .wrapper .btn {
		font-size: 13px;
		padding: 12px 0 !important;
		margin-bottom: 10px;
		width: 110px;
	}
	body.homepage #content-homepage .col-12 {
		padding: 0 20px;
	}
}
@media (max-width: 992px) {
	.highRes {
		display: none;
	}
}
@media (min-width: 992px) {
	.lowRes {
		display: none;
	}
}
header .carImage {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	margin-left: 45px;
	width: 770px;
}
@media (max-width: 992px) {
	header .carImage {
		display: none;
	}
}
@media (max-width: 767px) {
	#blockTop .driverApp img {
		position: absolute;
		bottom: -7px;	
	}
	.driverApp {
		margin-top: -40px;
	}
	.driverApp ul {
	    margin-bottom: -10px;
	}
	.driverApp ul li {
		line-height: 1.25 !important;
	}
}
@media (min-width: 768px) {
	#blockTop .driverApp img {
		position: relative;
		top: 5px;	
	}
}
header .circleImage {
	position: absolute;
    right: 425px;
}

#industry-animation {
    padding: 0;
}
#industry-animation #vaha {
    position: absolute;
    bottom: 410px;
    left: 54px;
    z-index: 20;
    width: 180px;
    text-align: center;
}

#industry-animation #sklad {
    position: absolute;
    top: 230px;
    left: 404px;
    z-index: 10;
}

#industry-animation #rfid {
    position: absolute;
    bottom: 110px;
    left: 278px;
    z-index: 20;
    width: 180px;
    text-align: center;
}
#industry-animation .tooltip {
    margin: 0 auto;
    background: white;
    border: solid .15vmin #000;
    padding: 5px 10px;
    border-radius: 1vmin;
    box-shadow: #828282 inset 0px -1.2vmin 1.8vmin -1.4vmin;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    color: black;
    font-style: normal;
    opacity: 1;
    position: unset;
}
#industry-animation .tooltip span {
    display: block;
    font-size: 12px;
}

#industry-animation .tooltip em {
    font-style: normal;
}
#industry-animation .table-1 {
    transform: rotate3d(1, 0, 0, 20deg) skew(-13deg, 0);
}
#industry-animation .table-2 {
    transform: rotate3d(1, 0, 0, 20deg) skew(-4deg, 0);
    margin-left: 120px;
}
#industry-animation .table-3 {
    transform: rotate3d(1, 0, 0, 20deg) skew(5.7deg, 0);
    margin-left: 133px;
}
#industry-animation .table-4 {
    transform: rotate3d(1, 0, 0, 20deg) skew(15.7deg, 0);
    margin-left: 129px;
}
#industry-animation .tables {
    position: absolute;
    top: 351px;
    left: 254px;
    z-index: 10;
}
#industry-animation .table-table {
    font-size: 11px;
    position: relative;
    z-index: 10;
    float: left;
}
#industry-animation .table-table span {
    margin-bottom: 22px;
    display: block;
}
#industry-animation .table-table span:nth-child(3) {
    margin-bottom: 28px;
}
#industry-animation .table-table span:nth-child(4) {
    font-weight: bold;
    color: red;
}

#industry-animation .animation-frame {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

#industry-animation .gate1 {
    position: absolute;
    top: 340px;
    left: 102px;
    z-index: 10;
}
#industry-animation .gate2 {
    position: absolute;
    bottom: 100px;
    left: 30%;
    z-index: 10;
}

#industry-animation .gate1 .highlight {
    position: absolute;
    top: 0;
    left: 26px;
    width: 30px;
    height: 30px;
    background: red;
    filter: blur(10px);
    opacity: 0;
    animation: highlight 200ms linear;
    z-index: 30;
}

#industry-animation .gate2 .highlight {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 40px;
    height: 40px;
    background: red;
    filter: blur(14px);
    opacity: 0;
    animation: highlight 200ms linear;
    z-index: 30;
}
#industry-animation .regal {
    position: absolute;
    top: 182px;
    left: 294px;
    z-index: 10;
}

#industry-animation .box {
    offset-path: path('M585.7,5.2 603.9,81 190.7,81 151.2,89.7 124.9,107.9 5.1,392 5.9,408.5 12.6,421.1 22.8,433 36.1,438.7 49.2,443.6 885.7,444.1');
    animation: move 27000ms linear infinite;
    background: cyan;
    position: absolute;
    top: 150px;
    left: 80px;
    z-index: 7;
}
#industry-animation .big-box {
    width: 46px;
    height: 46px;
    background: url('/images/industry-animation/boxes_03.png') no-repeat;
}
#industry-animation .small-box {
    width: 30px;
    height: 30px;
    background: url('/images/industry-animation/boxes_06.png') no-repeat;
}

#industry-animation .delay-2 {
    animation-delay: 3s;
}
#industry-animation .delay-4 {
    animation-delay: 6s;
}
#industry-animation .delay-6 {
    animation-delay: 9s;
}
#industry-animation .delay-8 {
    animation-delay: 12s;
}
#industry-animation .delay-10 {
    animation-delay: 15s;
}
#industry-animation .delay-12 {
    animation-delay: 18s;
}
#industry-animation .delay-14 {
    animation-delay: 21s;
}
#industry-animation .delay-16 {
    animation-delay: 24s;
}

@keyframes highlight {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes move {
    0% {
        offset-distance: 100%;
    }
    100% {
        offset-distance: 0%;
    }
}

#solution .glyph {
	float: left;
    width: 110px;
    border: solid #37a7d2 5px;
    border-radius: 100px;
    overflow: hidden;
    padding: 25px;
    background-color: white;
}
#solution .text {
	width: 80%;
	float: right;
}
@media (max-width: 1199px) {
	#solution .text {
		width: 75%;
	}
	body.homepage #content-homepage .item h1 {
		font-size: 24px;
	}
	body.homepage #content-homepage .item {
		padding: 30px 55px;
	}
	body.homepage #content-homepage .item h1 {
		min-height: 73px;
	}
}
@media (max-width: 991px) {
	body.homepage #content-homepage .item {
		padding: 30px 10px;
	}
	body.homepage #content-homepage .item img {
		max-width: 90%;
	}
	body.homepage #content-homepage .item h1 {
		font-size: 20px;
		min-height: 63px;
	}
	body.homepage #content-homepage .item a.btn {
		font-size: 15px;
		padding: 17px;
	}
	#solution .text {
		width: 75%;
	}
	#solution .glyph {
		margin: auto;
		width: 22%;
	    border: solid #37a7d2 4px;
	    border-radius: 100px;
	    overflow: hidden;
	    padding: 17px;
	    background-color: white;
	    float: left;
	}
	#solution .tag {
		margin-left: 0 !important;
	}
	#solution .item {
		padding: 30px 0 !important;
	}
	body.datazone-cold header .annotation {
		display: none;
	}
	body.homepage header .annotation,
	body.industry header .annotation {
		width: 55%;
		padding: 0;
	}
	body.homepage header .annotation h1,
	body.industry header .annotation h1 {
		padding: 0;
	    text-align: left;
	    height: 80px;
	    margin: 0;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	}
	header .login {
		margin-left: auto;
	}
}
@media (max-width: 767px) {
	body.homepage #content-homepage .col-md-6 {
		margin-bottom: 30px;
	}
	body.homepage #content-homepage .item a.btn {
		width: 150px;
		padding: 15px;
	}
	body.homepage header .annotation,
	body.industry header .annotation {
		width: 40%;
		padding: 0;
	}
	body.homepage header .annotation h1,
	body.industry header .annotation h1 {
		padding: 0;
	    font-size: 18px !important;
	    text-align: left;
	    height: 80px;
	    margin: 0;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	}
}
@media (max-width: 574px) {
	header .login a {
		margin-top: 7px !important;
	    padding: 10px;
	    width: unset;
	    font-size: 12px;
	}
	header .headBackground {
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 60%);
	}
	body.homepage header .annotation,
	body.industry header .annotation {
		width: 40%;
		padding: 0;
	}
	body.homepage header .annotation h1,
	body.industry header .annotation h1 {
		padding: 0;
	    font-size: 13px !important;
	    text-align: left;
	    height: 45px;
	    margin: 0;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	}
}
@media (max-width: 340px) {
	header .logo {
		width: 178px !important;
	}
	header .headBackground {
		height: 
	}
	body.homepage header .annotation,
	body.industry header .annotation {
		width: 40%;
		padding: 0;
	}
	body.homepage header .annotation h1,
	body.industry header .annotation h1 {
		padding: 0;
	    font-size: 13px !important;
	    text-align: left;
	    height: 45px;
	    margin: 0;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	}
}
#solution .tag {
	box-shadow: lightgrey 0 0 10px 0px;
    padding: 25px;
    margin-left: 10px;
    background-color: white;
}
#solution .tag h3 {
	font-size: 25px;
	color: #484d4f;
	margin-bottom: 0;
}
#solution .item:nth-child(2n) {
	background-color: white;
}
#solution .item {
	background-color: #f0f0f0;
	padding: 55px 0;
}
#solution .title {
	background-color: white;
	padding: 20px 0;
}
#solution.alt .item {
	background-color: #f0f0f0;
	padding: 40px 0;
}
#solution.alt .item:nth-last-child(1) {
	padding-bottom: 80px;
}
#solution.alt .item.title {
	padding: 80px 0 0 0;
}
#solution.alt .item .info .text {
	width: 100%;
}
#blockTop {
    margin-top: 290px;
}
#blockBottom h3 {
	text-align: center;
	margin-bottom: 30px;
}
#blockBottom .grayBlock {
	margin: 75px 0;
}
#blockBottom.alt {
	padding: 80px 0;
}
#blockBottom.alt .grayBlock {
	margin: 30px 0 0 0;
}
.grayBlock {
    background: #484d4f;
    color: white;
    padding: 25px;
    text-align: center;
    clip-path: polygon(0 0, 100% 5%, 98.5% 87%, 1.5% 100%);
}
.grayBlock.reverse {
    clip-path: polygon(0% 5%, 100% 0, 99.5% 100%, 1.5% 87%) !important;
}
.grayBlock .text p {
	font-weight: 600;
	font-size: 23px;
	color: white;
}
#blockTop .driverApp {

}
#blockTop .driverApp li {
	color: #37a7d2;
	font-size: 25px;
	font-weight: 600;
}
@media (max-width: 992px) {
	#blockTop .driverApp li {
		font-size: 17px;
	    font-weight: 600;
	    line-height: 1.4;
	    background: url(../images/li-before.png) left 7px no-repeat;
	    background-size: 14px;
	}
}
#blockTop .driverApp ul {
	margin-top: 170px;
    margin-left: -35px;
}
.driverApp img {
    margin-left: 125px;
}

footer #contact {
	background-color: #37a7d2;
    clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 100%);
    padding: 90px 0 35px 0;
}
footer #contact .logo img {
	max-width: 326px;
}
footer #contact p {
    color: white;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 0;
    position: relative;
    top: 13px;
}
footer #map {
	background: url(../images/mapa.png) top center no-repeat;
	background-size: cover;
	height: 250px;
}
@media (max-width: 992px) {
	footer .item {
	    margin-top: 15px;
	}
	footer #contact {
		clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 100%);
		padding: 60px 0 35px 0;
	}
}
footer #contact .contact p img {
	margin-right: 15px;
}
@media (max-width: 1200px) and (min-width: 992px) {
	footer #contact .contact p {
		font-size: 20px !important;
	}
	footer #contact .logo img {
		margin-top: 2px;
	}
}
@media (min-width: 993px) {
	#content-homepage {
		zoom: 80%;
	}
}
@media (max-width: 992px) {
	footer #contact .logo img {
		margin-top: 10px;
	}
}
@media (max-width: 769px) {
	footer #contact .logo {
		text-align: center;
	}
	footer #contact .logo img {
		width: 50%;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
    #industry-animation .animation-frame {
        zoom: 80%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #industry-animation .animation-frame {
        zoom: 60%;
    }
}
@media (max-width: 767px) {
    #industry-animation .animation-frame {
        zoom: 40%;
    }
    body.industry #blockBottom h3 {
    	font-size: 18px;
    }
    #reference .controls a {
	    width: 60px !important;
    	height: 80px !important;
    }
}
@media (max-width: 576px) {
    #industry-animation .animation-frame {
        zoom: 30%;
    }
}
@media (max-width: 335px) {
    #industry-animation .animation-frame {
        zoom: 28%;
    }
}