/* ========== Global styles ========== */
html {
	color: #666;
	background: #e8edf4;
}
body {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	background: #e8edf4;
}
h1 {
	margin: 0 0 15px;
	padding: 0 0 14px;
	border-bottom: 1px solid #9cd4e6;
	font-size: 24px;
	font-weight: 300;
	color: #353535;
}
h1.margin-reset {
	margin-bottom: 0;
}
h2, h3, h4 {
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #353535;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

p {
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.6;
	color: #353535;
}

.align-justify {
	text-align: justify;
}

.img-left,
.figure-left {
	float: left;
	margin: 2px 12px 12px 0;
}
.img-right,
.figure-right {
	float: right;
	margin: 2px 0 12px 12px;
}

ul, dl {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl dd {
	margin-left: 0;
}
ul.list-text {
	margin: 0 0 18px;
	padding-left: 22px;
}
ul.list-text li {
	position: relative;
	font-size: 13px;
	line-height: 1.6;
	color: #353535;
}
ul.list-text li:before {
	content: "";
	position: absolute;
	left: -12px;
	top: 50%;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background: #3d6dae;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
	outline: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="checkbox"]:hover,
input[type="checkbox"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
select:focus,
select:hover,
textarea:hover,
textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	background: #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
figure {
	margin: 0;
}
button {
	border: 0;
	outline: 0;
}
.btn {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: auto;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #14bcf2;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.btn:hover {
	opacity: .7;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .1);
}
.btn:active {
	opacity: 1;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

/* ---------- Breadcrumb -------- */
.breadcrumb {
	padding: 6px 0 7px;
	margin: 0 0 8px;
	list-style: none;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.breadcrumb > li {
	display: inline;
	position: relative;
	margin-right: 20px;
}
.breadcrumb > li + li:before {
	content: "";
	position: absolute;
	top: 6px;
	left: -12px;
	width: 4px;
	height: 7px;
	background: url(../img/bredcrumb-arrow.png) no-repeat;
}
.breadcrumb a {
	text-decoration: none;
	font-size: 11px;
	color: #386198;

}
.breadcrumb > .active a {
	text-decoration: none!important;
	color: #202020;
	cursor: default;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #202020;
}
a:link, a:visited {
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	outline: none;
}
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* ========== Page structure ========== */
html, body {
	height: 100%;
}

.sidebar-menu {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	width: 170px;
	height: 100%;
	padding: 17px 0;
	background: #1b467f;
	overflow: hidden;
	z-index: 10;
}
.page-content,
.footer-page {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 970px;
}
.page-content {
	min-height: 100%;
	margin-bottom: -85px;
	padding: 14px 20px 0 190px;
	background: #fff;
	box-shadow: 1px 0 10px rgba(166, 171, 177, .3);
}
.push {
	padding: 0 0 85px;
}
.footer-page {
	overflow: hidden;
	height: 65px;
	padding: 0 20px 20px 190px;

}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ========== All pages ========== */

/* ---------- Sidebar-menu -------- */
.switch-language {
	margin: 0 0 20px 14px;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 10px;
	color: #d2d4d8;
}
.switch-language a {
	text-decoration: none;
	color: #d2d4d8;
}
.switch-language a:hover {
	text-decoration: underline;
}
.switch-language a.active {
	color: #516682;
}

/* ---------- dl-menu -------- */
.dl-menu h4 {
	margin: 0;
	padding: 14px 14px 16px;
	border-top: 1px solid #2d5589;
	border-bottom: 1px solid #2d5589;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	line-height: 1.3;
  color: #fff;
/*	color: #14bcf2;*/
}
.dl-menu li a:hover {
	border-left-color: #14bcf2;
}
.dl-menu a {
	-webkit-transition: color .2s;
	transition: color .2s;
}
.dl-menu a:hover {
	background: #2d6da9;
  color: #fff;
}
.dl-menu a.active {
/*  color: #00bbf1;*/
	color: #fff;
	cursor: default;
/*	background: #2d6da9;*/
}
.dl-submenu a {
/*	background: #22487a;*/
}
.dl-menuwrapper li.dl-back,
.dl-menuwrapper li.btn-back {
	height: 33px;
	margin: 0 0 25px;
	border-bottom: 0;
	background: #1b467f;
}

.dl-menuwrapper .dl-back a,
.dl-menuwrapper .btn-back a {
	display: block;
	height: 33px;
	/*padding: 8px 8px 8px 54px;*/
	color: #00bbf1;
	background: url(../img/btn-back.png) no-repeat 7px 0;
}
.dl-menuwrapper .dl-back a:hover,
.dl-menuwrapper .btn-back a:hover {
	border-left-color: transparent!important;
	opacity: .8;
}
.dl-submenu span {
	display: block;
	padding: 14px;
	font-size: 12px;
	color: #6c8cb7;
}
.dropdown .active,
.dropdown .active:hover {
	border-left-color: #14bcf2;
  background: #254c80;
/*	color: #fff;*/
/*	background: #2d6da9;*/
	cursor: default;
}
.open-dropdown > a:after {
	content: "";
	position: absolute;
	top: 50%!important;
	left: 150px;
	width: 5px;
	height: 9px;
	margin-top: -5px;
	background: url(../img/arrow-menu.png) no-repeat;
}
.dl-menu .nav-section-other a {
	color: #465f7f;
}
.dl-menu .nav-section-other a:hover {
	color: #fff;
}

/* ---------- Pagination -------- */
.pagination {
  text-align: center;
}
.pagination li {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  font-size: 11px;
  color: #202020;
  vertical-align: middle;
}
.pagination a {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  text-decoration: none;
  font-size: 11px;
  color: #202020;
}
.pagination .pagination-prev,
.pagination .pagination-next {
  display: inline-block;
  width: 33px;
  height: 33px;
}
.pagination .pagination-prev {
  margin-right: 6px;
  background: url(../img/btn-back.png) no-repeat;
}
.pagination .pagination-next {
  margin-left: 6px;
  background: url(../img/btn-next.png) no-repeat;
}
.pagination a:hover {
  text-decoration: underline;
}
.pagination .disabled .pagination-prev,
.pagination .disabled .pagination-next {
  opacity: .4;
  cursor: default;
}

/* ---------- Back-page -------- */
.back-page {
  display: block;
  height: 33px;
  padding-left: 40px;
  line-height: 33px;
  background: url(../img/btn-back.png) no-repeat;
}

/* ---------- Header -------- */
.header-page {
  border-bottom: 4px solid #14bcf2;
  padding-bottom: 18px;
}
.logo-social {
  overflow: hidden;
  float: left;
  width: 520px;
}
.logo-social .logo {
  float: left;
/*  width: 400px;*/
  width: 100%;
}
.logo-social a {
  display: block;
  text-decoration: none;
}
.logo-img {
	float: left;
	width: 70px;
	height: 90px;
	margin: 0;
}
.logo-img > img {
	height: 90px;
}
.logo-text span {
  text-transform: uppercase;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #34c1f3;
}
.logo-social h1,
.logo-slogan {
  margin: 4px 0 0;
  padding: 0;
  border-bottom: 0;
  text-transform: uppercase;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #113b72;
}
.ico-social {
  float: right;
  margin: 50px 0 0;
}
.ico-social a {
  display: inline-block;
  margin-left: 5px;
}

.auth-search {
  float: right;
  text-align: right;
}
.auth-search .auth {
  height: 18px;
  margin: 2px 0 26px;
  line-height: 18px;
  color: #dee3ea;
}
.auth .auth-name,
.auth .auth-reg {
  height: 18px;
  color: #3a68a3;
  text-decoration: none;
}
.auth .auth-name:hover,
.auth .auth-reg:hover {
  cursor: pointer;
  text-decoration: underline;
}
.auth .auth-name {
  padding-left: 22px;
  background: url(../img/ico-reg.png) no-repeat 0 2px;
}

.auth-login-success {
  position: relative;
}

.auth-login-success .wrap-login {
  display: table;
  width: 100%;
}
.auth-login-success .auth-login {
  display: table-cell;
  width: 186px;
  padding-right: 10px;
  vertical-align: middle;
  color: #3a68a3;
  text-decoration: none;
}
.auth-login-success .btn-login-filter {
  display: table-cell;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url(../img/btn-filter.png) no-repeat;
}

.login-filter {
  display: none;
  position: absolute;
  top: 40px;
  left: 95px;
  z-index: 10;
  width: 136px;
  border: 1px solid #95bccf;
  border-radius: 6px;
  text-align: left;
  background: #fff;
}
.login-filter:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 15px;
  width: 16px;
  height: 8px;
  background: url(../img/ico-trengle.png) no-repeat;
}
.login-filter li {
  position: relative;
}
.login-filter li:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  width: 12px;
  height: 13px;
  background: url(../img/ico-sprite-filter.png) no-repeat;
}

.login-filter .login-filter-options:after {
  background-position: 0 -13px;
}
.login-filter .login-filter-access:after {
  background-position: 0 -26px;
}
.login-filter .login-filter-exit:after {
  background-position: 0 -39px;
}

.login-filter a {
  display: block;
  padding: 6px 0 6px 34px;
  text-decoration: none;
  color: #254d80;
  border-bottom: 1px solid #e2eff5;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.login-filter a:hover {
  color: #95bccf;
}
.login-filter li:last-of-type a {
  border-bottom: 0;
}
.search-social {
  overflow: hidden;
}

/* ---------- Form-search --------- */
input[type="search"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-search {
  float: right;
  position: relative;
  width: 220px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}
.form-search input {
  border: 1px solid #d2d8e1;
}
.form-search .input-search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  height: 24px;
  padding: 3px 27px 3px 6px;
  outline: none;
  color: #999;
  background: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.form-search .input-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.form-search .input-search:focus {
  color: #333;
}
.form-search .submit {
  opacity: .3;
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  border: 0;
  background: url(../img/ico-search.png) no-repeat 50% 50%;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.form-search .input-search:focus + .submit {
  opacity: 1;
}

/* ========== Index page ========== */
.wrapper {
  padding: 12px 0 0;
}
.main-content {
  float: left;
  width: 520px;
}
.sidebar {
  float: right;
  width: 220px;
}

/* ---------- Announcements -------- */
.announcements {
  margin-bottom: 55px;
}
.announcements h2 {
  margin-bottom: 18px;
  font-weight: 400;
}
.announcement {
  margin-bottom: 40px;
}
.announcement-wrap {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.announcement-number {
  display: table-cell;
  width: 52px;
  padding-right: 8px;
  vertical-align: middle;
}
.announcement-number b {
  display: inline-block;
  position: relative;
  width: 52px;
  height: 41px;
  border: 4px solid #386198;
  border-top-width: 15px;
  text-align: center;
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
  color: #14bcf2;
}
.announcement .announcement-link {
  display: table-cell;
  width: 148px;
  margin: 0 0 6px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #254d80;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.announcement .announcement-link:hover {
  color: #14bcf2;
}
.announcement-date {
  display: block;
  position: absolute;
  font-size: 12px;
  top: 37px;
  left: 2px;
  font-weight: 700;
  color: #386198;
}

/* ---------- News -------- */
.news {
  margin-bottom: 45px;
}
.news h2 {
  margin-bottom: 10px;
  font-weight: 400;
}
.news .news-item {
  display: table;
  width: 100%;
  margin-bottom: 16px;
  text-decoration: none;
}
.news .news-item p {
  font-size: 12px;
  line-height: 1.3;
}
.news .news-item:hover p {
  color: #14bcf2;
}
.news-item figure {
  display: table-cell;
  width: 49px;
  padding-right: 6px;
  vertical-align: middle;
}
.news-item img {
  display: block;
  width: 60px;
  height: 50px;
}
.news-item p {
  display: table-cell;
  width: 140px;
  vertical-align: middle;
  color: #254d80;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.all-news {
  display: inline-block;
  position: relative;
  margin-top: 7px;
  font-size: 11px;
  color: #3a68a3;
}
.all-news:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -8px;
  width: 5px;
  height: 9px;
  margin-left: 7px;
  background: url(../img/ico-all-news.png) no-repeat;
}
.all-news:hover {
  text-decoration: none;
}

/* ---------- Main-content -------- */
.main-content {
  margin-bottom: 30px;
}
.main-content h2 {
  margin-bottom: 18px;
  font-weight: 400;
}

.tabs-personal {
  margin-left: -20px;
}
.tabs-nav {
  background: #e7f8fe;

}
.tabs-personal .tabs-nav {
  padding-left: 20px;
}
.tabs-nav-items {
  display: table;
  width: 100%;
}
.tabs-personal .tabs-nav-items {
  width: auto;
}
.tabs-nav-items li {
  display: table-cell;
  padding: 0 12px;
  text-align: center;
  border-left: 1px solid #e7f8fe;
  border-right: 1px solid #e7f8fe;
  background: #bdecfc;
}
.tabs-personal .tabs-nav-items li {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #d0f2fc;
}
.tabs-personal .tabs-nav-items li.tab-active,
.tabs-personal .tabs-nav-items li.tab-active a {
  cursor: default;
  background: #fff;
}
.tabs-nav-items li.tab-active,
.tabs-nav-items li.tab-active a {
  cursor: default;
  background: #e7f8fe;
}
.tabs-nav-items a {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #254d80;
  text-decoration: none;
  font-size: 12px;
}
.tabs-personal .tabs-nav-items a {
  height: 32px;
  line-height: 32px;
}
.tab-content-in {
  display: none;
}
.tab-content-in.current {
  display: block;
}
.tabs-content-personal {
  margin: 20px 0 20px 20px;
}

.map {
  position: relative;
  padding: 25px 0 0;
  text-align: center;
  background: #e7f8fe;
}
.map-container {
  position: relative;
  width: 520px;
  height: 350px;
  margin: auto;
  z-index: 10;
}

#map {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  float: left;
  clear: both;
  width: 520px;
  height: 350px;
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  z-index: 1;
}
.map-container:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 26px;
  z-index: -1;
  width: 480px;
  height: 329px;
  background: url(../img/map-shadow.png) no-repeat;
}

.point {
  display: none;
  position: absolute;
  width: 210px;
  border: 1px solid #95bccf;
  border-radius: 8px;
  z-index: 1000!important;
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, .18);
}

.point:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  width: 22px;
  height: 29px;
  background: url(../img/ico-map-popap.png) no-repeat;
}
.point h2 {
  font-size: 16px;
  font-weight: 300;
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase;
}
.point .list-text {
  padding: 19px 0 0;
  border-top: 1px solid #c6dfeb;
  text-align: left;
}
.point .list-text li {
  margin: 0 0 10px 33px;
  line-height: 1;
}
.point ul.list-text li:before {
  background: #c6dfeb;
}
.point .list-text a {
  font-size: 12px;
  color: #254d80;
}
.map-info {
  position: absolute;
  top: 245px;
  left: 40px;
  width: 130px;
  padding: 0 0 0 18px;
  text-align: left;
  font-style: italic;
  line-height: 1.3;
  color: #353535;
  background: url(../img/ico-i.png) no-repeat;
  z-index: 1;
}

