body {
	font-family: 'Blogger-Sans', Roboto, Arial;
	font-size: 14px;
	color: #6ca4ad;
}
body.bg1 { background: url('/images/bg1.jpg') center top #8e9b9d no-repeat fixed; }
body.bg2 { background: url('/images/bg2.jpg') center top #8e9b9d no-repeat fixed; }
body.skud1 { background: url('/images/skud-bg1.jpg') center top #8e9b9d no-repeat fixed; }
body.skud2 { background: url('/images/skud-bg2.jpg') center top #8e9b9d no-repeat fixed; }

.clear { clear: both; display: block; padding: 0; margin: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}

.container > header {
	text-transform: uppercase;
	font-family: 'Blogger-Sans Medium', Roboto, Arial;
}
@media (min-width: 768px) {
	.container > header {
		margin-top: 18px;
	}
}
@media (min-width: 992px) {
	.container > header {
		margin-top: 38px;
	}
}
@media (min-width: 1200px) {
	.container > header {
		margin-top: 48px;
	}
}

.container > header .logo { margin-top: 10px; }

.container > header .phone {
	margin-top: 25px;
	font-size: 28px;
	color: white;
	text-align: right;
	text-shadow: black 3px 3px 2px;
	white-space: nowrap;
}
@media (max-width: 540px) {
	.container > header .phone {
		font-size: 18px;
		text-align: center;
	}
}

.lang-menu {
    border: 1px solid rgba(192, 192, 192, 0.7);
    border-radius: 5px;
    text-align: center;
    background: rgba(192, 192, 192, 0.4);
}

.lang-menu a {
    color: #24777F;
}

.container > header .zakaz-button {
	display: block;
	width: 210px;
	height: 95px;
	margin-left: auto;
	margin-right: 0;
	padding: 18px 20px;
	text-decoration: none;
	text-align: center;
	font-family: 'Blogger-Sans', Roboto, Arial;
	font-size: 18px;
	line-height: 20px;
	color: white;
	background: #FF4D4D;
	border-radius: 5px;
	border-color: red;
}
.container > header .zakaz-button:hover { background: #FF5D5D; }
@media (max-width: 767px) {
	.container > header .zakaz-button { width: 170px; }
}
@media (min-width: 768px) {
	.container > header .zakaz-button {  }
}
@media (min-width: 992px) {
	.container > header .zakaz-button {  }
}
@media (min-width: 1200px) {
	.container > header .zakaz-button {  }
}


.container > header h1, .container > header h2 {
	margin: 20px 0 0 73px;
	color: #49757e;
	text-align: left;
	line-height: 120%;
	font-weight: normal;
}
.container > header h2 { max-width: 400px; }

body.skud .container > header { margin-bottom: 30px; }
body.skud .container > header h2 { max-width: 100%; }
body.skud .container > header h1, body.skud .container > header h2 { padding: 10px 0; }

.container > header .headers {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 5px 0 10px 0;
	margin: 30px 0;
}
.container > header .headers h1, .container > header .headers h2 { margin-top: 10px; }

@media (max-width: 767px) {
	.container > header h1 { font-size: 18px; margin-top: 10px; text-shadow: white 1px 1px 2px; }
	.container > header h2 { font-size: 15px; margin-top: 10px; text-shadow: white 1px 1px 2px; }
	.container > header .headers { padding-left: 10px; }
}
@media (min-width: 768px) {
	.container > header h1 { font-size: 22px; }
	.container > header h2 { font-size: 17px; }
}
@media (min-width: 992px) {
	.container > header h1 { font-size: 26px; }
	.container > header h2 { font-size: 18px; }
}
@media (min-width: 1200px) {
	.container > header h1 { font-size: 28px; }
	.container > header h2 { font-size: 18px; }
}

@media (max-width: 1206px) {
	.container > header h1, .container > header h2 {
		margin-left: 55px
	}
}
@media (max-width: 992px) {
	.container > header h1, .container > header h2 {
		margin-left: 0;
	}
}


menu { padding: 0; }
@media (min-width: 768px) {
	menu { margin-top: 40px; margin-bottom: 20px; }
}
@media (min-width: 992px) {
	menu { margin-top: 60px; margin-bottom: 40px; }
}
@media (min-width: 1200px) {
	menu { margin-top: 90px; margin-bottom: 50px; }
}

menu a, menu span{
	display: block;
	width: 142px;
	height: 133px;
	margin: 10px auto;
	padding: 21px 0 0 0;
	background: #24777F;
	border-radius: 5px;
	text-align: center;
	color: white;
	text-decoration: none;
}
menu a:hover { background: #FF4D4D; color: white; }


.digits {
	border-top: 1px solid white;
	padding-top: 37px;
}
.digits .item {
	margin-top: 5px;
	background: #54C4D0;
	border-radius: 8px;
	text-align: center;
	color: white;
	font-size: 16px;
	height: 125px;
	padding-top: 29px;
}
.digits > div:nth-child(1) { padding-right: 1.28%; }
.digits > div:nth-child(2) { padding-left: 1.28%; padding-right: 1.28%; }
.digits > div:nth-child(3) { padding-left: 1.28%; }
.digits .item span {
	font-family: 'Blogger-Sans', Roboto, Arial;
	font-weight: bold;
	font-size: 48px;
	line-height: 57px;
}
@media (max-width: 767px) {
	.digits .item { padding-top: 12px; font-size: 14px; }
}
@media (min-width: 768px) {
	.digits .item { padding-top: 14px; }
}
@media (min-width: 992px) {
	.digits .item { padding-top: 20px; }
}
@media (min-width: 1200px) {
	.digits .item { padding-top: 28px; }
}

.digits .video5 { padding: 0!important; text-align: center; }
.digits .video5 .item {
	float: left;
	text-transform: none;
	line-height: 125%;
	display: inline-block;
}
.digits .video5 .item span { line-height: 110%; }
.digits .video5 .item:nth-last-child(1) { margin-right: 0; }

@media (max-width: 767px) {
	.digits .video5 .item {
		margin-right: 2%;
		width: 32%;
		padding-top: 17px;
		font-size: 14px;
	}
	.digits .video5 .item:nth-child(3) { margin-right: 0; }
	.digits .video5 .item:nth-child(4) { margin: 10px 3% 0 15%; }
	.digits .video5 .item:nth-child(5) { margin: 10px 15% 0 3%; }
	.digits .video5 .item:nth-last-child(2) { clear: left; }
	.digits .video5 .item span { font-size: 22px; }
}
@media (min-width: 768px) {
	.digits .video5 .item {
		margin-right: 10px;
		width: 141px;
		padding-top: 12px;
		font-size: 15px;
	}
	.digits .video5 .item span { font-size: 28px; }
	.digits .video5 .item:nth-last-child(1) { margin-left: 1; }
}
@media (min-width: 992px) {
	.digits .video5 .item {
		margin-right: 10px;
		width: 186px;
		padding-top: 15px;
	}
	.digits .video5 .item span { font-size: 36px; }
	.digits .video5 .item:nth-last-child(1) { margin-left: 0; }
}
@media (min-width: 1200px) {
	.digits .video5 .item {
		margin-right: 42px;
		width: 200px;
		padding-top: 15px;
	}
	.digits .video5 .item span { font-size: 36px; }
	.digits .video5 .item:nth-last-child(1) { margin-left: 2px; }
}


#main {}

#your-profit {
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	padding: 5px 40px 20px 21px;
	font-family: 'Blogger-Sans Light', Roboto, Arial;
}

#your-profit h2 {
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 11px;
}
#your-profit h3 {
	font-weight: normal;
	text-align: center;
	margin-bottom: 11px;
	margin-top: -11px;
}
#your-profit img { float: left; margin-right: 2.56%; }
#your-profit .row  div {
	margin-bottom: 15px;
	font-size: 18px;
	padding-left: 1.71%;
	padding-right: 1.71%;
}
#your-profit .row span { font-size: 14px; }

@media (max-width: 767px) {
	#your-profit h2 { font-size: 22px; line-height: 115%;  margin: 0; }
	#your-profit h3 { font-size: 18px; margin: 5px 0 10px 0; }
	#your-profit .row  div { font-size: 15px; }
}
@media (max-width: 767px) {
	#your-profit h2 { font-size: 24px; }
	#your-profit h3 { font-size: 22px; }
	#your-profit .row  div { font-size: 16px; }
}
@media (min-width: 768px) {
	#your-profit h2 { font-size: 40px; }
	#your-profit h3 { font-size: 32px; }
	#your-profit .row  div { font-size: 18px; }
}
@media (min-width: 992px) {
	#your-profit h2  { font-size: 44px; }
	#your-profit h3 { font-size: 34px; }
	#your-profit .row  div { font-size: 18px; }
}


#serv {
	margin-top: 30px;
	padding: 5px 30px 40px 21px;
	background: rgba(129, 196, 206, 0.97);
	border-radius: 10px;
	font-family: 'Blogger-Sans Light', Roboto, Arial;
	color: white;
}

#serv h2 {
	font-size: 48px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 11px;
}
#serv img { float: left; margin-right: 2.56%; }
#serv .row  div {
	margin-bottom: 25px;
	padding-left: 1.71%;
	padding-right: 1.71%;
	line-height: 115%;
}
#serv .row span { font-size: 18px; line-height: 120%; }

