.b-anchor-list_piter li{
	display: inline-block;
	margin-right: 30px;
}
.content-img img, .content-img{
	max-width: 900px;
	/*width:100%;*/
	height: inherit!important;
	display: block; /*margin: auto;*/
	vertical-align: top;
}
.content-img.center{
	margin: 15px auto 10px;
}
.content-img.left{
	margin: 0 15px 10px 0;
	float:left;
}
.content-img.right{
	margin: 0 0 10px 15px;
	float:right;
}
.plus6{
	background-image: url(/images/6plus.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: inherit;
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}
blockquote{
	margin: 15px 0;
	padding: 15px;
	border: 2px solid #6da1d1;
}
blockquote.bgBlue{
	background-color: #6da1d1;
	color: #fff;
}

table.bordered{
	border-collapse: collapse;
}
table.bordered td{
	border: 1px solid #999;
	padding: 15px 15px 0 15px;
}
table.bordered td p{
	margin-bottom: 15px;
}
.main-video{
	max-width: 840px;
	margin:auto;
}
.main-video .wrapper{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 4px;
	height: 0;
	overflow: hidden;
}
.main-video .wrapper iframe{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border: none;
}
#main_player{
	max-width: 100%;
}
#main_player>div{
	margin: auto;
	max-width: 100%;
}
#main_player .container {
	background-color: transparent;
}
#main_player .player-poster{
	background-size: contain;
    background-color: transparent;
}
@media(max-width:480px){
	#main_player>div{
		height: 240px!important;
	}
}
.left-bar-fix > .go-back {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ca7;
}
.left-bar-fix > .go-back:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 8px;
	width: 24px;
	height: 14px;
	background: url(../images/sprite.png) -117px -81px no-repeat;
	-webkit-transform: rotateZ(-90deg);
	   -moz-transform: rotateZ(-90deg);
		-ms-transform: rotateZ(-90deg);
		 -o-transform: rotateZ(-90deg);
			transform: rotateZ(-90deg);
}

/* Styles edit Igor Konoyko only! */

::selection {
	background: rgba(0, 0, 0, .5);
	color: #fff;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.i {
	display: inline-block;
	vertical-align: middle;
}
.i-g-accred {
	width: 54px;
	height: 54px;
}

