

/* ==========================================================================
   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: 'Montserrat', sans-serif;}


/* Типографика */
h1 {
	font-weight:700;
	font-size:36px;
	line-height:44px;
	padding:0;
	margin:80px 0px 20px;
	text-transform:uppercase;
	text-align:center;
}
.subtitle {
    font-size:20px;
    line-height:24px;
    margin:20px auto;
    text-align:center;
}
h2 {
	font-weight:bold;
	font-size:28px;
	line-height:36px;
	padding:0;
	margin:30px 0px 20px;
	text-transform:uppercase;
}
.page-header h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color:#000;
    text-transform:none;
}
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:1200px;
	position:relative;
}

/* header-line */

.header-line {
    position:relative;
    background:#fff;
    z-index:200;
    color:#000;
    height:auto;
    overflow:hidden;
}
.header-line .center-box {
    padding:40px 0 20px;
}
.header-logos {
    float:left;
    width:600px;
}
.header-logos img {
    display:block;
}
.header-logos .logo {
    float:left;
    display:block;
    margin-right:30px;
}
.header-logos .official {
    float:left;
    display:block;
    margin-top:20px;
    
}
.header-contacts {
    float:right;
    width:600px;
}
.telefon {
    display:block;
    float:right;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    margin-top:20px;
    margin-right:40px;
    color:#000;
    text-decoration:none;
}
.telefon:hover {
    color:#DC141A;
    text-decoration:none;
}
.fosbtn {
    display:block;
    float:right;
    font-size:13px;
    line-height:20px;
    text-transform:uppercase;
    color:#fff;
    background:#DC141A;
    border-radius:20px;
    padding:10px 30px;
    margin-top:20px;
    float:right;
    text-decoration:none;
    cursor:pointer;
    box-sizing: border-box;
    border:1px solid #DC141A;
}
.fosbtn:hover {
    background:#fff;
    color:#DC141A;
    text-decoration:none;
}
.fosbtn.btn_dark {
    background:#555;
    border:1px solid #555
}
.fosbtn.btn_dark:hover {
    background:#fff;
    color:#555;
    border:1px solid #555
}

.firstsub {
    margin-bottom:80px;
}

.bitems {
    overflow:hidden;
    padding:40px 0 80px;
}
.bitem {
    width:330px;
    float:left;
    text-align:center;
    margin:10px 52px;
    color:#000;
    text-decoration:none;
}
.bitem:hover {
    color:#000;
    text-decoration:none;
}
.bitem:first-child {
    margin-left:0;
}
.bitem:last-child {
    margin-right:0;
}
.bitem-img {
    margin-bottom:40px;
}
.bitem-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom:5px;
}
.bitem:hover .bitem-title {
    color:#DC141A;
}
.bitem-desc {
    font-size: 16px;
    line-height: 24px;
}


	

/*навигация*/	
.nav-line {
    position:relative;
    background:#fdfdfd;
    z-index:150;
}

.mob-menu {
    display:none;
}

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

.nav-line ul.menu {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
    font-size: 20px;
}

.nav-line ul.menu ul {
    display:none;
    margin:0;
    padding:30px 35px;
    width:250px;
}

.nav-line ul.menu li {
    position:relative;
    display:inline-block;
    padding:35px 0;
    margin-right:40px;
}
.nav-line ul.menu li.parent {
    padding:35px 30px 35px 0;
    background:url(../images/menu-arr.png) right center no-repeat;
}
.nav-line ul.menu li:last-child {
    margin-right:0;
}
.nav-line ul.menu li a {
    display:block;
    padding:0;
    position:relative;
}
.nav-line ul.menu li a:hover {
    color:#DC141A;
}
.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-top:35px;
}


.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;
}


/* slider */
.slider-line {
    background:#F8F5EF url(/images/slider.png) center no-repeat;
    background-size:cover;
    height:500px;
}
.slider-line .center-box {
    overflow:hidden;
}
.noslider-line {
    height:0px;
    width:100%;
    border-bottom:1px solid #555555;
}
.slider-title {
    font-weight: 500;
    font-size: 55px;
    line-height: 67px;
    color:#000;
    margin-top:130px;
}
.slider-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color:#000;
    margin-top:20px;
    margin-bottom:60px;
}

.slider-line .fosbtn {
    float:left;
    margin-right:20px;
}




			




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


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

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


/* footer-line */

.footer-line {
    background: #555555;
    z-index:150;
    color:#fff;
    font-size:14px;
    line-height:20px;
}
.footer-line .center-box {
    padding:60px 0 80px;
}
.foot1 {
    float:left;
    min-height:100px;
    width:510px;
}
.foot2 {
    float:left;
    min-height:100px;
    width:240px;
}
.foot3 {
    float:left;
    min-height:100px;
    width:240px;
}
.foot4 {
    float:left;
    min-height:100px;
    width:210px;
    text-align:right;
}

.footer-line a {
    color:#fff;
    text-decoration:none;
}
.footer-line a:hover {
    color:#fff;
}
.footer-line .doptop {
    margin-top:40px;
}
.footer-line .tell {
    font-size:24px;
}
.footer-line p {
    margin-bottom:20px;
}


.footer-line ul.menu {
    display:block;
    margin:0;
    padding:0;
    list-style:none;
    font-size:18px;
}
.footer-line ul.menu li {
    display:block;
    margin-bottom:20px;
}



.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;
    border-radius: 15px;
    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: -32px;
        right: -32px;
        background: url(../images/fos-close.png) top center no-repeat;
        cursor: pointer;
        z-index:100;
    }
    .fos-box .fos-box-title {
        height: auto;
        font-weight:400;
        color:#000;
        font-size: 40px;
        line-height: 40px;
        margin-bottom:10px;
        margin-right:-10px;
    }
    .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;
    }
    .blo-check.error {
        background: #ff000011;
    }



/**/
.content-line table {
    border: 0;
    border-collapse: collapse;
    max-width: 100%;
    margin: 20px 0;
    width: 100%;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}


.content-line table td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding:10px;
    width:auto;
    white-space: nowrap;
}
.content-line table td:nth-child(1) {
    white-space: normal;
}
.content-line table thead td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding:10px;
    width:auto;
    background:#ecebf0;
    text-align:left;
    letter-spacing:1px;
    font-weight:bold;
}
.content-line table p {
    margin:0;
    padding:0;
}
.content-line table tr:nth-child(2n) {
    background:#fff;
}

.price_table tbody td:last-child {
    background:#fff;
    color:#DC141A;
    cursor:pointer;
}
.price_table tbody td:last-child:hover {
    background:#DC141A;
    color:#fff;
}


/*******/


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



