body {
	font-weight: 350;
	font-size: 16px;
	padding: 0;
	background: #fcfcfc;
	background-position: bottom;
	background-size: 100%;
	min-height: 800px;
	
}

#osform {
	background: rgba(0,0,0,0.85);
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
}

.modalcont {
	width: 60%;
	min-width: 310px;
	margin: 12% auto;
	background: #fff;
	padding: 2%;
	outline: 2px solid #fff;
	outline-offset: 6px;
	min-height: 200px;
	position: relative;
	padding-top: 50px;
}

.osinput {
	width: 95%;
	background: none;
	border: 2px solid darkgray;
	padding: 7px;
	font-size: 14px;
}

.closik {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 30px;
	height: 30px;
	font-weight: 600;
	font-size: 2.0em;
	color: #000;
	cursor: pointer;
	display: block;
}

#mobile-menu {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #3d7eb4;
	display: none;
	text-align: left;
	padding: 7%;
	color: #fff;
	font-size: 2.2rem;
}

#mobile-menu a{
	text-decoration: none;
	color: #fff;
}

.err404 {
	font-size: 3.0rem;
	color: red;
	width: 90%;
	margin: 9% auto;
	text-align: center;
	padding: 1%;
}

#header {
	
	width: 100%;
	overflow: hidden;
	margin:0;
	padding: 0;
}

#footer {
	color: #fff;
	background: #525557;
	font-weight: 400;
	width: 100%;
	overflow: hidden;
	font-size: 0.9rem;
	padding: 20px;
}

#footer i {
	margin-right: 4px;
}

#footer a {
	color: yellow;
}

#footer a:hover {
	color: orange;
}

.content-slide {
	width: 100%;
	overflow: hidden;
	color: #fff;
	font-weight: 200;
	min-height: 400px;
	margin: 0;
	clear: both;
}

.tarif {
	color: #575757;
	width: 15%;
	height: 300px;
	font-weight: 300;
	font-size: 0.8em;
	border: 2px solid #ccc;
	margin: 0.8%;
	padding: 0;
	padding-top: 15px;
	float: left;
	background: #fff;
	text-align: center;
	transition: all 0.4s;
}

.tarif:hover {
	border: 2px solid #7397df;
	transform: scale(1.05);
	border-radius: 20px;
}

.tarif h5 {
	font-size: 3.4em!important;
}

input[type="checkbox"] {
    transform: scale(1.7);
	margin-right: 13px;
}

.tv1 {
	float: left;
}

.tvinfo {
	font-size: 1.4rem; 
	font-weight: 300;
}


.cena {
	font-weight: 500;
	font-size: 1.2em;
	display: block;
	width: 100%;
	clear: both;
	color: #fff;
}

.podkl {
	cursor: pointer;
	background: #379f5e;
	color: #fff;
	padding: 6px;
	border-radius: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 2px solid #206439;
}

.podkl:hover {
	background: #206439;
	border-bottom: 2px solid #02491d;
}


.parallax {
	width: 100%;
	clear: both;
    min-height: 400px;
    background: transparent;
	font-weight: 300;
	padding-bottom: 80px;
}

.rocket {
	margin-top: 90px;
	transition: all 2.0s;
}

.rocket:hover {
	transform: rotate(10deg);
	margin-top: 20px;
}

.logotype {
	width: 96%;
}

.mult {
	transition: all 0.5s;
}

.mult:hover {
	transform: rotate(-5deg);
}

.ig {
	transition: all 0.4s;
}

.ig i {
	font-size: 4.0em;
	display: block;
	text-align: center;
	margin: 10px;
	clear: both;
	color: #fff;
}

.ig:hover {
	margin-top: -25px;
	z-index: 2;
	background: #01b98c!important;
}

.ig span {
	width: 70%;
	display: block;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-weight: 200;
}

h1, h2 { 
	letter-spacing: 1px;
}

h1 {
	color: #3d7eb4;
	font-weight: 200;
	margin-bottom: 20px;
}

h3 {
	font-weight: 200;
	font-size: 2.2rem;
}

h2 {
	color: #3d7eb4;
	margin-bottom: 15px;
	margin-top: 25px;
	font-size: 2.1em;
	font-weight: 200;
}

h4 {
	font-weight: 300;
	color: #073c65;
	font-size: 2.6rem;
	margin: 14px;
}

h4:after {
	margin-top: 16px;
	margin-bottom: 19px;
	width: 30%;
	height: 5px;
	background: orange;
	content: "";
	display: block;
}

h5 {
	font-size: 4.9rem;
	font-weight: 500;
}

