

/* Start:/local/templates/bigwig_wm/components/bitrix/form.result.new/shares_popup/style.css?17685626191164*/
.trial-section {
    background-color: #f0f0f0;
    /* Путь к картинке. Если она в папке шаблона, путь нужно уточнить */
    background-image: url('/local/templates/bigwig_wm/components/bitrix/form.result.new/shares_popup/img/request_free_lesson_2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}

.form-control-pill {
    border-radius: 50rem !important;
    padding: 0.7rem 1.3rem !important;
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
}

.btn-pill {
    border-radius: 50rem !important;
    padding-left: 2 !important;
    padding-right: 2rem !important;
}

.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.benefit-list li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    color: #555;
}

.benefit-list li::before {
    content: '✦';
    position: absolute;
    left: 0;
    top: 2px;
    color: #555;
    font-weight: bold;
}

.content-relative {
    position: relative;
    z-index: 2;
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/news.list/school_in_numbers/style.css?1768562619855*/
.stats-block {
	background-color: #fff;
}
.js-counter {
	font-variant-numeric: tabular-nums;
}
.stat-card {
	background-color: #f9f9f9;
	border-radius: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	min-height: 200px;
}

.stat-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.stat-content{
	height: 100%;
}
.stat-number {
	font-size: 2.5rem;
	font-weight: bold;
	color: #333;
	line-height: 1;
}

.stat-desc {
	font-size: 1rem;
	line-height: 1.4;
	color: #555;
	max-width: 250px;
}

.stat-image {
	width: 40%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.stat-image img {
	/*max-height: 160px;*/
	width: auto;
	object-fit: contain;
}

@media (max-width: 576px) {
	.stat-number {
		font-size: 2rem;
	}
	.stat-image {
		width: 50%;
	}
	.stat-desc {
		font-size: 0.9rem;
	}
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/news.list/why_main_block/style.css?1768562619723*/
.why-us-block {

}

.why-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.why-icon i {
	font-size: 1.8rem;
	color: #dc3545;
	line-height: 1;
}

.why-icon .icon-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.why-item h5 {
	color: #333;
	font-weight: 400;
	line-height: 1.2;
}

.why-desc {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #6c757d;
}

.why-item:hover .why-icon i {
	animation: pulse 1s infinite;
}

@keyframes pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.2); }
	100% { transform: scale(1); }
}

@media (max-width: 768px) {
	.why-icon i {
		font-size: 1.5rem; /* Чуть меньше на планшетах */
	}
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/news.list/mafia_main_block/style.css?1768562619724*/
.mafia-promo-block {
	background-color: #EFEFEF;
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:hover {
	background-color: #dc3545;
	color: #fff;
}

.mafia-form-content input.form-control {
	padding: 15px 20px;
	border: 1px solid #dee2e6;
	font-size: 16px;
}

.mafia-form-content input.form-control::placeholder {
	color: #adb5bd;
}

.modal-content {
	background: #fff;
}
.mafia-decor-stars::before,
.mafia-decor-stars::after {
	content: "✦";
	position: absolute;
	color: #ffcccc;
	font-size: 2rem;
	opacity: 0.6;
}

.mafia-decor-stars::before {
	top: 10%;
	left: 5%;
	transform: rotate(15deg);
}

.mafia-decor-stars::after {
	bottom: 15%;
	right: 5%;
	transform: rotate(-15deg);
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/form.result.new/mafia_popup/style.css?1768562619992*/
.mafia-section {
    background-image: url('/local/templates/bigwig_wm/components/bitrix/form.result.new/mafia_popup/img/main_background.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 400px;
}

@media (max-width: 991px) {
    .mafia-section-photo {
        background-position: center bottom !important;
        padding-bottom: 300px !important;
    }
}

.form-control-pill {
    border-radius: 50rem !important;
    padding: 0.7rem 1.3rem !important;
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
}

.btn-pill {
    border-radius: 50rem !important;
    padding-left: 2 !important;
    padding-right: 2rem !important;
}

.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.content-relative {
    position: relative;
    z-index: 2;
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/form.result.new/trial_block_photo/style.css?17685626201036*/
.trial-section-photo {
    background-color: #f0f0f0;
    background-image: url('/local/templates/bigwig_wm/components/bitrix/form.result.new/trial_block_photo/img/request_free_lesson_3.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 400px;
}

@media (max-width: 991px) {
    .trial-section-photo {
        background-position: center bottom !important;
        padding-bottom: 300px !important;
    }
}

.form-control-pill {
    border-radius: 50rem !important;
    padding: 0.7rem 1.3rem !important;
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
}

.btn-pill {
    border-radius: 50rem !important;
    padding-left: 2 !important;
    padding-right: 2rem !important;
}

.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.content-relative {
    position: relative;
    z-index: 2;
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/news.list/advantages/style.css?1768562619982*/
.advantages-block {

}
.advantage-card {
	background: #efefef;
	border-radius: 20px;
	padding: 1.5rem;
	transition: all 0.3s ease-in-out;
}
	.advantage-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
		background-color: #ffffff;
	}
	.advantage-card .advantage-icon img {
		transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
		.advantage-card:hover .advantage-icon img {
			transform: scale(1.15) rotate(-3deg);
		}
	.advantage-content h5 {
		transition: color 0.3s ease;
	}
	.advantage-card:hover .advantage-content h5 {
		color: #dc3545;
	}

.advantage-icon img {
	width: 48px;
	height: auto;
	object-fit: contain;
}

.advantage-content h5 {
	font-size: 1.1rem;
	color: #333;
	line-height: 1.2;
}

.advantage-content .text-muted {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #6c757d !important;
}

@media (max-width: 576px) {
	.advantage-icon img {
		width: 40px;
	}
	.advantage-content h5 {
		font-size: 1rem;
	}
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/news.list/teachers_main_block/style.css?17685626191517*/
.f-carousel {
	--f-carousel-spacing: 0;
}

.f-carousel__slide {
	width: 100%;
	padding: 10px !important;
	box-sizing: border-box;
	display: block;
}

.teacher-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.f-carousel__slide {
		width: 50% !important;
	}
}

@media (min-width: 992px) {
	.f-carousel__slide {
		width: 33.3333% !important;
	}
}

@media (min-width: 1200px) {
	.f-carousel__slide {
		width: 25% !important;
	}
}

.teacher-card {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	padding: 30px 15px;
	text-align: center;
	height: 100%;
	transition: box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}

.teacher-card:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.08);
	border-color: transparent;
}

.photo-wrapper {
	position: relative;
	width: 230px;
	height: 230px;
	margin: 0 auto 20px auto;
}

.teacher-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}

.country-flag {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 32px;
	border-radius: 7px;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	background: #fff;
	object-fit: cover;
	z-index: 2;
}

.teacher-name {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 8px;
	color: #333;
}

.teacher-role {
	font-size: 0.9rem;
	color: #6c757d;
	margin-bottom: 5px;
	line-height: 1.4;
}

.teacher-exp {
	font-size: 0.95rem;
	color: #333;
	margin-top: 10px;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.css?1665083302754*/
div.modern-page-navigation {
	padding: 0.5em 0;}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous {
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none; }
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
	border-left: none;
	padding-left: 0.5em; }

span.modern-page-current {
	font-weight: var(--ui-font-weight-bold);
}
div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
	border-color: #cdcdcd; }

/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/news.list/reviews_main_block/style.css?17685626192458*/
.reviews-section {
	position: relative;
	overflow: hidden;
}

.reviews-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.reviews-swiper {
	padding-bottom: 40px;
}

.swiper-slide {
	height: auto;
	display: flex;
}

.review-card {
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}

.review-stars { margin-bottom: 15px; color: #e0e0e0; font-size: 18px; }
.review-stars .star.active { color: #ffc107; }

.review-text-wrap { flex-grow: 1; margin-bottom: 20px; }
.review-text {
	max-height: 95px;
	overflow: hidden;
	position: relative;
}
.review-card.expanded .review-text { max-height: none; }
.review-card.expanded .read-more-btn { display: none; }

.read-more-btn {
	display: block; margin-top: 8px; color: #888;
	cursor: pointer; font-size: 13px; border-bottom: 1px dashed #ccc; width: fit-content;
}

/* Автор */
.review-author {
	display: flex; align-items: center; border-top: 1px solid #f0f0f0; padding-top: 15px;
}
.author-avatar {
	width: 48px; height: 48px; border-radius: 50%; object-fit: cover; margin-right: 12px;
}
.author-avatar.placeholder {
	background: #eee; width: 48px; height: 48px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center; font-weight: bold; color: #555;
}
.author-name { font-weight: 600; font-size: 16px; }
.author-date { font-size: 13px; color: #999; margin-top: 4px; }

/* --- Стрелки навигации --- */
.swiper-nav-btns {
	display: flex;
	gap: 10px;
}
.swiper-button-next-unique,
.swiper-button-prev-unique {
	width: 40px;
	height: 40px;
	background-color: #f5f5f5;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.swiper-button-next-unique:hover,
.swiper-button-prev-unique:hover {
	background-color: #e0e0e0;
}
/* Рисуем стрелочки через CSS (или вставь SVG) */
.swiper-button-next-unique::after,
.swiper-button-prev-unique::after {
	content: '';
	border: solid #333;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
}
.swiper-button-next-unique::after { transform: rotate(-45deg); margin-left: -2px;}
.swiper-button-prev-unique::after { transform: rotate(135deg); margin-right: -2px;}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/form.result.new/trial_block/style.css?17685626191164*/
.trial-section {
    background-color: #f0f0f0;
    /* Путь к картинке. Если она в папке шаблона, путь нужно уточнить */
    background-image: url('/local/templates/bigwig_wm/components/bitrix/form.result.new/trial_block/img/request_free_lesson_2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}

.form-control-pill {
    border-radius: 50rem !important;
    padding: 0.7rem 1.3rem !important;
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
}

.btn-pill {
    border-radius: 50rem !important;
    padding-left: 2 !important;
    padding-right: 2rem !important;
}

.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.benefit-list li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    color: #555;
}

.benefit-list li::before {
    content: '✦';
    position: absolute;
    left: 0;
    top: 2px;
    color: #555;
    font-weight: bold;
}

.content-relative {
    position: relative;
    z-index: 2;
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/news.list/contacts/style.css?1768562619164*/
/* Принудительно включаем анимацию для слайдера */
.carousel-item {
    transition: transform 0.6s ease-in-out !important;
}
/* End */
/* /local/templates/bigwig_wm/components/bitrix/form.result.new/shares_popup/style.css?17685626191164 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/school_in_numbers/style.css?1768562619855 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/why_main_block/style.css?1768562619723 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/mafia_main_block/style.css?1768562619724 */
/* /local/templates/bigwig_wm/components/bitrix/form.result.new/mafia_popup/style.css?1768562619992 */
/* /local/templates/bigwig_wm/components/bitrix/form.result.new/trial_block_photo/style.css?17685626201036 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/advantages/style.css?1768562619982 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/teachers_main_block/style.css?17685626191517 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.css?1665083302754 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/reviews_main_block/style.css?17685626192458 */
/* /local/templates/bigwig_wm/components/bitrix/form.result.new/trial_block/style.css?17685626191164 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/contacts/style.css?1768562619164 */