#serv .resume {
	text-align: center;
	margin-top: 28px;
}

@media (max-width: 767px) {
	#serv h2 { font-size: 30px; }
	#serv .row  div { font-size: 22px; }
	#serv .resume { font-size: 22px; }
}
@media (min-width: 768px) {
	#serv h2 { font-size: 40px; }
	#serv .row  div { font-size: 26px; }
	#serv .resume { font-size: 26px; }
}
@media (min-width: 992px) {
	#serv h2  { font-size: 48px; }
	#serv .row  div { font-size: 30px; }
	#serv .resume { font-size: 30px; }
}


#how-work {
	margin-top: 30px;
	background: url('/images/how-work-bg.png') center top rgba(73, 117, 126, 0.97) no-repeat;
	background-size: cover;
	border-radius: 10px;
}


.zakaz {
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	padding: 0;
	font-family: 'Blogger-Sans Light', Roboto, Arial;
	font-size: 24px;
	color: #49757e;
}

.zakaz .row { padding: 0; margin: 0; }

.zakaz div.cta { padding-left: 2.56%; }
.zakaz p.cta { font-size: 36px; }
.zakaz p span {
	font-size: 36px;
	font-family: 'Blogger-Sans', Roboto, Arial;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 20px;
	white-space: nowrap;
}


.zakaz .h24 {
	background: url('/images/24h.png') right top no-repeat;
	border-radius: 0 10px 0 0;
	color: white;
	font-family: 'Blogger-Sans Medium', Roboto, Arial;
	font-size: 22px;
	line-height: 110%;
	padding: 15px 0 0 90px;
	min-height: 164px;
}
.zakaz .h24 > div {
	margin: 0 0 0 auto;
	text-align: center;
	width: 100px;
}

.zakaz form > div { min-height: 75px; }
.zakaz form > div:nth-child(2), .zakaz form > div:nth-child(3), .zakaz form > div:nth-child(4) { background: #49757e; }

.zakaz input {
	font-size: 16px;
	font-family: 'Blogger-Sans', Roboto, Arial;
	color: white;
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
	border-radius: 0;
	height: 42px;
}

.zakaz .input-group-addon {
	border-radius: 0;
	background: rgba(255, 255, 255, 0.3);
	border-color: transparent;
	color: white;
}

.zakaz .form-control::-moz-placeholder,
#vcalc .form-control::-moz-placeholder { color: white; opacity: 0.6; }
.zakaz .form-control:-ms-input-placeholder,
#vcalc .form-control:-ms-input-placeholder { color: white; opacity: 0.6; }
.zakaz .form-control::-webkit-input-placeholder,
#vcalc .form-control::-webkit-input-placeholder { color: white; opacity: 0.6; }

.zakaz  button.btn, #vcalc button.btn {
	color: white;
	background: #FF4D4D;
	font-size: 15px;
	font-family: 'Blogger-Sans', Roboto, Arial;
	height: 42px;
	margin-left: auto;
	margin-right: 0;
}
.zakaz  button.btn:hover, #vcalc button.btn:hover { background: #FF5D5D; }

