

/* Start:/local/templates/versal_sw/components/bitrix/news.list/contact_phones_header/style.css?1765372069150*/
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/versal_sw/components/bitrix/search.title/site_search_title/style.css?17798763134265*/
.header-site-search {
    position: relative;
}

.header-site-search__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #d9e5d3;
    border-radius: 50%;
    background: #fffef8;
    color: #3f5732;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.header-site-search__button:hover {
    background: #136207;
    color: #fff;
}

.header-site-search-modal {
    display: none;
}

.header-site-search-modal.is-active {
    display: block;
}

.header-site-search-modal__overlay {
    position: fixed;
    inset: 0;
    z-index: 99990;
    background: rgba(0, 0, 0, 0.45);
}

.header-site-search-modal__content {
    position: fixed;
    left: 50%;
    top: 110px;
    z-index: 99991;
    width: 640px;
    max-width: calc(100vw - 30px);
    padding: 20px;
    border-radius: 18px;
    background: #fffef8;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    transform: translateX(-50%);
}

.header-site-search-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.header-site-search-modal__title {
    color: #3f5732;
    font-size: 20px;
    font-weight: 700;
}

.header-site-search-modal__close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f1f5e8;
    color: #3f5732;
    font-size: 26px;
    line-height: 30px;
    cursor: pointer;
}

.site-title-search {
    position: relative;
}

.site-title-search__field {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px;
    border: 1px solid #d9e5d3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(67, 85, 50, 0.08);
}

.site-title-search__input {
    width: 100%;
    height: 42px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #3f5732;
    font-size: 15px;
    outline: none;
}

.site-title-search__submit {
    height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    background: #136207;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.header-site-search-modal .title-search-result {
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    z-index: 99999 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 8px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.site-title-search-popup {
    width: 100%;
    max-height: 420px;
    padding: 8px;
    border: 1px solid #d9e5d3;
    border-radius: 14px;
    background: #fffef8;
    box-shadow: 0 10px 26px rgba(67, 85, 50, 0.18);
    overflow-y: auto;
    box-sizing: border-box;
}

.site-title-search-popup__category {
    padding: 8px 10px;
    color: #8b8b7d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.site-title-search-popup__item {
    display: block;
    padding: 9px 10px;
    border-radius: 10px;
    color: #3f5732;
    text-decoration: none;
}

.site-title-search-popup__item:hover {
    background: #f1f5e8;
}

.site-title-search-popup__title {
    display: block;
    color: #3f5732;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.site-title-search-popup__text {
    display: block;
    margin-top: 3px;
    color: #7b8a77;
    font-size: 13px;
    line-height: 1.35;
}

.site-title-search-popup__empty {
    padding: 10px;
    color: #7b8a77;
    font-size: 13px;
}

body.header-site-search-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .header-site-search-modal__content {
        top: 70px;
        padding: 14px;
        border-radius: 16px;
    }

    .site-title-search__input {
        height: 40px;
        font-size: 14px;
    }

    .site-title-search__submit {
        height: 40px;
        padding: 0 14px;
    }

    .site-title-search-popup {
        max-height: calc(100vh - 220px);
    }
}
/* End */


/* Start:/local/templates/versal_sw/components/bitrix/menu/header_menu/style.min.css?1765372069490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/versal_sw/components/bitrix/menu/header_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/versal_sw/components/bitrix/breadcrumb/breadcrumb/style.min.css?1765372069467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/versal_sw/components/bitrix/menu/footer_menu/style.min.css?1765372069490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/versal_sw/components/bitrix/menu/footer_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/versal_sw/components/bitrix/news.list/contact_phones/style.css?1765372069150*/
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/versal_sw/components/bitrix/news.list/addresses/style.css?1765372069150*/
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/versal_sw/components/bitrix/form.result.new/callback/style.css?1765372069666*/
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/versal_sw/components/bitrix/form.result.new/callback/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/versal_sw/components/bitrix/form.result.new/callback/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/versal_sw/components/bitrix/form.result.new/order_landscaping/style.css?1765372069666*/
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/versal_sw/components/bitrix/form.result.new/order_landscaping/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/versal_sw/components/bitrix/form.result.new/order_landscaping/images/icon_warn.gif);
}
/* End */
/* /local/templates/versal_sw/components/bitrix/news.list/contact_phones_header/style.css?1765372069150 */
/* /local/templates/versal_sw/components/bitrix/search.title/site_search_title/style.css?17798763134265 */
/* /local/templates/versal_sw/components/bitrix/menu/header_menu/style.min.css?1765372069490 */
/* /local/templates/versal_sw/components/bitrix/breadcrumb/breadcrumb/style.min.css?1765372069467 */
/* /local/templates/versal_sw/components/bitrix/menu/footer_menu/style.min.css?1765372069490 */
/* /local/templates/versal_sw/components/bitrix/news.list/contact_phones/style.css?1765372069150 */
/* /local/templates/versal_sw/components/bitrix/news.list/addresses/style.css?1765372069150 */
/* /local/templates/versal_sw/components/bitrix/form.result.new/callback/style.css?1765372069666 */
/* /local/templates/versal_sw/components/bitrix/form.result.new/order_landscaping/style.css?1765372069666 */
