/* ==========================================================================
   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: #7d6456; text-decoration: none; }
a:hover { color:#7d6456; text-decoration:underline; }


/*бэкграунд*/
html {
    background:#fff url(../images/bg2.png) left center repeat;
}
body {min-width:1000px; font-size: 18px; line-height: 1.3; color:#3b3b3b; 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;
}

/* шрифт */
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../fonts/HelveticaNeueCyr-Roman.eot');
  src: url('../fonts/HelveticaNeueCyr-Roman.otf') format('otf'),
       url('../fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'),
       url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
       url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../fonts/HelveticaNeueCyr-Medium.eot');
  src: url('../fonts/HelveticaNeueCyr-Medium.otf') format('otf'),
       url('../fonts/HelveticaNeueCyr-Medium.woff2') format('woff2'),
       url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
       url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../fonts/HelveticaNeueCyr-Light.eot');
  src: url('../fonts/HelveticaNeueCyr-Light.otf') format('otf'),
       url('../fonts/HelveticaNeueCyr-Light.woff2') format('woff2'),
       url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
       url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

body {font-family: HelveticaNeueCyr, Arial;}


/* Типографика */
h1 {
	font-weight:bold;
	font-size:28px;
	line-height:36px;
	text-align:center;
	padding:20px;
	margin:40px 0px 20px;
	text-transform:uppercase;
}
h2 {
	font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    padding: 0;
    margin: 50px 0 20px;
    color: #30201a;
}
h3 {
	font-weight:bold;
	font-size:21px;
	line-height:28px;
	margin:20px 0px 10px;
}
p {
	margin:0 0 15px;
}

img {
    max-width:100%;
    height:auto;
}

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

/* header-line */

.header-line {

}

	.header-line .logo-box {
        float:left;
        width:500px;
        text-align:left;
        padding:10px 0;
	}
    	.header-line .logo-box img {
            height:140px;
    	}
    .header-line .header-box {
        float:left;
        width:700px;
        text-align:right;
        padding:10px 0;
	}
    	.header-line .header-box .top-tel {
            margin-top:50px;
            line-height:52px;
            font-size:46px;
            font-weight:bold;
            color:#30201a;
    	}
    	.header-line .header-box .top-tel a {
            color:#30201a;
    	}
    	.header-line .header-box .top-messanger {

    	}
        	.header-line .header-box .top-messanger .messanger_btn {
                display: inline-block;
                margin: 0 0 0 20px;
                font-weight: bold;
                font-size: 18px;
                line-height: 21px;
        	}
    	
    	
	

.nav-line {
    background:#fedf53;
    height:54px;
    border-top:2px solid #fedf53;
    border-bottom:2px solid #fedf53;
}
    .nav-line .mob-menu {
        display:none;
    }
    .nav-box ul {
        display:block;
        margin:0;
        padding:0;
        height:50px;
        width:100%;
        background:#fff;
        list-style:none;
        text-align:center;
    }
        .nav-box ul li {
            display:inline-block;
            /*float:left;*/
            height:50px;
        }
        
            .nav-box ul li a {
                display:block;
                padding:10px 20px;
                height:30px;
                line-height:30px;
                font-size:21px;
                color:#30201a;
            }
            .nav-box ul li a:hover {
                background:#eee;
            }
            .nav-box ul li a.polic {
                /*background:#aaa url(../images/polic2.jpg) center no-repeat;*/
                color:#000 ;
                border-left:0px solid #aaa;
                border-right:0px solid #aaa;
            }
            .nav-box ul li.active a {
                text-decoration:underline;
            }
            

.content-line {
    
}
    .content-line .center-box {
        padding-bottom:50px;
    }
        .content-line .main {

        }

            .content-line .main table {
                /*display:block;*/
                border-top:1px solid #30201a;
                border-left:1px solid #30201a;
                border-collapse: collapse;
                margin:20px 0;
            }
            /*.content-line .main table tr:first-child td {
                border-top:2px solid #2f4e00;
            }*/
            .content-line .main table td {
                border-bottom:1px solid #30201a;
                border-right:1px solid #30201a;
                padding:3px 10px;
                vertical-align: top;
            }
            .content-line .main table tr:first-child td {
                background:#fdf0b3;
                font-weight:bold;
            }
dd.published {
    margin: 0;
    color: #999;
    font-style: italic;
}

.kurs-item {
    width: 500px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    margin: 10px 0;
    border-radius: 10px;
    border: 1px solid #eee;
}
    .kurs-icon {
        width: 100px;
        float: left;
        margin-right: 20px;
    }
        .kurs-icon img {
            display:block;
        }
    .kurs-text {
        float: left;
        width: 330px;
    }
    .kurs-title {
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        margin-top: 30px;
    }


	
.footer-line {
    background:#7d6456;
    
}	
    .footer-line .footer {
        padding:30px 0;
        position:relative;
    }
    
    .footer-line .footer-devel {
        position:absolute;
        bottom:30px; 
        right:0;
        color:#d0b9ac;
    }
        .footer-line .footer-devel a {
            text-decoration:underline;
            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;
}


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