@font-face {
	font-family: "OpenSans";
	src: url(../fonts/opensans-light_0.eot);
	src: url(../fonts/opensans-light_0.woff);
	font-weight: 300
}

@font-face {
	font-family: "OpenSans";
	src: url(../fonts/opensans-regular_0.eot);
	src: url(../fonts/opensans-regular_0.woff);
	font-weight: 400
}

@font-face {
	src: url(../fonts/opensans-bold_0.eot);
	src: url(../fonts/opensans-bold_0.woff);
	font-weight: 700
}

@font-face {
	font-family: "OpenSansCond";
	src: url(../fonts/opensans-condlight.eot);
	src: url(../fonts/opensans-condlight.woff);
	font-weight: 300
}

@font-face {
	font-family: "OpenSansCond";
	src: url(../fonts/opensans-condbold.eot);
	src: url(../fonts/opensans-condbold.woff);
	font-weight: 700
}

body {
	font-family: "OpenSans";
	font-weight: 400
}

h1, h2, h3, h4, p {
	margin: 0
}

img {
	max-width: 100%
}

/*@media (min-width: 1199px) {*/
	/*.container {*/
		/*width: 951px*/
	/*}*/
/*}*/

.b-first {
	padding-bottom: 30px;
	background: url(../img/welcome/first.jpg) no-repeat center center;
	background-size: cover
}

.b-header {
	padding-top: 20px
}

.b-logo {
	margin-left: 50px;
	display: flex;
	align-items: center
}

.b-logo:focus, .b-logo:hover {
	text-decoration: none
}

.b-logo img {
	float: left;
	margin-right: 15px
}

.b-logo__big {
	font-size: 26px;
	text-transform: uppercase;
	color: #2e638c
}

.b-logo__small {
	font-size: 10px;
	color: #2e638c
}

.b-logo__small span {
	font-weight: 700
}

.b-contact {
	font-size: 0;
	margin-top: 10px
}

.b-contacts {
	width: 33%;
	display: inline-block
}

.b-contacts:hover {
	text-decoration: none
}

.b-contacts img {
	display: inline-block;
	margin-right: 9px
}

.b-contacts span {
	font-size: 12px;
	color: #2e638c;
	display: inline-block;
	vertical-align: middle
}

.b-nav {
	height: 35px;
	margin-top: 20px;
	background: #052d3a;
	background: rgba(5, 45, 58, .3);
	position: relative
}

.b-nav .b-nav__list {
	margin-bottom: 0;
	max-width: 500px;
	margin: auto;
	padding-left: 0
}

.b-nav li {
	line-height: 34px;
	display: table-cell;
	width: 1%;
	text-align: center;
	transition: all 300ms
}

.b-nav li:hover {
	background: #000
}

.b-nav li a {
	font-size: 16px;
	color: #fff;
	font-weight: 700
}

.b-nav li a:hover {
	text-decoration: none
}

.b-nav li a span {
	font-size: 12px;
	text-transform: uppercase
}

@media (min-width: 768px) {
	.b-nav .b-nav__name, .b-nav .nav-toggle {
		display: none
	}
}

.b-nav .b-nav__name {
	font-size: 17px;
	color: #fff;
	float: left;
	line-height: 35px
}

.b-nav .nav-toggle {
	font-size: 17px;
	float: right;
	width: 35px;
	height: 35px;
	border: 0;
	background: url(/media/img/welcome/menu.png)
}

@media (max-width: 769px) {
	.b-nav .b-nav__list {
		display: none
	}
}

@media (max-width: 767px) {
	.b-nav .b-nav__list {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		top: 35px;
		z-index: 1;
		max-width: 100%;
		background: #000;
		background: rgba(0, 0, 0, .9)
	}

	.b-nav .b-nav__list li {
		display: block;
		width: 100%
	}
}

.b-masters {
	margin-top: 30px
}

.b-master {
	padding-left: 120px
}

.b-masters__title {
	font-size: 30px;
	color: #265273;
	text-transform: uppercase;
	font-family: "OpenSansCond";
	font-weight: 700
}

.b-masters__title--margin {
	margin-bottom: 60px
}

.b-masters__small {
	font-size: 18px;
	color: #858585;
	text-transform: uppercase;
	font-family: "OpenSansCond";
	font-weight: 700;
	margin-bottom: 35px
}

.b-list {
	max-width: 230px;
	margin: 0;
	padding: 0;
	list-style: none
}

.b-list li {
	padding-left: 20px;
	padding-right: 10px;
	min-height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .6)
}

.b-list li:nth-child(2n) {
	background: #000;
	background: rgba(0, 0, 0, .3)
}

.b-list li span {
	margin-right: 25px;
	font-weight: 700
}

.b-list li i {
	font-style: normal;
	float: right
}

