/*ВНИМАНИЕ!!!
В данном файле прописаны общие стили для всех трех шаблонов*/

/**************************************************************** FONTS */

@import url(https://fonts.googleapis.com/css?family=PT+Sans);

@font-face {
font-family: PFDinDisplayPro-Regular;
src: url(/fonts/PFDinDisplayPro/PFDinDisplayPro-Regular.ttf);
}

@font-face {
font-family: PFDinDisplayPro-Light;
src: url(/fonts/PFDinDisplayPro/PFDinDisplayPro-Light.ttf);
}

@font-face {
font-family: PFDinDisplayPro-Thin;
src: url(/fonts/PFDinDisplayPro/PFDinDisplayPro-Thin.ttf);
}

@font-face {
font-family: PFDinDisplayPro-ExtraThin;
src: url(/fonts/PFDinDisplayPro/PFDinDisplayPro-ExtraThin.ttf);
}



/**************************************************************** PRINT  */
@media print {
    * {
        background: none !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
 
        /* Images, vectors and such */
        filter: Gray();                          /* IE4-8: depreciated */
        filter: url('desaturate.svg#grayscale'); /* SVG version for IE10, Firefox, Safari 5 and Opera */
        -webkit-filter: grayscale(100%);         /* Chrome + Safari 6 */
        -moz-filter: grayscale(100%);            /* Future proof */
        -ms-filter: grayscale(100%);             /* Future proof */
        -o-filter: grayscale(100%);              /* Future proof */
        filter: grayscale(100%);                 /* Future proof or polyfilled */
    }
 
    a {
        text-decoration: underline;
    }
 
    a[href]:after {
        content: " (" attr(href) ")"; 
    }
 
    a[href="#"],
    a[href="javascript:"] {
        content: "";
    }
}


/**************************************************************** Показ блоков на разных экранах  */
@media (min-width: 767px) {
	.screen_hidden {
		display:none !important;
	}
}
@media (max-width: 767px) {
	.mobile_hidden {
		display:none !important;
	}
}

/**************************************************************** SITE */

/*Блоки*/

.w100 {width:100%;clear:both;}
.w90 {width:90%;}
.w85 {width:85%;}
.w80 {width:80%;}
.w75 {width:75%;}
.w70 {width:70%;}
.w60 {width:60%;}
.w50 {width:50%;}
.w40 {width:40%;}
.w33 {width:33.33%;}
.w30 {width:30%;}
.w25 {width:25%;}
.w20 {width:20%;}
.w16 {width:16.66%;}
.w15 {width:15%;}
.w10 {width:10%;}

.w100,
.w90,
.w85,
.w80,
.w75,
.w70,
.w60,
.w50,
.w40,
.w33,
.w30,
.w25,
.w20,
.w16,
.w15,
.w14,
.w10 {
	float:left;
	position:relative;
	box-sizing:border-box;
	min-height:1px;
}

.row { /*Блок, в котором колонки ставятся в один ряд с одинаковой высотой*/
	display:table;
	width:100%;
	table-layout:fixed;
}

.column_in_row { /*Колонки в блоке с классом .row*/
	display:table-cell;
	vertical-align: top;
	float:none;
}

/*Основные теги и классы*/

.site h1{
	font-size: 36px;
    margin: 0;
    /*padding: 10px 0;*/
    font-weight: normal;
    line-height: 1em;
    color: #093176;
}

.site h2{
	font-size:48px;
	margin: 0;
    /*padding: 10px 0;*/
	line-height:1em;
	font-weight:normal;
}

.site h3{
	color:#093176;
	font-size:31px;
	margin: 15px 0;
    /*padding: 10px 0;*/
	font-weight: normal;
	/*line-height:1.1em;*/
}

.site h4{
	color: #093176;
    font-size: 24px;
	margin: 0;
    padding: 10px 0;
	line-height:1em;
	font-weight:normal;
}

.site h5{
	color: #093176;  
	font-size:16px; 
	margin: 0;  
	padding: 10px 0; 
	line-height:1em; 
	font-weight:normal; 
	text-transform:uppercase;
}

.site p {
	/*text-align:left;
	font-size:14px;
	line-height: 20px;
	margin:0;
	padding:0;
	padding-left: 3px;
    padding-right: 2px;
	padding-bottom:14px;;*/
}

.site br {
	font-size:14px;
	line-height: 1.4em;
	margin:0;
	padding:0;
}

.site hr {
	margin:10px 0;
    border-width: 1px;
    border-color: #999;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.site a {
	color: inherit;
	padding: 0;
	margin: 0;
}

.site a:active,
.site a:hover {
    text-decoration: none;
}

.site .button,
.site .button_light {
	text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: background 400ms,color 400ms;
    -webkit-transition-delay: ease,ease;
    -moz-transition: background 400ms ease,color 400ms ease;
    -o-transition: background 400ms ease,color 400ms ease;
    transition: background 400ms ease,color 400ms ease;
    border: 0;
    text-decoration: none;
    border-radius: 5px;
	cursor:pointer;
}

.site .button {
    background-color: #2a3953;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}

.site .button:hover {
    background-color: #222;
	text-decoration:none;
}

.site .button_light {
    background-color: #8ecbec;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

.site .button_light:hover {
    background-color: #093176;
	text-decoration:none;
}

.site .button_dark {
	text-align: center;
	background-color: #555;
	font-size: 18px;
	color:#fff;
	padding:10px 20px;
	text-transform:uppercase;
	letter-spacing:2px;
	display:inline-block;
	-webkit-transition: background 400ms,color 400ms;
	-webkit-transition-delay: ease,ease;
	-moz-transition: background 400ms ease,color 400ms ease;
	-o-transition: background 400ms ease,color 400ms ease;
	transition: background 400ms ease,color 400ms ease;
	border:0;
	text-decoration:none;
}

.site .button_dark:hover {
    background-color: #222;
	text-decoration:none;
}

.site ul {
	margin:15px 0 15px;
    list-style-type: disc;
    overflow: hidden;
}
.site ul:first-child {
	margin-top:0;
}

.site ul li {
	margin:7px 0;
	line-height: 1.2em;
}

.site ul li:first-child {
	margin-top:0;
}

.site ul p{
	padding-bottom:0;
	margin-top: 14px;
}

.site .list_no_markers {
	list-style: none;
}

.site table {
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #555;
	width:100%;
}

.site  thead{
	font-weight:bold;
	font-size:1.2em;
}

.site  td{
	border:1px solid #555;
	padding:10px;
	
}

.site .table_no_borders {
	border-collapse: collapse;
	border-spacing: 0;
	border:0;
	width:100%;
}

.site .table_no_borders  td{
	border:0;
	padding:0px;
	
}

.site input{
	border: 1px solid #809ece;
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    height: 40px;
    box-shadow: inset 3px 3px 7px #b9bec8;
    padding: 10px;
}

.site input[type="checkbox"],
.site input[type="submit"],
.site input[type="reset"]{
    width: auto;
    height: auto;
    max-width: 100%;
}

.site select{
	border: 1px solid #809ece;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    box-shadow: inset 3px 3px 7px #b9bec8;
    padding: 10px;
    max-width: 100%;
}

.site textarea{
	border: 1px solid #809ece;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    height: 100px;
    box-shadow: inset 3px 3px 7px #b9bec8;
    padding: 10px;
    resize: none;
}

.site .clear:before,
.site .clear:after {
    content: " ";
    display: table;
} 
.site .clear:after {
    clear: both;
} 
/* IE6/7 support */
.site .clear {
    *zoom: 1;
}

.page_title_block,
.block_title {
	position:relative;
}

.page_title_block .page_title,
.block_title .title_text {
	background: #fff;
    display: inline-block;
	max-width:91%;
	padding-right:10px;
}

.page_title_block .page_title_line,
.block_title .block_line {
	height: 4px;
    border-top: 1px solid #96ccf0;
    border-bottom: 1px solid #96ccf0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}

.bottom_block_line {
	height: 4px;
    border-top: 1px solid #96ccf0;
    border-bottom: 1px solid #96ccf0;
    width: 100%;
	clear:both;
}

a.link_to_all {
	position: absolute;
    right: 0;
    bottom: 0;
	color:#2c60ae;
}

.innerarticle_buttons,
.innersect_buttons {
	padding:10px 0 20px;
}

.innerarticle_buttons .innerarticle_btn_wrap,
.innersect_buttons .innersect_btn_wrap {
	text-align:center;
	padding: 5px 0;
}

.innerarticle_buttons .innerarticle_btn,
.innersect_buttons .innersect_btn {
	width:80%;
	padding:10px;
	font-size:16px;
}