.btn-lg {
	padding: 0 35px;
	height: 65px;
	line-height: 65px;
}
.btn-blue {
	background: #6da1d1;
	color: #fff;
	font-family: 'bebas_neue', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	-webkit-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.btn-blue:hover,
.btn-blue:focus {
	color: #fff;
	background: #6da1d1;
}
.btn-brown {
	background: #ccaa77;
	color: #fff;
	font-family: 'bebas_neue', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	-webkit-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.btn-brown:hover,
.btn-brown:focus {
	color: #fff;
	background: #ccaa77;
}
.btn-brown-brd {
	background: transparent;
	color: #ccaa77;
	border: 2px solid #ccaa77;
	font-family: 'bebas_neue', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	-webkit-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.btn-brown-brd:hover,
.btn-brown-brd:focus {
	background: transparent;
	color: #ccaa77;
}

.text-note-light {
	font-family: 'helveticaneuecyr', sans-serif;
	line-height: 1.6;
	font-weight: 300;
	color: #7d7d7d;
	margin: 0 0 20px;
}

.header-after-bar {
	background: #ca7;
	color: #fff;min-width:420px;
	margin-bottom: 60px;
	overflow: hidden;
}
	.header-after-bar__inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
.header-after-nav-list {
	display: block;
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
	.header-after-nav-list li {
		display: inline-block;
		margin: 0 10px 10px;
		padding: 0;
		list-style-type: none;
		max-width: calc(100% - 20px);
	}
	.header-after-nav-list a,
	.header-after-nav-list .current>span {
		font-family: 'helveticaneuecyr', sans-serif;
		display: inline-block;
		color: inherit;
		font-size: 15.5px;
		font-weight: 700;
		height: 50px;
		line-height: 50px;
		text-align: center;
		padding: 0 15px;
		border: 2px solid #fff;
		text-decoration: none;
		background: transparent;
		max-width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-transition: background .2s ease-in, color .2s ease-in;
		   -moz-transition: background .2s ease-in, color .2s ease-in;
			-ms-transition: background .2s ease-in, color .2s ease-in;
			 -o-transition: background .2s ease-in, color .2s ease-in;
				transition: background .2s ease-in, color .2s ease-in;
	}
	.header-after-nav-list .current a,
	.header-after-nav-list .current>span,
	.header-after-nav-list a:hover,
	.header-after-nav-list a:focus {
		text-decoration: none;
		background: #fff;
		color:  #ca7;
	}

.table-wrap {
	display: block;
	overflow-x: auto;
}

.table-label {
	color: #7d7d7d;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 25px;
}
.table-blue {
	width: auto;
	border: 1px solid #6da1d1;
	margin-bottom: 60px;
	min-width: 570px;
}
	.table-blue tr {
		border-top: 1px solid #6da1d1;
	}
	.table-blue tr:first-child {border-top: none}
	.table-blue th,
	.table-blue td {
		border: none;
		padding: 20px;
		text-align: center;
		vertical-align: middle;
	}
	.table-blue th {
		background: #6da1d1;
		color: #fff;
		text-transform: uppercase;
		font-family: 'bebas_neue', sans-serif;
		font-size: 24px;
		font-weight: 400;
	}
	.table-blue>thead>tr>th {
		border-top-color: #6da1d1;
		border-bottom: 1px solid #6da1d1;
	}
	.table-blue th {
		border-left: 1px solid #fff;
	}
	.table-blue th:first-child {border-left: none}
	.table-blue td {
		color: #7d7d7d;
		background: #fff;
		border-left: 1px solid #6da1d1;
		font-size: 18px;
	}
	.table-blue>tbody>tr>td {
		border-top-color: #6da1d1;
	}
	.table-blue td:first-child {border-left: none}
	.table-blue p + p {
		margin-top: 25px;
	}

.columns-2 {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
.columns-3 {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}
.columns-4 {
	-webkit-columns: 4;
	-moz-columns: 4;
	columns: 4;
}

.brown-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 45px;
}
.brown-list:after {
	content: '';
	display: block;
	clear: both;
}
	.brown-list li {
		position: relative;
		list-style: none;
		font-family: 'helveticaneuecyr', sans-serif;
		color: #ca7;
		font-weight: 300;
		margin: 0 0 15px;
		padding: 0 0 0 23px;
	}
	.brown-list li:before {
		content: '—';
		position: absolute;
		top: 0;
		left: 0;
	}
	.brown-list a {
		color: inherit;
		text-decoration: none;
	}
	.brown-list a:hover,
	.brown-list a:focus {
		text-decoration: underline;
	}

.press-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.press-item {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
}
.press-item:after {
	content: '';
	display: block;
	clear: both;
}
	.press-item__head {
		position: relative;
		float: left;
		width: 280px;
		/*margin-bottom: 60px;*/
	}
		.press-item__title {
			position: relative;
			text-transform: uppercase;
			font-family: 'bebas_neue', sans-serif;
			text-align: left;
			color: #283e65;
			font-size: 38px;
			margin: 0 0 30px;
			padding: 0 0 15px;
		}
		.press-item__title:after {
			content: '';
			display: block;
			height: 3px;
			width: 52px;
			background: #ca7;
			position: absolute;
			left: 0;
			bottom: 0;
		}
	.press-item__body {
		color: #7d7d7d;
		position: relative;
		margin-left: 300px;
	}
.press-subtitle {
	color: #6da1d1;
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin: 0 0 20px;
}
.press-image {
	margin: 0 0 40px;
}
	.press-image figcaption {

	}
	.press-image img {
		display: block;
		max-width: 100%;
	}

.press-dl {
	margin: 0 0 60px;
}
.press-dl:after {
	content: '';
	display: block;
	clear: both;
}
	.press-dl dt,
	.press-dl dd {
		margin: 0;
		color: #7d7d7d;
	}
	.press-dl dt {
		clear: left;
		float: left;
		margin-right: 5px;
	}
	.press-dl dd {
		float: left;
		display: block;
		margin-bottom: 25px;
	}

/*.press-ul {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	list-style: none;
	line-height: 1.8;
}
	.press-ul li {
		margin: 0;
		padding: 0 0 0 23px;
		list-style: none;
		position: relative;
	}
	.press-ul li:before {
		content: '';
		display: block;
		background: #6da1d1;
		-webkit-border-radius: 50%;
				border-radius: 50%;
		width: 7px;
		height: 7px;
		position: absolute;
		top: 13px;
		left: 0;
	}*/

.blue-title {
	font-family: 'helveticaneuecyr', sans-serif;
	color: #283e65;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
}

.news-list {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
}
.news-list:after {
	content: '';
	display: block;
	clear: both;
}
.news-item {
	margin: 0 0 40px;
	padding: 0;
	font-size: 14px;
	color: #7d7d7d;
	text-align: left;
}
.news-list > li {
	width: 25%;
	float: left;
	list-style: none;
	padding: 0 15px;
}
	.news-item__image {
		position: relative;
		height: 184px;

		font-size: 0;
		line-height: 180px;
		overflow: hidden;
		margin: 0 0 15px;
		/*text-align: center;*/
	}
		.news-item__image img {
			position: absolute;
			/*min-width: 100%;*/
			height: auto;
			max-height: 110%;
			top: -50%;
			right: -50%;
			bottom: -50%;
			left: -50%;
			margin: auto;
		}
	.news-item__date {
		display: block;
		color: #283e65;
		margin: 0 0 5px;
		height: 20px;
		overflow: hidden;
	}
	.news-item__title {
		font-family: 'helveticaneuecyr', sans-serif;
		text-transform: none;
		line-height: 1.4;
		font-weight: 400;
		font-size: 15.5px;
		color: #ca7;
		margin: 0 0 5px;
		height: 66px;
		overflow: hidden;
		text-align: inherit;
	}
	.news-item__descr {
		height: 80px;
		overflow: hidden;
		font-size: 14px;
		line-height: 1.4;
	}

.pagination-list {
	color: #283e65;
	font-weight: 700;
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 14px;
}
	.pagination-list li {
		margin: 0 7px;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.pagination-list a {
		color: inherit;
		text-decoration: none;
		display: block;
		width: 20px;
		padding-bottom: 2px;
		border-bottom: 3px solid transparent;
		-webkit-transition: border .2s ease-in;
		   -moz-transition: border .2s ease-in;
			-ms-transition: border .2s ease-in;
			 -o-transition: border .2s ease-in;
				transition: border .2s ease-in;
	}
	.pagination-list .current a,
	.pagination-list a:hover,
	.pagination-list a:focus {
		color: inherit;
		text-decoration: none;
		border-bottom-color: #ccaa77;
	}

.news-article {
	font-size: 18px;
	color: #7d7d7d;
	margin-bottom: 40px;
}
	.news-article__image {
		float: right;
		width: 50%;
		padding-left: 50px;
		padding-bottom: 80px;
	}
		.news-article__image img {
			max-width: 100%;
		}
		.news-article__image figcaption {
			display: block;
			text-align: center;
			color: #7d7d7d;
			font-size: 14px;
			font-style: italic;
			margin-top: 15px;
		}
	.news-article__date {
		color: #ca7;
		display: block;
		margin-bottom: 35px;
	}
	.news-article__title {
		font-family: 'helveticaneuecyr', sans-serif;
		text-transform: none;
		line-height: 1.4;
		font-weight: 700;
		color: #283e65;
		font-size: 24px;
		margin: 0 0 10px;
	}
	.news-article__descr {

	}
	.news-article p {
		line-height: 1.6;
		margin-bottom: 30px;
	}
	.news-article__origin {
		font-size: 15.5px;
		margin-top: 50px;
	}

.share-list {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
	font-size: 15.5px;
	color: #7d7d7d;
}
	.share-list li {
		margin: 0 20px 0 0;
		padding: 0;
		list-style: none;
		display: inline-block;
		vertical-align: middle;
	}
	.share-list a {
		width: 25px;
		height: 20px;
		display: block;
	}
	.share-list svg {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		fill: #ca7;
	}


#modalMenuNew .modal-dialog {
	margin: 0;
	width: 100%;
}
#modalMenuNew .modal-content {
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#modalMenuNew .modal-body {
	/* padding: 0; */
	min-height: 100vh;
	color: #cbd0dd;
}
#modalMenuNew .modal-body > .container {
	padding: 0;
}
#modalMenuNew .modal-content .close {
	top: 24px;
	right: 75px;
}
	#modalMenuNew .modal-content .close:before,
	#modalMenuNew .modal-content .close:after {
		background: #ccaa77;
	}
