.entry-header {
	text-align: center;
	color: #DD4D44;
}


/*POLIMER-BUTTON*/
a.polimer-button {
    border: 1px #fff solid;
    background: #2E5EA0;
    color: #fff;
    padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease !important;
}

a.polimer-button:hover{
    border: 1px solid #DD4D44;
    background: #DD4D44;
    color: #fff;
	transition: all 0.3s ease !important;
}


/*BLUE-BOX*/

div.blue-box {
	color: #fff;
	background-color: #2E5EA0;
	padding: 10px;
	box-shadow: 5px 5px 10px #000;
	border: 2px #fff double;
	font-size: 1.2em;
	text-align: justify;
	text-indent: 1em;
	margin-bottom: 10px;
}

.blue-box ul {
	list-style: square;
}

div.blue-box h3, div.blue-box h4, div.blue-box h5 {
	text-align: center;
}



span.circle-num{
	display: inline-grid;
   /* border-radius:15px;*/
    width:content;
    height:35px;
	padding: 0px 10px;
	margin-right: 5px;
    color:#FFFFFF;
    cursor:pointer;
    line-height:35px;
    text-align:center;
    background: #DD4D44;
    border: 1px solid #fff;
}


span.circle-num.green{
	display: inline-grid;
   /* border-radius:15px;*/
    width:content;
    height:35px;
	padding: 0px 10px;
	margin-right: 5px;
    color:#FFFFFF;
    cursor:pointer;
    line-height:35px;
    text-align:center;
    background: #47B14B;
    border: 1px solid #fff;
	text-indent: initial;
}

span.circle-num.red{
	display: inline-grid;
   /* border-radius:15px;*/
    width:35px;
    height:35px;
	padding: 0px 10px;
	margin-right: 5px;
    color:#FFFFFF;
    cursor:pointer;
    line-height:35px;
    text-align:center;
    background: #ba0606;
    border: 1px solid #fff;
	text-indent: initial;
}

span.circle-num.orange{
	display: inline-grid;
   /* border-radius:15px;*/
    width:35px;
    height:35px;
	padding: 0px 10px;
	margin-right: 5px;
    color:#FFFFFF;
    cursor:pointer;
    line-height:35px;
    text-align:center;
    background: #DD4D44;
    border: 1px solid #fff;
	text-indent: initial;
}






/*WHITE-BOX*/

div.white-box {
	/*color: #fff;*/
	padding: 10px;
	box-shadow: 5px 5px 10px #000;
	border: 6px #DD4D44 double;
	font-size: 1.2em;
	text-align: justify;
	text-indent: 1em;
	margin-bottom: 25px;
}

div.white-box h3, div.white-box h4, div.white-box h5 {
	text-align: center;
	color: #2E5EA0
}




div.white-box.blue {
	/*color: #fff;*/
	padding: 10px;
	box-shadow: 5px 5px 10px #000;
	border: 6px #2E5EA0 double;
	font-size: 1.2em;
	text-align: justify;
	text-indent: 1em;
	margin-bottom: 25px;
}

div.white-box.blue h3, div.white-box.blue h4, div.white-box.blue h5 {
	text-align: center;
	color: #DD4D44
}





.white-box ul {
	list-style: square;
}

div.white-box h3, div.white-box h4, div.white-box h5 {
	text-align: center;
}






div.algoritm {
	color: #fff;
	background-color: #47B14B;
	padding: 10px;
	box-shadow: 5px 5px 10px #000;
	border: 5px #fff double;
	font-size: 1.1em;
	text-align: justify;
}


.algoritm a {
    border: 1px #fff solid;
    background: #174EA5;
    color: #fff;
    padding: 8px;
	text-decoration: none;
	text-transform: uppercase;

}

.algoritm a:hover{
    border: 1px solid #174EA5;
    background: #fff;
    color: #000d37;
	transition: all 0.3s ease !important;
}



.algoritm a {
    border: 1px #fff solid;
    background: #174EA5;
    color: #fff;
    padding: 8px;
	text-decoration: none;
	text-transform: uppercase;

}

.algoritm a:hover{
    border: 1px solid #174EA5;
    background: #fff;
    color: #000d37;
	transition: all 0.3s ease !important;
}








div.spravka {
	color: #000;
	padding: 10px;
	box-shadow: 5px 5px 10px #000;
	border: 5px #375CB5 double;
	font-size: 1.1em;
	text-align: justify;
}



/*ГРУППА КНОПОК НА странице "Справочная информация"*/
.btn-group button {
    background-color: #174EA5; 
    border: 1px solid #fff; 
    color: #fff; 
    padding: 10px 24px;
    cursor: pointer;
    float: left; 
	height: 80px;
	
}

.btn-group button:not(:last-child) {
    border-right: none; 
}