table.tarif-plans{border-width:1px;border-style:outset;border-color:white;border-collapse:collapse;width:100%;font-weight:100;}
table.tarif-plans th{border-width:1px;padding:10px 20px;border-style:inset;border-color:#4b8ca0;background-color:#4b8ca0;color:white;font-weight:100;text-align:left;}
table.tarif-plans td{border-width:1px;border-style:inset;border-color:gray;padding:5px 20px;font-size:1em;text-align:left;}


.menu {
	width: 100%;
	display: table;
	letter-spacing: 1px;
	background: none;
	padding: 0;
}

.descmenu {
	display: table-cell;
	list-style: none;
	font-size: 1.2rem;
	transition: all 0.2s;
	padding-top: 30px;
	padding-bottom: 15px;
	margin: 0;
}

.descmenu a{
	text-decoration: none;
	color: #4b8fc8;
	font-weight: 500; 
}

.descmenu:hover {
	background: #4b8fc8;
}

.descmenu:hover a{
	color: #fff;
}

.mobilemenu {
	display: none;
	font-weight: 400;
}

.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 65vh;

	z-index: 1;
}
 
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 1;
}
 
.overlay {
    background: rgba(0,0,0,0.2);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.overlay-info {
	position: absolute;
	top: 6%;
	left: 10%;
	width: 38%;
	min-width: 320px;
	overflow: hidden;
	color: #fff;
	font-weight: 300;
	font-size: 1.4rem;
}
 
.overlay-info h4 {
    color:#fff;
    font-size: 3.2rem;
    margin-top:2%;
}

.priceresult {
	margin-right: 20px!important;
	font-size: 1.9rem!important;
}

.yurlica {
	width: 100%;
	overflow: hidden;
	min-height: 400px;
	font-weight: 300;
	font-size: 1.2rem;
	color: #fff;
	background: url('/img/slide.jpg') no-repeat;
	background-size: cover;
	padding: 5%;
	padding-bottom: 100px;
	border-bottom: 3px solid #3f3f3f;
}

@media (max-width: 1370px) {


	.overlay-info {
		font-size: 1.4rem;
	}
	
	.overlay-info h4 {
		font-size: 2.5rem;
	}
	
	.phonees {
		font-size: 0.8em!important;
	}
}

@media (max-width: 1170px) {
	
	
	.tarif {
		width: 22.5%;
	}


	.overlay-info {
		font-size: 1.25rem;
	}
	
	.overlay-info h4 {
		font-size: 2.1rem;
	}
	
	.logotype {
		width: 50%;
	}

.rocket {
	width: 45%!important;
}

.rocket:hover {
	margin-top: 90px;
}

}

@media (max-width: 767px) {
	
	h3 {
		
		font-size: 1.5rem;
		
	}
	
	.tarif {
		width: 47%;
	}
	
    .fullscreen-bg {
        background: url('/img/presentation.jpg') center center / cover no-repeat;
		height: auto;
		overflow: hidden;
		padding-bottom: 92%;
    }
 
    .fullscreen-bg__video {
        display: none;
    }
	
	.overlay-info {
		font-size: 1.2rem;
	}
	
	.overlay-info h4 {
		font-size: 1.9rem;
	}
	
	.ig {
		width: 50%!important;
		font-size: 0.8rem;
	}
	
	.ig i {
		font-size: 1.2rem;
		display: inline-block;
		text-align: center;
		margin: 0;
		margin-right: 16px;
		clear: none;
	}

.ig:hover {
	margin-top: 0;
}

.ig span {
	width: auto;
	display: inline-block;
	text-align: center;
	margin: 0;
}



.onas {
	font-size: 0.9rem;
}

.niz {
	display: none;
}


.tv1 {
	float: none;
}

.tv2 {
	display: none;
}

.tvinfo {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.0rem;
}

}
	

@media (max-width: 575.98px) { 

input[type="checkbox"] {
    transform: scale(1.2);
	margin-right: 11px;
}

.content-slide {
 padding: 5%;
}

.half {
	width: 48%!important;
	font-size: 0.85rem;
	text-align: center;
}

.menucont {
	height: 1px;
}

	.tarif {
		font-size: 0.7em;
		margin: 1.2%;
		width: 47.4%;
		
	}
	
	.fullscreen-bg {
 		padding-bottom: 120%;
    }

	.overlay-info {
		font-size: 1.0rem;
	}
	
	.overlay-info h4 {
		font-size: 1.4rem;
	}

.logotype {
	width: 60%;
	float: left;
}	

.descmenu {
	display: none;
}

.mobilemenu {
	display: block;
	position: fixed;
	right: 0;
	top: 12px;
	padding: 12px;
	font-size: 24px;
	background: rgba(255,255,255,0.6);
	transition: all 0.5s;
	z-index: 999;
}

.mobilemenu:hover {
}

.mobilemenu a{
	color: #373838!important;
	margin-right: 10px;
}

.priceresult {

	font-size: 1.1rem!important;
}
	
} 