.modal-backdrop.in {
	filter: alpha(opacity=100);
	opacity: 1;
	background: rgba(36, 53, 89, 0.95);
}

.modal-nav-list {
	margin: 0;
	padding: 60px 0 0;
	list-style: none;
	-webkit-columns: 4;
	   -moz-columns: 4;
			columns: 4;
}
	.modal-nav-list > li {
		margin: 0 0 10px;
		padding: 0;
		list-style: none;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		font-weight: 300;
	}
	@media(min-width: 1200px){
		.modal-nav-list > li:nth-of-type(16){
			break-after: column;
		}
	}
		.modal-nav-list > li > a {
			color: #ca7;
			font-size: 20px;
			text-transform: uppercase;
			font-family: 'bebas_neue', sans-serif;
			text-decoration: none;
		}
		.modal-nav-list > li > a:hover,
		.modal-nav-list > li > a:focus {
			color: #ca7;
			text-decoration: underline;
		}
		.modal-nav-list > li > ul {
			margin: 5px 0 0;
			padding: 0 0 0 15px;
			list-style: none;
		}
			.modal-nav-list > li > ul > li {
				margin: 0 0 5px;
				padding: 0;
				list-style: none;
			}
				.modal-nav-list > li > ul > li > a {
					color: #cbd0dd;
					font-size: 13px;
					text-decoration: none;
				}
				.modal-nav-list > li > ul > li > a:hover,
				.modal-nav-list > li > ul > li > a:focus {
					color: #fff;
					text-decoration: underline;
				}