.no-spam {
	text-align: center;
	font-size: 13px;
	padding: 5px 0 10px 0;

}
.zakaz .no-spam a { text-decoration: underline; color: #49757e; }
.zakaz .no-spam a:hover { text-decoration: none; color: #6ca4ad; }


@media (max-width: 767px) {
	.zakaz form > div { margin-top: 0; margin-bottom: 0; }
	.zakaz p { font-size: 18px; }
	.zakaz p.cta { font-size: 20px; }
	.zakaz p span { font-size: 22px; padding-left: 0; }
	.zakaz form.row { padding-left: 1%; padding-right: 1%; }
	.zakaz form > div:nth-child(2) { border-radius: 6px 6px 0 0; padding-top: 15px; }

	.zakaz .h24 { padding-left: 10px; }

	.zakaz form > div:nth-child(2),
	.zakaz form > div:nth-child(3),
	.zakaz form > div:nth-child(4) { padding-left: 3%; padding-right: 3%; }

	.zakaz form > div:nth-child(4) { background: #49757e; border-radius: 0 0 6px 6px; }
	.zakaz  button.btn { padding-left: 5%; padding-right: 5%; }
	.zakaz  button.btn { width: 100%; font-size: 17px; }
}
@media (min-width: 768px) {
	.zakaz form > div { margin-top: 0; margin-bottom: 0; }
	.zakaz p { font-size: 20px; }
	.zakaz p.cta { font-size: 24px; }
	.zakaz p span { font-size: 24px; padding-left: 10px; }
	.zakaz form.row { padding-left: 1%; padding-right: 1%; }
	.zakaz form > div:nth-child(2) { border-radius: 6px 6px 0 0; padding-top: 15px; }

	.zakaz form > div:nth-child(2),
	.zakaz form > div:nth-child(3),
	.zakaz form > div:nth-child(4) { padding-left: 3%; padding-right: 3%; }

	.zakaz form > div:nth-child(4) { background: #49757e; border-radius: 0 0 6px 6px; }
	.zakaz  button.btn { width: 100%; font-size: 17px; }
}
@media (min-width: 992px) {
	.zakaz form > div { padding-top: 15px; }
	.zakaz form > div:nth-child(2) { border-radius: 6px 0 0 6px; padding-left: 1.45%; padding-right: 2.14%; }
	.zakaz form > div:nth-child(3) { padding-left: 2.14%; padding-right: 1.45%; }
	.zakaz form > div:nth-child(4) { background: #49757e; border-radius: 0 6px 6px 0; padding-left: 0; }
	.zakaz  button.btn { padding-left: 2%; padding-right: 2%; font-size: 15px; }
	.zakaz  button.uzcyr { font-size: 13px!important; }
}
@media (min-width: 1200px) {
	.zakaz form > div { padding-top: 15px; }
	.zakaz form > div:nth-child(2) { border-radius: 6px 0 0 6px; padding-left: 1.45%; padding-right: 2.14%; }
	.zakaz form > div:nth-child(3) { padding-left: 2.14%; padding-right: 1.45%; }
	.zakaz form > div:nth-child(4) { background: #49757e; border-radius: 0 6px 6px 0; padding-left: 0.96%; }
	.zakaz  button.btn { padding-left: 7%; padding-right: 7%; }
}


#cases {
	margin-top: 30px;
	background: rgba(129, 196, 206, 0.9);
	border-radius: 10px;
	color: white;
	padding: 50px 0;
}


#clients {
	margin-top: 30px;
	background: white;
	border-radius: 10px;
	color: #6ca4ad;
	padding: 0 0 35px 0;
	text-align: center;
}
#clients h2 {
	padding-top: 30px;
	font-family: 'Blogger-Sans Light', Roboto, Arial;
	font-size: 48px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
#clients h2.uzcyr { font-size: 36px; }

#clients img {
	max-width: 100%;
	height: auto;
	display: inline;
	padding: 2%;
}


menu.bottom {
	margin-top: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Blogger-Sans Medium', Roboto, Arial;
}


#map { background: white; text-align: center; }
/*#map > div { margin: 0 auto; }

@media (max-width: 767px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	#map > div:nth-child(1) { width: 1170px; }
}*/


footer .info {
	border-top: 2px solid #81c4ce;
	background: white;
	padding-top: 32px;
	padding-bottom: 32px;
}

footer .info .official {
	color: #49757e;
	font-family: 'Blogger-Sans', Roboto, Arial;
	font-size: 14px;
}
footer .info .official h4 {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}

footer .info .contacts {
	color: #6ca4ad;
	font-family: 'Blogger-Sans', Roboto, Arial;
	line-height: 150%;
}

footer .info .zakaz-button {
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: 'Blogger-Sans Medium', Roboto, Arial;
	text-transform: uppercase;
	line-height: 20px;
	color: white;
	background: #FF4D4D;
	border-radius: 5px;
	border-color: red;
}

@media (max-width: 767px) {
	footer .info .contacts { font-size: 18px; margin: 8px 0 0 10px; }
	footer .info .official h4 { font-size: 16px; }
	footer .info .official { margin: 13px 0 0 10px; }
	footer .info .zakaz-button {
		width: 180px;
		height: 100px;
		margin: 60px 0 20px auto;
		padding: 30px 5px;
		font-size: 15px;
	}
}
@media (min-width: 768px) {
	footer .info .contacts { font-size: 20px; margin: 52px 0 0 10px; }
	footer .info .official h4 { font-size: 16px; }
	footer .info .official { margin: 10px 0 0 54px; }
	footer .info .zakaz-button {
		width: 360px;
		height: 70px;
		padding: 26px 10px;
		margin: 20px auto;
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	footer .info .contacts { font-size: 22px; margin: 8px 0 0 0; }
	footer .info .official h4 { font-size: 18px; }
	footer .info .official { margin: 24px 0 0 54px; }
	footer .info .zakaz-button {
		width: 230px;
		height: 120px;
		margin-left: auto;
		margin-right: 0;
		padding: 40px 10px;
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	footer .info .contacts { font-size: 24px; margin: 8px 0 0 0; }
	footer .info .official h4 { font-size: 18px; }
	footer .info .official { margin: 24px 0 0 54px; }
	footer .info .zakaz-button {
		width: 250px;
		height: 140px;
		margin-left: auto;
		margin-right: 0;
		padding: 44px 20px;
		font-size: 18px;
	}
}


.protoModal  .modal-content { background: #49757e; color: white; }

.protoModal .modal-header { border: none; }
.protoModal .modal-header h4 {
	text-align: center;
	font-family: 'Blogger-Sans Medium', Roboto, Arial;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}
.protoModal .modal-header .close { color: white; }

.protoModal .modal-body { background: #6ca4ad; }
.protoModal .modal-footer { border: none; }

.protoModal   input {
	font-size: 16px;
	font-family: 'Blogger-Sans', Roboto, Arial;
	color: white;
	background: rgba(255, 255, 255, 0.3);
	border-color: transparent;
	border-radius: 0;
	height: 42px;
}

.protoModal   .input-group-addon {
	border-radius: 0;
	background: rgba(255, 255, 255, 0.4);
	border-color: transparent;
	color: white;
}

.protoModal   .form-control::-moz-placeholder { color: white; opacity: 0.6; }
.protoModal   .form-control:-ms-input-placeholder { color: white; opacity: 0.6; }
.protoModal   .form-control::-webkit-input-placeholder { color: white; opacity: 0.6; }

.protoModal button.btn {
	color: white;
	background: #FF4D4D;
	font-size: 16px;
	font-family: 'Blogger-Sans', Roboto, Arial;
	height: 42px;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
}
.protoModal    button.btn:hover { background: #FF5D5D; }

.protoModal   .no-spam {
	text-align: center;
	font-size: 13px;

}
.protoModal   .no-spam a { text-decoration: underline; color: #ddd; }
.protoModal   .no-spam a:hover { text-decoration: none; color: #eee; }


#problems {
	font-family: 'Blogger-Sans Light', Roboto, Arial;
	margin-top: 30px;
	background: rgba(73, 117, 126, 0.9) no-repeat;
	border-radius: 10px;
	color: white;
	padding: 28px 0 20px 0;
	line-height: 100%;
}

#problems h2 {
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	line-height: 120%;
}
#problems h2 span { font-family: 'Blogger-Sans', Roboto, Arial; font-weight: bold; }
#problems h3 {
	text-align: center;
	font-weight: normal;
}

#problems .icons { margin: 0; }
#problems .icons > div {
	color: white;
	text-align: center;
	cursor: pointer;
	padding-top: 60px;
	opacity: 0.6;
	margin-top: 20px;
	line-height: 105%;
}

#problems .icons > div:hover { opacity: 0.8; }
#problems .icons > div.active { opacity: 1; }

#problems-office { background: url('/images/problem-icon-office.png') center top no-repeat; }
#problems-prod { background: url('/images/problem-icon-prod.png') center top no-repeat; }
#problems-shop { background: url('/images/problem-icon-shop.png') center top no-repeat; }
#problems-cafe { background: url('/images/problem-icon-cafe.png') center top no-repeat; }
#problems-home { background: url('/images/problem-icon-home.png') center top no-repeat; }
#problems-stop { background: url('/images/problem-icon-stop.png') center top no-repeat; }

#problems .block { display: none; }
#problems .block .was { color: #81c4ce; }
#problems .block  img.img-responsive { border: 1px solid #8da7ad; }
#problems .active { display: block; }
#problems .block .txt p { line-height: 110%; }

@media (max-width: 767px) {
	#problems h2 { font-size: 18px; line-height: 115%;  margin: 0; }
	#problems h3 { font-size: 16px;  margin: 5px 0 0 0; }
	#problems .icons > div { font-size: 16px; }
	#problems .block .txt { padding: 10px 0 0 0; }
	#problems .block { margin: 15px 15px 5px 15px; font-size: 16px; }
	#problems .block h4 { margin: 5px 0 0 0; font-size: 20px; }
	#problems .block .now { margin: 10px 0 0 0; }
}
@media (min-width: 768px) {
	#problems h2 { font-size: 30px; }
	#problems h3 { font-size: 26px; }
	#problems .icons > div { font-size: 17px; }
	#problems .uzcyr > div { font-size: 14px!important; }
	#problems .block .txt { padding: 0 0 0 10px; }
	#problems .block { margin: 35px 15px 5px 15px; font-size: 16px; }
	#problems .block h4 { margin: 5px 0 0 0; font-size: 20px; }
	#problems .block .now { margin: 10px 0 0 0; }
}
@media (min-width: 992px) {
	#problems h2 { font-size: 38px; }
	#problems h3 { font-size: 30px; }
	#problems .icons > div { font-size: 18px; }
	#problems .uzcyr > div { font-size: 17px!important; }
	#problems .block .txt { padding: 0 0 0 15px; }
	#problems .block { margin: 50px 30px 15px 30px; font-size: 18px; }
	#problems .block h4 { margin: 5px 0 0 0; font-size: 24px; }
	#problems .block .now { margin: 30px 0 0 0; }
}
@media (min-width: 1200px) {
	#problems h2 { font-size: 44px; }
	#problems h3 { font-size: 32px; }
	#problems .icons > div { font-size: 22px; }
	#problems .uzcyr > div { font-size: 20px!important; }
	#problems .block .txt { padding: 0; }
	#problems .block { margin: 50px 30px 15px 30px; font-size: 18px; }
	#problems .block h4 { margin: 5px 0 0 0; font-size: 24px; }
	#problems .block .now { margin: 30px 0 0 0; }
}

.go2calc { text-align: center; }
.go2calc button {
	color: white;
	background: #FF4D4D;
	font-size: 20px;
	font-family: 'Blogger-Sans', Roboto, Arial;
	padding: 0 20px;
	height: 42px;
	border: none;
	border-radius: 5px;
}
.go2calc button:hover { background: #FF5D5D; }


#full-time {
	font-family: 'Blogger-Sans Light', Roboto, Arial;
	margin-top: 30px;
	background: rgba(73, 117, 126, 0.9) no-repeat;
	border-radius: 10px;
	color: white;
	padding: 28px 0 20px 0;
	line-height: 100%;
}

#full-time h2 {
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}
#full-time h3 {
	text-align: center;
	font-weight: normal;
}

#full-time .devices-img {
	margin: 0;
	min-height: 67px;
	background: url('/images/full-time-grad-top-bg.png') left bottom repeat-x;
	padding-bottom: 1px;
}

#full-time .grad-bottom {
	min-height: 66px;
	background: url('/images/full-time-grad-bottom-bg.png') left top repeat-x;
}
#full-time .devices-txt { padding-top: 10px; }
#full-time .devices-txt > div:nth-child(2) { text-align: center; }
#full-time .devices-txt > div:nth-child(3) { text-align: center; }

#full-time .features ul { list-style: none; }
#full-time .features ul li {
	line-height: 125%;
	background: url('/images/check-white.png') left center no-repeat;
	padding: 3px 0 0 40px;
	min-height: 26px;
}
#full-time .os { line-height: 110%; }
#full-time .os > div:nth-child(2) { text-align: center; }

@media (max-width: 767px) {
	#full-time h2 { font-size: 24px; line-height: 115%;  margin: 0; }
	#full-time h2.uzcyr { font-size: 22px; }
	#full-time h3 { font-size: 20px;  margin: 5px 0 10px 0; }
	#full-time h3.uzcyr { font-size: 18px; }
	#full-time .devices-txt { font-size: 15px; padding-top: 10px; margin: 0; }
	#full-time .os { margin: 0 0 25px 0; font-size: 20px; }
	#full-time .os > div:nth-child(1) { padding: 33px 0 0 0; text-align: center; margin-bottom: 10px; }
	#full-time .os > div:nth-child(2) { text-align: center; }
	#full-time .os > div:nth-child(2) img { display: inline; }
	#full-time .features { margin: 0; }
	#full-time .features ul { margin: 0; padding-left: 15px; }
	#full-time .features ul li { font-size: 16px; margin-bottom: 5px; padding: 3px 0 0 30px; }
}
@media (min-width: 768px) {
	#full-time h2 { font-size: 38px; }
	#full-time h2.uzcyr { font-size: 36px; }
	#full-time h3 { font-size: 26px; }
	#full-time h3.uzcyr { font-size: 24px; }
	#full-time .devices-txt { font-size: 22px; padding-top: 10px; }
	#full-time .os { margin: 35px 0 25px 0; font-size: 18px; }
	#full-time .os > div:nth-child(1) { padding: 33px 0 0 25px; }
	#full-time .features li { font-size: 22px; }
}
@media (min-width: 992px) {
	#full-time h2 { font-size: 44px; }
	#full-time h2.uzcyr { font-size: 40px; }
	#full-time h3 { font-size: 32px; }
	#full-time h3.uzcyr { font-size: 28px; }
	#full-time .devices-txt { font-size: 28px; padding-top: 10px; }
	#full-time .os { margin: 35px 0 25px 0; font-size: 24px; }
	#full-time .os > div:nth-child(1) { padding: 33px 0 0 25px; }
	#full-time .features li { font-size: 24px; }
}
@media (min-width: 1200px) {
	#full-time h2 { font-size: 48px; }
	#full-time h2.uzcyr { font-size: 44px; }
	#full-time h3 { font-size: 36px; }
	#full-time h3.uzcyr { font-size: 32px; }
	#full-time .devices-txt { font-size: 30px; padding-top: 10px; }
	#full-time .os { margin: 35px 0 25px 0; font-size: 30px; }
	#full-time .os > div:nth-child(1) { padding: 33px 0 0 25px; }
	#full-time .features li { font-size: 24px; }
}


#vcalc {
	font-family: 'Blogger-Sans', Roboto, Arial;
	margin-top: 30px;
	margin-bottom: 30px;
	background: rgba(73, 117, 126, 0.9) no-repeat;
	border-radius: 10px;
	color: white;
	padding: 24px 0 20px 0;
	line-height: 100%;
}
#vcalc h2 {
	font-family: 'Blogger-Sans Light', Roboto, Arial;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}
