

/* Start:/local/templates/default/components/bitrix/form.result.new/feedback/style.css?1731048197855*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/default/components/bitrix/form.result.new/feedback/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/default/components/bitrix/form.result.new/feedback/images/icon_warn.gif);
}

.input-block.error .checkbox-other span::before, .input-block.error .checkbox-other span::after {
    border: 1px solid red;
}

.input-block.FILE.error .p-small{
    color: red;
}
/* End */


/* Start:/local/templates/default/components/bitrix/news.list/press-center/style.css?17821332962767*/
/* Пресс-центр на главной */
.press-center {
    padding: 40px 0;
    background: #f5f7fa;
}

.press-center__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.press-center__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.press-center__wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.press-center__title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.press-center__link .link {
    font-size: 16px;
    color: #0055a5;
    text-decoration: none;
    font-weight: 500;
}

.press-center__link .link:hover {
    text-decoration: underline;
}

.press-center__btn .btn {
    background: #0055a5;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

.press-center__btn .btn:hover {
    background: #003d7a;
}

/* Список новостей */
.press-main__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.press-main__item {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 20px;
    transition: box-shadow 0.3s;
    overflow: hidden;
}

.press-main__item:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.press-main__item-link {
    display: flex;
    gap: 20px;
    text-decoration: none;
    color: inherit;
    align-items: flex-start;
}

.press-main__item-img {
    flex-shrink: 0;
    width: 180px;
    height: 120px;
    overflow: hidden;
    border-radius: 6px;
}

.press-main__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.press-main__item-info {
    flex: 1;
    min-width: 0;
}

.press-main__item-date {
    font-size: 14px;
    color: #888;
    margin-bottom: 8px;
}

.press-main__item-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.press-main__item-text {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

/* Адаптация под мобильные */
@media (max-width: 768px) {
    .press-center__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .press-center__wrapper {
        flex-wrap: wrap;
    }
    
    .press-main__item-link {
        flex-direction: column;
    }
    
    .press-main__item-img {
        width: 100%;
        height: auto;
    }
    
    .press-main__item-title {
        font-size: 18px;
    }
}
/* End */
/* /local/templates/default/components/bitrix/form.result.new/feedback/style.css?1731048197855 */
/* /local/templates/default/components/bitrix/news.list/press-center/style.css?17821332962767 */
