body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
.hideondesktop {
	display: none !important;
}
.hideonmobile {
	display: initial;
}
h1 {
	font-family: "Inter", sans-serif;
  	font-weight: 800;
  	font-size: 48px;
  	text-transform: uppercase;
  	color: #1e1014;
  	margin-top: 75px;
  	margin-bottom: 75px;
}
h2 {
	font-family: "Inter", sans-serif;
  	font-weight: 500;
  	font-size: 32px;
  	text-align: left;
  	color: #1e1015;
}
h3 {
	font-family: "Inter", sans-serif;
  	font-weight: 500;
  	font-size: 24px;
  	text-align: left;
  	color: #1e1015;
}
h4 {
	font-family: "Inter", sans-serif;
  	font-weight: 500;
  	font-size: 18px;
  	text-align: left;
  	color: #1e1015;
}
p {
	font-family: "Inter", sans-serif;
  	font-weight: 300;
  	font-style: normal;
  	font-size: 16px;
  	line-height: 24px;
}
.container {
	position: relative;
}
.menu {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 50px;
	z-index: 9999;
}
.logo {
  	margin-left: 50px;
  	margin-right: 50px;
  	float: left;
  	transition: 150ms;
  	height: 31px;
  	margin-top: 10px;
  	width:340px;
  	background-image: url(../img/main/logo-small.png);
  	background-size: contain;
  	background-position: center;
  	background-repeat: no-repeat;
  	transition: 150ms;
}
.logo:hover {
	color: #E84855;
	cursor: pointer;
  	background-image: url(../img/main/logo-small-blue.png);
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.item {
	float: left;
	line-height: 50px;
	font-family: "Inter", sans-serif;
  	font-weight: 500;
  	font-size: 18px;
  	margin-right: 18px;
	color: #1e1014;
	transition: 150ms;
}
.item:hover {
	color: #00a6fb;
	cursor: pointer;
}
.menu #ig, .menu #yt, .menu #fb {
	width: 31px;
	height: 31px;
	display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
    transition: 150ms;
    margin-right: 10px;
}
.menu #ig:hover {
	background-image: url(../img/main/ig-black.png);
}
.menu #yt:hover {
	background-image: url(../img/main/yt-black.png);
}
.menu #fb:hover {
	background-image: url(../img/main/fb-black.png);
}
.number {
	float: left;
	line-height: 50px;
	font-family: "Inter", sans-serif;
  	font-weight: 800;
  	font-size: 18px;
  	text-transform: uppercase;
  	margin-right: 18px;
	color: #1e1014;
	transition: 150ms;
}
.number a {
	text-decoration: none;
	color: #1e1014;
	transition: 150ms;
}
.number a:hover {
	color: #00a6fb;
}
.lang {
	font-family: "Inter", sans-serif;
  	font-weight: 900;
  	font-size: 18px;
  	text-transform: uppercase;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 9px;
  	right: 50px;
  	border-radius: 16px;
  	font-size: 12px;
  	line-height: 28px;
  	text-align: center;
  	overflow: hidden;
  	background-color: #1e1014;
  	transition: 150ms;
}
.lang:hover {
	cursor: pointer;
}
.lang.open {
	height: 128px;
}
.lang .current {
	background-color: #00a6fb;
	border-radius: 50%;
}
.lang a {
	text-decoration: none;
  	color: #fff;
  	display: block;
  	height: 32px;
  	width: 32px;
  	border-radius: 16px;
  	line-height: 32px;
  	transition: 150ms;
}
.lang a:hover {
  	background-color: #00a6fb;
}
#home {
	height: 50px;
}
.container.header {
	width: 100vw;
	height: calc(100vh - 50px);
	background-color: #1e1014;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.header-textbox {
	position: absolute;
	width: 680px;
	height: 100%;
	right: 0px;
	bottom: 0px;
	background-image: url(../img/main/slash-header.png);
	z-index: 9998;
}
.header-text {
	position: absolute;
	bottom: 200px;
	right: 100px;
  	width: 265px;
  	z-index: 9998;
}
.header-text p {
	font-family: "Inter", sans-serif;
  	font-weight: 500;
  	font-size: 22px;
  	line-height: 28px;
  	color: #fff;
  	text-align: right;
}
.container.header video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	z-index: 9997;
	right: 200px;
}
.oferta {
	position: absolute;
	bottom: 100px;
	right: 100px;
  	width: 300px;
  	height: 75px;
  	font-family: "Inter", sans-serif;
  	font-weight: 800;
  	font-size: 18px;
  	text-align: center;
  	line-height: 75px;
  	padding-left: 10px;
  	color: #1e1014;
  	background-image: url(../img/main/button-bg.png);
  	background-size: contain;
  	background-position: left;
  	background-repeat: no-repeat;
  	transition: 150ms;
  	z-index: 9998;
}
.oferta:hover {
	cursor: pointer;
  	background-image: url(../img/main/button-bg-blue.png);
  	color: #fff;
}
.container.services {
	width: 100%;
	height: calc(0.5625 * 100vw - 200px);
	overflow: hidden;
	margin-bottom: 50px;
	padding-top: 50px;
}

