.p-cources__cntrls {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.p-cources__cntrls .s-search {
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 20px
}

.p-cources__cntrls-left {
/*	-webkit-box-flex: 0;
	-webkit-flex: 0 2 720px;
	-ms-flex: 0 2 720px;
	flex: 0 2 720px
*/
    width: 100%;
}

.p-cources__cntrls-right {
	margin-left: 10px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 360px;
	-ms-flex: 0 1 360px;
	flex: 0 1 360px;
	position: relative;
	padding-left: 20px
}

.p-cources__cntrls-right:after {
	height: 100%;
	width: 6px;
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	background: #f75000
}

.p-cources__cntrls-right p {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px
}

.p-cources__types {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.p-cources__types--hide {
	display: none
}

.p-cources__types--show {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.p-cources__types .c-btn {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 166px;
	-ms-flex: 0 1 166px;
	flex: 0 1 166px;
	background: #fff;
	color: #f75000;
	height: 27px;
	padding: 7px 0;
	margin-bottom: 10px
}

.p-cources__types .c-btn:hover {
	color: #fff;
	background: #f75000
}

.p-cources__selects {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.p-cources__selects .c-btn {
	height: 27px;
	padding: 7px 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 166px;
	-ms-flex: 0 1 166px;
	/*flex: 0 1 166px;*/
	flex: 0 1 100px;
}

.p-cources__topic {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 262px;
	-ms-flex: 0 1 262px;
	flex: 0 1 262px;
	margin-bottom: 10px;
	/*max-width: 262px;*/
	max-width: 240px;
}

.p-cources__teacher {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 262px;
	-ms-flex: 0 1 262px;
	flex: 0 1 262px;
	max-width: 262px;
	margin-bottom: 10px
}

.p-cources__list {
	margin-top: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.e-cource {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
	-webkit-flex-basis: -webkit-calc(50% - 5px);
	-ms-flex-preferred-size: calc(50% - 5px);
	flex-basis: calc(50% - 5px);
	max-width: 555px;
	padding: 24px 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	margin: 0 2px 20px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.e-cource__like {
	right: 20px;
	top: 20px;
	position: absolute;
	height: 22px;
	width: 22px;
	background: url(../img/card-heard.png) center/contain no-repeat;
	cursor: pointer
}

.e-cource__like.active,
.e-cource__like:hover {
	background-image: url(../img/card-heard-active.png)
}

.e-cource__wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.e-cource__left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 278px;
	-ms-flex: 0 1 278px;
	flex: 0 1 278px
}

.e-cource__right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 278px;
	-ms-flex: 0 1 278px;
	flex: 0 1 278px
}

.e-cource__title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 4px
}

.e-cource__time {
	display: inline-block;
	border: 1px solid #f75000;
	text-align: center;
	padding: 5px 25px 4px;
	margin-bottom: 15px
}

.e-cource__time span {
	opacity: .7
}

.e-cource__subtitle {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px
}

.e-cource__desc {
	font-size: 14px;
	color: #333;
	line-height: 18px
}

.e-cource__price {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #f75000;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}

.e-cource__bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px -3px 0
}

.e-cource__bottom .c-btn {
	margin: 0 3px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 239px;
	-ms-flex: 0 1 239px;
	flex: 0 1 239px
}

.e-cource__pr-ad {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.e-cource__address {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	text-align: center;
	font-size: 14px;
	color: #333
}

.e-cource__name {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #333
}

.e-cource__photo {
	height: 155px;
	width: 134px;
	margin: auto;
	position: relative;
	overflow: hidden;
	background: center/cover no-repeat;
	margin-bottom: 10px
}

.e-cource__photo-atop {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 50%
}

.e-cource__photo-atop:after {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: -100%;
	top: -82%;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	background: #fff
}

.e-cource__photo-atop:before {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background: #fff;
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 00%;
	top: -82%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}

.e-cource__photo-abtm {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 50%
}

.e-cource__photo-abtm:after {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: -100%;
	bottom: -82%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	background: #fff
}

.e-cource__photo-abtm:before {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background: #fff;
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 00%;
	bottom: -82%;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg)
}

.e-cource__photo:hover .e-cource__photo-atop:after {
	top: -110%
}

.e-cource__photo:hover .e-cource__photo-atop:before {
	top: -110%
}

.e-cource__photo:hover .e-cource__photo-abtm:after {
	bottom: -110%
}

.e-cource__photo:hover .e-cource__photo-abtm:before {
	bottom: -110%
}

.p-study .p-cources__cntrls-right {
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.p-study .p-cources__cntrls-right:after {
	content: none
}

.p-study__datepicker {
	position: relative;
	top: -12px
}

.p-study__block-title {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px
}

.p-study__block-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ui-datepicker-title {
	color: rgba(0, 0, 0, .3)
}

.ui-widget.ui-widget-content {
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0 30px;
	width: 292px
}

.ui-widget-header {
	background: #fff;
	border: none
}

.ui-datepicker th {
	color: #f75000
}

.ui-datepicker .ui-state-default {
	text-align: center;
	border: none;
	background: 0 0;
	color: #626262
}

.ui-state-default.ui-state-active {
	color: #fff;
	background: #f75000;
	text-align: center
}

.ui-datepicker .ui-datepicker-prev {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.ui-datepicker .ui-datepicker-prev:hover {
	border: none
}

.ui-datepicker .ui-datepicker-prev span {
	display: none;
	background: 0 0;
	position: relative
}

.ui-datepicker .ui-datepicker-prev:after {
	left: 0;
	top: 0;
	position: relative;
	font-family: FontAwesome;
	content: '\f104 ';
	color: rgba(0, 0, 0, .3)
}

.ui-datepicker .ui-datepicker-next {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.ui-datepicker .ui-datepicker-next span {
	display: none;
	background: 0 0;
	position: relative
}

.ui-datepicker .ui-datepicker-next:after {
	left: 0;
	top: 0;
	position: relative;
	font-family: FontAwesome;
	content: '\f105 ';
	color: rgba(0, 0, 0, .3)
}

.ui-datepicker .ui-datepicker-next:hover {
	border: none
}

.ui-datepicker td a {
	padding: .1em
}

.show-more-mob {
	display: none;
	max-width: 222px;
	margin: auto;
	margin-bottom: 20px
}

.p-test {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-test__left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 261px;
	-ms-flex: 0 1 261px;
	flex: 0 1 261px;
	margin-right: 10px;
	text-align: right;
	padding-top: 5px
}

.p-test__left .b-testtime {
	margin-top: 30px
}

.p-test__right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 847px;
	-ms-flex: 0 1 847px;
	flex: 0 1 847px;
	padding-bottom: 20px
}

.p-test__right .b-testtime {
	display: none
}

.p-test__link {
	font-size: 12px;
	color: #333;
	text-decoration: underline
}

.p-test__link:hover {
	text-decoration: none
}

.p-test__quest {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 25px
}

.p-test__gr-ans {
	margin-bottom: 25px
}

.p-test__gr-ans .c-input {
	width: 100%;
	display: block
}

.p-test__gr-ans input.c-input {
	max-width: 262px;
	margin-bottom: 20px
}

.p-test__gr-ans textarea.c-input {
	max-width: 457px;
	min-height: 98px;
	padding-top: 7px
}

.p-test__gr-ans .c-radio2 {
	margin-bottom: 10px
}

.p-test__gr-ans .c-check2 {
	margin-bottom: 10px
}

.p-test .c-select {
	display: block;
	max-width: 200px;
	width: 100%
}

.p-test__nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	margin-bottom: 15px
}

.p-test__nav .c-btn {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 165px;
	-ms-flex: 0 1 165px;
	flex: 0 1 165px;
	margin-right: 10px
}

.b-testtime {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 15px;
	color: #333
}

.b-testtime__left {
	border: 1px solid #e8e8e8;
	padding: 5px 13px 5.75px
}

.b-testtime__right {
	padding: 5px 13px 5.75px;
	border: 1px solid #e8e8e8;
	background: #e8e8e8
}

.b-teststage {
	margin-top: 7px;
	border: 1px solid #e8e8e8;
	padding: 10px 0 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.b-teststage__item {
	margin: 0 2.2px 5px;
	display: inline-block;
	color: #898989;
	font-size: 12px;
	height: 27px;
	width: 27px;
	line-height: 27px;
	text-align: center;
	border: 1px solid #e8e8e8;
	padding: 2px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.b-teststage__item--passed {
	background: #e8e8e8
}

.b-teststage__item--current {
	background: #f75000;
	color: #fff;
	border-color: #f75000
}

.b-teststage__item:hover {
	background: #f75000;
	color: #fff;
	border-color: #f75000
}

.c-radio2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.c-radio2 input[type=radio] {
	display: none
}

.c-radio2 input[type=radio]+.check {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 21px;
	-ms-flex: 0 0 21px;
	flex: 0 0 21px;
	height: 21px;
	width: 21px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #c7c7c7;
	margin-right: 10px
}

.c-radio2 input[type=radio]:checked+.check:after {
	content: '';
	display: block;
	background: #f75000;
	height: 13px;
	width: 13px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 13px;
	-ms-flex: 0 0 13px;
	flex: 0 0 13px;
	-webkit-border-radius: 15px;
	border-radius: 15px
}

.c-radio2 .label {
	font-size: 14px;
	color: #333
}

.c-check2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.c-check2 input[type=checkbox] {
	display: none
}

.c-check2 input[type=checkbox]+.check {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 17px;
	-ms-flex: 0 0 17px;
	flex: 0 0 17px;
	height: 17px;
	width: 17px;
	border: 1px solid #c7c7c7;
	margin-right: 10px
}

.c-check2 input[type=checkbox]:checked+.check:after {
	content: '';
	display: block;
	background: #f75000;
	height: 13px;
	width: 13px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 13px;
	-ms-flex: 0 0 13px;
	flex: 0 0 13px;
	background: transparent url(../img/check.svg) 10% center no-repeat
}

.c-check2 .label {
	font-size: 14px;
	color: #333
}

.p-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: minmax(300px, 654px) minmax(100px, 487px);
	-ms-grid-columns: minmax(300px, 654px) minmax(100px, 487px);
	grid-template-rows: auto auto auto;
	-ms-grid-rows: auto auto auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-grid p {
	font-size: 14px;
	line-height: 18px
}

.p-grid__left {
	grid-column: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1
}

.p-grid__right {
	padding-left: 30px;
	max-width: 487px;
	-ms-grid-column: 2;
	grid-column: 2;
	grid-row-start: 1;
	grid-row-end: 4;
	-ms-grid-column: 3;
	-ms-grid-column-span: 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 4
}

.p-grid__comment {
	grid-column: 1;
	grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	-ms-grid-row: 2
}

.p-grid__list-memp {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 25px -4px 0;
	width: 100%
}

.p-grid__right-title {
	font-size: 20px;
	font-weight: 700;
	color: #333
}

.p-webinar__desc {
	font-size: 14px;
	color: #333;
	margin-top: 15px;
	margin-bottom: 20px
}

.p-webinar__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.p-webinar__info-left {
	font-size: 14px;
	color: #333;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 278px;
	-ms-flex: 0 1 278px;
	flex: 0 1 278px
}

.p-webinar__info-left p {
	margin: 5px 0
}

.p-webinar__info-left span {
	font-weight: 700
}

.p-webinar__info-right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 337px;
	-ms-flex: 0 1 337px;
	flex: 0 1 337px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.p-webinar__info-like {
	margin-left: 35px;
	cursor: pointer;
	display: block;
	height: 30px;
	width: 30px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30px;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	background: transparent url(../img/card-heard.png) center/contain no-repeat
}

.p-webinar__info-like.active,
.p-webinar__info-like:hover {
	background: transparent url(../img/card-heard-active.png) center/contain no-repeat
}

.p-webinar__info-price {
	font-size: 22px;
	color: #f75000;
	font-weight: 600;
	margin-right: 35px
}

.p-webinar__info .c-btn {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 135px;
	-ms-flex: 0 1 135px;
	flex: 0 1 135px
}

.b-blockqoute {
	border-left: 6px solid #f75000;
	font-size: 14px;
	color: #333;
	padding: 4px 15px;
	margin-bottom: 10px
}

blockqoute {
	border-left: 6px solid #f75000;
	font-size: 14px;
	color: #333;
	padding: 4px 15px;
	margin-bottom: 10px
}

.b-locked-video {
	margin-top: 30px;
	background: url(../img/newsImg.jpg) center/cover no-repeat;
	height: 407px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.b-locked-video__lock {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 4px solid #fff;
	height: 67px;
	width: 67px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 67px;
	-ms-flex: 0 0 67px;
	flex: 0 0 67px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	background: #ddd
}

.e-lead {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333;
	margin-bottom: 15px
}

.e-lead__left {
	margin-right: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 65px;
	-ms-flex: 0 0 65px;
	flex: 0 0 65px
}

.e-lead__photo {
	height: 65px;
	width: 65px;
	-webkit-border-radius: 60px;
	border-radius: 60px
}

.e-lead__name {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px
}

.e-lead__desc {
	font-size: 14px;
	line-height: 18px;
	width: 100%
}

.e-lead__link {
	color: #333;
	font-size: 12px;
	text-decoration: underline
}

.e-member {
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	color: #333;
	margin-bottom: 18px;
	margin: 0 4px 18px
}

.e-member__photo {
	height: 100px;
	width: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background: center/cover no-repeat;
	margin-bottom: 7px
}

.e-member .scope {
	margin-top: 3px;
	font-size: 12px;
	font-weight: 400
}

.b-slider-ved__wrap {
	margin-top: 17px;
	margin-bottom: 25px
}

.slider-nav__dots {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.slider-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.slider-nav__wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.slider-nav .owl-prev {
	cursor: pointer;
	color: #f75000;
	background: 0 0;
	border: none;
	position: absolute;
	left: -30px;
	top: 3px;
	line-height: .3
}

.slider-nav .owl-prev:after {
	content: '\f177';
	font-family: FontAwesome
}

.slider-nav .owl-next {
	cursor: pointer;
	color: #f75000;
	background: 0 0;
	border: none;
	position: absolute;
	right: -30px;
	top: 3px;
	line-height: .3
}

.slider-nav .owl-next:after {
	content: '\f178';
	font-family: FontAwesome
}

.slider-nav .owl-dot {
	cursor: pointer;
	margin: 0 2px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #f75000
}

.slider-nav .owl-dot.active {
	background: #f75000
}

.p-webinar__desc p {
	margin-bottom: 20px
}

.p-webinar__desc ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 50%;
	-moz-column-width: 50%;
	column-width: 50%;
	margin-top: 8px
}

.p-webinar__desc ul li {
	margin-bottom: 13px;
	position: relative;
	padding-left: 15px
}

.p-webinar__desc ul li:before {
	left: 0;
	top: 3px;
	content: '';
	height: 8px;
	width: 8px;
	position: absolute;
	border: 1px solid #f75000;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.e-ul ul li {
	margin-bottom: 13px;
	position: relative;
	padding-left: 15px;
	font-size: 14px
}

.e-ul ul li:before {
	left: 0;
	top: 3px;
	content: '';
	height: 8px;
	width: 8px;
	position: absolute;
	border: 1px solid #f75000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.e-ul ul li:after {
	opacity: 0;
	left: 4px;
	top: 7px;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	border: 1px solid #f75000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.e-ul ul li:hover:before {
	height: 0;
	width: 0;
	left: 4px;
	top: 7px
}

.e-ul ul li:hover:after {
	opacity: 1;
	background: #f75000;
	height: 8px;
	width: 8px;
	left: 0;
	top: 3px
}

.b-cources {
	margin-top: 40px
}

.b-cources__head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.b-cources__doc {
	font-size: 12px;
	color: #333;
	font-weight: 600;
	text-decoration: underline
}

.b-cources__name {
	font-size: 20px;
	font-weight: 700;
	color: #333
}

.b-cources__list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.b-cources__list-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 310px;
	-ms-flex: 0 1 310px;
	flex: 0 1 310px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.b-cources__bnr {
	border: 1px solid #e8e8e8;
	text-align: center;
	height: 215px;
	padding: 22px;
	font-size: 14px;
	margin-bottom: 15px;
	flex: 0 0 310px;
}

.b-cources__bnr p {
	margin-bottom: 20px
}

.b-cources .b-course-video__btn {
	height: 60px;
	width: 60px
}

.e-sturct {
	color: #333;
	margin-bottom: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 310px;
	-ms-flex: 0 1 310px;
	flex: 0 1 310px
}

.e-sturct__title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px
}

.e-sturct__photo {
	height: 178px;
	padding: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px;
	background: center/cover no-repeat
}

.e-sturct__time {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #f75000;
	background: #fff;
	padding: 5px 10px
}

.e-sturct__time img {
	max-width: 17px;
	display: block;
	margin-right: 8px
}

.e-sturct__check {
	display: inline-block;
	height: 29px;
	width: 32px;
	border: 1px solid #f75000;
	background: #fff url(../img/check.svg) center/60% no-repeat
}

.e-sturct__warn {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	background: #e8e8e8;
	border: 1px solid #ddd;
	height: 32px;
	padding: 7px
}

.b-course-video {
	position: relative;
	display: block;
	height: 315px;
	margin-bottom: 43px;
	background: center/cover
}

.b-course-video__btn {
	border: 4px solid #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background: #c6c6c6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 67px;
	width: 67px;
	position: absolute;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.b-course-video__btn img {
	display: block;
	position: relative;
	left: 3px
}

.b-course-video__btn:hover {
	border: 1px solid #fff;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

#p-event-map {
	margin-top: 13px;
	height: 405px
}

.p-grid__comment .ag-review {
	margin-top: 33px
}

.p-completedtest {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-completedtest__left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 3 765px;
	-ms-flex: 0 3 765px;
	flex: 0 3 765px;
	margin-right: 10px
}

.p-completedtest__right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 360px;
	-ms-flex: 0 1 360px;
	flex: 0 1 360px
}

.b-result {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 654px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.b-result__img {
	margin-right: 19px
}

.b-result__left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 360px;
	-ms-flex: 0 1 360px;
	flex: 0 1 360px;
	max-width: 360px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
	padding: 15px 30px
}

.b-result__left span {
	color: #f75000
}

.b-result__right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 264px;
	-ms-flex: 0 1 264px;
	flex: 0 1 264px
}

.b-result__line {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.b-result__line .payment__count-help {
	margin-left: 10px
}

.b-result__line:first-of-type {
	margin-bottom: 15px
}

.b-course-video--completedtest {
	margin-top: 50px;
	max-width: 654px;
	height: 405px
}

.b-textinfo {
	margin-bottom: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 18px 20px
}

.b-textinfo--hide {
	display: none;
	margin: auto;
	max-width: 360px
}

.b-textinfo__item {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #333
}

.b-textinfo__item span {
	color: #f75000
}

.b-textinfo__item-img {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 55px;
	width: 55px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #f75000;
	margin-bottom: 5px
}

.p-grid__right-subtitle {
	font-size: 14px;
	color: #333
}

.p-grid__list-memp--completedtest {
	margin-top: 14px
}

.payment__count-help-text {
	z-index: 1
}

.p-pagetest__uls {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px
}

.p-pagetest__uls-title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px
}

.p-pagetest__uls-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 45%;
	-ms-flex: 1 1 45%;
	flex: 1 1 45%;
	-webkit-flex-basis: -webkit-calc(50% - 30px);
	-ms-flex-preferred-size: calc(50% - 30px);
	flex-basis: calc(50% - 30px);
	margin: 0 15px;
	min-width: 290px
}

.b-result__line--pagetest {
	margin-bottom: 44px;
	max-width: 261px;
	margin-top: 14px
}

.p-testag {
	padding-bottom: 40px
}

.p-testag__type {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px -10px 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.p-testag__type .c-btn {
	height: 27px;
	padding: 6px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto;
	min-width: 166px;
	margin: 0 10px 10px
}

.p-testag__sorting {
	margin-top: 10px
}

.p-testag__list {
	text-align: justify;
	margin: 0 -15px
}

.p-testag .pag {
	margin-top: 30px
}

.p-testag .show-more-mob {
	margin-top: 20px
}

.e-testag {
	max-width: 260px;
	display: inline-block;
	color: #333;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 260px;
	-ms-flex: 0 1 260px;
	flex: 0 1 260px;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 0 15px 15px;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .1), 0 0 5px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .1), 0 0 5px 0 rgba(0, 0, 0, .1);
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.e-testag:hover {
	-webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1), 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1), 0 0 15px 0 rgba(0, 0, 0, .1)
}

.e-testag .e-cource__like {
	position: static
}

.e-testag__time {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	margin-bottom: 17px
}

.e-testag__time img {
	margin-right: 10px
}

.e-testag__head {
	background: transparent url(../img/good-el__title.jpg) center/cover no-repeat;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.e-testag__school {
	font-size: 18px;
	font-weight: 700
}

.e-testag__content {
	padding: 13px 20px 24px
}

.e-testag__name {
	font-size: 14px
}

.e-testag__link {
	margin-top: 17px
}

.b-stages__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px;
	position: relative
}

.b-stages__item:before {
	height: 100%;
	width: 1px;
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	background: #898989
}

.b-stages__item:last-of-type:before {
	content: none
}

.b-stages__item--completed:before,
.b-stages__item:hover:before {
	background: #f75000
}

.b-stages__item--completed .b-stages__item-numb,
.b-stages__item:hover .b-stages__item-numb {
	color: #fff;
	background: #f75000;
	border-color: #f75000
}

.b-stages__item--now .b-stages__item-numb {
	color: #f75000;
	background: #fff;
	border-color: #f75000
}

.b-stages__item-right {
	padding-top: 8px
}

.b-stages__item-numb {
	position: relative;
	z-index: 1;
	margin-right: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	height: 40px;
	width: 40px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 40px;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	font-size: 18px;
	color: #898989;
	border: 1px solid #898989;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background: #fff
}

.b-stages__item-name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px
}

.b-stages__item-desc {
	font-size: 14px;
	line-height: 18px
}

.p-partcource__back {
	display: inline-block;
	height: 27px;
	padding: 6px;
	max-width: 165px
}

.p-partcource__div {
	margin-top: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.p-partcource .b-stages {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 360px;
	-ms-flex: 0 1 360px;
	flex: 0 1 360px
}

.p-partcource__video {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 555px;
	-ms-flex: 0 1 555px;
	flex: 0 1 555px;
	height: 344px;
	margin: 0 10px
}

.p-partcource .e-lead {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 180px;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.p-partcource .e-lead .e-lead__name {
	margin-bottom: 0
}

.comment-el__text {
	margin-bottom: 5px
}

.comment-el:hover>.comment-el__actions {
	opacity: 1
}

.comment-el__actions {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.comment-el__actions a {
	text-decoration: underline;
	font-size: 12px;
	color: #333;
	margin-right: 20px
}

.comment-el__actions a:hover {
	text-decoration: none
}

.comment-el__actions .comment-el__like {
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.comment-el__actions img {
	margin-right: 3px
}

.p-grid__right--padding {
	padding-top: 60px
}

.b-course-video__btn {
	cursor: pointer
}