.btn-group:after {
    content: "";
    clear: both;
    display: table;
	margin-bottom: 10px;
}


.btn-group button:hover {
    background-color: #3e8e41;
	transition: all 0.3s ease !important;
}






/*COURSE TABLE*/
table.course-table {
	display: table;
}

table.course-table img{
	width: 100%;
	transition: all 0.3s ease !important;
}

table.course-table img:hover {
   -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 0.3s ease !important;
}

//*********************//

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1200px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;*/
	max-width: 600px;
	/*max-height: 400px;*/
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid.one figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;*/
	max-width: 100%;
	/*max-height: 400px;*/
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}


@media screen and (max-width: 400px) {
	.grid figure {
		width: 100%;
		/*min-width: 320px;*/
	}

}




.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** ФОТО со ссылками *****/
/*---------------*/


figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: 100%;
	height: auto;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: center;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia a {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
	text-indent: initial;
}

figure.effect-julia a:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia a:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia a:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover a:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover a:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover a:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-julia h3, figure.effect-julia h4 {
	color: #fff;
}


*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
 
/*a {
	outline: none;
	color: #3498db;
	text-decoration: none;
}

a:hover, a:focus {
	color: #528cb3;
}

section {
	padding: 1em;
	text-align: center;
}*/

.content {
	margin: 0 auto;
	max-width: 1200px;
}

.content > h2 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: #484B54;
	font-weight: 800;
	font-size: 1.5em;
}

.content > h2:first-child {
	padding-top: 0em;
}





/* Demo links */
.codrops-demos {
	clear: both;
	padding: 1em 0 0;
	text-align: center;
}

.content + .codrops-demos {
	padding-top: 5em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0 5px;
	padding: 1em 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
	background: #3c414a;
	color: #fff;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	clear: both;
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	display: inline-block;
	margin: 20px 10px;
	padding: 25px;
	border: 1px solid #4f7f90;
	text-align: center;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

@media screen and (max-width: 25em) {
	.codrops-header {
		font-size: 75%;
	}
	.codrops-icon span {
		display: none;
	}
}




/*СПИСОК НУМЕРОВАНЫЙ*/


ol{
 counter-reset: li; /* Инициируем счетчик */
 list-style: none; /* Удаляем нумерацию по умолчанию */
 *list-style: decimal; /* Оставляем нумерацию по умолчанию для IE6/7 */
 font: 15px 'trebuchet MS', 'lucida sans';
 padding: 0;
 margin-bottom: 2em;
 text-shadow: 0 1px 0 rgba(255,255,255,.5);
 font-size: 1.2em;
}

ol ol{
 margin: 0 0 0 2em; /* Добавляем левый отступ для вложенных списков */
}  

.rectangle-list a{
 position: relative;
 display: block;
 padding: .4em .4em .4em .8em;
 *padding: .4em;
 margin: .5em 0 .5em 2.5em;
 background: #ddd;
 color: #444;
 text-decoration: none;
 transition: all .3s ease-out;
}

.rectangle-list a:hover{
 background: #eee;
}      

.rectangle-list a:before{
 content: counter(li);
 counter-increment: li;
 position: absolute;
 left: -2.5em;
 top: 50%;
 margin-top: -1em;
 background: #DD4D44;
 height: 2em;
 width: 2em;
 line-height: 2em;
 text-align: center;
 font-weight: bold;
 color: #fff;
}

.rectangle-list a:after{
 position: absolute;
 content: '';
 border: .5em solid transparent;
 left: -1em;
 top: 50%;
 margin-top: -.5em;
 transition: all .3s ease-out;
}

.rectangle-list a:hover:after{
 left: -.5em;
 border-left-color: #DD4D44;
}  


/*СПИСОК НЕ НУМЕРОВАНЫЙ*/

.list6b {
    padding:0;
    list-style: none !important;
}
.list6b li{
    padding:6px;
}


.blue-box .list6b li:before{
	color: #fff;
}

.list6b li:before {
    padding-right:10px;
    font-weight: bold;
    color: #2E5EA0;
    content: "\2714";
    transition-duration: 0.5s;
}
.list6b li:hover:before {
    color: #DD4D44;
    content: "\2714";
}    


article.item.item-page h1 {
	text-align: center;
	color: #2E5EA0;
}



figure.effect-julia figcaption h4, figure.effect-julia figcaption h4{
	border: 1px solid;
    margin: 10px auto;
    padding: 10px;
	background-color: rgba(0,0,0,0.4);
}



.grid.line figure figcaption {
    padding: 0;
}


.grid.line figure figcaption h4, .grid.line figure figcaption h5 {
    color: #fff;
}


.grid.line figure.effect-julia figcaption h4, .grid.line figure.effect-julia figcaption h4 {
     background-color: rgba(255,0,0,0.4);
}