.quarter {
	width: 50%;
	height: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}
.quarter a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9998;
}
.quarter .text {
	background-image: url(../img/main/slash.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9997;
}
.quarter h1 {
	font-weight: 800;
	padding-left: 50px;
	color: #1e1014;
	transition: 150ms;
	margin-bottom: 25px;
	margin-top: 50px;
}
.quarter h2 {
	font-weight: 600;
	text-transform: none;
	text-align: left;
	padding-left: 50px;
	color: #1e1014;
	transition: 150ms;
}
.quarter .vid {
	width: 100%;
	height:100%;
	background-color: #ddd;
	margin-left: 25%;
}
.quarter video {
	width: 100%;
	height: 100%;
}
.quarter.dron {
	background-color: #ddd;
}
.quarter.dron .vid {
}
.quarter.film {
	background-color: #ddd;
}
.quarter.foto {
	background-color: #ddd;
}
.quarter.druk {
	background-color: #ddd;
}
.showmore {
	position: absolute;
	left: 50px;
	bottom: 50px;
	z-index: 9998;
	border-bottom: 1px solid black;
	width: 50%;
	padding-bottom: 10px;
	z-index: 9997;
	color: #1e1014;
}
.showmore-text {
	font-family: "Inter", sans-serif;
  	font-weight: 500;
  	font-size: 14px;
  	float: left;
	transition: 150ms;
}
.showmore-arrow {
	background-image: url(../img/main/arrow-small.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
	width: 42px;
	margin-left: 10px;
	float: left;
	transition: 150ms;
} 
.quarter a:hover .showmore {
	cursor: pointer;
	border-bottom: 1px solid #00a6fb;
}
.quarter a:hover .showmore-arrow {
	margin-left: 25px;
	background-image: url(../img/main/arrow-small-blue.png);
}
.quarter a:hover .showmore-text {
	color: #00a6fb;
}
.quarter a:hover h1, .quarter a:hover h2 {
	color: #00a6fb;
}
.showmore a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
#omnie {
	height: 50px;
}
.container.certificate {
	padding-left: 50px;
	padding-right: 50px;
	background-color: #ddd;
	padding-top: 50px;
	padding-bottom: 50px;
	column-count: 2;
	column-gap: 50px;
}
.container.certificate p {
	font-size: 22px;
	line-height: 32px;
	text-align: justify;
	margin: 0;
}
.container.portfolio {
	height: 100vh;
	width: 100vw;
	padding-left: calc((100vw - 1400px)/2);
	background-color: #fff;
	padding-top: 1px;
}
.container.omnie {
	padding-left: 50px;
	padding-right: 50px;
	column-count: 4;
	column-gap: 25px;
	padding-top: 100px;
	padding-bottom: 50px;
}
.container.omnie p {
	margin: 0;
	text-align: justify;
}
.container.omnie p span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #1e1014;
	display: block;
	padding-top: 24px;
	padding-bottom: 24px;
}
#kont {
	height: 50px;
}
.container.contact {
	padding-left: 50px;	
	padding-right: 50px;
	overflow: auto;
	padding-bottom: 100px;
	padding-top: 100px;
	background-color: #1e1014;
	height: calc(100vh - 250px);
}
.container.contact h1 {
	margin-top: 0;
	color: #fff;
}

