/* Отступ сверху */
.lp-archive-courses .lp-entry-content .entry-content-left,
.wraper_blog_main,
.wraper_blog_main > .container.page-container {
    padding-top: 0px !important;
}

.learnpress-profile .entry-content ul li i,
.course-item__left {
    margin-left: 0 !important;
    margin-right: 0 !important;
}



.swiper-horizontal {
    overflow: hidden;
}

.single-lp_course .lp-archive-courses .rt-course-single-row {
    width: auto !important;
    max-width: 1170px;
}

.courses-details-desc .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
    gap: 20px;
}

.rt-course-single-row .courses-details-desc .nav {
    padding: 0 20px !important;

}

.rt-course-single-row .courses-details-desc .nav::after,
.rt-course-single-row .courses-details-desc .nav::before {
    content: unset;    
}


.rt-course-single-row .courses-details-desc .nav .nav-item {
    margin-right: unset !important;
    margin-left: unset !important;
}

/* Викладачи */
.lp-teachers-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

@media (max-width: 1023px) {
	.lp-teachers-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.lp-teacher-item {
	text-align: center;
}

.lp-teacher-photo {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.lp-teacher-name {
	margin-top: 10px;
	font-weight: bold;
    font-size: 25px;
}

/* Отзывы */
.course-reviews {
    padding-top: 60px;
    clear: both;
    gap: 30px;
}

.tab-content .course-rate {
    width: unset !important;
    float: unset !important;
}

.tab-content .course-rate .review-stars-rated {
    float: unset;
    width: unset;
}

.tab-content .course-rate .course-rate__details {
    margin-left: unset;
}

/* Личный кабинет */
.learnpress-profile .entry-content ul {
    padding: 0 !important;
}

.lp-user-profile .lp-profile-nav-tabs > li ul li a {
    border-bottom: unset !important;
}

.lp-user-profile .lp-profile-nav-tabs > li ul li {
    border-bottom: 1px solid var(--lp-border-color, #E2E0DB);
}


.lp-user-profile .lp-profile-nav-tabs > li a:hover {
    color: var(--lp-primary-color);
}

/* PopUP Курс */
#popup-header, #popup-footer {
    left: 340px !important;
}