@charset "utf-8";

/* ================ KF ================ */

@keyframes headerFix {
	100% { top: 0px; }
}

@keyframes logoUnCollapsePadTop {
	100% { top: 8px; }
}

@keyframes logoCollapsePadTop {
	100% { top: 0px; }
}

@keyframes logoToLong {
	100% { width: 217px; }
}

@keyframes logoToShort {
	100% { width: 140px; }
}
@keyframes phoneToShort {
	100% { 
	font-size:25px;
	line-height:20px;
	padding:20px 0 0 30px;
	top:0;
	left:210px;
	background:url(../img/header_phone_small.png) no-repeat left center;
	}
}

@keyframes menuTopTo {
	100% { top: 4px; }
}

@keyframes mobyMenuTopTo {
	100% { top: 6px; }
}

/* ================ /KF ================ */

/* ================ RESET ================ */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{height: 100%}
body {
	position: relative;
	line-height: 1;
	min-height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear:both;
}

/* ================ /RESET ================ */

/* ================ TAGS ================ */

a { 
	color: #FF9600; 
}
a:hover{
	text-decoration:none;
}
h1, h2, h4, h5, h6, p { 
	font-family: verdana; 
}
p {
	font-size: 14px;
	line-height: 22px;
	color: #777;
}
h1, h3, h4 { 
	text-transform: uppercase; 
}
h1 {
	font-size: 52px;
	line-height: 72px;
}
h2 { 
	font-size: 40px;
}
h3 { 
	font-family: "Times New Roman"; 
	font-size: 36px;
}
h4 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
}

h4.bold {
	font-size: 16px;
}

h5 {
	font-size: 16px;
	height: 24px;
}

h5.bold {

}
h6 {
	margin:0 0 10px 0;
}
strong{
	font-weight:bold;
}

.start h1,
.start h2{
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
	cursor:default;
	font-family: 'Roboto', sans-serif !important;
	text-shadow:1px 1px 1px #000;
}
.start h1{
	display: block;
	max-width: 1160px;
	margin: auto;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
}
.start h1 .bill{
	font-size: 0.8em;
	text-align: right;
	text-transform:none;
}
.start h1 .kav{
	font-size: 1.3em;
	padding: 0 10px;
}
.prais h4{
	text-transform:none;
	font-size:20px;
	color:#000;
}
.prais p{
	margin:0 0 10px 0;
	font-size:20px;
	color:#000;
}
.prais .items{
	margin:20px 0 0 0;
}
.prais .items p{
	color:#000;
}
.prais .items p span{
	color:#FF9600;
}
.prais .phone{
	width: 200px;
	height: 143px;
	margin: 40px auto;
	background: url("/templates/zebomba/img/mobile.gif");
}

/* ================ /TAGS ================ */

/* ================ GRID ================ */

*[class*='grid_'] {
	display: inline-block;
	vertical-align: top;
	margin-top: 2%;
}
.grid_2 {
	width: 46%;
	margin: 1% 1%;
}
.grid_3 {
	width: 27.4%;
	margin: 1% 1%;
}
.grid_5 {
	width: 14%;
	margin: 3% 2%;
}

/* ================ /GRID ================ */

/* ================ RADIUSES ================ */

*[class*='radius'] { margin: 0 auto; }
.radius0 {
	width: 80px;
	height: 80px;
}
.radius1 {
	width: 100px;
    height: 100px;
}
.radius1 img {
	top: 15px;
}
.radius2 {
	width: 120px;
    height: 120px;
}
.radius2 img {
	top: 22px;
}
.radius3 {
	display: inline-block;
	margin: 4px 10px 4px 0px;
	width: 40px;
	height: 40px;
}
.radius3 img {
	top: 10px;
	width: 24px;
}
.radius3:hover {
	background-color: #FF9600;
}

/* ================ /RADIUSES ================ */

/* ================ FONT ================ */

/* STYLE */
.italic { font-style: italic; }
.bold { font-weight: bold; }
.white { color: white; }
.upper { text-transform: uppercase; }
/* /STYLE */

/* FAMILY */
.verdana { font-family: verdana; }
.timesNR { font-family: "Times New Roman"; }
/* /FAMILY */

/* SIZEZ */
.fsize17px { font-size: 17px; }
/* /SIZEZ */

/* ================ /FONT ================ */

/* ================ INTERACTIVES ================ */

