


body{
	font-family: "Rubik",  Helvetica, Arial, sans-serif;
	font-weight: 400;
    font-size: 16px;
	line-height: 1.2;

    color: #000;
}

.col {
	padding: 0;
}

h1{
	font-weight: 400;
	font-size: 27px;
	line-height: 32px;
	margin: 10px 0 25px;
}

h2{
	font-weight: 300;
	font-size: 27px;
	line-height: 32px;
	margin: 10px 0 25px;

}
a{
	color: #EE4323;
}
a:hover, a:focus, a:active, a:visited {
	color: #EE4323;
}


.nowrap{
	white-space: nowrap;
}
/* Шапка сайта */
.header{
	margin-top: 36px;
	font-weight: 300;
}
.header .logo{
	float: left;
	height: 60px;
}

.header .logo img{
	width:100%;
}

.header .my{
	height: 60px;
	margin-top: 7px;
	text-align: right;
}

.header .my a{
	font-size: 18px;
	line-height: 21px;
	color: #000;
	text-decoration: none!important;
}
.header .my a:hover span{
	text-decoration: underline;
}

.header .my a span{
	display: none;
}

.header .my a img {
	margin-right: 0;
}

.header .menu-buttom {
	margin-top: 0;
	float: right;
}

.header .menu-buttom a span{
	display: none;
}


.header .menu-buttom .menu-open {display: block;}
.header .menu-buttom .menu-close{display: none;}
.header .menu-buttom.open .menu-open {display: none;}
.header .menu-buttom.open .menu-close{display: block;}


.menu {
	display: none;
	font-weight: 400;
	font-size: 19px;
	line-height: 23px;
	margin: 11px 0 15px;
}

.menu a {
	color: #000;
	white-space: nowrap;
	display: block;
}

.menu a.active {
	color: #EE4323;
}

.menu a.active:hover {
	text-decoration: none;
}

.menu.open {
	display: block;
	Qposition: fixed;
	qbackground: #fff;
	qtop:60px;
	Qleft:0;
	Qright: 0;
	qbottom: 0;
	qpadding-top: 30px;
}

.menu.open a {
	height: 25px;
	Qwidth:300px;
	qmargin: 15px auto;
}

.header .contacts {
	display: none;
}

.footer {
	font-weight: 300;
	background: #F2F2F2;
}

.footer .contacts {
	display: block;
	max-width: 630px;
	margin:  10px auto;
	padding: 0 15px;
	text-align: center;
}

.footer .contacts > div {
	display: inline-block;
	width: 150px;
	margin-right: 15px;
	white-space: nowrap;
}

.footer .docs a {
	color: #000;
	display: inline-block;
	margin: 5px 10px;
}

.header .social {
	display: none;
}

.footer .social a {
	margin: 0 10px;
}

.social a {
	text-decoration: none!important;
}

.social a:hover {
	opacity:0.8;
}

@media (min-width: 550px) {
	.header .my {
		text-align: center;
	}

	.header .my a span {
		display: inline;
	}

	.header .menu-buttom a span {
		display: inline;
	}
}

@media (min-width: 992px) {
	.footer .contacts {
		display: none;
	}

	.footer .social {
		display: none;
	}

	.header .logo {
		width: 25%
	}

	.header .my {
		float: left;
		width: 33%;
	}

	.header .contacts {
		display: block;
		font-size: 16px;
		line-height: 19px;
		text-align: right;
		float: right;
	}

	.header .contacts a {
		color: #000;
		text-decoration: underline;
	}

	.header .social {
		display: block;
		float: right;
		margin-right: 20px;
	}

	.header .social a {
		margin: 0 5px;
	}

	.header .menu-buttom {
		display: none;
	}

	.menu {
		display: block;
	}

	.menu .container div {
		display: inline-block;
		width: 25%;
		text-align: center;
	}

	.menu a {
		display: inline-block;
	}
}


html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 265px;
    font-size: 17px;
	line-height: 17px;
	padding-top: 22px;
	text-align: center;
}

body {
    margin-bottom: 275px;
}

@media (min-width: 992px) {
	.footer {
    	height: 140px;
	}

	body {
	    margin-bottom: 150px;
	}
}

.button {
	display: inline-block;
	background-color: #EE4323;
	border-radius: 4px;
	height: 34px;
	padding: 7px 14px;
	font-weight: 300;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	border: none;
	outline: none;
	background-repeat: no-repeat;
	min-width: 150px;
}

.button:hover, .button:active, .button:focus, .button:visited {
	background-color: #ff320a;
	color: #fff;
	text-decoration: none;
}

.button-close {
	background: #ddd;
	color:#333;
}

.button-reg {
	padding-left: 60px;
	background-image: url(/img/reg.svg);
	background-position-x: 10px;
	background-position-y: 7px;
}

.button-play {
	padding-left: 60px;
	background-image: url(/img/play.svg);
	background-position-x: 10px;
	background-position-y: 5px;
}

.button-print {
	padding-left: 60px;
	background-image: url(/img/print.svg);
	background-position-x: 10px;
	background-position-y: 2px;
}

