/*@font-face {
	font-family: 'Futura PT Extra';
	src: url('/font/FuturaPT-ExtraBold.eot');
	src: url('/font/FuturaPT-ExtraBold.eot?#iefix') format('embedded-opentype'),
		 url('/font/FuturaPT-ExtraBold.woff2') format('woff2'),
		 url('/font/FuturaPT-ExtraBold.woff') format('woff'),
		 url('/font/FuturaPT-ExtraBold.ttf') format('truetype'),
		 url('/font/FuturaPT-ExtraBold.svg#FuturaPT-ExtraBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}*/


* {
	box-sizing: border-box;
}

html,
body {
	background-color: #ffffff;
	background: url(./image/pozadi.jpg);
	background-size: cover;
	font-family: "Roboto Condensed", sans-serif;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 16px;
	width: 100%;
	font-weight: 900;
	min-height: 100vh;
	color: #ffffff;
}
p {
	padding: 0;
	margin: 0 0 30px 0;
}
.title {
	font-size: 64px;
	text-align: center;
	color: #222221;
	padding: 0 0 14px 0;
	text-transform: uppercase;
}
.subtitle {
	font-size: 40px;
	text-align: center;
	color: #222221;
	padding: 0 0 14px 0;
	text-transform: uppercase;
}
@media screen and (max-width: 750px)
{
	.title {
		font-size: 54px;
	}

	.subtitle {
		font-size: 36px;
	}
}
@media screen and (max-width: 580px)
{
	.title {
		font-size: 48px;
	}

	.subtitle {
		font-size: 32px;
	}
}
@media screen and (max-width: 490px)
{
	.title {
		font-size: 36px;
	}

	.subtitle {
		font-size: 28px;
	}
}
@media screen and (max-width: 380px)
{
	.title {
		font-size: 30px;
	}

	.subtitle {
		font-size: 22px;
	}
}
p.big-text {
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
}
p.medium-text {
	font-size: 32px;
	text-align: center;
}
p.logo {
	text-align: center;
	padding: 40px 0 30px 0;
}
p.logo img {
	width: auto;
	height: auto;
	max-width: 150px;
}
table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
table td {
	padding: 10px 0;
	vertical-align: middle;
}
.content-small,
.content {
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
	padding: 14px;
}
.content-small {
	max-width: 600px;
}
.red-text {
	font-size: 36px;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	background: #ed1c24;
	margin-bottom: 40px;
}
.white-text {
	font-size: 24px;
	color: #ffffff;
}
canvas {
	width: 100%;
	object-fit: contain;
}
.float-right {
	float: right;
	margin: 0 0 20px 20px;
}
.clear-fix:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	position: relative;
	clear: both;
}
.picture-container {
	position: relative;
	width: 100%;
	/*max-width: 600px;*/
	margin: 0 0 14px 0;
	box-sizing: border-box;
}
.picture-container canvas {
	display: block;
	width: 100%;
	height: auto;
}
.button-container {
	display: block;
	width: 100%;
}
.button-container input[type="text"] {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 2px solid #ffffff;
	margin: 0 0 20px 0;
	font-size: 22px;
	text-align: center;
	font-family: "Roboto Condensed", sans-serif;
}
.button-container input[type="text"].error {
	border: 2px solid #000;
}

.button-container button {
	min-height: 38px;
	line-height: 28px;
	padding: 5px 15px;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	cursor: pointer;
	margin: 0 0 20px 0;
	color: #ffffff;
	width: 100%;
	background: #fff700;
background: linear-gradient(185deg,rgba(255, 247, 0, 1) 0%, rgba(98, 83, 237, 1) 100%);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
}
.overlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	display: table;
	background-color: rgba(0,0,0,0.8);
	z-index: 9;
	display: none;
}
.overlay.active {
	display: table;
}
.overlay .content-wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.overlay .content-wrapper span {
	display: inline-block;
	position: relative;
}
.overlay .content-wrapper .message {
	display: inline-block;
	padding: 20px;
	background-color: #009933;
	font-size: 24px;
}
.overlay .content-wrapper .close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
	background: #ffffff;
	color: #000000;
	border-radius: 20px;
	font-size: 14px;
	cursor: pointer;
}
.overlay .content-wrapper .message.ok {
	background-color: #009933;
}
.overlay .content-wrapper .message.error {
	background-color: #CD1719;
}
p.footer-text {
	font-size: 12px;
	font-family: "Roboto Condensed", sans-serif;
	margin: 0 0 10px 0;
	line-height: 140%;
	text-align: center;
}
.column2,
.column3,
.column4
{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 1em;
	width: 100%;
}
.column2 .column,
.column3 .column,
.column4 .column
{
	padding: 0;
	position: relative;
	display: block;
	min-height: 1em;
	margin-right: 30px;
	text-align: center;
}
.column2 .column:last-child,
.column3 .column:last-child,
.column4 .column:last-child {
	margin-right: 0;
}
.column2 .column img,
.column3 .column img,
.column4 .column img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.column2 .column
{
	width: calc(50% - 15px);
}

.column3 .column
{
	width: calc(100% / 3 - 30px);
}

.column4 .column
{
	width: calc(100% / 4 - 90px / 4);
}


    .image-container {
        position: fixed;
        top: 0;
        right: 0;
		width: 295px;
		height: 100vh;
    margin-right: 5px;
    }
    @keyframes slide-up {
        from {
            transform: translateY(0);
        }
        to {
            transform: translateY(-100%);
        }
    }


	@media screen and (max-width: 1400px)
{
.image-container {
     display: none;
    }
}


@media screen and (max-width: 892px)
{
	.column4 .column {
		width: calc(50% - 15px);
	}

	.column4 .column:nth-child(2n + 0) {
		margin-right: 0;
	}
}
@media screen and (max-width: 490px)
{
	.column2 .column,
	.column3 .column,
	.column4 .column
	{
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}
}
.client-wrapper {
	color: #222221;
	text-align: center;
}