

/* Start:/local/templates/bigwig_wm/components/bitrix/news.list/vacancy/style.css?17792054152018*/
.vacancy-list {
    margin: 80px auto;
}

.vacancy-item {
    overflow: hidden;
    border-bottom: 1px solid #EEEDF2;
}

.vacancy-spoiler-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.vacancy-item.active .vacancy-spoiler-trigger{
    background: #F9F7F7;
}
.vacancy-spoiler-trigger:hover {
    background: #F9F7F7;
}

.vacancy-title {
    color: #353535;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
}


.vacancy-spoiler-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease-out;
    background: #fff;
}

.vacancy-spoiler-content > div {
    overflow: hidden;
}

.vacancy-item.active .vacancy-spoiler-content {
    grid-template-rows: 1fr;
}

.vacancy-detail {
    padding: 0 20px;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
}

.vacancy-item.active .vacancy-detail {
    padding: 20px;
}

.vacancy-detail {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
}
.spoiler-icon {
    position: relative;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.spoiler-icon::before,
.spoiler-icon::after {
    content: '';
    position: absolute;
    background: #666;
    transition: transform 0.3s ease;
}

/* Левая верхняя часть стрелки */
.spoiler-icon::before {
    top: 10px;
    left: 2px;
    width: 10px;
    height: 2px;
    transform: rotate(45deg);
}

/* Правая верхняя часть стрелки */
.spoiler-icon::after {
    top: 10px;
    right: 2px;
    width: 10px;
    height: 2px;
    transform: rotate(-45deg);
}

/* Активное состояние - стрелка смотрит вниз (переворачиваем) */
.vacancy-item.active .spoiler-icon {
    transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/news.list/contacts/style.css?17810103932174*/
/* Принудительно включаем анимацию для слайдера */
.carousel-item {
    transition: transform 0.6s ease-in-out !important;
}
.address-section h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
}
.branch-select {
    display: flex;
    justify-content: center;
    align-items: center;
}
.branch-select label{
    width: 40%;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.branch-select select{
    width: 60%;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
}
.school {
    padding: 20px;
    border: 1px solid #BFC0C5;
    border-radius: 12px;
}
.school h3{
    text-align: center;
}
.address-section .card-body {
    width: 100%;
    min-width: 100%;
    text-align: center;
}
.address-section .card-body .card-text{
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0;
}
.address-section .card-list {
    border-bottom: 1px solid #BFC0C5;
    padding-bottom: 20px;
}
.address-section .card-list h5{
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 12px;
}
.address-section .card-list button{
    border: none;
    background: none;
    font-weight: 300;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    text-align: center;
    color: #666;

}
.address-section .card-list button:hover{
    border: none;
    background: none;
    color: #666;
}
.address-section .card-body .flex-wrap{
    flex-direction: column;
}
.address-section .card-body .flex-wrap .card-list{
    width: 100%;
}
.address-section .card-body .flex-wrap .card-list .d-block{
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 12px;
}
.address-section .card-body .flex-wrap .card-list .data{
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #353535;
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/form.result.new/trial_block/style.css?17816765431584*/
.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;
}
.trial-section h2{
    font-weight: 400 !important;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
}
.trial-section{
    padding: 60px 80px;
    margin-bottom: 120px;
    margin-top: 80px;
}
.trial-section button[type="submit"]{
    background: white;
    text-align: left;
    padding-left: 20px !important;
}
.trial-section button[type="submit"]:hover{
    background: #dc3545;
}
/* End */
/* /local/templates/bigwig_wm/components/bitrix/news.list/vacancy/style.css?17792054152018 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/contacts/style.css?17810103932174 */
/* /local/templates/bigwig_wm/components/bitrix/form.result.new/trial_block/style.css?17816765431584 */