.live-events-list {
	margin: 0 -15px 30px;
	padding: 0;
	list-style: none;
}
.live-events-list:after {
	content: '';
	display: block;
	clear: both;
}
	.live-events-list > li {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		width: 33.33%;
	}
.live-event {
	border: 1px solid #283e65;
	text-align: center;
	position: relative;
}
.live-events-list > li .live-event {
	margin: 0 15px 30px;
}
.live-event.m-old {
	border-color: #6da1d1;
}
	.live-event__icon {
		display: block;
		height: 64px;
		line-height: 64px;
		color: #283E65;
		font-size: 48px;
		text-transform: uppercase;
		font-family: 'bebas_neue', sans-serif;
		font-style: normal;
	}
	.live-event.m-old .live-event__icon {
		color: #6da1d1;
	}
	.live-event.m-old .live-event__icon:before {
		content: '';
		display: inline-block;
		width: 22px;
		height: 44px;
		border-right: 4px solid #6da1d1;
		border-bottom: 4px solid #6da1d1;
		-webkit-transform: rotateZ(45deg);
		   -moz-transform: rotateZ(45deg);
			-ms-transform: rotateZ(45deg);
			 -o-transform: rotateZ(45deg);
				transform: rotateZ(45deg);
	}
	.live-event__info {
		color: #fff;
		background: #283E65;
		padding: 25px 40px;
	}
	.live-event.m-old .live-event__info {
		background: #6da1d1;
	}
		.live-event__time {
			display: block;
			margin-bottom: 15px;
			font-size: 15.5px;
			font-weight: 300;
		}
		.live-event__title {
			margin: 0;
			font-size: 24px;
			text-transform: uppercase;
			font-family: 'bebas_neue', sans-serif;
			color: inherit;
			height: 48px;
			overflow: hidden;
		}
	.live-event__arrow {
		height: 3px;
		width: 31px;
		background: #283E65;
		position: absolute;
		bottom: 72px;
		right: -31px;
	}
	.live-event.m-old .live-event__arrow {
		background: #6da1d1;
	}
	.live-event__arrow:before {
		content: '';
		display: block;
		width: 11px;
		height: 11px;
		border-right: 3px solid #283E65;
		border-bottom: 3px solid #283E65;
		-webkit-transform: rotateZ(-45deg);
		   -moz-transform: rotateZ(-45deg);
			-ms-transform: rotateZ(-45deg);
			 -o-transform: rotateZ(-45deg);
				transform: rotateZ(-45deg);
		position: absolute;
		right: 1px;
    	bottom: -4px;
	}
	.live-event.m-old .live-event__arrow:before {
		border-color: #6da1d1;
	}

