

/* Start:/bitrix/templates/sjjtvac_ins_main/styles.css?178695119383*/
/* Стили для визуального редактора Битрикса */

/* End */


/* Start:/bitrix/templates/sjjtvac_ins_main/template_styles.css?17871534709720*/
/* Дополнительные стили шаблона sjjtvac_ins_main */

.witrfm_area {
    background: #3d3d3d;
    color: #fff;
}
.footer-middle p,
.footer-middle li,
.footer-middle a {
    color: #fff;
}
.footer-middle .widget h2,
.footer-middle .widget-title {
    color: #fff !important;
}
.footer-bottom {
    background: #2a2a2a;
    color: #ccc;
}
.footer-bottom p,
.footer-bottom a {
    color: #ccc !important;
}
.footer-middle .widget .menu li a:hover,
.footer-middle .widget ul li:hover:before {
    color: #83888d;
}

/* Горизонтальное меню — гарантия inline */
.solarsun_menu > ul.sub-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; }
.solarsun_menu > ul.sub-menu > li { display: inline-block; position: relative; }
.solarsun_menu > ul.sub-menu > li > a { display: block; padding: 40px 11px; transition: .5s; position: relative; font-size: 18px; color: #333; }
.solarsun_menu > ul.sub-menu > li > a:hover { color: #4d649f; }

.contacthome .book {
    float: left;
    width: 100%;
    overflow: hidden;
}
.contacthome .book table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}
.contacthome .book table td {
    padding: 8px 5px !important;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,0.25) !important;
}
.contacthome .book table .b td {
    border-bottom: 0 !important;
    padding-top: 14px !important;
}
.contacthome .book table td input,
.contacthome .book table td textarea {
    width: 100%;
    border: 0 !important;
    background: transparent !important;
    outline: none;
    box-shadow: none !important;
    color: #ffffff !important;
}
.contacthome .book table td input {
    height: 38px;
    line-height: 38px;
}
.contacthome .book table td textarea {
    height: 100px;
    overflow: auto;
    resize: vertical;
    font-family: inherit;
}
.contacthome .book table td input::placeholder,
.contacthome .book table td textarea::placeholder {
    color: rgba(255,255,255,0.55);
}
.contacthome .book table td input:focus,
.contacthome .book table td textarea:focus {
    border-bottom-color: #ffffff;
}
.contacthome .book .submit,
.contacthome .book button.submit {
    background: #83888d !important;
    color: #fff !important;
    border: 0 !important;
    cursor: pointer;
    border-radius: 5px !important;
}

/* Контактная форма на светлом фоне (/contact/). Шаблон sjjtvac_contact
   использует структуру .twr_form_box (как в оригинале EN pages_34)
   вместо таблицы — переопределяем только когда форма внутри
   .apartment_area. Футер (sjjtvac_feedback с <table>) не трогаем. */
