* { outline: 0; }
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Exo 2', sans-serif;
	position: relative;
}
a {
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 {
	font-size: 20px;
	color: #535353;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}
h1::after {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #1284cc;
	margin-top: 30px;
	display: block;
}
hr {
	width: 100%;
	height: 1px;
	background-color: #efefef;
	outline: none;
	border: 0;
	margin: 0;
}
.clear {
	clear: both;
}

.alert.alert-success {
	padding: 10px;
	text-align: center;
	background-color: #ffe4c4;
}


/* grid */
.cols:before,
.cols:after { content: " "; display: table; clear: both; }
.cols-full { margin-right: -15px; margin-left: -15px; }
.col { box-sizing: border-box; min-height: 1px; float: left; padding: 0 15px; }

.col1of12 { width: 8.33333333%; }
.col2of12 { width: 16.66666667%; }
.col3of12 { width: 25%; }
.col4of12 { width: 33.33333333%; }
.col5of12 { width: 41.66666667%; }
.col6of12 { width: 50%; }
.col7of12 { width: 58.33333333%; }
.col8of12 { width: 66.66666667%; }
.col9of12 { width: 75%; }
.col10of12 { width: 83.33333333%; }
.col11of12 { width: 91.66666667%; }
.col12of12 { width: 100%; }

/* article */
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 { margin-bottom: 10px; line-height: 1.3; color: #1284cc; }

.article h1 { font-size: 24px; line-height: 1.2; }
.article h2 { font-size: 22px; line-height: 1.2; }
.article h3 { font-size: 18px; }
.article h4 { font-size: 17px; }
.article h5 { font-size: 16px; }
.article h6 { font-size: 15px; }


.article { font-size: 14px; line-height: 1.3; color: #444444; }
.article:after { content: ''; display: block; clear: both; }
.article * { max-width: 100%; font-size: inherit !important; }
.article hr { display: block; border: none; width: 100%; height: 1px; margin: 10px 0; background: #8c8989; }
.article a { color: #1284cc; text-decoration: underline; }
.article a:hover { text-decoration: none; }

.article p { padding-bottom: 10px; }
.article p + ul,
.article p + ol { margin-top: -10px; }
.article ul { list-style: none; padding-bottom: 10px; }
.article ul	li { position: relative; padding: 0 0 5px 20px; }
.article ul	li:before { content: '•'; position: absolute; top: -10px; left: 0; font-size: 24px; line-height: inherit; }
.article ol { list-style-position: inside; padding-bottom: 10px; }
.article ol li { padding: 0 0 5px 0; }
.article table { margin-bottom: 10px; }

@media (max-width: 1024px) {
	.article .table-wrap,
	.table-wrap {
		overflow: auto;
		margin-bottom: 20px;
	}
	.article .table-wrap table,
	.table-wrap table {
		max-width: none;
		min-width: 100%;
		width: 650px;
		margin: 0;
	}
}
table, th, td {
    border: 1px solid #efefef;
    border-collapse: collapse;
}
.article table {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.article table caption {
	display: block;
    background-color: #0075bf;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding: 20px 15px;
    box-sizing: border-box;
}
.article table tr th {
    background-color: #0075bf;
    font-size: 14px;
    text-align: left;
    padding: 20px 15px;
    color: #fff;
    font-weight: normal;
}
.article table tr:nth-child(even) {
	background-color: #f7f7f7;
}
.article table tr td {
	font-size: 14px;
	color: #4b4b4b;
	padding: 10px 15px;
}
.article table tr td.email,
.article table tr td.phone {
	text-align: center;
}
.article table tr td.title {
	color: #000;
	font-weight: 800;
}


.back-btn {
	display: inline-block;
	vertical-align: top;
	width: 37px;
	height: 37px;
	border: 1px solid #efefef;
	border-radius: 50%;
	background: url('../images/icon/pages-nav-left.png') center center no-repeat;
}
.back-btn:hover {
	background-color: #efefef;
}

/*Home*/


.top-bar {
	width: 100%;
	height: 40px;
	background-color: #0075bf;
}
.top-bar .search-container {
	width: 270px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.top-bar .search-container input {
	width: 75%;
	border: 0;
	float: right;
	height: 40px;
	outline: none;
	font-size: 12px;
	color: #fff;
	padding: 0 0 0 67px;
	font-weight: 400;
	background-color: #1284cc;
}
@media (max-width: 1200px) {
	.top-bar .search-container input {
		padding-right: 67px;
	}
}
.top-bar .search-container input::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Exo 2', sans-serif;
}
.top-bar .search-container input::-moz-placeholder {
  color: #fff;
  font-family: 'Exo 2', sans-serif;
}
.top-bar .search-container input:-ms-input-placeholder {
  color: #fff;
  font-family: 'Exo 2', sans-serif;
}
.top-bar .search-container input:-moz-placeholder {
  color: #fff;
  font-family: 'Exo 2', sans-serif;
}
.top-bar .search-container .search-icon {
	width: 25px;
	height: 16px;
	position: absolute;
	margin: 12px 18px;
	background: url('../images/icon/search-icon.png') no-repeat center center;
	background-size: contain;
}

.top-bar .top-bar-links {
	display: inline-block;
}
.top-bar .top-bar-links li {
	display: inline-block;
	margin: 10px 5px;
	vertical-align: middle;
	line-height: 1;
}
.top-bar .top-bar-links li a {
	padding: 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
}
.top-bar .top-bar-links li a.electron {
	background: url('../images/icon/electron.png') no-repeat left center;
	background-size: contain;
}
.top-bar .top-bar-links li a.news {
	background: url('../images/icon/news.png') no-repeat left center;
	background-size: contain;
}
.top-bar .top-bar-links li a.archieve {
	background: url('../images/icon/archieve.png') no-repeat left center;
	background-size: contain;
}
.top-bar .top-bar-links li a.contacts {
	background: url('../images/icon/contacts.png') no-repeat left center;
	background-size: contain;
}
.top-bar .top-bar-links li a.lang {
	background: url('../images/icon/lang.png') no-repeat left center;
	background-size: contain;
	padding: 0 20px;
}

.breadcrumb {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
.breadcrumb-text {
	overflow: hidden;
	margin: 10px 15px;
	height: 20px;
}

.inner-page .breadcrumb-text {overflow: auto;height: auto;margin: 10px 15px 0px 0px;}
.breadcrumb-text li {
	display: inline;
	font-family: 'Ubuntu';
	font-size: 11px;
	line-height: 14px;
	color: #444444;
	padding: 0;
	margin: 0;
}
.breadcrumb-text a { color: inherit; }
.breadcrumb-text li + li:before {
	content: '>';
	font-size: 11px;
	color: #444444;
	margin: 0 4px;
}

.breadcrumb-btn {
	float: right;
	font-size: 0;
}
.breadcrumb-btn a {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border-left: 1px solid #efefef;
}
.breadcrumb-btn a.zoomin {
	background: url('../images/icon/zoomin.png') no-repeat center center;
	/*background-size: 50%;*/
}
.breadcrumb-btn a.zoomout {
	background: url('../images/icon/zoomout.png') no-repeat center center;
	/*background-size: 50%;*/
}
.breadcrumb-btn a.print {
	background: url('../images/icon/print.png') no-repeat center center;
	/*background-size: 45%;*/
}
.breadcrumb-btn a.meil {
	background: url('../images/icon/meil-icon.png') no-repeat center center;
	/*background-size: 45%;*/
}
@media (max-width: 1200px) {
	.breadcrumb {
		overflow: visible;
		border: 1px solid #efefef;
		margin-bottom: 60px;
	}
	.breadcrumb-btn {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		float: none;
		padding-bottom: 20px;
		margin-top: 1px;
		background: #fff;
		text-align: center;
	}
	.breadcrumb-btn a {
		border: 1px solid #efefef;
		margin-top: -1px;
	}
	.breadcrumb-btn a + a {
		margin: -1px 0 0 -1px;
	}
	.breadcrumb-text {
		height: auto;
	}
}

.home-header {
	width: 492px;
	height: auto;
	position: absolute;
	top: 70px;
	left: 0px;
	z-index: 10;
}

.logo a {
	width: 492px;
	display: block;
	box-sizing: border-box;
}

.logo a img {
	width: 100%;
	max-width: 492px;
	height: auto;
}







.main-carousel {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.main-carousel li {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.main-carousel li img {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}


.main-carousel li .carousel_summary {
	width: auto;
	max-width: 450px;
	height: auto;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #fff;
}

.main-carousel .carousel_summary .carousel_summary h2 {
	font-family: 'Exo 2', sans-serif;
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
}

.main-carousel .carousel_summary h2 a {
	font-family: 'Exo 2', sans-serif;
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}

.main-carousel .carousel_summary h2 a:hover {
	color: #0075bf;
}
.main-carousel .carousel_summary .text {

}

/*.main-carousel .owl-controls {
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.owl-theme .owl-controls .owl-page span {
	background: #0075bf;
	border: 1px solid #fff;
}*/

.slick-dots li {
	width: auto;
}

.slick-dots li button:before {
	content: "";
	background: #0075bf;
	font-size: 12px;
	color: #0075bf;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.slick-dots li.slick-active button:before {
	color: #0075bf;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	bottom: 0;
}








.home-container {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #f7f7f7;
	min-height: 100vh;
	padding-bottom: 40px;
}
.home-container:before {
	content: '';
	background-color: #0075bf;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 18%;
	z-index: 10;
}
.home-container:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	z-index: 10;
	background-color: #d85257;
}
.home-left {
	width: 18%;
	display: inline-block;
	vertical-align: top;
	background-color: #0075bf;
	position: relative;
	z-index: 11;
}
.home-left:before {
	display: none;
	content: '';
    height: 100%;
    width: 5px;
    position: absolute;
    background-color: #d85257;
    bottom: 0;
    left: 0;
}

/* menu */
.menu {
	position: relative;
	z-index: 20;
	min-height: 100vh;
	overflow: hidden;
	padding: 0 28px;
	background-color: #0075bf;
}
.menu .dl-menuwrapper button:hover,
.menu .dl-menuwrapper button.dl-active,
.menu .dl-menuwrapper ul {
	background-color: #0075bf;
}
.menu .dl-menuwrapper button {
	display: none;
}
.menu .dl-menuwrapper .dl-menu {
	margin: 0;
}
.menu .dl-menuwrapper > .dl-submenu {
	top: 0;
}
.menu .menu-nav-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #d85257;
}
.menu .menu-nav-arrow {
	position: absolute;
	left: 4px;
	top: 0;
	width: 10px;
	height: 20px;
	margin-top: 14px;
	background: url('../images/icon/menu-nav-arrow.png') no-repeat center center;
	background-size: contain;
	-webkit-transition: top 0.3s linear;
	-moz-transition: top 0.3s linear;
	transition: top 0.3s linear;
}
.menu ul li a {
	font-size: 14px;
	color: #99c8e5;
	font-style: 600;
	text-transform: uppercase;
}
.menu ul li a:hover,
.menu ul li a.active {
	color: #fff;
}

/* menu mobile */
#menu-mobile {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	text-align: right;
	display: none;
}
#menu-mobile.dl-menuwrapper button,
#menu-mobile.dl-menuwrapper button:hover,
#menu-mobile.dl-menuwrapper button.dl-active,
#menu-mobile.dl-menuwrapper ul {
	background-color: #0075bf;
}

#menu-mobile.dl-menuwrapper:first-child {
	margin-right: 0;
}
#menu-mobile .dl-menu {
	text-align: left;
}

.home-right {
	width: 82%;
	display: inline-block;
	vertical-align: top;
	float: right;
	padding-bottom: 130px;
}

.right-sidebar {
	width: 270px;
	float: right;
	background-color: #fff;
}
.home-content {
	overflow: hidden;
	border-right: 1px solid #efefef;
	border-top: 1px solid #efefef;
	/*margin-bottom: 130px; */
}


.home-content .about {
	background-color: #fff;
	margin-bottom: 30px;
	position: relative;
}
.home-content .about img {
	position: absolute;
    right: 20px;
    top: 20px;
}
.home-content .about h1 {
	padding: 60px 50px 0;
}
.home-content .about p {
	margin: 30px 0 40px;
	text-align: justify;
	padding: 0 50px;
	font-size: 14px;
	color: #444444;
}

.home-content .about p.banner-text-left {width: 50%;}
.home-content .about a {
	font-size: 12px;
	color: #54aae1;
	font-weight: 500;
	font-weight: 500;
	padding: 14px 40px;
	display: inline-block;
}

.home-content .info {
	background-color: #fff;
	padding: 30px 40px;
	text-align: center;
	margin-bottom: 30px;
	font-size: 0;
}
.home-content .info div {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.home-content .info div a {
	overflow: hidden;
	display: block;
	padding: 10px;
}
.home-content .info div p, .info div img {
	display: block;
}
.info div img {
	float: left;
	margin-right: 10px;
}
.home-content .info div p {
	overflow: hidden;
	color: #535353;
	font-weight: 500;
	font-size: 15px;
	margin: 27px 0;
}
@media (max-width: 1400px) {
	.info div img {
		display: inline-block;
		vertical-align: top;
		float: none;
	}
	.home-content .info div {
		text-align: center;
	}
}
@media (max-width: 1024px) {
	.home-content .info div {
		width: 50%;
	}
}
@media (max-width: 600px) {
	.home-content .info div {
		display: block;
		width: auto;
	}
}
.home-content .news {
	background-color: #fff;
}
.home-content .slider-news {
	position: relative;
	padding: 0 40px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #efefef;
}
.home-content .slider-news .slide a {
	display: block;
	border-left: 1px solid #efefef;
	padding: 20px 16px 0;
}
.home-content .slider-news .slide .date {
	font-size: 15px;
	font-weight: 500;
	color: #55abe1;
}
.home-content .slider-news .slide .date:hover {
	color: #55abe1;
}
.home-content .slider-news .slide h3 {
	overflow: hidden;
	height: 90px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
	color: #4b4b4b;
	font-weight: 400;
}
.home-content .slider-news .slide .news-arrow {
	background: url('../images/icon/news-arrow.png') no-repeat center center;
	display: inline-block;
	border: 1px solid #efefef;
	border-radius: 100%;
	padding: 20px;
	margin: 18px 0;
}
.home-content .slider-news .slide:hover .news-arrow {
	background-color: #efefef;
}
.home-content .slider-news .slider-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 40px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}
.home-content .slider-news .slider-prev {
	left: 0;
	background-image: url('../images/icon/slider-left-arrow.png');
	border-right: 1px solid #efefef;
}
.home-content .slider-news .slider-next {
	right: 0;
	background-image: url('../images/icon/slider-right-arrow.png');
	border-left: 1px solid #efefef;
}


.right-sidebar .rs-first, .right-sidebar .logos, .right-sidebar .other-links {
	padding: 30px;
	border-bottom: 1px solid #efefef;
}
.right-sidebar .rs-first {
	padding-bottom: 0;
}
.right-sidebar h4 {
	font-weight: 700;
	color: #535353;
	text-transform: uppercase;
	font-size: 14px;
	margin: 14px 0;
}
.right-sidebar .rs-first .program-img, .right-sidebar .rs-first .program-img img {
	width: 100%;
}
.right-sidebar .rs-first .polls .poll {
	margin-bottom: 20px;
}
.right-sidebar .rs-first .polls .poll p {
	font-weight: 500;
	color: #444444;
	font-size: 14px;
	margin: 15px 0;
}
.right-sidebar .rs-first .polls .poll .poll-arrow {
	background: url('../images/icon/polls-arrow.png') no-repeat center center;
	display: inline-block;
	margin: 0;
	background-size: contain;
	width: 20px;
	height: 10px;
}
.right-sidebar .logos table {
	table-layout: fixed;
}
.right-sidebar .logos table tr th a {
	color: #444444;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	width: 100%;
	height: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	padding: 5px 0;
}
.right-sidebar .logos table tr th a img {
	display: block;
	margin: 0 auto;
	width: 75%;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.right-sidebar .logos table tr th:hover a img {
	-webkit-filter: none;
    filter: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}
.right-sidebar .other-links h4 {
	margin-top: 0;
}
.right-sidebar .other-links ul {
	border-left: 1px solid #cbcbcb;
	padding-left: 20px;
	position: relative;
}
.right-sidebar .other-links ul .other-links-arrow {
	position: absolute;
	left: -1px;
	top: 0;
	width: 5px;
	height: 15px;
	margin-top: 5px;
	background: url('../images/icon/other-links-arrow.png') no-repeat center center;
	background-size: contain;
	-webkit-transition: top 0.2s linear;
	-moz-transition: top 0.2s linear;
	transition: top 0.2s linear;
}
.right-sidebar .other-links ul li {
	padding-bottom: 10px;
}
.right-sidebar .other-links ul li a {
	color: #444444;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1;
}
.right-sidebar .other-links ul li:last-child {
	padding-bottom: 0;
}

footer {
	width: 82%;
	background-color: #1284cc;
	height: auto;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
/*footer div {
	padding-left: 270px;
}*/
footer ul, footer p, footer ul li {
	display: inline-block;
}
footer .contacts li {
	margin: 0 15px;
}
footer .contacts li a {
	padding-left: 20px;
	color: #a9c6e5;
	font-size: 12px;
}
footer .contacts li a.phone {
	background: url('../images/icon/footer-phone.png') no-repeat left center;
	background-size: contain;
}
footer .contacts li a.adress {
	background: url('../images/icon/footer-adress.png') no-repeat left center;
	background-size: contain;
}
footer .contacts li a.email {
	background: url('../images/icon/footer-email.png') no-repeat left center;
	background-size: contain;
}
footer .footer-links li {
	margin: 10px 20px;
}
footer .footer-links li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
}
footer p {
	float: right;
	font-size: 12px;
	line-height: 1;
	margin:  14px 35px 14px 0;
	vertical-align: middle;
	color: #fff;
	opacity: 0.5;
	font-weight: 400;
}



/*Inner Pages*/

.inner-logo {
	width: 100%;
	height: 140px;
	background-color: #fff;
	position: relative;
	z-index: 99999;
}
.inner-logo a {
	width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
}
.inner-logo a img {
	    padding: 15px;
    width: calc( 100% - 30px);
}
.inner {
	background: #f7f7f7;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 130px;
}
.inner-content {
	background: #fff;
	border: 1px solid #efefef;
}
.inner-content .title {
	padding: 80px 0 70px;
	text-align: center;
}
.inner-content .title h1 {
	font-size: 35px;
	font-weight: 600;
}
.inner-content .title h1::after {
	margin: 30px auto 0;
}

.partners, .contacts-inner {
	border: 1px solid #efefef;
}
/*Partners*/
.partners .parthners-container  {
	background: #fff;
	width: 100%;
	padding-bottom: 80px;
}
.partners .parthners-container .fRow, .partners .parthners-container .sRow {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.partners .parthners-container .fRow div, .partners .parthners-container .sRow div {
	border-left: 1px solid #efefef;
    width: 24.9%;
    padding: 30px 0;
    margin: 0;
    display: inline-block;
}
.partners .parthners-container div a {
	width: 100%;
	height: 100px;
	display: inline-block;
	position: relative;
}
.partners .parthners-container div a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.partners-list {
	padding-bottom: 40px;
	border: 1px solid #efefef;
	background: #fff;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.partners-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	min-width: 234px;
	width: 25%;
	border: 1px solid #efefef;
	padding: 20px 20px 50px;
	margin-top: -1px;
	background: #fff;
}
.partners-list-item .picture {
	display: block;
	position: relative;
}
.partners-list-item .picture img {
	width: 100%;
	height: auto;
}
.partners-list-item .title {
	position: absolute;
	right: 20px;
	bottom: 10px;
	left: 20px;
	overflow: hidden;
	height: 40px;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	color: #535353;
	text-align: center;
}

/*Contacts*/

.contacts-inner {
	background-color: #fff;
	display: flex;
}
.contacts-inner .left-container, .contacts-inner .right-container {
	display: inline-block;
	width: 48%;
}
.contacts-inner .left-container {
	padding: 38px 20px;
	float: left;
}
.contacts-inner .right-container {
	height: 400px;
	float: right;
}
.contacts-inner .left-container div {
	margin-bottom: 26px;
}
.contacts-inner .left-container h4 {
	color: #55abe1;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin: 6px 0;
}
.contacts-inner .left-container p {
	color: #4b4b4b;
	font-weight: 500;
	font-size: 14px;
	margin: 4px 0;
}
.contacts-inner .left-container p a {
	color: #1284cc;
	text-decoration: underline;
}
.contacts-inner .left-container button {
	background-color: #0075bf;
	border: 2px solid #0075bf;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 11px 21px;
	outline: none;
	cursor: pointer;
	-webkit-transition: 0.3 ease-in-out;
	-moz-transition: 0.3 ease-in-out;
	transition: 0.3 ease-in-out;
}
.contacts-inner .left-container button:hover {
	color: #0075bf;
	border: 2px solid #0075bf;
	background-color: #fff;
	-webkit-transition: 0.3 ease-in-out;
	-moz-transition: 0.3 ease-in-out;
	transition: 0.3 ease-in-out;
}

.contacts-inner .right-container .map {
	width: 100%;
	height: 100%;
}
.contacts-inner .right-container .map iframe {
	width: 100%;
	height: 100%;
}


/*Structure*/

.structure {
	background-color: #fff;
	padding: 60px 115px;
}

/*Polls*/
.polls-inner {
	background-color: #fff;
}
.polls-inner .polls-info {
	padding: 30px 40px;
	color: #4b4b4b;
	background-color: #daf1ff;
	font-size: 14px;
	font-weight: 500;
}
.polls-inner .polls-container {
	padding: 70px 120px;
}
.polls-inner .polls-container .que {
	margin-bottom: 20px;
}

.polls-inner .polls-container .que h3 {
	color: #666666;
	font-size: 14px;
}

@media (min-width: 1200px) {
	.polls-inner .polls-container .que .group-2 {width: 45%; display: inline-block;}
	.polls-inner .polls-container .que .group-3 {width: 30%; display: inline-block;}
}

.polls-inner .polls-container .que .que-title {
	color: #55abe1;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
}

.polls-inner .polls-container .que.required .que-title {
	color: #dd0000;
}


.polls-inner .polls-container .que input {
	width: 98%;
	height: 40px;
	background-color: #f7f7f7;
	border: 1px solid #c5c5c5;
}

.polls-inner select {
	box-sizing: border-box;
	background-color: #f7f7f7;
	border: 1px solid #c5c5c5;
	width: 100%;
	height: 42px;
	line-height: 30px;
	padding: 5px;
	outline: none;
}
.polls-inner .polls-container .que  input[type="text"] {
	font-size: 16px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.polls-inner .polls-container .que.checkboxes label {
	font-size: 14px;
    color: #4b4b4b;
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    margin-left: 14px;
    font-weight: 500;
    z-index: 2;
    padding-left: 36px;
    margin-left: -30px;
    margin-bottom: 7px;
    position: relative;
}

.polls-inner .polls-container .que  input[type="checkbox"],  .polls-inner .polls-container .que  input[type="radio"]{
    display: none;
}
.check {
    height: 22px;
    width: 22px;
    border: 1px solid #c5c5c5;
    display: inline-block;
    position: relative;
    background-color: #f7f7f7;
    vertical-align: top;
    margin-bottom: 7px;
}
[type=checkbox]:checked + .check:before {
    content: '\2714';
    position: absolute;
    top: -3px;
	left: 3px;
	font-size: 20px;
	color: #55abe1;
}
.polls-inner .polls-container .que.radio-btn label {
	font-size: 14px;
    color: #4b4b4b;
    display: inline-block;
    width: 95%;
    vertical-align: middle;
    margin-left: 14px;
    font-weight: 500;
    z-index: 2;
    padding-left: 36px;
    margin-left: -30px;
    position: relative;
}
.radio {
    height: 22px;
    width: 22px;
    border-radius: 100%;
    border: 1px solid #c5c5c5;
    display: inline-block;
    position: relative;
    background-color: #f7f7f7;
    vertical-align: top;
    margin-bottom: 7px;
}
[type=radio]:checked + .radio:before {
    content: '\25CF';
    position: absolute;
    top: -2px;
	left: 6px;
	font-size: 18px;
	color: #55abe1;
}
.poll-btm .captcha {
	float: left;
	width: 50%;
	display: inline-block;
}
.poll-btm .poll-send {
	float: right;
	display: inline-block;
	width: 50%;
	text-align: right;
}
.poll-btm .poll-send button {
	padding: 30px 45px;
	background-color: #0075bf;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	outline: none;
	border: 2px solid #0075bf;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
}
.poll-btm .poll-send button:hover {
	background-color: #fff;
	border: 2px solid #0075bf;
	color: #0075bf;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}


/*Solutions*/

.solutions-inner, .faq-inner, .inner-page, .inner-files, .inner-news, .inner-news-item {
	background-color: #fff;
	border: 1px solid #efefef;
}
.sort {
	background-color: #daf1ff;
	padding: 30px 15px;
	text-align: justify;
}
.sort .sort-number {
	margin-left: 0;
}
.sort .search-input {
	margin-right: 0;
}
.sort label {
	font-size: 14px;
	color: #4b4b4b;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}
.sort input {
	box-sizing: border-box;
	max-width: 100%;
	height: 40px;
	width: 100%;
	padding: 0 5px;
	font-size: 14px;
	border: 1px solid #c5c5c5;
	background-color: #f7f7f7;

}
.sort .sort-two-date {
	font-size: 0;
}
.sort .sort-two-date input {
	display: inline-block;
	vertical-align: top;
	/*width: 45%; */
}
.sort .sort-two-date .col {
	position: relative;
}
.sort .sort-two-date .form-separator {
	position: absolute;
	top: 0;
	left: 100%;
	box-sizing: border-box;
	display: block;
	padding: 11px 0;
	font-size: 14px;
	color: #4b4b4b;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sort .sort-btm {
	margin: 13px 0 0;
	width: 100%;
}
.sort .sort-btm p {
	color: #0075bf;
	font-weight: 600;
	font-size: 14px;
}
.sort .search-btn {
	display: block;
	width: 100%;
}
.sort .sort-btm .search-btn {
	color: #fff;
	background-color: #0075bf;
	outline: none;
	border: 2px solid #0075bf;
	padding: 10px 50px;
	margin: 2px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
}
.sort .sort-btm .search-btn:hover {
	color: #0075bf;
	border: 2px solid #0075bf;
	background-color: #fff;
}
.sort input.datepicker-bgr {
    background: #f7f7f7 url(../images/icon/calendar.png) no-repeat right 10px top 50%;
    background-size: 18px 13px;
}
.sort .btns {
	overflow: hidden;
	padding-top: 10px;
	text-align: right;
}
.sort .btns .search-btn {
	display: inline-block;
	vertical-align: top;
	width: auto;
}
@media (max-width: 1300px) {
	.sort .cols .col {
		float: none;
		display: block;
		width: auto;
		padding-bottom: 10px;
	}
	.sort .sort-btm .col + .col {
		padding-bottom: 0;
	}
	.sort .sort-two-date .form-separator {
		display: none;
	}
	.sort .btns {
		padding-top: 0;
		text-align: center;
	}
	.sort .btns .search-btn {
		display: block;
		width: 100%;
	}
}

.solutions-list {
	padding: 45px 55px;
}
.solutions-list .solution {
	padding: 10px;
}
.solutions-list .solution:nth-child(odd){
	background-color: #f7f7f7;
}
.solutions-list .solution h4 {
	position: relative;
	padding-right: 50px;
	font-family: 'Ubuntu';
	font-size: 15px;
	color: #55abe1;
	font-weight: 500;
}
.solutions-list .solution h4:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url('../images/icon/solution-arrow.png') no-repeat center center;
	background-size: contain;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.solutions-list .solution.active {
	background-color: #0075bf;
}
.solutions-list .solution.active h4 {
	color: #fff;
	transition: 0.3s ease;
}
.solutions-list .solution.active h4:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}
.solutions-list .solution.active p {
	color: #bfe6ff;
	font-size: 14px;
	font-family: 'Ubuntu';
	margin: 0;
}

.accordion .accordion-item .accordion-head {
	position: relative;
	cursor: pointer;
}
.accordion .accordion-item .accordion-body {
	display: none;
}
.accordion .accordion-item.active .accordion-body {
	display: block;
}

.pages-nav {
	background-color: #daf1ff;
	text-align: center;
}
.pages-nav a {
	width: 50px;
	height: 50px;
	display: inline-block;
}
.pages-nav .pages-nav-left-arrow {
	background: url('../images/icon/pages-nav-left.png') no-repeat center center;
	/*background-size: 30%;*/
	border-right: 1px solid #c2e3f8;
	float: left;
	font-size: 0;
}
.pages-nav .pages-nav-right-arrow {
	background: url('../images/icon/pages-nav-right.png') no-repeat center center;
	/*background-size: 30%;*/
	border-left: 1px solid #c2e3f8;
	float: right;
	font-size: 0;
}
.pages-nav .page-list {
	display: inline-block;
}
.pages-nav .page-list a {
	font-size: 14px;
	color: #4b4b4b;
	border-left: 1px solid #c2e3f8;
}
.pages-nav .page-list a.last {
	border-right: 1px solid #c2e3f8;
}
.pages-nav .page-list a span {
	line-height: 3.5;
}
.pages-nav .page-list a.select {
	color: #fff;
	background-color: #1284cc;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}


/*InnerRequest*/

.inner-request form {
	padding: 10px 115px;
}
.inner-request form label {
	color: #4b4b4b;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	display: block;
	margin-bottom: 7px;
}
.inner-request form .cols {
	margin-bottom: 20px;
}
.inner-request form .captcha {
	margin-top: 22px;
}
/*.inner-request form div div {
	display: inline-block;
	vertical-align: middle;
}
.inner-request form div div:first-child {
	float: left;
	width: 45%;
}
.inner-request form div div:last-child {
	float: right;
	width: 45%;
}*/
.inner-request form div div select, .inner-request form div select,
.inner-request form div div input, .inner-request form div input {
	box-sizing: border-box;
	background-color: #f7f7f7;
	border: 1px solid #c5c5c5;
	width: 100%;
	height: auto;
	line-height: 30px;
	padding: 5px;
	outline: none;
}
.inner-request form div div select, .inner-request form div select,
input[type="file"]::-webkit-file-upload-button {
       height: 42px;
}
.inner-request form div textarea {
	box-sizing: border-box;
	resize: none;
	width: 100%;
	height: 102px;
	background-color: #f7f7f7;
	border: 1px solid #c5c5c5;
	padding: 5px;
	outline: none;
}
.inner-request form .submit-form .submit {
	text-align: right;
	/*margin-right: -12px;*/
}
.inner-request form .submit-form .submit button {
	padding: 30px 45px;
	background-color: #0075bf;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	outline: none;
	border: 2px solid #0075bf;
}
.inner-request form .submit-form .submit button:hover {
	background-color: #fff;
	border: 2px solid #0075bf;
	color: #0075bf;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.inner-request form .submit-form .submit a {
	font-size: 14px;
	font-weight: 400;
	color: #4b4b4b;
	text-decoration: underline;
	margin-right: 45px;
}
.inner-request form .submit-form .submit a:hover {
	text-decoration: none;
}
@media (max-width: 1200px) {
	.inner-request form .col {
		float: none;
		width: auto;
	}
}

/*FAQ*/

.faq {
	padding: 45px 55px;
}
.faq .faq-item {
	padding: 25px 28px;
}
.faq .faq-item:nth-child(even){
	background-color: #f7f7f7;
}
.faq .faq-item h4 {
	color: #55abe1;
	font-size: 15px;
	font-family: 'Ubuntu';
	font-weight: 500;
	cursor: pointer;
	padding-right: 50px;
	position: relative;
}
.faq .faq-item h4:after {
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url('../images/icon/solution-arrow.png') no-repeat center center;
	background-size: contain;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.faq .faq-item.active {
	background-color: #0075bf;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
.faq .faq-item.active h4 {
	color: #fff;
	transition: 0.3s ease;
}
.faq .faq-item.active h4:after {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	transition: 0.5s ease;
}
.faq .faq-item p {display: none;}
.faq .faq-item.active p {
	color: #bfe6ff;
	font-size: 14px;
	font-family: 'Ubuntu';
	display: block;
}

/*Inner*/

.inner-page {
	padding: 45px 60px;
}
.inner-page h2 {
	color: #1284cc;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 40px;
}
.inner-page .article h2 {
	margin-bottom: 10px;
}
.inner-page p {
	margin: 0 0 45px;
	font-size: 14px;
	color: #444444;
	line-height: 26px;
}
.inner-page .article p {
	margin-bottom: 0;
}
.list-links {
	margin: 10px 0;
}
.list-links li {
	margin-bottom: 20px;
}

.list-links a {
	font-family: 'Ubuntu';
	font-weight: 600;
	color: #535353;
	text-decoration: none;
	font-size: 15px;
	display: block;
	padding-left: 40px;
	background: url('../images/icon/news-arrow.png') no-repeat left center;
	background-size: 15px;
}
.list-links a:hover {
	color: #54aae1;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}

.list-links a small {
	color: #0075bf;
}

.list-links p {padding-left: 40px;margin:0;line-height: initial;margin-bottom: 20px;}


.search-file {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 20px 10px;
	box-sizing: border-box;
	border-bottom-color: transparent;
}
.search-file img {
	float: left;
	width: 30px;
	height: 40px;
	margin-right: 15px;
	vertical-align: middle;
}
.search-file div {
	overflow: hidden;
}
.search-file h2 {
	color: #0075bf;
	font-size: 16px;
	font-weight: 500;
	vertical-align: top;
	margin: 0;
}
.search-file span {
	display: inline-block;
	padding: 7px 0;
	font-size: 14px;
	color: #444444;
}



/*Inner Files*/
.inner-files {
	padding: 35px 50px;
}
.inner-files p {
	font-size: 14px;
	color: #444444;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 50px;
}
.inner-files .file {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
}
.inner-files .files.files-grid {
	font-size: 0;
}
.inner-files .files.files-grid .file {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 20px 10px;
	box-sizing: border-box;
	border-bottom-color: transparent;
}
.inner-files img {
	float: left;
	width: 30px;
	height: 40px;
	margin-right: 15px;
	vertical-align: middle;
}
.inner-files .files .file div {
	overflow: hidden;
	padding: 10px 0;
}
.inner-files h2 {
	color: #0075bf;
	font-size: 16px;
	font-weight: 500;
	vertical-align: top;
	margin: 0;
}
.inner-files .file span {
	display: inline-block;
	padding: 7px 0;
	font-size: 14px;
	color: #444444;
}

.widget-gallery {
	font-size: 0;
	line-height: 0;
	margin: 20px -1%;
}
.widget-gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin: 5px 1%;
}
.widget-gallery-item img {
	width: 100%;
	height: auto;
}
@media (max-width: 1200px) {
	.widget-gallery-item {
		width: 48%;
	}
}

/*Inner News Listing*/

.inner-news .sort .search-btn {
	color: #fff;
    background-color: #0075bf;
    outline: none;
    border: 2px solid #0075bf;
    padding: 9px 30px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
}
.inner-news .sort .search-btn:hover {
	color: #0075bf;
	border: 2px solid #0075bf;
	background-color: #fff;
}
.inner-news .sort-two-date {
	float: left;
}
.inner-news .search-input {
	float: right;
}
.inner-news .sort .clear {
	display: block;
}
.inner-news .news-listing {
	padding: 15px 50px 70px;
}
.inner-news .news-listing .news-item {
	position: relative;
	display: block;
	border-bottom: 1px solid #efefef;
	padding: 12px 50px 12px 22px;
	color: #4b4b4b;
	cursor: pointer;
}
.inner-news .news-listing .news-item:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 20px;
	background: url('../images/icon/right-arrow-news.png') no-repeat center center;
	width: 50px;
	height: 50px;
	vertical-align: middle;
}
.inner-news .news-listing .news-item span {
	color: #55abe1;
	font-family: 'Ubuntu';
	font-size: 15px;
}
.inner-news .news-listing .news-item h2 {
	color: #4b4b4b;
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
}
.inner-news .news-listing .news-item h2 a {
	color: inherit;
}

/*Inner News Item*/

.inner-news-item {
	padding: 30px 50px 60px;
}
.inner-news-item .date {
	font-size: 15px;
	color: #55abe1;
	font-family: 'Ubuntu';
	font-weight: 400;
}
.inner-news-item h2 {
	margin: 25px 0;
	font-family: 'Exo 2';
	font-weight: bold;
	font-size: 24px;
	color: #535353;
}
/*.inner-news-item .news-content img {
	width: 30%;
	margin-right: 25px;
	vertical-align: top;
}*/
/*.inner-news-item .news-content .news-text {
	display: inline-block;
	width: 65%;
	vertical-align: top;
}*/
.inner-news-item .news-content p {
	font-size: 14px;
	color: #4b4b4b;
	margin: 0 0 15px;
}

/*404*/

.notFound {
	position: relative;
	background: url('../images/bg-sky.jpg') no-repeat center top;
	background-size: cover;
	min-height: 800px;
}
.notFound .decoration-404 {
	text-align: center;
}
.notFound .decoration-404 img {
	max-width: 100%;
	height: auto;
}
.notFound .decoration-building {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (max-width: 1300px) {
	.notFound .decoration-building {
		display: none;
	}
}
@media (max-width: 768px) {
	.notFound {
		min-height: 600px;
	}
	.notFound .decoration-404 {
		padding: 0 20px;
	}
}

.dl-trigger {
	display: none;
}


@media all and (max-width: 1520px) {

	.home-container:before {
		width: 300px;
	}

	.home-left {
		width: 300px;
	}

	.home-right {
		width: calc( 100% - 300px );
	}

	.home-container {
		padding-bottom: 0px;
	}
	.structure {
	    padding: 10px;
	}
	.article table caption {
		padding: 10px 5px;
	}
	.article table tr th,
	.article table tr td {
		padding: 10px;
	}
	footer {
		width: calc( 100% - 275px );
		height: auto;
		text-align: center;
		padding-top: 12px;
	}

	footer p {
		float: none;
		margin: 8px 0 15px 0;
		display: block;
	}
}

@media all and (max-width: 1400px) {

	.home-right .top-bar .search-container {
		width: 100%;
	}

	.home-right .top-bar .search-container input {
		width: 100%;
		box-sizing: border-box;
	}

	.home-right .top-bar {
		height: auto;
	}

	.home-right .top-bar .top-bar-links {
		width: 100%;
	}
}

@media all and (max-width: 1200px) {

	.top-bar {
		height: auto;
	}

	.top-bar .search-container {
		width: 100%;
	}

	.top-bar .top-bar-links {
		width: 100%;
	}

	.top-bar .search-container input {
		width: 100%;
		box-sizing: border-box;
	}

}

@media all and (max-width: 1025px) {
	.home-right {
		display: flex;
		flex-direction: column;
	}
	.home-content {
		width: 100%;
		order: 1;
	}
	.right-sidebar {
		width: 100%;
		order: 2;
	}
	footer {
		order: 3;
	}
	.inner-logo a img {
		width: 90%;
	}

	/*.inner-news .sort-two-date, .inner-news .search-input {
		float: none;
	}
	.sort .search-input input {
		width: 330px;
	}
	.sort .sort-btm p {
		width: 50%;
	}
	.inner-request form .submit-form .submit button {
		padding: 20px 45px;
		margin-top: 10px;
	}*/
	.inner-request form {
		padding: 60px 20px;
	}
	.polls-inner .polls-container .que.radio-btn label {
		width: 90%;
	}

	.home-container {
		padding-bottom: 0px;
	}
	.article table tr td,
	.article table tr th {
		font-size: 12px;
	}

	/*.home-content,*/
	.inner {
		margin-bottom: 20px;
	}
	.home-right {
		padding-bottom: 0;
	}

	footer {
		width: 100%;
		height: auto;
		position: relative;
		text-align: center;
	}
	footer .contacts {
		padding: 10px 0;
		display: block;
	}

	footer p {
		float: none;
		margin: 14px 0 14px 0;
	}
}

@media all and (max-width: 860px) {
	.home-header {
		top: 120px;
	}
}

@media all and (max-width: 769px) {
	.home-header {
		width: 320px;
		height: 216px;
		top: 140px;
	}
	.logo a {
		width: 320px;
		height: auto;
	}
	.logo a img {
		width: 320px;
		max-width: 320px;
	}
	.main-carousel .slick-track li {
		height: 300px!important;
	}
	.home-content {
	    width: 100%;
	}
	.home-container {
		display: block;
	}
	.home-container:after {
		display: none;
	}
	.home-container:before {
		display: none;
	}
	.home-left, .home-right {
		width: 100%;
	}
	.inner-logo {
		position: relative;
		height: 90px;
	}
	.inner-logo a {
		width: auto;
		height: auto;
		display: inherit;
		text-align: left;
		padding-left: 10%;
	}
	.inner-logo a img {
		width: 30%;
	}
	.menu {
		display: none;
	}
	.menu.visible {
		display: block;
	}
	.menu-nav-line {
		display: none;
	}
	.dl-trigger {
		display: block;
		position: absolute;
		top: 45px;
		right: 10%;
	}
	.dl-menuwrapper .dl-menu {
		opacity: 0;
	}
	.dl-menu.dl-subview li.dl-subviewopen {
		padding: 0;
	}
	#menu-mobile {
		display: block;
	}
	.top-bar {
		height: auto;
	}
	.top-bar .search-container {
		width: 100%;
	}
	.top-bar .top-bar-links {
	    display: block;
	    text-align: center;
	}
	.right-sidebar {
	    width: auto;
	    float: none;
	}
	.right-sidebar .rs-first {
	    width: auto;
	    display: block;
	    float: none;
	}
	.right-sidebar .logos {
		width: auto;
	    display: block;
	    float: none;
	}
	.right-sidebar .other-links {
		width: auto;
	    display: block;
	    float: none;
	}
}

@media all and (max-width: 500px) {
	.inner-logo a img {
	    width: 60%;
	}
	.inner {
		padding: 10px;
	}
	.top-bar {
	    height: auto;
	}
	.right-sidebar .rs-first, .right-sidebar .logos, .right-sidebar .other-links {
		width: auto;
	}
	.home-container {
		padding-bottom: 0px;
	}


	footer {
		height: auto;
		position: relative;
		text-align: center;
	}
	footer .contacts {
		padding: 10px 0;
		display: block;
	}

	footer p {
		float: none;
		margin: 14px 0 14px 0;
	}
	.inner-content .title h1 {
		font-size: 24px;padding: 0 7px;
	}
	.inner-content .title h1::after {
	    margin: 20px auto 0;
	}
	.solutions-list {
	    padding: 45px 15px;
	}
	/*.sort div {
		display: block;
	}
	.sort input, .sort .search-input input, .inner-request form div div input, .inner-request form div input {
		width: 96%;
	}
	.sort input.datepicker-bgr {
		background-size: 6%;
	}*/
	.article img {
		width: 100% !important;
		height: auto !important;
	}
	.pages-nav a {
		width: 40px;
		height: 40px;
	}
	.polls-inner .polls-container {
	    padding: 40px 20px;
	}
	.polls-inner .polls-container .que input {
		width: 93%;
	}
	.polls-inner .polls-container .que.checkboxes label, .polls-inner .polls-container .que.radio-btn label {
		width: 85%;
	}
	.poll-btm .poll-send button {
	    padding: 10px 35px;
	}
	.partners .parthners-container .fRow, .partners .parthners-container .sRow {
		border: 0;
	}
	.partners .parthners-container .fRow div, .partners .parthners-container .sRow div {
		width: 100%;
	}
	.inner-page {
	    padding: 15px 20px;
	}
	.inner-request form {
	    padding: 25px;
	}
	.inner-request form div div:first-child, .inner-request form div div:last-child {
	    float: none;
	    width: 100%;
	}
	.inner-request form .submit-form .submit button {
	    padding: 10px 25px;
	    margin-top: 20px;
	}
	.inner-news .news-listing {
	    padding: 15px 10px 30px;
	}
	.pages-nav .page-list a span {
	    line-height: 3;
	}
	.inner-files {
	    padding: 15px 30px;
	}
	.inner-news-item {
	    padding: 30px 20px;
	}
	.inner-news-item h2 {
		font-size: 16px;
	}
	/*.inner-news-item .news-content img {
		width: 95%;
	}*/
	/*.inner-news-item .news-content .news-text {
		width: 100%;
		margin-top: 20px;
	}*/
	.faq {
	    padding: 25px 15px;
	}
	.contacts-inner {
		display: block;
	}
	.contacts-inner .left-container, .contacts-inner .right-container {
	    display: block;
	    width: 100%;
	    float: none;
	}
	.contacts-inner .left-container {
		padding: 20px;
		width: auto;
	}
}


@media all and (max-width: 480px) {
	.home-header {
		top: 230px;
	}

}


@media print {
	.breadcrumb-btn,
	.home-left,
	footer,
	header {
		display: none;
	}
	.inner-content .title {
		padding: 10px 0;
	}


	* {color: #000 !important;, background: none;}
}

.back-to-site {
	display: block;
	text-align: right;
	color:#54aae1;
}


.home-content .about .banner-link-about {
	width: 350px;
	float: right;
	padding-left:0;
}

.home-content .about .banner-link-about img {
	width: 100%;
	height: auto; 
	position:relative;
	top:0;
	left:0;
	}


.banner-link-faq {
	width: 90%;
	margin-left: 0;
	padding:0;
}

.banner-link-faq img {
		width: 100%;
		height: auto;
		float: none !important;
		margin:0 !important;
}

.home-content .info.with-banner div {vertical-align: middle;}


@media all and (max-width: 480px) {
	.home-content .about p {width: calc(100% - 80px);}
	.home-content .about .banner-link-about {
		width: 80%;
		margin-left: 10%;
		margin-top: 20px;
		padding:0;
		float: none;
	}

}