#vcalc .row { margin: 0; }
#vcalc .note { text-align: center; }
#vcalc .calc { margin: 25px 0 0 0; }
#vcalc .quality { text-align: center; }
#vcalc .monitor { margin-top: 10px; }
#vcalc .quality input { top: -3px; }
#vcalc .cta { text-align: center; margin: 20px 0 10px 0; }
#vcalc .cta span { font-weight: bold; text-transform: uppercase; }

#vcalc .calc input[type="text"] {
	font-size: 16px;
	font-family: 'Blogger-Sans', Roboto, Arial;
	color: white;
	background-color: rgba(255, 255, 255, 0.3);
	border-color: transparent;
	border-radius: 0;
	height: 40px;
	padding-right: 38px;
}
#outdoor-cnt { background: url('/images/icon-white-outdoor-cam.png') right center no-repeat; font-family: 'Blogger-Sans', Roboto, Arial; font-size: 16px; }
#inner-cnt { background: url('/images/icon-white-inner-cam.png') right center no-repeat; }

#vcalc .input-group-addon {
	border-radius: 0;
	border-color: transparent;
	color: white;
}
#vcalc .calc .input-group-addon { background: rgba(255, 255, 255, 0.3); }
#vcalc .contacts .input-group-addon { background: #5b838b; }