.b-form {
	padding: 20px 25px 15px;
	border: 1px solid #efefef;
	max-width: 220px;
	margin: auto;
	background: #fff;
	margin-top: 60px
}

.b-form .b-log {
	height: 30px
}

.b-form .b-login {
	font-size: 20px;
	color: #2e638c;
	font-family: "OpenSansCond";
	font-weight: 700;
	position: relative;
	display: inline-block;
	vertical-align: top
}

.b-login-p {
	font-size: 20px;
	color: #2e638c;
	font-family: "OpenSansCond";
	font-weight: 700;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.b-form .b-login:after {
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	height: 1px;
	bottom: 3px;
	background: #2e638c
}

.b-form .b-login:first-child {
	margin-right: 21px
}

.b-form .b-login:hover {
	color: #acacac;
	font-weight: 400;
	text-decoration: none
}

.b-form .b-login:hover:after {
	background: #acacac
}

.b-form .active {
	color: #2e638c;
	font-weight: 400
}

.b-form .active:after {
	background: #2e638c;
}

.b-form .active:hover {
	font-size: 20px;
	color: #2e638c;
	/*font-family: "OpenSansCond";*/
	/*font-weight: 700*/
}

.b-form .active:hover:after {
	background: #2e638c
}

.b-form input {
	padding-left: 5px;
	background: #f5f5f5;
	border: 1px solid #cecece
}

.b-form button, .b-form input {
	width: 100%;
	height: 32px;
	margin-top: 17px
}

.b-form button {
	font-size: 13px;
	color: #fff;
	background: #2e638c;
	transition: all 300ms;
	border: 0
}

.b-form button:hover {
	background: #234a69
}

.b-form .b-forgot {
	font-size: 13px;
	color: #acacac;
	display: block;
	text-align: center;
	margin-top: 17px;
	font-weight: 300
}

.b-second {
	padding-top: 40px;
	padding-bottom: 50px
}

.b-conference {
	text-align: center
}

.b-conference__title {
	color: #acacac;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
	text-transform: uppercase;
	font-family: "OpenSansCond";
	position: relative
}

.b-conference__title:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 1px;
	background: #acacac
}

.b-conference__title:hover {
	color: #2e638c;
	font-weight: 700;
	text-decoration: none
}

.b-conference__title:hover:after {
	background: #2e638c
}

.b-conference__big {
	font-size: 30px;
	color: #2e638c;
	font-weight: 700;
	font-family: "OpenSansCond"
}

.b-conference__small {
	font-size: 22px;
	color: #858585;
	margin-top: 5px;
	font-weight: 300;
	font-family: "OpenSansCond"
}

.b-slider {
	margin-top: 50px;
	margin-bottom: 45px;
	padding: 0 45px;
	/*max-width: 563px*/
}

.b-slider .slick-prev {
	width: 32px;
	height: 44px;
	left: 0;
	z-index: 2;
	background: url(/media/img/welcome/left.png)
}

.b-slider .slick-next {
	width: 32px;
	height: 44px;
	right: 0;
	z-index: 2;
	background: url(/media/img/welcome/right.png)
}

.b-slider .b-slide {
	outline: none
}

.b-slider .b-slide img {
	display: block;
	margin: auto;
	/*border-radius: 50%;*/
	/*border: 4px solid #acacac*/
}

.b-conference__text {
	font-size: 18px;
	color: #858585;
	text-align: left;
	padding: 0 45px;
}

.b-conference__text a {
	font-size: 18px;
	color: #00b7f0;
	font-weight: 700;
	text-decoration: underline
}

.b-conference__text a:hover {
	text-decoration: none
}

.b-keyses {
	padding-left: 50px
}

.b-keyses__list {
	padding: 0%;
	margin: 0;
	margin-top: 45px;
	list-style: none;
}

.b-keyses__list li {
	padding-top: 15px;
	font-size: 18px;
	color: #858585;
	line-height: 21px;
	position: relative
}

.b-keyses__list li:after {
	position: absolute;
	content: '';
	width: 21px;
	height: 15px;
	left: -50px;
	top: 50%;
	/*margin-top: -10.5px;*/
	background: url(../img/welcome/ok.png)
}

.b-about {
	padding-top: 40px;
	padding-bottom: 45px;
	background: url(/media/img/welcome/bg.jpg) no-repeat top center;
	background-size: cover
}

.b-about__title {
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 40px
}

.b-about__small, .b-about__title {
	color: #fff;
	font-weight: 700;
	font-family: "OpenSansCond";
	text-align: center
}

.b-about__small {
	font-size: 24px;
	margin-bottom: 45px;
	max-width: 175px
}

.b-about__small--left {
	/*text-align: left;*/
	/*padding-left: 220px;*/
	max-width: 100%;
	margin-bottom: 30px
}