.container.contact h2 {
	color: #fff;
}
.container.contact .left {
	margin-right: 50px;
	width: calc(50% - 50px);
}
.container.contact .right {
	border-left: 1px solid white;
	box-sizing: border-box;
	padding-left: 50px;
	width: calc(50% - 50px);
}
.contact h2 a {
	text-decoration: none;
	color: #fff;
	transition: 150ms;
}
.contact h2 a:hover {
	color: #00a6fb;

}
.social-icons {
	margin-top: 75px;
	height: 50px;
}
.social-icons a {
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 25px;
	transition: 150ms;
}
.social-icons a:hover {

}
.contact #ig, .menu #ig {
	background-image: url(../img/main/ig.png);
}
.contact #yt, .menu #yt {
	background-image: url(../img/main/yt.png);
}
.contact #fb, .menu #fb {
	background-image: url(../img/main/fb.png);
}
.contact #ig:hover {
	background-image: url(../img/main/ig-white.png);
}
.contact #yt:hover {
	background-image: url(../img/main/yt-white.png);
}
.contact #fb:hover {
	background-image: url(../img/main/fb-white.png);
}
form {
	overflow: hidden;
	width: 100%;
}
form label {
	width: 100%;
	display: block;
	color: #fff;
	font-family: "Inter", sans-serif;
  	font-weight: 500;
  	font-size: 16px;
  	margin-bottom: 10px;
}
form input {
	width: calc(100% - 30px);
	display: block;
	background-color: #fff;
	margin-bottom: 25px;
	border: none;
	height: 50px;
	font-family: "Inter", sans-serif;
  	font-weight: 300;
  	font-style: normal;
  	font-size: 12px;
  	padding-left: 15px;
  	padding-right: 15px;
}
form textarea {
	width: calc(100% - 30px);
	margin-bottom: 50px;
	font-family: "Inter", sans-serif;
  	font-weight: 300;
  	font-style: normal;
  	font-size: 12px;
  	padding: 15px;
  	border: none;
}
#sender {
	width: 38%;
	height: 50px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 31%;
	margin-bottom: 0px;
	font-family: "Inter", sans-serif;
  	font-weight: 900;
  	font-size: 18px;
  	text-transform: uppercase;
  	color: #fff;
  	transition: 150ms;
  	background-image: url(../img/main/sender-bg.png);
  	background-position: center;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-color: rgba(0,0,0,0);
  	transition: 150ms;
}
#sender:hover {
	cursor: pointer;
  	background-image: url(../img/main/sender-bg-red.png);
}
.container.subpage {
	margin-top: 100px;
	padding-left: 50px;
	padding-right: 50px;
	overflow: hidden;
	padding-bottom: 100px;
}
.subpage h1 {
	font-size: 96px;
	margin-top: 0px;
	margin-bottom: 25px;
}
.subpage h2 {
	padding-top: 25px;
	border-top: 1px solid black;
}
.subpage h3 {
	padding-top: 25px;
	font-size: 32px;
}
.subpage p {
	font-size: 16px;
	line-height: 24px;
	column-count: 3;
	column-gap: 50px;
	text-align: justify;
	margin-top: 100px;
	margin-bottom: 0px;
}
.subpage p span {
	font-weight: 600;
}
li {
	font-family: "Inter", sans-serif;
  	font-weight: 300;
  	font-style: normal;
  	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.double {
	overflow: auto;
}
.left {
	width: 50%;
	float: left;
}
.right {
	width: 50%;
	float: left;
}
.video-row {
	height: 300px;
	overflow: hidden;
}
.video-row iframe {
	width: calc((100% - 100px) / 3);
	margin-right: 50px;
	float: left;
}
.video-row iframe:nth-child(3) {
	margin-right: 0px;
	float: none;
}
.photo-row a {
	margin-right: 25px;
}
.photo-row a img {
	height: 300px;
}
.photo-row {
	height: 300px;
	overflow: hidden;
	position: relative;
}
.photo-row-inner {
	height: 300px;
	width: 2500px;
}
.photo-grid {
	height: auto;
	overflow: auto;
}
.photo-grid div {
	float: left;
	width: calc((100% - 50px)/3);
	margin-right: 25px;
}
.photo-grid div:nth-child(3n) {
	margin-right: 0px;
}
.photo-grid img {
	width: 100%;
	height: auto;
}
.morephotos {
	position: absolute;
	top: 0;
	right: 0;
}
.morephotos a {
	position: absolute;
	top: 0;
	right: 0;
	width: 125px;
	height: 50px;
	background-image: url(../img/main/photorow-bg.png);
	background-size: contain;
	background-position: top right;
	font-family: "Inter", sans-serif;
  	font-weight: 500;
  	font-size: 18px;
  	text-align: center;
  	line-height: 25px;
  	padding-top: 125px;
  	padding-bottom: 125px;
  	padding-left: 75px;
  	color: #fff;
  	transition: 150ms;
	display: block;
	margin-right: 0px;
	text-decoration: none;
}
.morephotos a:hover {
	color: #000;
	cursor: pointer;
	background-image: url(../img/main/photorow-bg-red.png);
}
.proces-head {
	padding-bottom: 25px;
}
.stage {
	float: left;
	width: calc(100% / 9);
	font-family: "Inter", sans-serif;
  	font-weight: 300;
  	font-style: normal;
  	font-size: 16px;
  	line-height: 20px;
  	background-image: url(../img/main/);
  	text-align: center;
}
.stage-arrow {
	float: left;
	width: calc(100% / 9);
	height: inherit;
	background-image: url(../img/main/arrow-small.png);
	background-position: center;
	background-repeat: no-repeat;
}
table.procestab {
	width: 100%;
	font-family: "Inter", sans-serif;
  	font-weight: 500;
  	font-style: normal;
  	font-size: 16px;
  	color: #fff;
  	text-align: center;
}
table.procestab td {
	width: calc(100% / 9);
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #00a6fb;
	transform: skew(-20deg);
}
table.procestab td.arrow {
	background-image: url(../img/main/arrow-small.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
	background-color: #fff;
}
table.procestab td span {
	transform: skew(20deg);
	display: block;
}

@media only screen and (max-width: 1600px) {

.container.services {
	height: calc(0.5 * 100vw);
}
.quarter h2 {
	font-size: 18px;
}
.container.certificate p {
	font-size: 18px;
	line-height: 28px;
}

}

@media only screen and (max-width: 1400px) {


.quarter h2 {
	font-size: 16px;
}

}

@media only screen and (max-width: 1200px) {

.hideonmobile {
	display: none !important;
}
.hideondesktop {
	display: block !important;
}
#home {

}
.menu {
	height: 100px;
}
.logo {
	width:100%;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 20px;
}
.item {
	width: 33.33%;
	margin-right: 0px;
	text-align: center;
}
.container.header {
	height: auto;
}
.container.services {
	height: auto;
}
.quarter {
	margin-right: 0px;
	width: 100%;
	height: 50vw;
}
.quarter h1 {
	margin-top: 25px;
}
.quarter h2 {
	font-size: 16px;
}
.showmore-text {
	font-size: 12px;
}
.showmore-arrow {
	height: 15px;
}
.container.certificate {
	column-count: 1;
}
.container.omnie {
	column-count: 1;
}
.container.header video {
	min-width: 100%;
	min-height: 100%;
	height: calc(0.5625 * 100vw);
	position: static;
}
.header-textbox {
	position: static;
	height: auto;
	width: 100%;
}
.header-text {
	width: calc(100% - 100px);
	position: static;
	display: block;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 100px;
}
.header-text p {
	text-align: left;
}
.oferta {
	position: static;
	float: right;
	margin-right: 50px;
	height: 85px;
	margin-bottom: 50px;
	margin-top: 100px;
}
.container.contact {
	height: auto;
}
.container.contact .left {
	width: 100%;
	margin-right: 0px;
}
.container.contact .right {
	margin-top: 100px;
    border-left: none;
    padding-left: 0px;
    width: 100%;
}
.photo-row {
	width: auto;
	height: auto;
	overflow: auto;
}
.photo-row-inner {
	width: auto;
	height: auto;
}
.photo-row-inner a {
	width: 100%;
	display: block;
	margin-bottom: 50px;
}
.photo-row-inner a img {
	width: 100%;
	height: auto;
}
.left, .right {
	float: none;
	width: 100%;
}
.left {
	margin-bottom: 50px;
}
table.procestab td {
	display: block;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.subpage p {
	column-count: 1;
}
}