#vcalc .calc .form-control::-moz-placeholder { color: white; opacity: 0.6; }
#vcalc .calc .form-control:-ms-input-placeholder { color: white; opacity: 0.6; }
#vcalc .calc .form-control::-webkit-input-placeholder { color: white; opacity: 0.6; }

#vcalc .calc .label { text-align: right; padding: 10px 10px 0 0; font-weight: normal; }
#vcalc .calc .sum { font-weight: bold; margin-top: 17px; }
#vcalc .calc .sum .label { font-weight: bold; }
#vcalc .calc .sum div:nth-child(3) { text-align: center; }
#vsum { padding-left: 20px; white-space: nowrap; }

#vcalc .contacts > div { background: white; }
#vcalc .contacts > div:nth-child(1) { background: transparent; }
#vcalc .contacts > div:nth-last-child(1) { background: transparent; }

#vcalc .contacts input {
	font-size: 16px;
	font-family: 'Blogger-Sans', Roboto, Arial;
	color: white;
	background: #5b838b;
	border-color: transparent;
	border-radius: 0;
	height: 42px;
}

#vcalc .no-spam a { text-decoration: underline; color: white; }
#vcalc .no-spam a:hover { text-decoration: none; }

@media (max-width: 767px) {
	#vcalc { font-size: 15px; padding: 24px 1% 20px 1%; }
	#vcalc h2 { font-size: 24px; line-height: 115%;  margin: 0; }
	#vcalc .note { font-size: 15px; }
	#vcalc .quality { font-size: 17px; }
	#vcalc .quality { padding-left: 0; }
	#vcalc .calc > div:nth-child(2) { padding-top: 15px; }
	#vcalc .calc .sum .label { font-size: 14px; }
	#vcalc .calc .sum > div:nth-child(2) { font-size: 24px; padding-top: 9px; }
	#vcalc .calc .sum div:nth-child(3) { padding: 10px 30px 0 20px; }
	#vcalc .calc .sum .exact-calc { font-size: 14px; }
	#vsum { padding-left: 0; }
	#vcalc .cta { font-size: 15px; }
	#vcalc .contacts > div { padding: 0 3%; min-height: 62px; text-align: center; }
	#vcalc .contacts > div:nth-child(2) { border-radius: 6px 6px 0 0; padding-top: 15px; }
	#vcalc .contacts > div:nth-child(3) {  }
	#vcalc .contacts > div:nth-last-child(2) { border-radius: 0 0 6px 6px; padding-bottom: 20px; }
	#vcalc .contacts button.btn { padding-left: 3%; padding-right: 3%; width: 100%; font-size: 17px; }
	#vcalc .radios { padding-bottom: 15px; }
}
@media (min-width: 768px) {
	#vcalc { font-size: 15px; padding: 24px 1% 20px 1%; }
	#vcalc h2 { font-size: 38px; margin-bottom: 20px; }
	#vcalc .note { font-size: 17px; }
	#vcalc .quality { font-size: 17px; }
	#vcalc .quality { padding-left: 30px; }
	#vcalc .calc .sum .label { font-size: 14px; }
	#vcalc .calc .sum > div:nth-child(2) { font-size: 24px; padding-top: 9px; }
	#vcalc .calc .sum div:nth-child(3) { padding: 10px 80px 0 20px; }
	#vcalc .calc .sum .exact-calc { font-size: 14px; }
	#vsum { padding-left: 0; }
	#vcalc .cta { font-size: 16px; }
	#vcalc .contacts > div { padding: 0 3%; min-height: 62px; text-align: center; }
	#vcalc .contacts > div:nth-child(2) { border-radius: 6px 6px 0 0; padding-top: 15px; }
	#vcalc .contacts > div:nth-child(3) {  }
	#vcalc .contacts > div:nth-last-child(2) { border-radius: 0 0 6px 6px; }
	#vcalc .contacts button.btn { padding-left: 3%; padding-right: 3%; width: 100%; font-size: 17px; }
}
@media (min-width: 992px) {
	#vcalc { font-size: 16px; }
	#vcalc h2 { font-size: 48px; margin-bottom: 20px; }
	#vcalc .note { font-size: 18px; }
	#vcalc .quality { font-size: 18px; }
	#vcalc .quality { padding-left: 30px; }
	#vcalc .calc .sum .label { font-size: 17px; }
	#vcalc .calc .sum > div:nth-child(2) { font-size: 32px; padding-top: 7px; }
	#vcalc .calc .sum div:nth-child(3) { padding: 10px 100px 0 40px; }
	#vcalc .calc .sum .exact-calc { font-size: 16px; }
	#vcalc .cta { font-size: 16px; }
	#vcalc .contacts > div { padding: 15px 0 0 0; min-height: 75px; }
	#vcalc .contacts > div:nth-child(2) { border-radius: 6px 0 0 6px; padding-left: 1.45%; padding-right: 2.14%; }
	#vcalc .contacts > div:nth-child(3) { padding-left: 1.14%; padding-right: 3.75%; }
	#vcalc .contacts > div:nth-last-child(2) { border-radius: 0 6px 6px 0; padding-left: 0; }
	#vcalc .contacts button.btn { padding-left: 3%; padding-right: 3%; font-size: 15px; margin-left: -8%; }
	#vcalc .contacts button.uzcyr { font-size: 13px!important; }
}
@media (min-width: 1200px) {
	#vcalc { font-size: 16px; }
	#vcalc h2 { font-size: 48px; margin-bottom: 20px; }
	#vcalc .note { font-size: 18px; }
	#vcalc .quality { font-size: 18px; }
	#vcalc .quality { padding-left: 30px; }
	#vcalc .calc .sum .label { font-size: 20px; }
	#vcalc .calc .sum > div:nth-child(2) { font-size: 36px; padding-top: 7px; }
	#vcalc .calc .sum div:nth-child(3) { padding: 10px 110px 0 40px; }
	#vcalc .calc .sum .exact-calc { font-size: 18px; }
	#vcalc .cta { font-size: 18px; }
	#vcalc .contacts > div { padding: 15px 0 0 0; min-height: 75px; }
	#vcalc .contacts > div:nth-child(2) { border-radius: 6px 0 0 6px; padding-left: 1.45%; padding-right: 2.14%; }
	#vcalc .contacts > div:nth-child(3) { padding-left: 1.14%; padding-right: 2.75%; }
	#vcalc .contacts > div:nth-last-child(2) { border-radius: 0 6px 6px 0; padding-right: 1.5%; }
	#vcalc .contacts button.btn { padding-left: 6%; padding-right: 6%; font-size: 16px; margin-left: 0; }
}