.place {
	padding: 25px 40px 25px 0;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'bebas_neue', sans-serif;
	text-align: left;
}
.place-lblue {
	background: #6da1d1;
	color: #fff;
}
.place-dblue {
	background: #283E65;
	color: #fff;
}
.place-sm {
	padding: 10px 15px;
	height: 130px;
	line-height: 100px;
}
	.place-sm > * {
		display: inline-block;
		vertical-align: middle;
		line-height: 1.2;
	}

.arrow-place-down {
	position: relative;
	display: block;
	height: 31px;
	width: 3px;
	background: #6da1d1;
	margin: 0 auto 15px;
}
.arrow-place-down:before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	border-right: 3px solid #6da1d1;
	border-bottom: 3px solid #6da1d1;
	-webkit-transform: rotateZ(45deg);
	   -moz-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		 -o-transform: rotateZ(45deg);
			transform: rotateZ(45deg);
	position: absolute;
	right: -5px;
    bottom: -1px;
}


.text-gray {color: #7d7d7d}
.text-blue {color: #6da1d1}
.text-brown {color: #ccaa77}

.f18 {font-size: 18px}

.mb60 {margin-bottom: 60px}
.mb40 {margin-bottom: 40px}
.mb30 {margin-bottom: 30px}
.mb20 {margin-bottom: 20px}
.mb0 {margin-bottom: 0}

.f18>table td{
	padding: 4px 10px;
}
@media (max-width: 1199px) {
	.news-list > li {
		width: 33.333%;
	}
	.live-event__info {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 991px) {
	.columns-4 {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	.press-item__head {
		float: none;
		width: 100%;
	}
	.press-item__body {
		margin-left: 0;
	}
	.news-list > li {
		width: 50%;
	}
	.newsitem .news-list > li:nth-child(4) {
		display: none;
	}
}

@media (max-width: 767px) {
	#modalMenuNew .modal-content .close{
		right: 20px;
	}
	.search_open header .searchBlock .formSearch, .searchBlock.open .formSearch{
		width: 300px;
	}
	.columns-2,
	.columns-3,
	.columns-4 {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.header-after-nav-list li {

	}
	.table-blue {
		min-width: 100%;
	}
	.table-blue th {
		font-size: 18px;
	}
	.table-blue td {
		font-size: 14px;
	}
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: normal;
	}
	/*.news-item {
		text-align: center;
	}*/
	.news-list > li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.newsitem .news-list > li:nth-child(3) {
		display: none;
	}
	.news-article__image {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-bottom: 40px;
	}
	.modal-nav-list {
		-webkit-columns: 2;
		   -moz-columns: 2;
				columns: 2;
	}
	.arrow-place-down {
		display: none;
	}
	.place {
		margin-bottom: 15px;
	}
	.live-events-list > li {
		float: none;
		width: 100%;
	}
	.live-event__arrow {
		display: none;
	}
}

@media (max-width: 479px) {
	.modal-nav-list {
		-webkit-columns: 1;
		   -moz-columns: 1;
				columns: 1;
	}
	.table-blue th {
		font-size: 15px;
	}
	.table-blue td,
	.table-blue td p,
	.b-common-content table.table.table-blue td {
		font-size: 13px;
	}
}


/*** table-responsive_block ***/
@media (max-width: 767px) {
	.table-responsive_block {
		border: none;
	}
	.table-responsive_block table,
	.table-responsive_block tbody,
	.table-responsive_block tr,
	.table-responsive_block td {
		display: block;
		width: 100% !important;
	}
	.table-responsive_block table {
		border: none;
	}
	.table-responsive_block tr {
		margin-bottom: 5px;
		border: none;
		border-bottom: 1px solid #6da1d1;
	}
	.table-responsive_block td {
		border: 1px solid #6da1d1 !important;
		border-bottom: none !important;
	}
}
/*** table-responsive_block end ***/

.owl-carousel .owl-stage{
	margin: auto;
}


/***** accordion *****/
.panel-group {
    margin: 50px 0;
}

.panel-group .panel+.panel {
    margin-top: 30px;
}
.panel-group .panel {
	border: none;
	border-top: 1px solid #d2d5dd;
	border-bottom: 1px solid #d2d5dd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.panel-default>.panel-heading {
	position: relative;
	padding: 0;
	color: #272c31;
	background: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.panel-default>.panel-heading:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 100%;
	border-left: 1px solid #d2d5dd;
}
.panel-default>.panel-heading>a {
	position: relative;
	display: block;
	padding: 22px 110px 25px 50px;
	font-size: 24px;
	text-decoration: none;
	color: #272c31;
}
.panel-default>.panel-heading>a:focus {
	color: inherit;
}
.panel-default>.panel-heading>a:focus:hover {
	color: #bf0431;
}
.panel-default>.panel-heading>a:before,
.panel-default>.panel-heading>a:after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 30px;
	width: 30px;
	height: 2px;
	background-color: #8c919f;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.panel-default>.panel-heading>a.collapsed:before,
.panel-default>.panel-heading>a.collapsed:after {
	background-color: #ca7;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.panel-default>.panel-heading>a.collapsed:after {
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	transform: rotate(-270deg);
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	padding: 0;
	background-color: #f3f3f5;
	border: 1px solid #d2d5dd;
	border-bottom: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body>article {
	padding: 25px 50px;
}


.container-faq .panel-heading a {
    color: #272c31;
}

.container-faq .panel-heading a:hover,  .container-faq .panel-heading a:active{
    color: #272c31;
}

.program_forum .container-faq .panel-body p{
	font-size: 18px;
}


.panel-default>.panel-heading>a:before, .panel-default>.panel-heading>a:after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 30px;
    width: 30px;
    height: 2px;
    background-color: #8c919f;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.panel-default>.panel-heading>a:focus:hover {
    color: #272c31;
}

.container-faq {
	margin-top: -50px;
	margin-bottom: 20px;
}

.txt-gr {
    color: #7d7d7d;
    margin-bottom: 40px;
}

.txt-gr p {
    margin-bottom: 30px;
}


.panel-body .menu-anchors__item.active>.menu-anchors__link,
.panel-body .menu-anchors__link:hover{
	color: #7d7d7d;
}

@media(max-width: 640px){
	.panel-group{
		margin: 30px 0;
	}
	.panel-default>.panel-heading>a{
		padding: 15px 60px 15px 15px;
		font-size: 17px;
	}
	.panel-default>.panel-heading:before{
		width: 46px;
	}
	.panel-default>.panel-heading>a:before,
	.panel-default>.panel-heading>a:after{
		width: 15px;
		right: 15px;
	}
	.panel-default>.panel-heading+.panel-collapse>.panel-body>article{
		padding: 20px;
	}
}

p.MsoNormal, p.MsoNormal span, p.MsoNormal a,
p.MsoNormalCxSpMiddle, p.MsoNormalCxSpMiddle span, p.MsoNormalCxSpMiddle a,
p.MsoNormalCxSpFirst, p.MsoNormalCxSpFirst span, p.MsoNormalCxSpFirst a {
    text-align: justify!important;
    line-height: 1.6!important;
    margin: 0cm 0cm 30px!important;
	font-size: 18px!important;
    color: #7d7d7d!important;
	background-color: transparent!important;
}