.map-statistic {
  padding: 0 10px 30px;
  background: #e7f8fe;
}
.map-statistic-in {
  display: inline-block;
  width: 104px;
  margin: 0 26px;
  text-align: center;
  line-height: 1.3;
}
.map-statistic .map-statistic-cnt {
  display: block;
  margin-bottom: 6px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
  color: #14bcf2;
}
.map-statistic .map-statistic-text {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #435d7e;
}

/* ---------- Partners -------- */
.partners {
  padding-bottom: 18px;
  border: 1px solid #d0f2fc;
  border-bottom: 0;
}
.partners-head {
  height: 40px;
  margin-bottom: 20px;
  line-height: 40px;
  background: #bdecfc;
}
.partners-head h2 {
  margin-bottom: 18px;
  padding: 0 10px;
  text-align: left;
  font-weight: 400;
  color: #183863;
}

.partners-logo {
  position: relative;
  width: 660px;
  margin: 0 auto;
}
.partners-logo li {
  display: table;
  float: left;
  height: 80px;
}
#partners-logo-carousel a {
  display: table-cell;
  width: 100%;
  height: 80px;
  vertical-align: middle;
}
.partners-logo img {
  display: block;
  width: auto;
  margin: auto;
}
.partners-logo img:hover {
  opacity: .8;
}
.partners-logo .prev,
.partners-logo .next {
  display: block;
  position: absolute;
  top: 24px;
  width: 12px;
  height: 23px;
  background: url(../img/slider-arrow.png) no-repeat;
}
.partners-logo .prev {
  left: -30px;
}
.partners-logo .next {
  right: -30px;
  background-position: 0 -23px;
}