#policy {
	padding: 20px;
	display: none;
}
#policy h2, #policy h3 {
	text-align: center;
	font-weight: bold;
	font-family: 'Blogger-Sans', Roboto, Arial;
	color: #49757e;
}
#policy p {
	color: #6ca4ad;
	text-align: justify;
	font-family: 'Blogger-Sans', Roboto, Arial;
}

@media (max-width: 767px) {
	#policy { width: 90%; }
	#policy h2 { font-size: 20px; }
	#policy h3 { font-size: 18px; }
	#policy p { font-size: 14px; }
}
@media (min-width: 768px) {
	#policy { width: 650px; }
	#policy h2 { font-size: 26px; }
	#policy h3 { font-size: 20px; }
	#policy p { font-size: 16px; }
}

@keyframes fade {
	20% { -webkit-box-shadow: 0px 0px 41px -3px rgba(255,0,0,1);
			-moz-box-shadow: 0px 0px 41px -3px rgba(255,0,0,1);
			box-shadow: 0px 0px 41px -3px rgba(255,0,0,1); }
	50% { -webkit-box-shadow: 0px 0px 41px 10px rgba(255,0,0,1);
			-moz-box-shadow: 0px 0px 41px 10px rgba(255,0,0,1);
			box-shadow: 0px 0px 41px 10px rgba(255,0,0,1); }
	90% { -webkit-box-shadow: 0px 0px 41px -3px rgba(255,0,0,1);
		-moz-box-shadow: 0px 0px 41px -3px rgba(255,0,0,1);
		box-shadow: 0px 0px 41px -3px rgba(255,0,0,1); }
}
@-webkit-keyframes fade {
20% { -webkit-box-shadow: 0px 0px 41px -3px rgba(255,0,0,1);
			-moz-box-shadow: 0px 0px 41px -3px rgba(255,0,0,1);
			box-shadow: 0px 0px 41px -3px rgba(255,0,0,1); }
	50% { -webkit-box-shadow: 0px 0px 41px 10px rgba(255,0,0,1);
			-moz-box-shadow: 0px 0px 41px 10px rgba(255,0,0,1);
			box-shadow: 0px 0px 41px 10px rgba(255,0,0,1); }
	90% { -webkit-box-shadow: 0px 0px 41px -3px rgba(255,0,0,1);
		-moz-box-shadow: 0px 0px 41px -3px rgba(255,0,0,1);
		box-shadow: 0px 0px 41px -3px rgba(255,0,0,1); }
}
input.error{
	 animation: fade 1000ms infinite;
	-webkit-animation: fade 1000ms infinite;
}
input.error::-webkit-input-placeholder {color: red!important;}
input.error::-moz-placeholder          {color: red!important;}/* Firefox 19+ */
input.error:-moz-placeholder           {color: red!important;}/* Firefox 18- */
input.error:-ms-input-placeholder      {color: red!important;}


