.course-feedback-close{
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	opacity: 0.7;
	right: -12px;
	top: -12px;
	background: #dc0303;
	cursor: pointer;
}

.course-feedback-close:hover{
	opacity: 1;
}

.course-feedback-close:before, .course-feedback-close:after{
	position: absolute;
	left: 11px;
	top: 5px;
	content: ' ';
	height: 15px;
	width: 4px;
	background-color: #fff;
}

.course-feedback-close:before{
	transform: rotate(45deg);
}

.course-feedback-close:after{
	transform: rotate(-45deg);
}

.course-vote {
	display: flex;
	justify-content: center;
	position: relative;
	align-items: center;
}

.course-vote > *:not(:last-child) {
	margin-right: 10px;
}

.course-vote-button {
	width: 100%;
	border: none;
	outline: none;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	cursor: pointer;
	padding: 10px 42px;
}

.course-vote-button-text {
	vertical-align: top;
	font-size: 16px;
	color: #fff;
	font-family: "Helvetica Neue", "OpenSans", Helvetica, Arial, sans-serif;
}

.course-vote-button-y {
	background: #8dc812;
}
.course-vote-button-n {
	background: #e1c30b;
}
.course-vote-button-n:hover {
	background: #f3b41b;
}
.course-vote-button-y:hover {
	background: #9fca46;
}
.course-vote-button-text-active{
	background: #e9ebec;
}
.course-vote-button-text-active:hover{
	background: #efefef;
}

.course-vote-button-text-active .course-vote-button-text{
	color: #525c69;;
}
.course-vote-y-txt, .course-vote-n-txt{
	position: absolute;
	color: green;
	opacity: 0;
	display: block;
	text-align:center;
	top: -30px;
	right: 37px;
}

.course-vote-txt-err {
	color: red;
}

.course-vote-y-txt.active, .course-vote-n-txt.active{
	opacity: 1;
}

.course-vote-rating
{
	width: 103px;
}

.course-vote-rating-star {
	display: inline-block;
	width: 15px;
	height: 14px;
	margin-right: 3px;
	background: url(img/sprite.png) -8px -1086px;
}

.course-vote-rating-star:last-child {
	margin-right: 0;
}

.course-vote-rating-star-selected {
	background: url(img/sprite.png) -8px -1109px;
}
.course-vote-rating-wrapper{
	position: relative;
}
.course-vote-rating-selected{
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
}

.course-vote-button-wrapper{
	position: relative;
}

.course-feedback {
	display: none;
	position: absolute;
	bottom: 51px;
	left: -40px;
	background: #fff;
	-webkit-box-shadow: 0 0 6px 4px rgba(50, 50, 50, 0.15);
	box-shadow: 0 0 6px 4px rgba(50, 50, 50, 0.15);
	z-index: 999;
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 220px;
}
.course-feedback::before {
	content: '';
	position: absolute;
	border: 9px solid transparent;
	border-top-color: #fff;
	bottom: -19px;
	right: 113px;
	width: 2px;
	height: 2px;
}
.course-positive-feedback {
	display: none;
	position: absolute;
	bottom: 51px;
	left: 0px;
	background: #fff;
	-webkit-box-shadow: 0 0 6px 4px rgba(50, 50, 50, 0.15);
	box-shadow: 0 0 6px 4px rgba(50, 50, 50, 0.15);
	z-index: 999;
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 220px;
}
.course-positive-feedback::before {
	content: '';
	position: absolute;
	border: 9px solid transparent;
	border-top-color: #fdfdfd;
	bottom: -19px;
	left: 116px;
	width: 2px;
	height: 2px;
}
.course-feedback-opened {
	display: block;
}

.course-feedback-inner {
	display: flex;
	flex-direction: column;
}
.course-feedback-list{

}

.course-feedback-review {
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
	resize: none;
	display: none;
}
.course-feedback-review.active{
	display: block;
}

.course-feedback-title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 3px;
	line-height: 21px;
}

.course-feedback-button {
	border: none;
	outline: none;
	background: #8dc812;
	color: #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	margin-top: 12px;
}

.course-feedback-button:hover {
	background: #9fca46;
}

.course-feedback-thanks {
	margin: 10px 0 0 0;
}

.course-feedback-list-item {
	display: inline-block;
}

.course-vote-block-cnr
{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.course-vote-block-title
{
	font-size: 23px;
	color: #737373;
}

.course-vote-block-text
{
	color: #a5a5a5;
	margin-top: 10px;
}

.course-vote-block
{
	text-align: center;
}

@media (max-width: 900px) {
	.course-vote
	{
		flex-direction: column;
		align-items: center;
	}

	.course-vote > *:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media (max-width: 440px) {
	.course-vote-button-wrapper {
		width: 100%;
	}

	.course-feedback,
	.course-positive-feedback {
		left: 0;
	}
}