/* ========== Footer ========== */
.footer-wrap {
  border-top: 1px solid #d0f2fc;
}
.footer-left-block {
  overflow: hidden;
  float: left;
  margin-top: 28px;
}
.footer-left-block .counter {
  float: left;
  margin-right: 22px;
}

.footer-left-block .copyright {
  float: left;
  width: 135px;
  margin-top: 5px;
  line-height: 1.3;
  font-size: 11px;
}
.footer-right-block {
  float: right;
  margin-top: 32px;
  color: #254d80;
}
.footer-right-block a {
  text-decoration: none;
  color: #254d80;
}
.footer-right-block a:hover {
  text-decoration: underline;
}

/* ---------- Scroll-to -------- */
#scroll-to {
  display: block;
  position: fixed;
  left: 1000px;
  top: 20px;
  width: 44px;
  height: 44px;
  border: 0;
  outline: 0;
  background: url(../img/btn-to.png) no-repeat;
  cursor: pointer;
  z-index: 5;
  opacity: .9;
}

/* ========== page Structure ========== */
.description-personal {
  margin-bottom: 70px;
}
.description-personal header {
  margin: 0 0 14px -20px;
  padding: 7px 0;
  background: #e7f8fe;
}
.description-component .dl-wrap {
  float: left;
}
.description-component dl {
  margin: 0 0 3px 20px;
}
.description-component dt {
  display: inline-block;
  min-width: 180px;
  margin-bottom: 4px;
}
.description-component dd {
  display: inline-block;
  font-weight: 700;
  color: #183863;
}
.description-component button {
  display: block;
  float: right;
  margin-right: 4px;
  color: #3a68a3;
  background: transparent;
}
.description-component button b {
  font-weight: normal;
}
.description-component button b:hover {
  text-decoration: underline;
}
.description-component .list-dl-toggle i {
  display: inline-block;
  margin-left: 8px;
  padding-top: 2px;
  font-size: 16px;
  color: #14bcf2;
}
.description-component a:hover {
  text-decoration: underline;
}

