@font-face{
	font-family: 'Lato';
	src: url('../fonts/Lato-Regular.eot');
	src: url('../fonts/Lato-Regular.eot?iefix') format('eot'),
		 url('../fonts/Lato-Regular.woff') format('woff'),
		 url('../fonts/Lato-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family: 'Lato';
	src: url('../fonts/Lato-Italic.eot');
	src: url('../fonts/Lato-Italic.eot?iefix') format('eot'),
		 url('../fonts/Lato-Italic.woff') format('woff'),
		 url('../fonts/Lato-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face{
	font-family: 'Lato';
	src: url('../fonts/Lato-ThinItalic.eot');
	src: url('../fonts/Lato-ThinItalic.eot?iefix') format('eot'),
		 url('../fonts/Lato-ThinItalic.woff') format('woff'),
		 url('../fonts/Lato-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}
@font-face{
	font-family: 'Lato';
	src: url('../fonts/Lato-Bold.eot');
	src: url('../fonts/Lato-Bold.eot?iefix') format('eot'),
		 url('../fonts/Lato-Bold.woff') format('woff'),
		 url('../fonts/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

html,body{width:100%; height:100%}

html{
	color: #171717;
	font: 400 16px 'Lato', serif;
	min-width: 1010px
}

a{text-decoration:none}
button,hr{
	background: 0;
	border:0;
	margin:0;
	padding:0
}
img{display:block}
em{font-style:italic}
strong{font-weight:700}

h1,h2,h3,h4,h5,h6{
	display: block;
	padding: 5px 0;
	font:700 normal 1rem 'Lato', serif;
	text-align: left;
}
h1{
	color: #2b4290;
	font: 700 1.375rem/1.375rem 'Lato', serif;
	padding: 10px 0;
	text-transform: uppercase;
}
h2{
	color: #171717;
	font: 700 .85rem/.85rem 'Lato', serif;
	padding: 10px 0;
	text-transform: uppercase;
}

.clear{clear: both}

.w1010{
	margin: 0 auto;
	width: 1010px;
}

.background_none{background: none !important}

.page-content{
	width: 100%;
	height:100%;
}

.button{
	color:#2b4290;
	cursor: pointer;
	border: 1px solid #2b4290;
	border-radius: 45px;
	box-sizing: border-box;
	display: inline-block;
	font:700 normal .75rem/.75rem 'Lato', serif;
	padding:13px 20px;
	text-align: center;
}
.button,
.button::before,
.button::after{
	transition: .3s;
}
.button:hover{
	background: #2b4290;
	color: #FFF;
}
.button:hover::before,
.button:hover::after{
	filter: brightness(0) invert(1);
}

.readmore-button::after {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAKCAMAAADmZnyrAAAAbFBMVEUAAADeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXotOGAAAAAI3RSTlMAd1anx6yTnoAFG00QihIpCty8wAcBCcOdwdG5oah7jJsWruPMhtAAAABDSURBVHjahcGFAcNAEASxSczMzP7+e3QHexJKVmCpmn3A8KxvgmUJen6xcl4uIIyUe3YdhmMqkcbNz5FSv63R/l4CfPJLBFCTt94nAAAAAElFTkSuQmCC)
				no-repeat 50%;
	content: '';
	display: inline-block;
	height: 10px;
	margin-left: 7px;
	vertical-align: middle;
	width: 34px;
}
.back-button::before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAKCAMAAADmZnyrAAAAbFBMVEUAAADeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXeEBXotOGAAAAAI3RSTlMAd1Ybx6yTnoAFp02KKdwJvBChFgoSucF7B8OdrgGojJvA0TmzK0wAAABDSURBVHjahcGDAcAAEEWxV9s2bv8du8FvAkCeoR1tWSAl+9shLcGERmDXHCsOj213pIQM68mfxh8r0Pra90BLUhfhAysmBFA9vaCPAAAAAElFTkSuQmCC)
				no-repeat 50%;
	content: '';
	display: inline-block;
	height: 10px;
	margin-right: 7px;
	vertical-align: middle;
	width: 34px;
}

.header,.footer{
	-webkit-flex:0 0 auto;
		-ms-flex:0 0 auto;
			flex:0 0 auto;
			
	position: relative;
}
.main{
	-webkit-flex:1 0 auto;
		-ms-flex:1 0 auto;
			flex:1 0 auto
}

.aestudio {
	bottom: 0;
	display: block;
	font-size: 12px;
	color:#000;
	line-height: 15px;
	padding:12px 25px;
	position: absolute;
	right: 0;
}
.aestudio span{
	display: inline-block;
	vertical-align: bottom;
	text-decoration: none;
}
.aestudio:hover span {
	text-decoration: underline;
}
.aestudio .ae_logo{
	width: 74px;
	height:17px;
	margin-left:5px;
	background: url(../images/aestudio_logo.png);
}

/* fancybox settings */
.fancybox-overlay{background: rgba(0, 0, 0, .7);}

/*   popup form   */
.popup-layer{
	background-color: rgba(0,0,0,.7);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 500;
}
.popup-layer:not(.active){display: none}

.popup-layer__blk {
	background: #e3f1fc;
	left:50%;
	margin: 200px auto 0 auto;
	padding: 0;	
	width: 345px;
}
.feedback-form-heading {
	background: url(../images/feedback-form-heading_298x48.png) no-repeat 50% 0;
	height: 48px;
}
.popup-form {
	padding: 20px;
}
.popup-form .button {
	margin-top: 15px;
	width: 100%;
}
/*   /popup form   */


/* template page styles */
.text-content h1{
	color: #2b4290;
	font: 700 1.375rem/1.375rem 'Lato', serif;
	padding: 10px 0;
	text-transform: uppercase;
}
.text-content h2{
	color: #171717;
	font: 700 .85rem/.85rem 'Lato', serif;
	padding: 10px 0;
	text-transform: uppercase;
}
.text-content p{
	font-size: .875rem;
	line-height: 1.25rem;
	margin: 5px 0;
}

.text-content strong {
	font-weight: 700;
}

.text-content ul li{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAMAAADXT/YiAAAAOVBMVEUAAADiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzBUyEtlAAAAEnRSTlMACQiBCoD53IfF2yAMIYP33oJk3OvwAAAAPklEQVR42kWLRw6AMBDEJmVLQvf/H4sEEvho2VJp4dGK1AcAo2vnxRSQS8Iph6oV/HFbQuj6uv9VsXlMq7oBoe8DqXR5sh0AAAAASUVORK5CYII=) no-repeat 0 4px;
	line-height: 1.25rem;
	margin: 5px 0;
    padding-left: 15px;
}

.text-content ol{
	list-style: decimal;
}

.text-content ol li{
	font-size: .875rem;
	margin: 5px 0 5px 23px;
}

.text-content table td{
	padding:5px;
}
.text-content a,
a.link {
	border-bottom: 2px solid transparent;
	color: #2b4290;
	display: inline-block;
	text-decoration: none;
}
.text-content a:hover,
a.link:hover {
	border-color: #e3f1fc;
}

.table{
	display: table;
}
.row {
	display: table-row;
}
.cell{
	display: table-cell;
	vertical-align: middle;
}

/*breadcrumb*/
.breadcrumb {
	padding:15px 0;
}
.breadcrumb a,
.breadcrumb span{
	color:#171717;
	font: 700 .75rem 'Lato', serif;
	text-decoration:none
}
.breadcrumb a:hover{
	text-decoration: underline;
}
.breadcrumb span{color:#909090}
.breadcrumb a::after{
	content: '>';
	display: inline-block;
	vertical-align: middle;
	margin:0 5px;
}

.header::before,
.footer::before{
	background: #FFF;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 0;
}
.header::after,
.footer::after{
	background: #e3f1fc;
	content: '';
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 0;
}

/*header*/
.header .table,
.footer .table{
	position: relative;
	z-index: 1;
}
.header >.table > .cell{
	background: #e3f1fc;
	padding: 25px 0;
	text-align: center;
}
.header .cell.logo,
.footer .cell.logo{
	background: #FFF;
}

.logo{
	position: relative;
	width: 300px;
}
.logo__img{
	float:left;
	width: 113px;
	height: 102px;
}
.logo__name{
	border-left: 1px solid #adadad;
	color: #131b39;
	display: block;
	font: normal 700 .75rem/1.4rem 'Lato', serif;
	margin: 5px 0 5px 113px;
	padding: 0 7px;
	text-align: left;
	text-transform: uppercase;
}

.header-contacts{
	display: inline-block;
	margin: 0 10px;
}
.header-phone{
	color: #2b4290;
	display: block;
	font-weight: 700;
	line-height: 1.5rem;
	margin: 0 auto;
}

.header-phone-btn{
	margin-top: 10px;
}
.header-phone-btn::before{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAAAkFBMVEUAAADiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzAN3RdGAAAAMHRSTlMAMrelhV0GjZa/riJomaJzcBySwZyIR7DJDHkfWWmfgi7NxTpRqWRBTBcmgVVjAros762PAAAAnklEQVR42lXNRRLDQAwF0R7TgDmGMBnCcP/bZWVX9JZdKn1Q3Tggnbxzm20RnCqPuxTBQP0KrqItIDa3TLS6hCAJL+Iuh2hjE7HrgOCMkOZE3gfhvoppjkg7C98cSR+Iug0QhsycJrLNtvIKv2XiadCZCYq3qeMpLn1Ys14ckv04P0irB4Dym8Ex2a+eAPS2Ylb6rohB2ZY/vTZaLxU/F1gImO9TfHoAAAAASUVORK5CYII=)
		no-repeat center center;
	content: '';
	display: inline-block;
	height: 19px;
	margin-right: 7px;
	vertical-align: middle;
	width: 19px;
}

header-eye-block{
	position: relative;
	vertical-align: bottom;
}

.header-eye{
	display: block;
	height:20px;
	margin: 0 auto;
	padding: 8px;
	position: relative;
	transition: .1s;
	width: 36px;
}
.header-eye > span {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAMAAADSpG8HAAAAkFBMVEUAAAArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpArQpAbPK31AAAAL3RSTlMAqZfA4DPFAQ/KbBwX+M1Oh7hmQjrpCz5KWziSBKzwuzEw+2m1KZkSraCF1iSJ5d+3OgwAAADwSURBVHjalZJXbsNQDARXvVvVTe7dqXP/2wWQ4sgQHpBkvgcguUs9E3ixfXacsx17gcx49pQfprZnUOYOI5z5SEk2AEcoq7quSno2iZ5YbgGrbd9adTQuVwvYLvVgvQL8g6RAQV4UeaDUzS4HH1it1RHuIIv7c2YTgEmihruCOINd2DkRuHt980pnBSqPN2nvQhRKMx+iVNLic6H3NnwBIFfFQlIagT+T1bvSibk+oM+qUM3pMcd6lmoVgEkaxlEpBwzjhsVvx1LBBOPiQwR3GiXmCIYwL5mbGsIc1XLFbQy1jArGUPCvr/Kvp/vT+34BYUA0iPOPUVwAAAAASUVORK5CYII=)
		no-repeat center center;
	display: block;
	height: 100%;
	width: 100%;
}
.header-eye:hover span{
	opacity: .75;
}
.header-eye::after{
	background: #FFF;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
	color: #616161;
	content: attr(data-helper);
	display: block;
	font-size: .875rem;
	left: 50%;
	opacity: 0;
	padding: 5px 8px;
	position: absolute;
	top: 100%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .3s;
	visibility: hidden;
	white-space: nowrap;
	z-index: 5;
}
.header-eye:hover::after{
	opacity: 1;
	visibility: visible;
}

.search-back{
	display: inline-block;
	margin-top: 25px;
	position: relative;
}
.search-back input{
	background: transparent;
	border: 1px solid #c5d5eb;
	border-radius: 2px;
	box-sizing: border-box;
	color: #171717;
	font: normal 700 .75rem/.75rem 'Lato', serif;
	height: 38px;
	outline: none;
	padding: 0 45px 0 10px;
	transition: .2s;
	width: 225px;
}
.search-back input:focus{
	background-color: #d1e7f6;
	border-color: #2b4290;
}

.search-back input::-webkit-input-placeholder	{font-style:italic;color:#909090;opacity: 1}
.search-back input::-moz-placeholder			{font-style:italic;color:#909090;opacity: 1}
.search-back input:-moz-placeholder			{font-style:italic;color:#909090;opacity: 1}
.search-back input:-ms-input-placeholder		{font-style:italic;color:#909090;opacity: 1}
.search-back input::placeholder				{font-style:italic;color:#909090;opacity: 1}

.button-search{
	background:	url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAMAAAAmopZHAAAAkFBMVEUAAADiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzDiKzAN3RdGAAAAL3RSTlMA/QM5TgqW8esqdan5U2fW9cExbIOfBhgjYhCx5qXbzwIVt4wcSpJa4t1/yLpdQ4zZsmsAAAEdSURBVHjaZdBFYiMxEAXQ38zMJDWbXfe/3UwSyfhWwiIAQJvNR4sN+og3gW0V2c2dFe4ATy4tbaltDpzE0p7HOoXq2SIiFqieXcnj8mSqs+WuqmOSa0SFPL/FU245RphvaEjTFfnBG4w4HCOLKzu8ebQbcc7Cu28gm5Dq2PzSM8W5pTcMQk2r6Yl1fzjY8jyltpCJL3lNqezkhMtZrM8RkusIAKhsdyXZWa0ETjy0AJyIG2YEae8rrbe8/aok00Y6JINHtRF610KHHh+N3IQwJf6SAuW9I7M/+vHjQs1O5NsKJXfsSpDRggcnaPQK0Klx7Iuf48PaJ3ZXBoqLD3VvtcCBbvjg2J0KLAyfUmtQ8RzZkxZ34XHAN41bXvsPqh4WjZGZ730AAAAASUVORK5CYII=)
		no-repeat center center;
	cursor: pointer;
	height: 24px;
	position: absolute;
	right: 17px;
	top: 7px;
	transition: .2s;
	width: 23px;
}

.search-back input:not(:focus) + .button-search{
	-webkit-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .4;
}

.header__moodle-login{
	display: block;
	height: 96px;
	margin: 0 auto;
	width: 202px;
}
.header__moodle-login:hover{
	background-position: 0 -96px;
}

/*  navigator  */
.nav-bg{
	background: #2b4290;
	position: relative;
	z-index: 3;
}
.nav{
	/*display: inline-block;*/
	font-size: 0;
	position: relative;
	/*vertical-align: middle;*/
}
.nav__item{
	display: inline-block;
	vertical-align: middle;
}
.nav__item:hover{
	background-color: #e22b30;
}
.nav__item > a{
	color: #FFF;
	display: block;
	font: normal 700 .625rem/.625rem 'Lato', serif;
	padding: 1rem 0;
	text-transform: uppercase;
}
.nav__item > a span{
	border-left: 1px dotted #FFF;
	display: block;
	padding: 0 7px;
}
.nav__item:last-child > a span{
	border-right: 1px dotted #FFF;
}
.nav__submenu{
	background: #FFF;
	border-top: 4px solid #e22b30;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .3);
	left:0;
	opacity: 0;
	position: absolute;
	top:100%;
	transition: .2s;
	visibility: hidden;
	width: 100%;
	z-index: 10;
}
.footer .nav__submenu{
	box-shadow: 0 -3px 20px 0 rgba(0, 0, 0, .3);
	bottom: 100%;
	top: auto;
}
.nav__submenu-list{
	box-sizing: border-box;
	flex-flow: column wrap;
	height: 8rem;
	margin: 25px 0;
	padding: 0 40px;
}
.nav__submenu-item{
	color: #909090;
	display: inline-block;
	font: 700 .75rem/2rem 'Lato', serif;
	/*padding: 10px;*/
	position: relative;
}
.nav__submenu-item:hover{
	color: #2b4290;
}
.nav > li:hover .nav__submenu{
	opacity: 1;
	visibility: visible;
}
/*   /navigator   */


/*   hamburger menu   */
.nav__item .hamburger_btn{
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAOAQMAAAD6yMWNAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUeNpj+P//BxMDJiAkDgALgAjpwn/owAAAAABJRU5ErkJggg==)
				no-repeat 50%;
	display: inline-block;
	height: 2.625rem;
	line-height: 2.625rem;
	min-width: 50px;
	padding: 0 5px;
	vertical-align: middle;
	
}

#hamburger_menu{
	background: rgba(22, 39, 96, .9);
	bottom: 0;
	left:0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top:0;
	z-index:600;
}
#hamburger_menu:not(.active) {
	display: none;
}

#hamburger_menu .w1010 {
	margin-top: 100px;
}

.hamburger-menu__closure {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAMAAAAc9R5vAAAAOVBMVEUAAADSKC3SKC3SKC3SKC3SKC3SKC3SKC3SKC3SKC3SKC3SKC3SKC3SKC3SKC3SKC3SKC3SKC3SKC3MhEbXAAAAEnRSTlMA/fXQ+A/6/gMMWUnSXgbR1U7iNNC3AAAAaElEQVR42p3SBRLDMAxE0V+UXO7e/7AZDQY2qOG3ZovLA1PPFyEXSBDyXkmzXklaB8n5eI4C+omfDZJ3CN2sl3mH0/0a2JK8x/WsZGaPQ+/mHWLh3Rpzr5sH3i3hU25edL5Lvm8X/H8dJdIGDdqV0BsAAAAASUVORK5CYII=)
				no-repeat 50%;
	cursor: pointer;
	height: 40px;
	width: 40px;
}

.hamb-menu {
	font-size: 0;
	float: left;
	width: 700px;
}
.hamb-menu__item {
	display: inline-block;
	margin: 0 20px 20px 0;
	vertical-align: top;
	width: 210px;
}
.hamb-menu__item > a {
	color: #FFF;
	display: block;
	font: 700 .75rem/.75rem 'Lato', serif;
	padding: 10px 0;
	text-decoration: underline;
	text-transform: uppercase;
}
.hamb-menu__item > a:hover {
	text-decoration: none;
}

.hamb-menu__sub > a {
	color: #cbd4f1;
	display: block;
	font: 700 .75rem/1rem 'Lato', serif;
	padding: 7px 0;
}
.hamb-menu__sub > a:hover {
	color: #FFF;
}

.hamburger-menu__contacts {
	float: right;
	width: 310px;
}

.hamburger-menu__contact {
	color: #cbd4f1;
	font: 400 1.125rem/1.5rem 'Lato', serif;
	min-height: 25px;
	padding-right: 40px;
	position: relative;
	text-align: right;
}
.hamburger-menu__contact::after {
	background: url(../images/hamb-contacts_ico_24x24.png) no-repeat;
	content: '';
	height: 24px;
	margin-left: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 24px;
}
.hamburger-menu__contact.contact-email {
	margin-bottom: 60px;
}
.hamburger-menu__contact.contact-phone {
	color: #FFF;
	font: 700 1.5rem/1.5rem 'Lato', serif;
}
.hamburger-menu__contact.contact-phone p{
	margin: 15px 0;
}

.hamburger-menu__contact.contact-address {
	margin-top: 60px;
}

.hamburger-menu__contact.contact-email::after {
	background-position: 0 0;
}
.hamburger-menu__contact.contact-phone::after {
	background-position: 0 -24px;
}
.hamburger-menu__contact.contact-address::after {
	background-position: 0 -48px;
}
/*   /hamburger menu   */


/*   footer   */
.footer {
	position: relative;
}
.footer-socnetworks{
	position: relative;
	text-align: center;
	z-index: 2;
}
.footer-socnetworks::before {
    background: #4a6a8c;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0;
}
.footer-socnetworks::after {
    background: #d57427;
    content: '';
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0;
}
.footer-socnetworks__item{
	height: 60px;
	padding: 8px 0;
}
.footer-socnetworks__item.vk{
	background: #51759b url(../images/soc_network_ico_vk.png) no-repeat 50%;
}
.footer-socnetworks__item.fb{
	background: #4b6baf url(../images/soc_network_ico_fb.png) no-repeat 50%;
}
.footer-socnetworks__item.ok{
	background: #ed812b url(../images/soc_network_ico_ok.png) no-repeat 50%;
}
.footer-socnetworks__item.tg{
	background: #2ca5e0 url(../images/soc_network_ico_tg.png) no-repeat 50%;
}
.footer-contact {
	background: #e3f1fc;
	padding: 25px 25px 60px 25px;
}
.footer-contact > div{
	border-right: 1px solid #d1dee8;
}
.footer-contact-ico{
	background: url(../images/footer-contact-ico-44x44.png);
	display: block;
	height: 44px;
	margin-bottom: 10px;
	width: 44px;
}
.footer-contact-ico.mark{
	background-position: 0 0;
}
.footer-contact-ico.phone{
	background-position: 0 -44px;
}
.footer-contact-ico.calendar{
	background-position: 0 -88px;
}
.footer-contact p{
	font: 700 .75rem/1.2rem 'Lato', serif;
	text-align: left;
}
/*   /footer   */

.main-bnr{
	height: 223px;
}
.main-bnr__box {
	height: 100%;
}
.main-bnr__box::after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 1px;
}
.main-bnr__info{
	border-left: 4px solid #de1015;
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
	width: 25rem;
}
.main-bnr__title{
	color: #2b4290;
	display: block;
	font: 700 1.75rem/2.3rem 'Lato', serif;
	text-transform: uppercase;
}

