
/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
::-moz-focus-inner { border: 0; padding: 0; }
body { margin:0; padding:0;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

div{ margin:0; outline:0;}
ul {outline:0;}
a:active,
a:hover {
  outline: 0;
}
/*убираем бордюры*/
img, a:link img, a:visited img, a:hover img, a:active img { border: 0; }
a:focus { border:0px; }
/*общее оформление ссылок*/
a { color: #075aaf; text-decoration: none; }
a:hover { color:#075aaf; text-decoration:underline; }


/*бэкграунд*/
html {
    background:#fff;
}
body {min-width:1160px; font-size: 16px; line-height: 1.3; color:#2e2e2e; font-weight:normal;}
 
/*разделитель*/
.clear { height:0px; width:100%; clear:both; }

/*все дивы в бокссайз бордер бокс*/
div {
	box-sizing: border-box;
}

/* обновите браузер*/
.browserupgrade {
	text-align:center;
	padding:10px;
	background:#fff;
	border-bottom:3px solid #000;
}
.browserupgrade a {
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}

/* шрифт */

body {font-family: Open Sans, Arial;}


/* Типографика */
h1 {
	font-weight:normal;
	font-size:34px;
	line-height:42px;
	padding:0;
	margin:30px 0px 20px;
	text-transform:uppercase;
}
h2 {
	font-weight:normal;
	font-size:28px;
	line-height:36px;
	padding:0;
	margin:30px 0px 20px;
	text-transform:uppercase;
}
h3 {
	font-weight:bold;
	font-size:24px;
	line-height:30px;
	margin:10px 0px 5px;
	padding:10px 0;
	color:#333;
}
p {
	margin:0 0 15px;
}




/*центрируем блоки*/
.center-box {
	margin:0 auto;
	width:1100px;
	position:relative;
}

/* header-line */

.header-line {
    position:relative;
    background:#e5e5e5;
    z-index:200;
    color:#000;
    height:auto;
    overflow:hidden;
    border-bottom: 1px dashed #999;
}

	.header-line .name-box {
        width:600px;
        height:auto;
        padding:15px 0;
        font-weight:bold;
        text-align:center;
        font-size:40px;
        line-height:50px;
        margin:0 auto;
	}
	.header-line .name-box a {
        color:#000;
        text-decoration:none;
	}
	.header-line .name-box img {
        height:200px;
        max-width:100%;
	}
	.header-line .name-box a span {
        color:#f17f5b;
	}
	

/*навигация*/	
.nav-line {
    position:relative;
    background:#0b5fa9;
    z-index:150;
    color:#e5e5e5;
    box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.mob-menu {
    display:none;
}

.nav-line a {
    color:#e5e5e5;
}

.nav-line ul.menu {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
}

.nav-line ul.menu li {
    display:inline-block;
    margin:0 30px;

}
.nav-line ul.menu li a {
    display:block;
    padding:15px 25px;
    position:relative;
    text-transform:uppercase;
}




/*.nav-line ul.menu li.active a {
    background:#ffad61;
    color:#fff;
}*/



		

			

/* slider */
.slider-line {
    border-bottom:1px solid #2e2e2e;
    background:url(/images/ut1.jpg) center no-repeat;
    background-size:cover;
    height:400px;
}
    .slider-line .center-box {
        height:400px;
        padding:100px 0;
        font-size:24px;
        line-height:40px;
    }
    .slider-line .sli {
        padding:20px;
        background:rgba(0,0,0,0.4);
        color:#fff;
        width:800px;
        border-radius:5px;
    }
    .slider-line .sli strong {
        
    }


/*title*/
.title-line {
    background: #e5e5e5;
}
.title-line h1 {
    margin:0;
    padding:10px 0;
}
.title-line h2 {
    margin:0;
    padding:10px 0;
}


/* content-line */
.content-line {
	/*min-height:300px;*/
	position:relative;
	font-size: 16px;
}
.content-line.dark {
	background:#253778;
	color:#fff;
}
    .content-line.dark h3 {
    	color:#fff;
    }

.content-line .main {
    overflow:hidden;
    padding:30px 0;
}

table {
    border: 0;
    border-collapse: collapse;
    max-width: 100%;
    margin: 0;
    background:#fafafa;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

table td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding:10px;
    width:auto;
}

table th {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding:10px;
    width:auto;
    background:#ecebf0;
    text-align:left;
    text-transform:uppercase;
    letter-spacing:1px;
}
table p {
    margin:0 0 10px;
    padding:0;
}
table tr:nth-child(2n) {
    background:#fff;
}
table img {
    display:block;
    width:400px;
}



.map-line {
    height:400px;
    position:relative;
}
.map-line .center-box {
    height:0;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-550px;
}
.map-wrap {
    height:400px;
    position:relative;
}
.map-text {
    height:auto;
    position:relative;
    margin-top:60px;
    padding:40px 40px;
    background:#fff;
    border-radius:5px;
    float:left;
    width:400px;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
    
}

/* footer-line */

.footer-line {
    background:#eee;
    z-index:150;
    color:#1c1d21;
}
.footer-line.footer2 {
    background:#1c1d21;
}
    .footer-line .center-box {
        padding:20px 0;
    }

    .footer-line a {
        color:#fff;
    } 
    	.footer-line .links {
    	    margin-bottom:10px;
    	}
    
        	.footer-line  a.mail {
                display:block;
                font-size:18px;
                line-height:30px;
                padding:5px 0;
                height:30px;
                color:#000;
                text-decoration:underline;
                text-align:center;
        	}
        .footer-line .adres {
    	    text-transform:uppercase;
    	    font-size:21px;
    	    margin-bottom:10px;
    	    text-align:center;
    	}
    	.footer-line .telefon {
            font-weight:bold;
            font-size:28px;
            line-height:32px;
            text-align:center;
    	}

/*******/


/* ДОПОЛНИТЕЛЬНОЕ ОФОРМЛЕНИЕ */
/*листалка для постраничного вывода*/
.pagination
{
text-align:center;
margin-top:30px !important;
padding-top:10px !important;
border-top:1px solid #aaa;
}

.pagination ul
{
list-style: none;
}
.pagination ul li
{
display: inline-block;
margin-left:2px;
margin-right:2px;
}
.pagination ul li span, .pagination ul li a
{
    padding: 2px 15px;
    line-height: 18px;
    border: 1px solid #999;
    color:#999;
    border-radius: 3px;
}
.pagination ul li a
{
    border: 1px solid #065b9c;
    color:#065b9c;
}


#lightbox-wrap, #lightbox-wrap * {
    box-sizing: unset;
}



    