.b-about .b-block {
	font-size: 19px;
	color: #000;
	display: block;
	line-height: 40px;
	text-align: center;
	width: 175px;
	height: 40px;
	background: #fff;
	margin-top: 10px;
	-webkit-box-shadow: 0px 3px 16px 0px rgba(60, 107, 122, .75);
	-moz-box-shadow: 0px 3px 16px 0px rgba(60, 107, 122, .75);
	box-shadow: 0px 3px 16px 0px rgba(60, 107, 122, .75)
}

.b-about .b-block:hover {
	text-decoration: none
}

.b-about .b-block span {
	font-weight: 300
}

.b-last {
	padding-left: 110px
}

.b-slider-sec .slick-prev {
	width: 32px;
	height: 44px;
	left: -85px;
	z-index: 2;
	background: url(/media/img/welcome/prev.png)
}

.b-slider-sec .slick-next {
	width: 32px;
	height: 44px;
	right: -85px;
	z-index: 2;
	background: url(/media/img/welcome/next.png)
}

.b-slider-sec .b-slide {
	outline: none;
	display: flex;
	align-items: center
}

.b-slider-sec .b-slide img {
	float: left;
	border-radius: 50%;
	margin-right: 35px;
	border: 2px solid #527998
}

.b-slider-sec .b-slider__text {
	font-size: 18px;
	color: #fff
}

.b-footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(/media/img/welcome/footer.jpg) no-repeat top center;
	background-size: cover
}

.b-footer__last {
	margin-top: 30px
}

.b-footer__link, .b-footer__text {
	font-size: 13px;
	color: #fff
}

.b-footer__link {
	text-decoration: underline
}

.b-footer__link:hover {
	color: #fff;
	text-decoration: none
}

.b-footer .b-center {
	text-align: center
}

.b-footer .b-right {
	text-align: right
}

.b-nav--footer {
	height: 35px;
	background: #052d3a;
	background: rgba(5, 45, 58, .6)
}

.b-nav--footer .b-nav__list--footer {
	margin-bottom: 0;
	max-width: 500px;
	margin: auto;
	padding-left: 0
}

.b-nav--footer .b-nav__list--footer li {
	line-height: 34px;
	display: table-cell;
	width: 1%;
	text-align: center;
	transition: all 300ms
}

.b-nav--footer .b-nav__list--footer li:hover {
	background: #000;
	background: rgba(0, 0, 0, .5)
}

.b-nav--footer .b-nav__list--footer li a {
	font-size: 16px;
	color: #fff;
	font-weight: 700
}

.b-nav--footer .b-nav__list--footer li a:hover {
	text-decoration: none
}

.b-nav--footer .b-nav__list--footer li a span {
	font-size: 12px;
	text-transform: uppercase
}

.b-slider-sec .b-slide img {
	width: 156px
}

@media (max-width: 1199px) {
	.b-last {
		padding-left: 15px
	}

	.b-slider-sec {
		padding-left: 30px;
		padding-right: 30px
	}

	.b-slider-sec .slick-prev {
		left: -10px
	}

	.b-slider-sec .slick-next {
		right: -10px
	}

	.b-about__inner {
		max-width: 175px;
		margin: auto;
		padding: 0;
		margin-bottom: 35px
	}
}

@media (max-width: 991px) {
	.b-contact, .b-logo {
		text-align: center
	}

	.b-logo {
		margin-left: 0;
		display: block;
		margin-bottom: 20px
	}

	.b-logo__text {
		vertical-align: bottom;
		display: inline-block
	}

	.b-logo img {
		float: none;
		display: inline-block
	}

	.b-master {
		padding-left: 0
	}

	.b-masters__title {
		font-size: 23px
	}

	.b-conference__text {
		text-align: center;
		padding-left: 0
	}

	.b-slider {
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px
	}

	.b-keyses {
		padding-left: 0;
		text-align: center;
		margin-top: 30px
	}

	.b-keyses__list li {
		display: inline-block
	}

	.b-keyses__list {
		text-align: left;
		max-width: 245px;
		margin: auto;
		margin-top: 30px
	}

	.b-about__small {
		margin-bottom: 30px
	}
}

@media (max-width: 768px) {
	.b-masters__small, .b-masters__title {
		text-align: center
	}

	.b-list {
		margin: auto;
		margin-bottom: 20px
	}

	.b-form {
		margin-top: 25px
	}

	.b-last-text {
		display: block;
		margin-bottom: 20px;
		text-align: center !important
	}

	.b-slider-sec .b-slider__text {
		font-size: 14px
	}

	.b-keyses__list li:after {
		left: -45px
	}
}