#formResult {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding: 1px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index:10000;
}

#formResult .res_con {
	padding-top: 20px;
	position: relative;
	top: 40%;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0px 1px 30px 22px rgba(50, 50, 50, 0.65);
	-moz-box-shadow: 0px 1px 30px 22px rgba(50, 50, 50, 0.65);
	box-shadow: 0px 1px 10px 5px rgba(50, 50, 50, 0.65);
	font-family: 'Blogger-Sans Medium', Roboto, Arial;
	font-size: 28px;
	text-align: center;
}

@media (max-width: 767px) {
	#formResult .res_con { width: 100%; height: 400px; font-size: 20px; }
}
@media (min-width: 768px) {
	#formResult .res_con { width: 500px; height: 200px; font-size: 28px; }
}


.discount-button {
	display: none;
	padding: 5px 0 25px 0;
}

.discount-button button {
	text-align: center;
	font-family: 'Blogger-Sans Medium', Roboto, Arial;
	font-weight: normal;
	line-height: 20px;
	color: white;
	background: #FF4D4D;
	border-radius: 5px;
	border-color: red;
}

@media (max-width: 767px) {
	.discount-button button {
		padding: 10px 10px;
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.discount-button button {
		padding: 10px 12px;
		font-size: 17px;
	}
}
@media (min-width: 992px) {
	.discount-button button {
		padding: 12px 16px;
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.discount-button button {
		padding: 14px 20px;
		font-size: 18px;
	}
}

#skud-obj {
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 5px 21px 20px 21px;
	font-family: 'Blogger-Sans', Roboto, Arial;
}

#skud-obj h2 {
	font-weight: normal;
	text-transform: none;
	text-align: center;
	margin-bottom: 11px;
	color: #49757E;
}
#skud-obj h3 {
	margin: 0 0 5px 0;
	font-size: 26px;
	font-family: 'Blogger-Sans Medium', Roboto, Arial;
	font-weight: normal;
}
#skud-obj .bg1 { background: rgba(68, 47, 69, 0.8); }
#skud-obj .bg2 { background: rgba(97, 52, 158, 0.8); /*#61349e;*/ }
#skud-obj .bg3 { background: rgba(98, 148, 23, 0.8); /*#629417;*/ }
#skud-obj .bg4 { background: rgba(236, 77, 23, 0.8); /*#ec4d17;*/ }
#skud-obj .bg5 { background: rgba(34, 98, 158, 0.8); /*#22629e;*/ }

#skud-obj .item {
	margin: 20px 0;
	padding: 10px;
	color: white;
	font-size: 16px;
}
#skud-obj p { margin: 0 0 5px 0; }
#skud-obj ul { margin: 0 0 10px 0; }
#skud-obj .item .txt { min-height: 200px; }

