.teacher-card-shedule-wrap {
    margin: 0;
}
.teacher-card-profile {
    margin: 0;
}

html[lang='ru'] .main-navigation .dropdown li > a {
    font-size:13px;
}

.main-navigation .dropdown li.current > a:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 18px;
    display: inline-block;
    background: transparent url('../images/dropdown-hover-logo.svg') no-repeat center center;
    background-size: contain;
    margin-left: 0.5rem;
    margin-top: 3px;
}


@media screen and (max-width: 626px) {
    .teacher-card-profile {
        margin: 0 auto;
    }
    .teacher-card-shedule-wrap {
        margin: 0 auto;
    }
}

.teacher-card-shedule-container {
    min-width: 220px;
}
.teacher-card-price {
    margin-right: 1rem;
}
@media screen and (max-width: 576px) {
    .teacher-card-price {
        margin-right: auto;
    }
}

.main-module-course-item-left-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.main-module-course-item-image {
	margin: 0 0.3rem 0 0;
}
.main-module-course-item-language {
	margin: 0 0.6rem;
}
.main-module-course-item-start {
	margin: 0 0.6rem;
}
@media screen and (max-width: 768px) {
	.main-module-course-item > .main-module-course-item-left-wrap {
		flex-direction: column;
		margin: 0 auto;
	}
	.main-module-course-item-image,
	.main-module-course-item-language,
	.main-module-course-item-start {
		margin: 0.3rem;
	}
}

.rate {
    float: left;
    height: 55px;
    padding: 0 85px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* rating addon */
.review-container-item-rating {
	color: #999;
	font-size: 2em;
}
.review-container-item-rating .active {
	color: #ffc700;
}
.review-container-item-profile {
	min-height: 70px;
}
.review-container-item-profile-name {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 0.7rem;
}
.review-container-item-profile-image {
	color: var(--black);
	font-size: 2rem;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.5rem 1rem 1rem 0;
	width: 70px;
	height: 70px;
/*	border-radius: 50%;*/
	background-color: var(--background-light);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25), 0px 0px 2px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25), 0px 0px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25), 0px 0px 2px 0px rgba(0,0,0,0.25);
}
.review-container .review-container-item .review-container-item-text {
	display: block;
	flex-basis: fit-content;
	position: relative;
}
.review-container .review-container-item > .review-container-item-text:before {
	content: '';
	width: 38px;
	height: 33px;
	background-image: url(../images/review-start.png);
	position: absolute;
	top: -20px;
	left: -30px;
}
.review-container .review-container-item > .review-container-item-text:after {
	content: '';
	width: 38px;
	height: 33px;
	background-image: url(../images/review-end.png);
	position: absolute;
	bottom: -20px;
	right: -30px;
}

.review-container .review-container-item {
    flex-direction: column-reverse;
    align-items: normal;
}

@media screen and (max-width: 576px) {
	.review-container .review-container-item {
		flex-direction: column-reverse;
	}
}

.main-module-course .form-container {
    max-width: 790px;
}
.main-module-course .boxed {
    background-color: var(--white);
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 25%), 0 0 0 0 rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 25%), 0 0 0 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.25),0 0 0 0 rgba(0,0,0,0.25);
}