.apartment_area .contacthome .book .twr_form_box {
    margin-bottom: 20px;
}
.apartment_area .contacthome .book .twr_form_box input,
.apartment_area .contacthome .book .twr_form_box textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    background: transparent;
    outline: none;
    box-shadow: none;
    color: #333;
    padding: 8px 5px;
}
.apartment_area .contacthome .book .twr_form_box input {
    height: 38px;
    line-height: 38px;
}
.apartment_area .contacthome .book .twr_form_box textarea {
    height: 100px;
    overflow: auto;
    resize: vertical;
    font-family: inherit;
}
.apartment_area .contacthome .book .twr_form_box input::placeholder,
.apartment_area .contacthome .book .twr_form_box textarea::placeholder {
    color: #999;
}
.apartment_area .contacthome .book .twr_form_box input:focus,
.apartment_area .contacthome .book .twr_form_box textarea:focus {
    border-bottom-color: #1a3a6b;
}
.apartment_area .contact_page_button {
    margin-top: 10px;
}
.apartment_area .witr_apartment_form {
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

/* Баннер на всю ширину, без скроллбаров */
.witr_swiper_area img { width: 100%; height: auto; display: block; }

ul.filter_menu { display: flex; flex-wrap: nowrap; justify-content: center; gap: 6px; }
ul.filter_menu > li { white-space: nowrap; flex-shrink: 0; }
ul.filter_menu > li > a { padding: 8px 18px; }

.event_year ul { list-style: none; padding: 0; margin: 0; }
.event_year ul li { border-bottom: 1px solid #ddd; }
.event_year ul li a { display: block; padding: 12px 16px; color: #333; font-size: 18px; text-decoration: none; transition: background 0.3s, color 0.3s; }
.event_year ul li a:hover { background: #f5f5f5; color: #1a3a6b; }
.event_year ul li.current a { background: #1a3a6b; color: #fff; font-weight: 600; }
.event_list { padding: 0 0 0 30px; }
.event_list .event_year_block { margin-bottom: 30px; }
.event_list h3 { font-size: 26px; color: #1a3a6b; margin-bottom: 15px; padding-bottom: 8px; border-bottom: 2px solid #1a3a6b; }
.event_list ul { list-style: none; padding: 0; margin: 0; }
.event_list ul li { padding: 10px 0; border-bottom: 1px dashed #eee; display: flex; align-items: flex-start; gap: 12px; }
.event_list ul li > span { flex-shrink: 0; width: 36px; height: 36px; background: #1a3a6b; color: #fff; border-radius: 50%; text-align: center; line-height: 36px; font-weight: 700; }
.event_list ul li > p { margin: 0; padding-top: 6px; }
.event_list ul li > p span { color: #333; line-height: 1.6; }

/* Сайдбар детальных страниц /solution/: адаптация blog-left-side.widget
   из оригинала solution/{64,65,...}.html. */
.solution_detail .blog-left-side { margin-bottom: 30px; }
.solution_detail .widget-title {
    font-size: 18px;
    color: #1a3a6b;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a3a6b;
    font-weight: 600;
}
.solution_detail .widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
}
.solution_detail .widget_categories ul li {
    border-bottom: 1px solid #e5e5e5;
}
.solution_detail .widget_categories ul li:last-child { border-bottom: 0; }
.solution_detail .widget_categories ul li a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s, color 0.2s;
}
.solution_detail .widget_categories ul li a:hover {
    background: #f5f5f5;
    color: #1a3a6b;
}
.solution_detail .widget_categories ul li.current a {
    background: #1a3a6b;
    color: #fff;
    font-weight: 600;
}
.solution_detail .single-blog-post { background: #fff; padding: 30px; border-radius: 5px; border: 1px solid #e5e5e5; }
.solution_detail .solution-detail-image img { width: 100%; height: auto; border-radius: 5px; }

/* Фикс контейнера feature_area2 */
.feature_area2 .witr_cfeature9 .cfeature9_box {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 15px;
    transition: all 0.3s;
}
.feature_area2 .witr_cfeature9 .cfeature9_box:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.feature_area2 .feature_positions_thumb img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: #f5f5f5;
}
.feature_area2 .feature_content h3 {
    margin: 15px 0 10px;
    font-size: 18px;
    font-weight: 600;
}
.feature_area2 .feature_btn a {
    display: inline-block;
    padding: 8px 18px;
    background: #4d649f;
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s;
}
.feature_area2 .feature_btn a:hover {
    background: #3a4f80;
}

/* ====== products hero swiper ======
   CN original uses natural aspect of 1000:203 image. At 1280px viewport
   that's ~260px; at 1920px ~390px. We let it render naturally but
   enforce a min-height so it doesn't collapse if image fails to load.
*/
.swiper-container.swiper_active1 {
    min-height: 280px;
    overflow: hidden;
}
.swiper-container.swiper_active1 .witr_swiper_height {
    height: auto !important;
    min-height: 280px;
}
.swiper-container.swiper_active1 .witr_swiper_height img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* ====== products spacing ====== */
.products-row .nyproduct > .eportfolio_item {
    margin-bottom: 40px;
}
.witr_section_title_inner h2 {
    margin-bottom: 20px;
}
.filter_menu {
    margin-bottom: 25px !important;
}

/* ====== products sidebar: categories with › marker ====== */
.widget-categories-list .cat-item a {
    position: relative;
    padding-left: 18px;
}
.widget-categories-list .cat-item a::before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #1a3a6b;
    font-size: 14px;
    line-height: 1;
}
.widget-categories-list .cat-item.cat-active a::before {
    color: #c00;
}

/* ====== products sidebar: search widget ====== */
.widget-search input[type="text"] {
    transition: border-color 0.2s;
}
.widget-search input[type="text"]:focus {
    outline: none;
    border-color: #1a3a6b;
}
.widget-search button:hover {
    color: #c00 !important;
}

/* ====== products sidebar: recent mini-cards ====== */
.widget-recent .recent-post-item:last-child {
    border-bottom: none !important;
}
.widget-recent .recent-post-item h4 a:hover {
    color: #1a3a6b !important;
}

/* ====== products pagination ====== */
.pagination .page-num,
.pagination .page-item {
    transition: all 0.2s;
}
.pagination .page-item:hover:not(.page-num-current) {
    background: #d0d8e8 !important;
    color: #1a3a6b !important;
}

/* End */
/* /bitrix/templates/sjjtvac_ins_main/styles.css?178695119383 */
/* /bitrix/templates/sjjtvac_ins_main/template_styles.css?17871534709720 */