.button-online {
	padding-left: 60px;
	background-image: url(/img/online.svg);
	background-position-x: 10px;
	background-position-y: 5px;
}

.button-program {
	padding-left: 60px;
	background-image: url(/img/program.svg);
	background-position-x: 14px;
	background-position-y: 4px;
}

/** баннер мероприятия для главной  и страницы мероприятия*/

.banners {
	background: #bbb;
	margin-bottom: 20px;
}

.banner {
	height: 400px;
	padding: 24px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}

.banner > a {
	text-decoration: none!important;
	color: #fff;
}

.banner-content {
	position: relative;
    line-height: 1;
    margin: 0 auto;
}

@media (min-width: 768px) {
	.banner-content {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.banner-content {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.banner-content {
		width: 1170px;
	}
}

.banner .place {
	font-weight: 300;
	font-size: 17px;
	height: 54px;
}

.banner .type {
	font-size: 23px;
	height: 35px;
}

.banner .name {
	font-size: 41px;
	height: 100px;
}

.fulltext {
	overflow: hidden;
	Qbackground: rgba(255,255,255,0.3);
}

/*
.banner .type.fulltext {
	display: none;
}
 */

.banner .date {
	font-size: 26px;
	height: 32px;
}

.banner .time {
	font-size: 19px;
	height: 33px;
}

.banner .address {
	position: relative;
	font-weight: 300;
	font-size: 17px;
	padding: 7px 30px;
	height: 64px;
}

.banner .address img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.banner .buttons {
	height: 34px;
}

/** список мероприятий афиша или прошедшие */

.filter {
	list-style: none;
	padding: 0;
}

.filter li {
	position: relative;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	padding-left: 20px;
	cursor: pointer;
}

.filter li:before {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 1px solid #EE4323;
	left: 0;
	top:5px;
}

.filter li.selected:before {
	background: #EE4323;
}

.filter-year li {
	float: left;
	width: 33%;
}

.filter-spec-title {
	font-size: 17px;
	line-height: 23px;
}

.page-title {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.page-title {
		margin-bottom: 25px;
	}
}

/** Мероприятие - обложка */
.cover {
	height: 280px;
	background-color:#073064;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding: 30px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.46);
	position: relative;
}

.cover .type {
	font-size: 16px;
	height: 50px;
}

.cover .name {
	font-size: 32px;
	font-weight: bold;
	height: 150px;
}

.cover .date {
	font-size: 20px;
	line-height: 25px;
	height: 25px;
}

/** Мероприятие - Карта */

#event-map {
	width: 100%;
	height: 400px;
}

/** Партнеры */

.partners {
	margin-bottom: 50px;
}

.partner {
	float: left;
	display: block;
	width:120px;
	height:120px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 30px;
	margin-bottom: 30px;
}

/** О компании */

.wall {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 30px auto;
}

/** Список мероприятий на главной */


/** Ближайшие мероприятия */
.card-wide-list a:hover{
	text-decoration: none;
}
.card-wide{
	height: 280px;
	height: 350px;
	background-position: center center;
	background-size: cover;
	text-align: left;
	padding: 30px;
	background-color:#073064;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.46);
	position: relative;
	border-radius:  6px;
	margin-bottom: 20px;
}


.card-wide > div{
	text-decoration: none!important;
}
.card-wide .type{
	font-size: 16px;
	height: 50px;
}
.card-wide .name{
	font-size: 36px;
	font-weight: bold;
	height: 150px;
}
.card-wide .date{
	font-size: 24px;
	line-height: 25px;
	height: 25px;
}

/*********** фильтры мероприятий ***********/
.event-filters{
	margin: 20px 0;
	text-align: center;
}
.event-filters > div{
	width: 250px;
	display: inline-block;
}

.filter-hide{
	display: none;
}
/*********** кабинет ***********/
.nav-my{
	max-width:500px;
	margin: 0 auto;
}


form#register a{
	color: #000;
	text-decoration: underline;
}

/******* картинки ************/

.lecturer .name {
	font-weight: 300;
	font-size: 19px;
	line-height: 23px;
}

.lecturer-cropper {
	display: block;
    margin: 0 auto;
    padding: 0;
	width: 220px;
	height: 220px;
	overflow: hidden;
	border-radius: 50%;
}

.outer .lecturer-cropper {
	width: 100px;
	height: 100px;
}

.lecturer-cropper .lecturer-img {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.row.lecturer .col-md-2.col-sm-3 {
	max-width: 100px;
}

.row .lecturer {
	padding-top: 0;
	padding-left: 3em;
	padding-right: 3em;
}

.lecturer-img-name {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}

.lecturer-img-wrapper {
	float: left;
	margin-right: 15px;
}

@media(min-width: 480px) {
	.header .my a img {
		margin-right: 16px;
	}

	.header .menu-buttom {
		margin-top: 7px;
	}
}

@media(min-width: 768px) {
	.lecturer .name {
		margin-bottom: 10px;
	}

	.row.lecturer .lecturer-info {
		margin-left: 30px;
	}

	.lecturer-img-name {
		margin-bottom: 0;
	}
}