/* ---------- table -------- */
.description-personal .filter-table,
.seminars .filter-seminars {
  position: relative;
  background: transparent;
}
.filter-table a,
.filter-seminars a {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 10px;
  color: #fefefe;

}
.filter-table .ico-filter-plus:before {
	content: "\f067";
}
.filter-table .ico-filter-plus {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	top: -30px;
	right: 30px;
	background-color: #14bcf2;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;

	font-size: 18px;
	padding: 4px 4px 4px 6px;
	width: 16px;
	height: 16px;
}
.filter-table .ico-filter,
.filter-seminars .ico-filter {
  top: -30px;
  right: 0;
  background: #14bcf2 url(../img/ico-filter.png) no-repeat 50% 50%;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.filter-table .ico-filter-plus:hover,
.filter-table .ico-filter:hover,
.filter-seminars .ico-filter:hover {
  background-color: #72ddff;
}
.filter-table span,
.filter-seminars span {
  position: absolute;
  right: -3px;
  top: -4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  text-align: center;
  line-height: 13px;
  background: #4873ae;
}

/* ---------- Form-personal-filter -------- */
.form-personal-filter,
.form-seminars-filter {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: -1px 0 20px -20px;
  padding: 7px 20px 0;
  border: 1px solid #c3e7f3;
  background: #e7f8fe;
}
.form-personal-filter *,
.form-seminars-filter * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-personal-filter:after,
.form-seminars-filter:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 10px;
  width: 12px;
  height: 7px;
  background: url(../img/form-filter-triangle.png) no-repeat;
}
.form-personal-filter li {
  margin-bottom: 12px;
}
.form-personal-filter li:last-of-type {
  margin-bottom: 10px;
}
.form-personal-filter fieldset {
  display: inline-block;
}
.form-personal-filter fieldset.w-100 {
  width: 100px;
  margin-right: 18px;
}
.form-personal-filter fieldset.w-120 {
  width: 120px;
  margin-right: 16px;
}
.form-personal-filter fieldset.w-160 {
  width: 160px;
  margin-right: 18px;
}
.form-personal-filter fieldset.w-200 {
  width: 200px;
}
.form-personal-filter fieldset.w-320 {
  width: 320px;
}
.form-personal-filter label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  color: #202020;
}
.form-personal-filter input[type="text"],
.form-personal-filter select {
  width: 100%;
  height: 26px;
  border: 1px solid #a5b3c5;
  font-size: 11px;
  color: #202020;
  outline: 0;
  background: #fff;
}
.form-personal-filter input[type="text"] {
  padding: 8px;
  line-height: 16px;
}
.form-personal-filter .fieldset-wrap {
  float: left;
}
.form-personal-filter .checkbox-wrap {
  float: left;
}
.checkbox-wrap li {
  overflow: hidden;
  margin-bottom: 14px;
}
.checkbox-wrap fieldset {
  float: left;
  display: table;
  line-height: 1;
}
.checkbox-wrap label {
  display: table-cell;
  width: 90px;
  vertical-align: middle;
}
.form-personal-filter b {
  display: table-cell;
  padding: 0 5px 0 3px;
  vertical-align: middle;
}
.form-personal-filter input[type="checkbox"] {
  vertical-align: middle;
}
.btn-form-personal-filter,
.btn-form-seminars-filter {
  position: absolute;
  top: 30px;
  right: 12px;
  width: 85px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: none;
}
.btn-form-personal-reset,
.btn-form-personal-submit {
  display: inline-block;
  width: auto;
  height: 32px;
  padding: 0 17px;
  border: 2px solid #14bcf2;
  border-radius: 6px;
  line-height: 28px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
.btn-form-personal-reset {
  margin-right: 8px;
  color: #14bcf2;
  background: #fff;
}


.table {
  width: 100%;
  vertical-align: top;
}
.table th {
  font-size: 11px;
  color: #22487a;
}
.table td i {
  font-size: 16px;
  color: #14bcf2;
}
.table a:hover i {
  color: #72ddff;
}
.table-wrap {
  margin: 0 0 20px -20px;
}

.table-personal caption {
  overflow: hidden;
  margin: 0 0 16px 20px;
  font-size: 14px;
  color: #353535;
  text-align: left;
}
.table-personal .ico-filter-plus {
  float: right;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 3px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background: #14bcf2;
}
.table-personal .ico-filter-plus:hover {
  background-color: #72ddff;
}
.table-personal .ico-filter-plus:hover i {
  color: #fff;
}
.table-personal > tbody > tr > td {
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.table-personal td {
  border-bottom: 1px solid #f2f2f2;
}
.table-personal th {
  padding: 10px 6px 10px 0;
  vertical-align: middle;
  text-align: left;
  background: #e7f8fe;
}
.table-personal.tp-2 th {
  padding: 8px 6px 8px 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 400;
  background: #f4f4f4;
}
.table-personal td {
  padding: 4px 6px 4px 0;
  vertical-align: top;
}

/*.table-personal th:nth-child(1) {
  width: 17%;
}
.table-personal th:nth-child(2),

.table-personal th:nth-child(3),
.table-personal th:nth-child(5) {
  width: 15%;
}
.table-personal th:nth-child(4) {
  width: 18%;
}
.table-personal th:nth-child(6) {
  width: 14%;
}*/
/*.table-personal th:nth-child(7),
.table-personal.tp-2 th:nth-child(6),
.table-personal th:nth-child(8),
.table-personal.tp-2 td:nth-child(6),
.table-personal td:nth-child(7),
.table-personal.tp-2 td:nth-child(7),
.table-personal td:nth-child(8),
.table-personal.tp-2 td:nth-child(7)*/
.table-personal th,
.table-personal.tp-2 th,
.table-personal td,
.table-personal.tp-2 td
{
/*  width: 3%;*/
  text-align: center;
  vertical-align: middle;
}
.table-personal th:nth-child(1),
.table-personal td:nth-child(1) {
  padding: 4px 6px 4px 20px;
}
.table-personal td:nth-child(1) a {
  color: #3a68a3;
}
.table-personal td:nth-child(2) a {
  color: #353535;
}
.table-personal a:hover {
  text-decoration: none;
}
.table-personal tr:last-child td {
  border-bottom: 1px solid #9cd4e6;
}
.table-personal > tbody > tr:nth-child(odd) > td {
  background-color: #fcfcfc;
}
.table-personal > tbody > tr:hover > td {
  background-color: #f8f8f8;
}

/* ---------- Form-personal -------- */
.form-personal,
.for-form-personal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-personal * ,
.for-form-personal *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-personal-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f2f2f2;
}
.form-personal-wrap:nth-of-type(2) {
  margin-bottom: 8px;
}
.form-personal-wrap ul {
  float: left;
}
.form-personal-wrap li {
  display: table;
  margin-bottom: 10px;
}
.form-personal-wrap .form-input-wrap-l {
  width: 450px;
  margin-right: 30px;
}
.form-personal-wrap .form-input-wrap-l input,
.form-personal-wrap .form-input-wrap-l .for-input {
  width: 280px;
}
.form-personal-wrap .form-input-wrap-l label {
  width: 170px;
}
.form-personal-wrap .form-input-wrap-r {
  width: 280px;
}
.form-personal-wrap .form-input-wrap-r input,
.form-personal-wrap .form-input-wrap-r .for-input {
  width: 220px;
}
.form-personal-wrap .form-input-wrap-l li:last-of-type,
.form-personal-wrap .form-input-wrap-r li:last-of-type {
  margin-bottom: 0;
}
.form-input-wrap-r label {
  width: 60px;
}
.form-personal label {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: #202020;
}
.form-personal input[type="text"],
.form-personal input[type="email"] {
  height: 26px;
  border: 1px solid #a5b3c5;
  padding: 2px 8px;
  line-height: 16px;
  font-size: 12px;
  color: #333;
  outline: 0;
  background: #fff;
}

.form-personal select {
  width: 280px;
  height: 26px;
  border: 1px solid #a5b3c5;
  outline: 0;
  vertical-align: middle;
}
.form-personal textarea {
  display: inline-block;
  width: 589px;
  height: 66px;
  padding: 8px;
  border: 1px solid #a5b3c5;
  resize: none;
}

.wrap-upload-file > span {
  display: table-cell;
  width: 60px;
  padding-top: 5px;
  vertical-align: top;
  font-size: 11px;
  font-weight: 700;
  color: #202020;
}
label.upload-file input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.form-personal-wrap label.upload-file {
  cursor: pointer;
  padding: 0;
  line-height: 1.4;
}
.form-input-wrap-r .input-file {
  overflow: hidden;
  display: block;
  width: 102px;
  height: 102px;
  padding: 16px 10px;
  border: 1px solid #bfd6de;
  text-align: center;
  font-size: 11px;
  color: #353535;
  font-weight: 400;
  text-overflow: ellipsis;
  background: #f8f8f8
}
.form-input-wrap-r .input-file i {
  display: block;
  margin-bottom: 2px;
  font-size: 24px;
  color: #bfd6de;
}

.form-personal-wrap fieldset label {
  display: inline-block;
  width: 167px;
  vertical-align: top;
}
.form-checkbox-wrap {
  padding: 3px 0 0 0;
}
.form-checkbox-wrap li {
  display: table;
  margin-bottom: 20px;
}
.form-checkbox-wrap li:last-of-type {
  margin-bottom: 14px;
}
.form-checkbox-wrap label {
  display: table-cell;
  width: 162px;
  vertical-align: middle;
}
.form-checkbox-wrap b {
  display: table-cell;
  vertical-align: middle;
}
.form-checkbox-wrap b input {
  vertical-align: middle;
}
.form-personal .btn-wrap {
  text-align: right;
}
.form-personal .table-wrap {
  margin-bottom: 30px;
}
.form-personal .input-date > span,
.for-form-personal .for-input-date span {
  margin: 0 7px;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  background-color: #fff;
  border: 1px solid #a5b3c5;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
input[disabled],
input[readonly] {
  cursor: not-allowed;
}
.input-append {
  display: inline-block;
  position: relative;
  width: 100px;
}
.form-personal .input-append input {
  width: 100px;
  height: 26px;
  border: 1px solid #a5b3c5;
  padding: 2px 8px;
  line-height: 16px;
  font-size: 12px;
  color: #202020;
  outline: 0;
  background: #fff;
}
.input-append .add-on {
  position: absolute;
  top: 0;
  right: -2px;
  width: 24px;
  height: 24px;
  padding-top: 5px;
  text-align: center;
  font-size: 14px;
  color: #4c617c;
}
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
}
.datepicker:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 6px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #a5b3c5;
}
.datepicker:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #fff;
  background-color: #14bcf2;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #fff;
  background-color: #14bcf2;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #14bcf2;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eee;
}
.datepicker td span.active {
  color: #fff;
  background-color: #14bcf2;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #fff;
  background-color: #14bcf2;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #14bcf2;
}
.datepicker td span.old {
  color: #999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* ---------- Personal-priview -------- */
.for-form-personal {
  margin: 28px 0 0 0;
}
.for-form-personal .form-personal-wrap {
  margin-bottom: 23px;
  padding-bottom: 13px;
}
.for-form-personal .form-personal-wrap:nth-child(2) {
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.for-form-personal .form-personal-wrap li {
  margin-bottom: 24px;
}
.form-personal-wrap .form-input-wrap-l .for-label {
  width: 182px;
}
.form-personal-wrap .form-input-wrap-r .for-label {
  width: 70px;
}
.for-form-personal .form-personal-wrap:nth-child(2) li {
  margin-bottom: 20px;
  line-height: 1.4;
}
.for-form-personal .for-label {
  display: table-cell;
  padding-right: 14px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #202020;
}
.for-form-personal .for-input {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  font-size: 12px;
  color: #202020;
}
.for-form-personal .wrap-upload-file span {
  width: 67px;
  padding-top: 0;
}
.for-form-personal .wrap-upload-file figure {
  display: table-cell;
}
.for-form-personal .for-input-date {
  display: table-cell;
  width: 280px;
}
.for-input-date span,
.for-input-date .for-input {
  display: inline;
}
.for-form-personal .for-input-date .for-date {
  margin: 0;
  font-size: 12px;
  color: #202020;
}
.wrap-upload-file img {
  display: block;
}

.for-form-personal .form-checkbox-wrap {
  padding: 0;
}
.for-form-personal .form-checkbox-wrap li {
  display: table;
  margin-bottom: 20px;
}
.for-form-personal .form-checkbox-wrap li:last-of-type {
  margin-bottom: 14px;
}
.form-checkbox-wrap .for-label {
  display: table-cell;
  width: 162px;
  vertical-align: middle;
}
.form-checkbox-wrap .for-checkbox {
  display: table-cell;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.form-checkbox-wrap .for-checkbox i {
  font-size: 14px;
  color: #7588a1;
}

.for-form-personal .for-fieldset {
  display: table;
}
.for-form-personal .for-textarea {
  display: table-cell;
  width: 582px;
  height: 66px;
  font-size: 12px;
  line-height: 1.4;
  color: #202020;
}

/* ========== page Seminars ========== */
.seminars {
  margin-top: -20px;
}
.seminars .seminars-head {
  height: 55px;
}
.seminars-list {
  margin-bottom: 44px;
  line-height: 1;
}
.seminars-list .seminars-item {
  padding: 20px 0 11px;
  border-bottom: 1px solid #f2f2f2;
}
.seminars-list .seminars-item:last-of-type {
  border-bottom: 0;
}
.seminars-list span {
  display: block;
}
.seminars-item .seminar-date {
  display: inline-block;
  min-width: 92px;
  margin-right: 16px;
  padding-bottom: 8px;
  border: 4px solid #386198;
  vertical-align: top;
}
.seminars-item .seminar-date span {
  text-align: center;
}
.seminar-date .seminar-date-year {
  padding-bottom: 3px;
  font-size: 10px;
  color: #fff;
  background: #386198;
}

.seminar-date .seminar-date-month,
.seminar-date .seminar-date-day {
  font-weight: 700;
  color: #14bcf2;
  line-height: 1;
}
.seminar-date .seminar-date-day {
  padding: 6px;
  font-size: 28px;
}
.seminar-date .seminar-date-month {
  font-size: 12px;
  text-transform: uppercase;
}
.seminars-item .seminar-description {
  display: inline-block;
  vertical-align: top;
}
.seminar-description .seminar-event,
.seminar-description .seminar-organizer {
  margin-bottom: 9px;
  font-size: 11px;
  color: #888e96;
}
.seminar-description h2 {
  margin-bottom: 8px;
}
.seminar-description a {
  font-size: 16px;
  text-transform: none;
  color: #254d80;
}
.seminar-description .seminar-address {
  margin-bottom: 10px;
  font-size: 12px;
  color: #254d80;
}

.form-seminars-filter {
  margin: -1px 0 0 -20px;
  padding: 13px 0 13px 20px;
}
.form-seminars-filter .form-select-wrap {
  display: inline-block;
}
.form-seminars-filter .form-select-wrap li {
  display: inline-block;
}
.form-select-wrap .w-220 {
  width: 220px;
  margin-right: 16px;
}
.form-select-wrap .w-160 {
  width: 160px;
  margin-right: 18px;
}
.form-select-wrap .w-100 {
  width: 100px;
  margin-right: 17px;
}
.form-seminars-filter select {
  width: 100%;
  height: 26px;
  border: 1px solid #a5b3c5;
  outline: 0;
  vertical-align: middle;
}
.btn-form-seminars-filter {
  display: inline-block;
  position: static;
  margin-top: 1px;
  vertical-align: top;
}
.filter-seminars .ico-filter {
  top: -40px;
}

/* ---------- Form-error -------- */

.form-error-alert {
  margin-bottom: 12px;
  padding: 9px;
  border-top: 1px solid #fadba4;
  border-bottom: 1px solid #fadba4;
  font-size: 11px;
  font-weight: 700;
  color: #eb5c1d;
  background: #fff6e4;
}
.form-error-alert i {
  margin-right: 8px;
  font-size: 16px;
  color: #ff9d55;
}

.error label {
  color: #e02f21;
}
.error input,
.error select {
  border-color: rgba(236, 0, 0, 0.8) !important;
  outline: 0 !important;
  background: #fff8f7;
  box-shadow: none!important;
}

/* ---------- page Seminars-in -------- */
.seminars-in {
  margin-top: -15px;
}
.seminars-in h2 {
  font-size: 14px;
  font-weight: 400;
}

.seminars-in .seminars-in-head {
  margin: 0 0 24px -20px;
  padding: 8px 10px 6px 20px;
  background: #e7f8fe;
}

.seminars-in-head .seminars-in-title {
  display: inline-block;
  width: 340px;
  margin-right: 16px;
  vertical-align: top;
}
.seminars-in-head .seminars-in-title span {
  display: inline-block;
  width: 127px;
  margin-bottom: 7px;
  padding-right: 8px;
  vertical-align: top;
  color: #353535;
}
.seminars-in-head .seminars-in-title:last-of-type span {
  width: 90px;
}
.seminars-in-head .seminars-in-title time {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  font-weight: 700;
  color: #183863;
}
.seminars-in .seminars-in-content {
  margin-bottom: 20px;
}

.seminars-in .seminars-in-footer {
  margin-bottom: 26px;
}

/* seminars-photo & seminars-video */
.seminars-photo h2 {
  margin-bottom: 14px;
}
.seminars-video {
   margin-bottom: 30px;
 }
.seminars-video h2 {
  margin-bottom: 18px;
}
.seminars-photo a,
.seminars-video a {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 80px;
  margin: 0 15px 18px 0;
  border: 1px solid #d7dee8;
  text-decoration: none;
}
.seminars-photo a:after {
  opacity: 0;
  content: "+";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 8px;
  font-size: 48px;
  text-align: center;
  color: #14bcf2;
  background: rgba(0, 0, 0, .4);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.seminars-photo a:hover:after {
  opacity: 1;
}
.seminars-video a:hover {
  opacity: .8;
}
.seminars-photo img,
.seminars-video img {
  display: block;
}

/* ---------- Fancybox -------- */
.fancybox-skin {
  padding: 0;
  border-radius: 0;
}
.fancybox-title-inside-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  padding: 0;
  text-align: right;
  font-size: 12px;
  color: #fff;
}
.fancybox-nav span {
  visibility: visible;
}
.fancybox-prev {
  left: -90px;
}
.fancybox-next {
  right: -90px;
}
.fancybox-prev span,
.fancybox-next span {
  width: 50px;
  height: 50px;
  background: url(../img/gallery/btn-gallery.png) no-repeat;
}
.fancybox-prev span {
  background-position: 0 0;
}
.fancybox-next span {
  background-position: 0 -50px;
}
.fancybox-prev:hover span {
  background-position: 0 -100px;
}
.fancybox-next:hover span {
  background-position: 0 -150px;
}

/* ========== Min-width 1346px ========== */
@media (min-width: 1346px) {
  .sidebar-menu {
    width: 220px;
    padding: 17px 0;
  }
  .sf-vertical {
    width: 220px;
  }
  .sf-menu ul {
    min-width: 220px;
  }
  .sf-arrows .sf-with-ul:after {
    left: 195px;
  }
  .page-content,
  .footer-page {
    width: 1270px;
  }
  .page-content {
    padding: 14px 25px 0 240px;
  }
  .footer-page {
    overflow: hidden;
    height: 65px;
    padding: 0 25px 20px 240px;
  }
  .logo-social {
    width: 720px;
  }
  .logo-social .logo {
/*    width: 465px;*/
  }
  .form-search {
    width: 250px;
  }
  .form-search .input-search {
    width: 250px;
  }
  .main-content {
    width: 720px;
  }

  #map {
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
  .map-container:before {
    top: 0;
    left: 0;
    width: 530px;
    height: 360px;
    background: url(../img/map-shadow2.png) no-repeat;
  }
  .map-statistic {
    padding: 0 120px 30px;
  }
  .map-info {
    left: 60px;
  }
  .partners-logo {
    width: 860px;
  }
  .sidebar {
    width: 250px;
  }
  .announcement .announcement-link,
  .news-item p {
    width: 160px;
  }
  #scroll-to {
    left: 1300px;
  }
  .table-wrap {
    margin: 0 0 20px -20px;
  }
  .description-personal header {
    margin: 0 0 14px -30px;
  }
  .form-personal-filter {
    margin: -1px 0 20px -30px;
  }

  .form-personal-filter fieldset.w-100 {
    margin-right: 68px;
  }
  .form-personal-filter fieldset.w-120 {
    margin-right: 66px;
  }
  .form-personal-filter fieldset.w-160 {
    margin-right: 68px;
  }
  .form-personal-filter fieldset.w-320 {
    width: 370px;
  }

  .form-personal textarea {
    width: 830px;
  }

  .form-personal-wrap .form-input-wrap-l {
    width: 600px;
    margin-right: 30px;
  }
  .form-personal-wrap .form-input-wrap-l input {
    width: 400px;
  }
  .form-personal .input-append input {
    width: 100px;
  }
  .form-personal select {
    width: 400px;
  }
  .for-form-personal .for-textarea {
    width: 816px;
  }

  .form-select-wrap .w-220 {
    width: 220px;
    margin-right: 40px;
  }
  .form-select-wrap .w-160 {
    width: 160px;
    margin-right: 40px;
  }
  .form-select-wrap .w-100 {
    width: 160px;
    margin-right: 40px;
  }

  .seminars-in-head .seminars-in-title {
    width: 400px;
  }

}

/* ========== Modal-auth ========== */
.ui-widget {
  font-family: "Open Sanst", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.ui-widget-header {
  border: 0;
  background: #fff;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
}
.ui-dialog .ui-dialog-title {
  height: 12px;
  margin: 0;
}
.ui-widget-content {
  background: #fff;
}
.ui-widget {
  border: 0;
  border-radius: 8px;
}
.ui-state-default .ui-icon  {
  right: 0;
  border: 0;
  width: 27px;
  height: 14px;
}
.ui-button,
.ui-button:hover,
.ui-button:focus,
.ui-button:active,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0;
  background: 0;
  outline: 0;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans Light", Arial, "Helvetica Neue", Helvetica, sans-serif ;
  font-size: 12px;
}
.ui-icon, .ui-widget-content .ui-icon {
  top: 20px;
  z-index: 100;
  background: url(../img/modal/modal-close.png) no-repeat 9px 0;
}
.ui-button-icons-only .ui-button-text {
  padding: 0;
}

.modal-auth,
.modal-auth input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-auth {
  width: 300px;
  height: 400px;
  font-size: 13px;
  font-weight: 300;
  color: #353535;
  background: #fff;
}
.head-modal-auth {
  height: 50px;
  border-bottom: 1px solid #e1e1e1;
  background: url(../img/modal/ico-modalreq.png) no-repeat 50% 0;
}
.form-modal-auth {
  padding: 20px 32px 10px;
}
.form-modal-auth fieldset {
  margin-bottom: 10px;
}
input[type="text"],
input[type="password"],
input[type="email"],
.select-in-modal, .textarea-in-modal {
  width: 100%;
  height: 32px;
  padding: 2px 8px;
  border: 1px solid #a5b3c5;
  outline: 0;
  line-height: 16px;
  font-size: 14px;
  font-weight: 300;
  color: #254d80;
  background: #f6fdfe;
}

.modal-auth label {
  cursor: pointer;
}

.remember-password {
  display: block;
  margin-bottom: 36px;
  text-align: center;
  color: #666;
}
.remember-password:hover {
  text-decoration: none;
}
.modal-auth .hr {
  position: relative;
  height: 1px;
  margin-bottom: 32px;
  background: #e1e1e1;
}
.modal-auth .hr:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 62px;
  height: 32px;
  margin: 0 0 0 -31px;
  background: url(../img/modal/modal-logo.jpg) no-repeat;
}
.modal-auth p {
  margin-bottom: 0;
  text-align: center;
}
.modal-auth .to-reg {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #254d80;
}
.modal-auth .to-reg:hover {
  text-decoration: underline;
}