#skud-obj .button { text-align: center; }
#skud-obj button {
	color: white;
	background: #E82929;
	font-size: 18px;
	font-family: 'Blogger-Sans', Roboto, Arial;
	padding: 7px 20px;
	border: none;
	border-radius: 5px;
	line-height: 110%;

	-webkit-transition: .4s linear;
	-moz-transition: .4s linear;
	-o-transition: .4s linear;
	transition: .4s linear;
}
#skud-obj button:hover { background: #F50808; }

#skud-obj .item .img { overflow: hidden; }
#skud-obj .item img {
	-webkit-transition: transform .8s;
	-moz-transition: transform .8s;
	-o-transition: transform .8s;
	transition: transform .8s;
}
#skud-obj .item img:hover {
	-moz-transform: scale(1.1) rotate(1deg);
    -ms-transform: scale(1.1) rotate(1deg);
    -webkit-transform: scale(1.1) rotate(1deg);
    -o-transform: scale(1.1) rotate(1deg);
	transform: scale(1.1) rotate(1deg);
}

@media (max-width: 767px) {
	#skud-obj h2 { font-size: 22px; line-height: 115%;  margin: 0; }
}
@media (max-width: 767px) {
	#skud-obj h2 { font-size: 24px; }
}
@media (min-width: 768px) {
	#skud-obj h2 { font-size: 32px; }
}
@media (min-width: 992px) {
	#skud-obj h2  { font-size: 36px; }
}


#skud-problems {
	font-family: 'Blogger-Sans Medium', Roboto, Arial;
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	color: #49757E;
	font-size: 18px;
	padding: 20px 21px 20px 21px;
	line-height: 120%;
}
#skud-problems h2 {
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 11px;
	line-height: 130%;
}
#skud-problems h3 {
	text-align: center;
	font-weight: normal;
}
#skud-problems .security h3 { color: #b70f0a; }
#skud-problems .lowcost h3 { color: #629c44; }
#skud-problems ul { list-style: none; }
#skud-problems li {
	margin: 10px 0;
	padding: 0 0 6px 35px;
}
#skud-problems .security li { background: url('/images/check-red.png') left top no-repeat; }
#skud-problems .lowcost li { background: url('/images/check-green.png') left top no-repeat; }


@media (max-width: 767px) {
	#skud-problems h2 { font-size: 22px; line-height: 115%;  margin: 0; }
	#skud-problems h3 { font-size: 18px; line-height: 115%;  margin: 0; }
}
@media (max-width: 767px) {
	#skud-problems h2 { font-size: 24px; }
	#skud-problems h3 { font-size: 20px; }
}
@media (min-width: 768px) {
	#skud-problems h2 { font-size: 32px; }
	#skud-problems h3 { font-size: 24px; }
}
@media (min-width: 992px) {
	#skud-problems h2  { font-size: 36px; }
	#skud-problems h3  { font-size: 26px; }
}


#skud-tech {
	font-family: 'Blogger-Sans Light', Roboto, Arial;
	margin-top: 30px;
	background: rgba(73, 117, 126, 0.9);
	border-radius: 10px;
	color: white;
	padding: 28px 21px 0 21px;
	line-height: 120%;
	font-size: 18px;
}
#skud-tech h2
{
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	line-height: 120%;
	font-family: 'Blogger-Sans Medium', Roboto, Arial;
}
#skud-tech h3 {
	text-align: left;
	font-weight: normal;
	font-family: 'Blogger-Sans Medium', Roboto, Arial;
}
#skud-tech .item { padding: 0 0 20px 0; }
#skud-tech .item img { margin: 9px 0; }

@media (max-width: 767px) {
	#skud-tech h2 { font-size: 22px; line-height: 115%;  margin: 0; }
	#skud-tech h3 { font-size: 19px;  margin: 5px 0 0 0; }
}
@media (min-width: 768px) {
	#skud-tech h2 { font-size: 24px; }
	#skud-tech h3 { font-size: 20px; }
}
@media (min-width: 992px) {
	#skud-tech h2 { font-size: 32px; }
	#skud-tech h3 { font-size: 24px; }
}
@media (min-width: 1200px) {
	#skud-tech h2 { font-size: 36px; }
	#skud-tech h3 { font-size: 26px; }
}

#skud-portfolio {
	font-family: 'Blogger-Sans Light', Roboto, Arial;
	margin: 30px 0;
	background: rgba(73, 117, 126, 0.9);
	border-radius: 10px;
	color: white;
	line-height: 120%;
	font-size: 18px;
	padding: 28px 21px 25px 21px;
}
#skud-portfolio h2
{
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-family: 'Blogger-Sans Medium', Roboto, Arial;
}
#skud-portfolio h3 {
	text-align: center;
	font-weight: normal;
	font-family: 'Blogger-Sans Medium', Roboto, Arial;
}

#skud-portfolio .item { min-height: 400px; }
#skud-portfolio .controls { text-align: center; }
#skud-portfolio .controls a { margin: 0 20px; }

#skud-portfolio .my-control {
	font-size: 32px;
	text-align: center;
	text-decoration: none;
	color: #81c4ce;
}
#skud-portfolio .my-control:hover { color: white; }
#skud-tech img, #skud-portfolio img { box-shadow: 7px 7px 6px rgba(40, 40, 40, 0.5); }
#skud-portfolio .item img { margin: 9px 0; }

@media (max-width: 767px) {
	#skud-portfolio h2 { font-size: 22px; line-height: 115%;  margin: 0; }
	#skud-portfolio h3 { font-size: 20px;  margin: 5px 0 0 0; }
}
@media (min-width: 768px) {
	#skud-portfolio h2 { font-size: 24px; }
	#skud-portfolio h3 { font-size: 24px; }
}
@media (min-width: 992px) {
	#skud-portfolio h2 { font-size: 32px; }
	#skud-portfolio h3 { font-size: 28px; }
}
@media (min-width: 1200px) {
	#skud-portfolio h2 { font-size: 36px; margin: 10px 0; }
	#skud-portfolio h3 { font-size: 30px; }
}

.hp { display: none; }