@media (max-width: 522px) {
	.b-about__small--left, .b-slider-sec {
		display: none
	}

	.b-nav--footer .b-nav__list--footer li a {
		font-size: 10px
	}

	.b-nav--footer .b-nav__list--footer li a span {
		font-size: 8px
	}
}
.input-group-addon.edit, .new_user_session__singin-snw, .b-user-panel.open .b-user-panel__btn__name:after, .b-user-panel__btn__name:after, .b-footer__contacts__phone, .b-footer__contacts__skype, .b-footer__contacts__icq, .b-footer__social__link, .label-importance-normal, .label-importance-important, .label-importance-urgent, .feedback__importance label, .table-tickets__message-new, .table-tickets__message-open, .custom-elements,
.custom-elements-radio {
	background-image: url('../../img/sprite-icons-s4f946eb95b.png');
	background-repeat: no-repeat;
}
/* footer social */
.b-footer__social__header h2 {
	margin: 0;
	font-size: 14px;
	color:#fff;
}

.b-footer__social__list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.b-footer__social__item {
	float: left;
	margin: 0 0 0 6px;
}

.b-footer__social__item:first-child {
	margin: 0;
}

.b-footer__social__link {
	display: block;
	height: 0;
	width: 24px;
	padding: 24px 0 0 0;
	font-size: 0;
}

.b-footer__social__link:hover {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.b-footer__social__fb {
	background-position: 0 -564px;
}

.b-footer__social__vk {
	background-position: 0 -1174px;
}

.b-footer__social__od {
	background-position: 0 -873px;
}

.b-footer__social__tw {
	background-position: 0 -1024px;
}

.b-footer__social__g-plus {
	background-position: 0 -679px;
}

.b-footer__social__in {
	background-position: 0 -793px;
}
.section-logos {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../../img/welcome/logos-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.logo-item {
	height: 100px;
	position: relative;
	vertical-align: top;
}
.logo-item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 90%;
	max-height: 90%;
	height: auto;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
.logo-item img:first-child {
	opacity: 0;
}
.logo-item img:last-child {
	opacity: 1;
}
.logo-item:hover img:first-child {
	opacity: 1;
}
.logo-item:hover img:last-child {
	opacity: 0;
}
@media (max-width: 480px) {
	.col-xxs-12 {
		width: 100% !important;
	}
}
/**
 * Partners Logos
 * =========================================== */
.partner-logo {
	background-color: #eceff1;
	padding: 20px 0;
}
.partner-logo-item {
	height: 100px;
	position: relative;
	vertical-align: top;
}
.partner-logo-item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 90%;
	max-height: 90%;
	height: auto;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.partner-logo-item img:hover {
	opacity: .75;
}

/**
 * Footer
 * =========================================== */
.footer {
	color: #03435f;
}
.footer-top {
	background-color: #295e76;
}
.footer-bottom {
	background-color: #fff;
	line-height: 1.9;
	padding: 15px 0 7px;
}
.footer-bottom a {
	color: #03435f;
	text-decoration: underline;
}
.footer-bottom a:hover {
	text-decoration: none;
}
@media (min-width: 768px) {
	.footer-bottom-right {
		text-align: right;
	}
}

/**
 * Footer Menu
 * =========================================== */
.footer-menu {
	float: left;
}
.footer-menu ul {
	list-style: none;
	float: left;
	font-size: 15px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 500;
}
.footer-menu ul li {
	float: left;
}
.footer-menu ul li a {
	display: block;
	color: #fff;
	padding: 0 15px;
	line-height: 50px;
	min-width: 100px;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.footer-menu ul .active a,
.footer-menu ul li a:hover {
	text-decoration: none;
	background-color: #0a668f;
}
.footer-menu ul li a:focus {
	text-decoration: none;
}
@media (max-width: 480px){
	.footer-menu,
	.footer-menu ul,
	.footer-menu ul li {
		float: none;
	}
}

/**
 * Social Menu
 * =========================================== */
.social-menu {
	float: right;
	line-height: 50px;
	padding: 0 15px;
}
.social-menu-title {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 0 10px;
}
.social-menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-menu li {
	float: left;
}
.social-menu li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	margin: 0 3px;
	text-align: center;
	background-color: #666;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.social-menu li a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #0a668f;
}
.social-menu li .fa-vk {
	background-color: #4b779d;
}
.social-menu li .fa-twitter {
	background-color: #4eade8;
}
.social-menu li .fa-facebook {
	background-color: #3a5993;
}
@media (max-width: 767px){
	.social-menu-title {
		display: none;
	}
}
@media (max-width: 480px){
	.social-menu {
		padding-bottom: 10px;
	}
	.social-menu,
	.social-menu ul {
		float: none;
		text-align: center;
	}
	.social-menu ul {
		display: inline-block;
		vertical-align: top;
	}
	.social-menu ul li {

	}
}

.cookies {
	width: 90%;
	position: fixed;
	bottom: 10px;
	left: 5%;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 10px 20px;
}

.cookies a {
	color: white;
	font-weight: bold;
}
