

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import "https://fonts.fontstorage.com/import/bebasneue.css";

@font-face {
  font-family: 'Block Pro Condensed';
  src: url('BlockPro.eot');
  src: url('BlockPro.eot?#iefix') format('embedded-opentype'),
	   url('BlockPro.otf') format('otf'),
       url('BlockPro.woff2') format('woff2'),
       url('BlockPro.woff') format('woff'),
       url('BlockPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Molot';
    src: url('Molot.eot');
    src: local('Molot'),
        url('Molot.eot?#iefix') format('embedded-opentype'),
        url('Molot.woff2') format('woff2'),
        url('Molot.woff') format('woff'),
        url('Molot.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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;
	font-family: 'Bebas Neue', arial;
}
h2 {
	font-weight:bold;
	font-size:50px;
	line-height:60px;
	padding:0;
	margin:60px 0px 70px;
	text-transform:uppercase;
	font-family: 'Bebas Neue', arial;
	color:#015794;
}
h2.first {
	margin:0px 0px 70px;
	color:#015794;
}
.logo-box h2.first {
    color: #fff;
    font-size: 50px;
    line-height: 40px;
    margin: -40px 0 10px;
    letter-spacing: 22.5px;
    font-family: 'Molot';
    font-weight:400;
}
h3 {
	font-weight:bold;
	font-size:32px;
	line-height:36px;
	margin:30px 0px 20px;
	padding:0;
	color:#333;
	font-family: 'Bebas Neue', arial;
}
p {
	margin:0 0 15px;
}




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

/* header-line */

.header-line {
    position:relative;
    background:#055995;
    z-index:200;
    color:#fff;
    height:auto;
    overflow:hidden;
}
.header-line .center-box {
    padding:70px 0 50px;
}


	.header-line .logo-box {
        float:left;
        width:800px;
        text-align:left;
        height:56px;
        padding:0;
        font-weight:bold;
        font-size:40px;
        line-height:56px;
        font-family: 'Bebas Neue', arial;
	}
	.header-line .logo-box img {
        display:inline-block;
        margin-right:20px;
	}

	
	.header-line .contact-box {
        float:right;
        width: 300px;
        text-align: right;
        height:56px;
        font-size:24px;
        line-height:56px;
        padding: 0;
        position:relative;
	}
	
	
	.header-line .contact-box .telefon {
        font-weight:bold;
        font-size:28px;
        line-height:50px;
	}

	.header-line .contact-box a {
        text-decoration:none;
        color:#fff;
	}


/*навигация*/	
.nav-line {
    position:relative;
    background:#06253b;
    z-index:150;
    color:#fff;
    font-size:20px;
    line-height:20px;
}
.mob-menu {
    display:none;
}

.nav-line a {
    color:#fff;
}
	.nav-line .contact-box {
        float:right;
        width: 270px;
	}
	.nav-line .contact-box a {
        display:block;
        height:46px;
        box-sizing: border-box;
        border:3px solid #fff;
        text-transform:uppercase;
        padding:11px 13px 15px 45px;
        margin-top:12px;
        text-decoration:none;
        text-align:center;
        cursor:pointer;
        background:url(../images/email.png) left 15px center no-repeat;
	}
	.nav-line .contact-box a:hover {
        background-color:#ffffff33;
	}

.nav-line ul.menu {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    width:800px;
}

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

}
.nav-line ul.menu > li > a {
    display:block;
    padding:25px 0;
    position:relative;
    text-decoration:none;
}
.nav-line ul.menu > li:hover > a {
    padding:25px 0 20px;
    border-bottom:5px solid #eee;
    border-image: linear-gradient(to right, #01579599, #00d5fc99) 5;
}
.nav-line ul.menu > li.active > a {
    padding:25px 0 20px;
    border-bottom:5px solid #eee;
    border-image: linear-gradient(to right, #015795, #00d5fc) 5;
}

.nav-line ul.menu ul {
    display:none;
    margin:0;
    padding:20px 25px;
    width:250px;
    
}
.footer-nav ul.menu ul {
    display:none!important;
}

.nav-line ul.menu > li:hover ul {
    display:block;
    position:absolute;
    background:#fff;
    box-shadow:0 0 5px rgba(0,0,0,0.2);
    margin-left:-25px;
    
}

.nav-line ul.menu > li ul li {
    display:block;
    padding:0;
    margin-bottom:20px;
    margin-right:0;
    font-size:14px;
}

.nav-line ul.menu > li ul li:last-child {
    display:block;
    margin-bottom:0;
    font-size:14px;
}

.nav-line ul.menu > li ul li a {
    display:block;
    position:relative;
    text-decoration:none;
    color:#055995;
}


.main {
    padding-bottom:50px;
}

/**/
.price-line {
    background:#7fa5c1 url(../images/pricefon.jpg) center bottom no-repeat;
    background-size:cover;
    color:#fff;
    font-size:24px;
    line-height:28px;
    
}
.price-line .center-box {
    padding:60px 0;
}

.price-line p {
    margin-bottom:20px;
    text-align:center;
    text-transform:uppercase;
}
.price-line .price-btn {
    display:block;
    width:250px;
    padding:10px;
    cursor:pointer;
    text-decoration:none;
    background:linear-gradient(to right, #015795, #00d5fc);
    color:#fff;
    margin:0 auto;
    text-align:center;
    font-size:20px;
    line-height:28px;
}



/**/
.activity-line {
    
}
.activity-line .center-box {
    padding:60px 0;
}

/**/
.service-line {
    background:#f1f1f1;
}
.service-line .center-box {
    padding:60px 0;
}

/**/
.info-line {
    
}
.info-line .center-box {
    padding:60px 0;
}

/**/
.company-line {
    background:#f1f1f1;
}
.company-line .center-box {
    padding:60px 0;
}


/*блоки*/
.bitems {
    overflow:hidden;
}
.bitem {
    display:block;
    float:left;
    margin:0 20px;
    background:#025793;
    color:#fff;
    width:340px;
    height:340px;
    padding:30px 20px;
    position:relative;
    box-sizing: border-box;
    cursor:pointer;
}
.bitem:hover {
    color:#fff;
    text-decoration:none;
}

.twocol .bitem {
    margin:0 10px;
    color:#fff;
    width:540px;
}

.bitem:first-child {
    margin-left:0;
}
.bitem:last-child {
    margin-right:0;
}
.bitem-fon {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
	z-index:50;
	background-size:cover!important;
}
.bitem:hover .bitem-fon {
    opacity:50%;
}
.bitem-title {
    font-weight:500;
    font-size:26px;
    line-height:32px;
    text-transform:uppercase;
	font-family: 'Bebas Neue', arial;
	margin-bottom:20px;
	position:relative;
	z-index:100;
}
.bitem-subtitle {
    font-size:14px;
    line-height:21px;
    position:relative;
	z-index:100;
}
.bitem-more {
    position:absolute;
    bottom:30px;
    left:20px;
    display:block;
    width:160px;
    padding:14px 25px 16px 15px;
    cursor:pointer;
    text-decoration:none;
    background:url(../images/arrbtn.png) right 15px center no-repeat, linear-gradient(to right, #015795, #00d5fc);
    color:#fff;
    margin:0 auto;
    text-align:center;
    font-size:18px;
    line-height:18px;
    box-shadow: 0 0 20px rgb(255 255 255 / 30%);
    z-index:100;
}
.bitem:hover .bitem-more {
    text-decoration:none;
    color:#fff;
    background:url(../images/arrbtn.png) right 15px center no-repeat, linear-gradient(to left, #015795, #00d5fc);
}
.activity1 {
    background:#1f4a69 url(../images/activity1.jpg) center no-repeat;
}
.activity2 {
    background:#1f4a69 url(../images/activity2.jpg) center no-repeat;
}
.activity3 {
    background:#1f4a69 url(../images/activity3.jpg) center no-repeat;
}
.services1 {
    background:#1f4a69 url(../images/services1.jpg) center no-repeat;
}
.services2 {
    background:#1f4a69 url(../images/services2.jpg) center no-repeat;
}
.info1 {
    background:#1f4a69 url(../images/info1.jpg) center no-repeat;
}
.info2 {
    background:#1f4a69 url(../images/info2.jpg) center no-repeat;
}
.info3 {
    background:#1f4a69 url(../images/info3.jpg) center no-repeat;
}

.bi-activity .bitem {
    height:450px;
}
.bi-info .bitem {
    height:400px;
}

.blogo {
    overflow:hidden;
    
}

.blogo a {
    float:left;
    margin:0 20px;
    background:transparent;
    width:340px;
    display:block;
    box-sizing: border-box;
}
.blogo a:first-child {
    margin-left:0;
}
.blogo a:last-child {
    margin-right:0;
}
.blogo a:hover {
    background:#a9c2d5;
}
.blogo img {
    display:block;
    width:100%;
    height:auto;
}
/*******/


.colbox {
    margin: 0 -15px 90px;
    overflow: hidden;
}
.colitem4 {
    width: 245px;
    margin: 0 15px;
    float: left;
}
.colitem3 {
    width: 345px;
    margin: 0 15px;
    float: left;
}

.map-text {
    position:absolute;
    top:35px;
    background:#fff;
    box-shadow:0px 4px 20px rgba(0, 0, 0, 0.1);
    padding:35px 35px;
    width:345px;
    font-size:14px;
}

.map-text h4 {
	font-weight:bold;
	font-size:24px;
	line-height:24px;
	margin:20px 0px 10px;
	padding:0;
	color:#333;
	font-family: 'Bebas Neue', arial;
}

.footer-nav {
    background:#055995;
    border-bottom:1px solid #ffffff33;
}
.footer-nav ul.menu li:hover a {
    padding:25px 0;
    border-bottom:0;
    color:#8bb9da;
}
.footer-nav ul.menu li.active a {
    padding:25px 0;
    border-bottom:0;
    color:#8bb9da;
}

.footer-line {
    position:relative;
    background:#055995;
    z-index:200;
    color:#fff;
    height:auto;
    overflow:hidden;
}
.footer-line .center-box {
    padding: 90px 0 50px;
}


	.footer-line .logo-box {
        float:left;
        width:800px;
        text-align:left;
        height:56px;
        padding:0;
        font-weight:bold;
        font-size:40px;
        line-height:56px;
        font-family: 'Bebas Neue', arial;
	}
	.footer-line .logo-box img {
        display:inline-block;
        margin-right:20px;
	}

	
	.footer-line .contact-box {
        float:right;
        width: 300px;
        text-align: right;
        height:56px;
        font-size:24px;
        line-height:56px;
        padding: 0;
        position:relative;
	}
	.footer-line .contact-box p.email {
        margin: 0;
        padding: 0;
        height: auto;
        font-size: 16px;
        line-height: 18px;
        overflow:hidden;
    }
    .footer-line .contact-box p.email a {
        display:block;
        float:right;
        padding-left:40px;
        height:20px;
        background:url(../images/email.png)left center no-repeat;
        cursor:pointer;
    }
	
	.footer-line .contact-box .telefon {
        font-weight:bold;
        font-size:28px;
        line-height:50px;
	}

	.footer-line .contact-box a {
        text-decoration:none;
        color:#fff;
	}
	

.fos-wrapper {
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 200;
}
.fos-box {
    display:none;
    position: fixed;
    left: 50%;
    top: 50%;
    width:620px;
    height:560px;
    margin-left: -310px;
    margin-top: -280px;
    padding: 50px 30px 50px 40px;
    background: #fff;
    background-size:cover;
    color: #333;
    z-index: 2200;
}

    .fos-box .fos-box-close {
        position: absolute;
        width: 32px;
        height: 32px;
        top: 20px;
        right: 20px;
        background: url(../images/fos-close.png) top center no-repeat;
        cursor: pointer;
        z-index:100;
    }
    .fos-box .fos-box-title {
        height: auto;
        font-weight:600;
        color: #015794;
        font-size: 50px;
        line-height: 60px;
        margin-bottom:10px;
        text-transform:uppercase;
	    font-family: 'Bebas Neue', arial;
    }
    .fos-box .fos-box-success {
        height: auto;
        font-weight:400;
        color:#F38535;
        font-size: 18px;
        line-height: 18px;
        margin-bottom:10px;
        margin-right:-10px;
        padding: 10px 0;
    }
    .fos-box .fos-box-subtitle {
        height: auto;
        font-weight:500;
        color:#DC141A;
        font-size: 18px;
        line-height: 26px;
        padding: 10px 0;
        margin-bottom:10px;
    }
    .fos-box .blo {
        margin: 20px 0 0;
    }
    .fos-box input[type="text"] {
        display: block;
        width: 100%;
        margin: auto;
        color: #344738;
        background: #F5F5F5;
        padding: 16px 20px;
        border-radius: 5px;
        border:0;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
        line-height:20px;
    }
    .fos-box .blo.error input[type="text"] {
        background: #ff000011;
    }
    .fos-box textarea {
        display: block;
        width: 100%;
        height:60px;
        margin: auto;
        color: #344738;
        background: #F5F5F5;
        padding: 16px 20px;
        border-radius: 5px;
        border:0;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
        line-height:20px;
    }
/*
    .fos-box input[type="submit"] {
        border: 0;
        background: #DC141A;
        border-radius: 50px;
        padding: 10px 30px 10px 30px;
        text-align: left;
        width: 190px;
        font-size:13px;
        line-height: 20px;
        color:#fff;
        text-transform: uppercase;
        cursor:pointer;
        text-align:center;
        border:1px solid #DC141A;
    }
    .fos-box input[type="submit"]:hover {
        background: #fff;
        color:#DC141A;
        border:1px solid #DC141A;
    }*/
    
    .fos-box input[type="submit"] {
        float: left;
        display: block;
        width: 160px;
        padding: 14px 25px 16px 15px;
        cursor: pointer;
        text-decoration: none;
        background: url(../images/arrbtn.png) right 15px center no-repeat, linear-gradient(to right, #015795, #00d5fc);
        color: #fff;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
        line-height: 18px;
        box-shadow: 0 0 20px rgb(255 255 255 / 30%);
        z-index: 100;
        border:0;
    }
    .blo-check.error {
        background: #ff000011;
    }


/* ДОПОЛНИТЕЛЬНОЕ ОФОРМЛЕНИЕ */
/*листалка для постраничного вывода*/
.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;
}


.pdf {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 10px 5px 40px;
    border-bottom: 1px solid #01579411;
    text-decoration: none;
    /* margin-bottom: 5px; */
    background: url(../images/pdf.png) left  center no-repeat;
    background-size: 24px;
}
.pdf:hover {
    border-bottom:1px solid #015794;
    text-decoration:none;
}

/*поиск*/
#searchForm  {
    margin-top:50px;
}
#searchForm input {
    height: 20px;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #aaa;
    outline: 0;
    width: 640px;
    background: #fff url(../images/search.png) left center no-repeat;
}

#searchForm button {
    height: 40px;
    background: #06253b;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    width: 100px;
    position: relative;
    cursor: pointer;
}

#searchForm .searchintro {
   margin:10px 0; 
}

#searchForm .search-results {
    margin:10px 0; 
}

/**/
.search-box {
    text-align: right;
    margin-top: -52px;
    padding-right: 0;
}
.search-box input {
    height: 40px;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #aaa;
    outline: 0;
    width: 190px;
    background: #fff url(../images/search.png) left center no-repeat;
    display:inline-block;
}

.search-box button {
    height: 40px;
    background: #06253b;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    width: 80px;
    position: relative;
    cursor: pointer;
}