.hover:hover { cursor: pointer; }
.active, .orangeBack { background-color: #FF9600; }
.blackBack { background-color: #333; }
.hidden { display: none; }

.rounded { border-radius: 99999px; }

/* ================ /INTERACTIVES ================ */

/* ================ INDIVIDUAL ================ */

h4#caption {
	display: inline-block;
	font-size: 19px;
	padding: 10px 36px;
	text-transform: none;
	font-weight: 100;
	margin: 10px auto 20px;
	position: relative;
}
h4#caption b {
	position: absolute;
	top: 5px;
	height: 33px;
	width: 33px;
	background-color: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
h4#caption b:first-of-type { left:  -18px; }
h4#caption b:last-of-type  { right: -18px; }

/* ================ /INDIVIDUAL ================ */

/* ================ OTHER ================ */

.bottomGreyBorder {
	border-bottom: 1px solid #ccc;
	width: 90%;
	margin-bottom: 20px !important;
}

div.content {

	margin: 0 auto;
}
.inner div.content {
	margin: 90px auto 50px;
	max-width: 980px;
	padding: 0 15px;
}

.inner h1 {
	font-size: 28px;
	line-height: 40px;
	margin: 30px 0;
	text-transform:none;
}
.inner h2 {
	font-size: 28px;
	margin:20px 0;
}
.inner h3 {
	font-size: 24px;
}
.inner .published{
	font-family: Arial;
	color: #777;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
}
.inner img{
	margin: 10px 0;
	max-width: 90%;
}
.inner p{
	color: #333333;
	margin:0 0 15px 0;
}
.inner strong{
	font-weight:bold;
}
.inner em{
	font-style:italic;
}
.inner .item-page ul{
	margin-top: 10px;
	font-family: verdana;
	color: #333333;
	font-size: 14px;
}
.inner .item-page li{
	line-height: 1.9em;
}
.inner .item-page li:before{
	display: inline-block;
	margin-right: 10px;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 50%;
	background: #FF9600;
	margin-bottom: 2px;
}
.inner .contactInfo {
	position: relative;
	overflow: hidden;
}
.inner .contactInfo .contactItems{
	float: left;
}
.inner .contactMap{
	width: 350px!important;
	height: 280px!important;
	margin-bottom: 30px;
}
.inner .contactInfo p{
	margin-bottom: 10px;
}
.inner .contactInfo .contactDecoration{
	position: relative;
	float:right;
	width: 400px;
	height: 382px;
	background: url("/templates/zebomba/img/contactDecoration.png");
}
.inner .contactInfo .addressSmall{
	display: none;
}
.inner .contactInfo .contactDecoration .addressBig{
	position: absolute;
	left: 29px;
	top:17px;
	text-align: center;
	padding-top: 60px;
	font-size: 18px;
	line-height: 22px;
	width: 254px;
	height: 144px;
}
.breadcrumb{
	overflow: hidden;
	font-size: 14px;
	font-family: Arial;
}
.breadcrumb li{
	float: left;
	line-height: 24px;
}
.breadcrumb li a{
	float: left;
}
.breadcrumb li.active{
	background: none;
}
.breadcrumb .icon-location{
	display: none;
}
.breadcrumb .divider{
	margin: 0 5px;
}
.blog{
	overflow: hidden
}
.blog h1{
	margin-bottom: 20px;
}
.blog .items-row{
	float: left;
	margin: 0 10px;
	margin-bottom: 45px;
	width: 470px;
	height: 230px;
	overflow: hidden;
}
.blog .items-row .item-image{
	float: left;
}
.blog .items-row img{
	width: 200px;
	margin: 0;
	margin-right: 10px;
	border: 5px solid #d2d2d2;
}
.blog .items-row .rightBlock{
	float: left;
	width: 250px;
	overflow: hidden;
}
.blog .items-row .rightBlock .published{
	margin-bottom: 5px;
}
.blog .items-row .rightBlock > p{
	max-height: 70px;
	margin: 0 0 2px 0;
	overflow: hidden;
}
.blog .items-row .item h2{
	font-size: 24px;
	line-height: 54px;
	height: 54px;
	overflow: hidden;
	margin-bottom: 15px;
}
.blog .items-row .item h2 a{
	display: inline-block;
	vertical-align: middle;
	line-height: 27px;
	text-decoration: none;
	color: inherit;
}
.blog .items-row .item h2 a:hover{
	text-decoration: underline;
}

div.container {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 50px;
}

.downArrow { margin: 0 auto 60px; }

.downArrow div, .leftArrow b {
	border: 3px solid #fff;
    border-top: none;
    border-right: none;
    position: relative;
}

.downArrow div {
    top: 26%;
    left: 31.8%;
    width: 25px;
    height: 25px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.downArrow:hover { cursor: pointer; }

.leftArrow {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.leftArrow:hover {
	opacity: 0.6;
	cursor:pointer;
}
.leftArrow b {
    display: inline-block;
	border-width: 5px;
    width: 33px;
    height: 33px;
    top: 45%;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.hr{
	margin: 16px auto;
    width: 90px;
    height: 5px;
    background-color: #FF9600;
	background-image: linear-gradient(to top, #FF9600 0%, #FF9600 60%, #ffc000 61%, #ffc000 100%);
}

.portfolio_link{
	display:inline-block;
	padding:10px 40px;
	background:#FF9600;
	color:#fff;
	font-size:20px;
	margin:20px auto 0;
	border-radius:10px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Verdana;
}
.portfolio_link:hover{
	background:rgba(255, 150, 0, 0.73);
}

.round3px, .active { border-radius: 3px; }

.button:hover { opacity: 0.9; }

.hoverBlock {
	display: block;
	position: relative;
}
.hoverBlock img{ vertical-align: bottom; }
.hoverBlock img:hover .leftArrow{ opacity: 0.6; }
.icon img { position: relative; }
.desk { padding: 26px; }

.myTabs {
	display: inline-block;
    padding: 16px 22px;
	font-size: 20px;
	border-radius: 0;
}
.myTabs:hover {
	border: 1px solid #FF9600;
	padding: 15px 21px;
}
.myTabs.active { color: white; }

/* ================ /OTHER ================ */

/* ================ FP ================ */

.slide.active { background-color: #f7f7f7; }
.fp-slidesNav ul li a.active { background-color: transparent; }
.fp-tableCell { vertical-align: top; }
.fp-scrollable .slimScrollBar { background-color: #B9B9B9 !important; }

/* ================ /FP ================ */

/* ================ HEADER ================ */

body header {
	background-color: transparent;
	width: 100%;
	height: 0px;
    position: fixed;
    z-index: 2;
}

body header div.content {
	position: relative;
	z-index: 3;
	width: 96%;
	text-align: left;
}

body header .logo {
	position: absolute;
	left: 1px;
	top: 8px;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;	
}

body header .logo img {
	width: 217px;
}
body header .phone{
	height:37px;
	padding:8px 0 0 40px;
	background:url(../img/header_phone.png) no-repeat left center;	
	position:absolute;
	left:280px;
	top:30px;
	color:#fff;
	font-size:40px;
	line-height:28px;
	text-decoration: none;
}
body header .phone .phone_code{
	font-size:30px;	
}
body header.transfered {
	background-color: #000;
	top: -96px;
	height: 58px;
	animation: headerFix 1s;
	animation-fill-mode: forwards;
}

body header.transfered .logo {
	animation: logoCollapsePadTop 1s;
	animation-fill-mode: forwards;
}
body header.transfered .logo img {
	animation: logoToShort 1s;
	animation-fill-mode: forwards;
}
body header.transfered .phone{
	animation: phoneToShort 1s;
	animation-fill-mode: forwards;
}
body header.transfered .phone .phone_code{
	font-size:20px;
}
body header.page {
	background-color: #000;
	top: 0;
	height: 58px;
}
body header.page .logo{top:0}
body header.page .logo img {width: 140px;}


body header.page .phone{
	font-size:25px;
	line-height:20px;
	padding:20px 0 0 30px;
	top:0;
	left:210px;
	background:url(../img/header_phone_small.png) no-repeat left center;
}

div.menu {
	position: absolute;
	z-index: 2;
	top: 28px;
	right: 8px;
}

div.menu, div.menu img {
	width: 48px;
	height: 48px;
}

div.menu img:hover {
	cursor: pointer;
}

body header nav.menu {
	display: block;
	height: 48px;
	font-size: 16px;
	position: absolute;
	z-index: 2;
	text-align: right;
	right: 1px;
	top: 25px;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;	
}

body header.transfered nav.menu {
	animation: menuTopTo 1s;
	animation-fill-mode: forwards;
}
body header.page nav.menu {
	top: 4px
}

body header nav.menu ul li {
	display: inline-block;
	padding: 1px;
	margin-right: 7.5px;
}

body header nav.menu ul li:hover {
	border: 1px solid #FF9600;
	border-radius: 3px;
	padding: 0px;
}

body header nav.menu ul li a {
	color: white;
	text-transform: uppercase;
	display: inline-block;
	padding: 16px 12px;
	text-decoration:none;
}

/* ================ /HEADER ================ */

main{padding-bottom: 74px; overflow: hidden}

/* ================ FOOTER ================ */

body footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 68px;
	background-color: #fff;
    padding: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #777;	
	font-family:verdana;
	overflow: hidden;
}
body footer a{
	text-decoration: none;
	color: #777;
	line-height: 19px;
	margin-bottom: 10px;
}
body footer a:hover > span{
	border-bottom: 1px dashed #777;
}
body footer .grid_3 {
    width: 46% !important;
}

body footer .social {
    text-align: center;
    margin-left: 2%;
}

body footer .social:last-child {
    margin-right: 0px;
}

body footer .copy {
	text-align: left;	
}
body footer .contacts{
	text-align:right;
}
body footer .contacts .news{
	display: inline-block;
	padding: 0 0 0 27px;
	background: url("../img/ico_news2.png") no-repeat;
	text-decoration: none;
	color: #FF9600
}
body footer .contacts .news > span{
	border-bottom: 1px dashed #FF9600;
}
body footer .contacts .news:hover > span{
	border-bottom: none;
}
body footer .contacts .address{
    display: inline-block;
    padding: 0 0 0 32px;
	line-height: 19px;
    background: url("../img/ico_address.png") no-repeat;
	margin-left: 20px;
}
body footer .contacts .phone{
    display: inline-block;
    padding: 0 0 0 25px;
    background: url("../img/ico_phone.png") no-repeat;
	margin-left: 20px;
}
body footer .contacts .mail{
    display: inline-block;
    padding: 0 0 0 35px;
	margin-left: 20px;
    background: url("../img/ico_mail.png") no-repeat;
}

@media screen and (max-width: 1640px){
	body footer{
		height: 80px;

	}
	main{padding-bottom: 96px}
}
footer.footerInner{
	border-top: 1px solid #DEDEDE;
}
/* ================ /FOOTER ================ */

/* ================ SECTIONS ================ */

section {
	background-size: auto;
	background-origin: content-box;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 1px;
}

section.start {
	background-image: url("../img/sectionsBacks/start.jpg");
	background-position: 46% -256px;
}

section.uslugi {

}

section.raboti {
    background-color: #F7F7F7;

}

section.raboti .grid_3 {
	background-color: #fff;
	margin: 0.9% 0.75%;
}

section.raboti .grid_3 img {
	width: 100%;
}

section.aboutUs p {
	font-size: 17px;
	width: 86%;
	height: 51px;
	margin: 0 auto;
	font-family: verdana;
	font-weight: 100;
	border-bottom: 1px solid #ccc;
	padding-bottom: 17px;
	color: #494949;
}

section.contacts {
	background-image: url("../img/sectionsBacks/contacts.jpg");
	background-position: 50% 0px;
}
#map{
	padding:0;
	width: 100%;
	height: 400px;
}
section {
	background-repeat: no-repeat;
}

/* ================ /SECTIONS ================ */

/* ================ FORMS ================ */

form div {
	vertical-align: top;
	margin-top: 0;
}

form input, form textarea {
	width: 96%;
	font-size: 15px;
	padding: 18px 15px;
	border: none;
	border-radius: 3px;
	font-family: vardana;
}

form input {
	border: none;
}

form input[type='text'] {
	margin: 0 0 20px ;
}

form input[type='submit'] {
	padding: 20px 40px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	width: 182px;
	margin-top: 20px;
}

form input[type='submit']:hover { cursor: pointer; }

form textarea {
	height: 162px !important;
}

.input-check {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	position: relative;
	cursor: pointer;
    padding: 4px;
}
.input-check input {
	width: 17px;
	height: 17px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
}
.input-check label {
	line-height: 22px;
	display: inline-block;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.input-check label:before {
	display: inline-block;
	position: absolute;
	left: -20px;
	top: 50%;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: rgba(0, 0, 0, 0) url(../img/icons/checkbox.png) no-repeat;
	z-index: 5;
	content: '';
}
.input-check input:checked + label:before {
	background-position: 0 -17px;
}

/* ================ /FORMS ================ */




.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
video {
    display: inline-block;
    vertical-align: baseline;
}




.portfolio .portfolioList{overflow: hidden}
.portfolio .portfolioList .portfolioItem{display: block; margin: 23px; width: 280px; float: left; color: inherit}
.portfolio .portfolioList .portfolioItem:hover{color: #FF9600}
.portfolio .portfolioList .portfolioItem .title{line-height: 44px; height: 44px; margin-bottom: 20px; text-align: center}
.portfolio .portfolioList .portfolioItem h2{display: inline-block; font-size: 18px; line-height: 22px; vertical-align: middle;
	margin: 0;}
.portfolio .portfolioList .portfolioItem .pic{width: 270px;height: 165px; background-position: center;
	background-size: cover; border: 5px solid #d2d2d2;}