

/* Start:/local/components/pp/mainmenu/templates/.default/style.css?1709803459222*/
nav ul li span.empty-link {
    display: block;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 38px 11px;
    cursor: pointer;
}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/new_form/style.css?1709803460736*/
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/main/components/bitrix/form.result.new/new_form/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/main/components/bitrix/form.result.new/new_form/images/icon_warn.gif);
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/catalog-reviews/style.css?17098034601122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/footer_faq/style.css?17778712991363*/
.faq-footer .uk-lh-35 {
    line-height: 35px;
}
.faq-footer .uk-fs-24 {
    font-size: 24px;
}
/*.faq-footer ul.uk-accordion > li {*/
/*    padding: 25px 30px;*/
/*    border: 1px solid #EEE6E2;*/
/*    background: #fff;*/
/*    box-sizing: border-box;*/
/*}*/
.faq-footer ul.uk-accordion > li:not(:first-of-type) {
    margin-top: 0;
    border-top: none;
    border-bottom: 1px solid #EEE6E2;
    border-left: 1px solid #EEE6E2;
    border-right: 1px solid #EEE6E2;
}
.faq-footer ul.uk-accordion > li > a {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #F15D22;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.faq-footer .uk-open > .uk-accordion-title > img {
    transform: rotate(180deg);
}
.faq-footer ul.uk-accordion > li > a img {
    display: flex;
    flex-shrink: 0;
    transition: 0.3s all;
}
/*.faq-footer ul.uk-accordion > li div ul {*/
/*    list-style: none;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 20px;*/
/*    margin-bottom: 0px;*/
/*}*/
/*.faq-footer ul.uk-accordion > li div ul li {*/
/*    padding: 0;*/
/*    border: none;*/
/*    display: flex;*/
/*    gap: 7px;*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    line-height: 15px;*/
/*    color: #333333;*/
/*}*/
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/logos/style.css?1764237141150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/new_form_popup/style.css?1709803460666*/
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/main/components/bitrix/form.result.new/new_form_popup/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/main/components/bitrix/form.result.new/new_form_popup/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/new_form_popup_big/style.css?1709803460666*/
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/main/components/bitrix/form.result.new/new_form_popup_big/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/main/components/bitrix/form.result.new/new_form_popup_big/images/icon_warn.gif);
}
/* End */
/* /local/components/pp/mainmenu/templates/.default/style.css?1709803459222 */
/* /local/templates/main/components/bitrix/form.result.new/new_form/style.css?1709803460736 */
/* /local/templates/main/components/bitrix/catalog/catalog-reviews/style.css?17098034601122 */
/* /local/templates/.default/components/bitrix/news.list/footer_faq/style.css?17778712991363 */
/* /local/templates/main/components/bitrix/news.list/logos/style.css?1764237141150 */
/* /local/templates/main/components/bitrix/form.result.new/new_form_popup/style.css?1709803460666 */
/* /local/templates/main/components/bitrix/form.result.new/new_form_popup_big/style.css?1709803460666 */