.main-bnr .button {
	-ms-transform: translate(0, 30%);
	-webkit-transform: translate(0, 30%);
	transform: translate(0, 30%);
}


.main__heading {
	border-bottom: 3px solid #e3f1fc;
	color: #2b4290;
	display: inline-block;
	font: 700 1.375rem/1.375rem 'Lato', serif;
	margin-bottom: 15px;
	padding: 3px 0;
	text-transform: uppercase;
}

.main__left-col,
.main__right-col{
	margin-top: 20px;
}
.main__left-col{
	float: left;
	width: 730px;
}
.main__right-col{
	float: right;
	width: 260px;
}
.main__right-col-block {
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
	margin-bottom: 15px;
}

.form-columns {
	align-items: center;
	column-gap: 10px;
	display: flex;
}

.form-field {
	background: transparent;
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.form-field input[type='text'],
.form-field select,
.form-field textarea {
	background: transparent;
	border: 1px solid #b0bfe8;
	box-sizing: border-box;
	color: #171717;
	font:700 normal .75rem/.75rem 'Lato', serif;
	outline: none;
	padding: 10px;
	width: 100%;
}

.form-field input::placeholder {
	color:#171717;opacity: .8;
}

.form-field input[type='text']:focus,
.form-field select:focus,
.form-field textarea:focus {
	border-color: #4a60a2;
}
.form-field.required::before {
	background-color: #df363c;
	border-radius: 50%;
	content: '';
	height: 6px;
	left: -15px;
	position: absolute;
	top: 40%;
	width: 6px;
}

.form-field textarea {
	resize: vertical;
	height: 200px;
}

.form-field__confirmation {
	cursor: pointer;
	color: #333;
	font-size: 12px;
	line-height: 1.4;
}
.form-field__confirmation input[type='checkbox'] {
	display: inline-block;
	height: 15px;
	margin-right: 5px;
	width: 15px;
}
.form-field__confirmation a {
	color: #2b4290;
}
.form-field__confirmation a:hover {
	text-decoration: underline;
}

.form-field-left-col{
	float: left;
	width: 49%;
}
.form-field-right-col{
	float: right;
	width: 49%;
}

.form-field__label {
	display: block;
    font-size: 0.75rem;
    margin: 15px 0 5px 0;
    color: #2c4290;
}

.main__institute {
	margin-bottom: 30px;
	overflow: hidden;
}
.main__institute img{
	box-shadow: 12px 18px 0 0 #e3f1fc;
}

/*   subscribe form   */
.subsc-form {
	background-color: #2b4290;
	border-radius: 5px 5px 0 0;
	padding: 20px 15px;
}
.subsc-form__heading {
	height: 2.3rem;
	padding-bottom: 10px;
	position: relative;
}
.subsc-form__heading span {
	color: #FFF;
	display: inline-block;
	font: italic 100 .875rem/1rem 'Lato', serif;
	max-width: 158px;
	vertical-align: middle;
}
.subsc-form__heading::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 1px;
}
.subsc-form__heading::after {
	background: url(../images/subscr_form_ico_79x33.png) no-repeat 50%;
	content: '';
	display: block;
	height: 33px;
	position: absolute;
	right: 0;
	top: 0;
	width: 79px;
}
.subsc-form input {
	background: transparent;
	border: 1px solid #FFF;
	box-sizing: border-box;
	color: #FFF;
	display: block;
	font: italic .75rem/.75rem 'Lato', serif;
	height: 2.25rem;
    line-height: 2.25rem;
    margin-bottom: 10px;
	outline: none;
	padding: 0 5px;
	transition: .2s;
	width: 100%;
}
.subsc-form input:focus,
.subscribe-field-button:focus {
	box-shadow: 0 0 3px 0 #FFF;
}
.subsc-form input::-webkit-input-placeholder	{color:#FFF;opacity: .8}
.subsc-form input::-moz-placeholder				{color:#FFF;opacity: .8}
.subsc-form input:-moz-placeholder				{color:#FFF;opacity: .8}
.subsc-form input:-ms-input-placeholder			{color:#FFF;opacity: .8}
.subsc-form input::placeholder					{color:#FFF;opacity: .8}

.subscribe-field-button {
	border: 2px solid #FFF;
	border-radius: 20px;
	color: #FFF;
	display: inline-block;
    float: right;
	font: 700 .75rem/.75rem 'Lato', serif;
    outline: none;
	padding: 6px 10px;
}
/*   /subscribe form   */


.right-socnetworks {
	background: #344b96;
	padding: 20px 25px;
}
.right-socnetworks__list {
	margin-bottom: 20px;
}
.right-socnetworks__item {
	background: url(../images/soc_networks_ico_40x40.png) no-repeat;
	display: inline-block;
	height: 40px;
	width: 40px;
}
.right-socnetworks__item.vk {
	background-position: 0 0;
}
.right-socnetworks__item.fb {
	background-position: -40px 0;
}
.right-socnetworks__item.ok {
	background-position: -80px 0;
}
.right-socnetworks__item.tg {
	background-position: -120px 0;
}
.right-socnetworks__label {
	color: #FFF;
	display: block;
	font: 400 italic .75rem/.75rem 'Lato', serif;
	text-align: center;
}

.documents{
	background: #344b96 url(../images/doc_list_heading_260x95.png) no-repeat 0 0;
	box-sizing: border-box;
	color: #2b4290;
	display: block;
	font: 700 .875rem/1.3rem 'Lato', serif;
	padding: 35px 20px 35px 60px;
	position: relative;
	text-transform: uppercase;
}
.documents::before {
	background: url(../images/doc_list_ico.png) no-repeat 50%;
	content: '';
	height:47px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 39px;
}

.clinical_base {
	padding: 10px;
}
.clinical_base .main__heading {
	font-size: .75rem;	
}
.clinical_base p {
	display: block;
	font: 700 .75rem/.75rem 'Lato', serif;
	padding: 10px 0;
}
.clinical_base p::before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAZCAMAAADg4DWlAAAAkFBMVEUAAAD/SDL/Szv/RjP/RjD/SDf/Sjb+STT/TDn/STX1QjX2RS//Sjj/RjrgMyXfNibgNCX/RTXfNSb/RTXbOSrgNSb/RjLvQS7/Sjj/Sjj+SzzdOCn/VivfNiXfNSf/TDb/TDv/Szj+SDb/Szj/TDr/TjvYMiL/TDj/STnsPS3WMCHcNCTxQTDnOyr5RjTjOCgIxrqxAAAAI3RSTlMAWO6NM8CyB/RoEhrVTUfobISvP1SNl97h5Nyfcu5+oePlbsoWxwkAAADnSURBVHjaXc5VggNBCATQirv7mhXQPZa5/+2Wjtn7w0HSG3QP/UPnr4eLyZ4MgeTvBCcDUlSDqMT4AdemqJRVXZWi5ArAD5W1WWFWU9kEJiFolc/m0/ksr0VCA99RS/scARjOrFR2MY6a2ReSuVXKPfrUytZIpinTRyd4zzuSTZ5pHKMV9GhFapoWdlTZoh2oWV4sN8vCWxj8oa6IZoX5R5kIO+mo0gfLrPSRqCO4lpCijvQtJ01eSL+Hk0a8Zga4GAuT8IYr/yCJK9x0haR0cDdMCY7wYKGUFp404/XyVcMvv1hcW/4B138gt6MpIf8AAAAASUVORK5CYII=)
				no-repeat 50%;
	content: '';
	display: inline-block;
	height: 25px;
	margin-right: 8px;
	vertical-align: baseline;
	width: 17px;
}


/*   pagination   */
.pages-list-container {
	margin: 10px 0;
}
.pages-list-container .pages-list > div {
	display: inline-block;
	margin-right: 5px;
}

.pages-list-container .pages-list a {
	color: #2b4290;
	display: block;
	font: 700 normal 1rem/1rem 'Lato', serif;
	padding: 8px;
}
.pages-list-container .pages-list a:hover,
.pages-list-container .pages-list div.active a{
	background: #2b4290;
	color: #FFF;
}
/*   /pagination   */


/*   share icons    */
.share-icons {
  padding: 10px 0;
}
/*   /share icons    */