<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/stalker/components/bitrix/menu/top_menu_mobile/style.css?1744207771581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/stalker/components/bitrix/menu/top_menu_mobile/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/stalker/components/bitrix/menu/top_menu/style.css?1744207771581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/stalker/components/bitrix/menu/top_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/stalker/components/bitrix/menu/footer/style.css?1744207771581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/stalker/components/bitrix/menu/footer/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/stalker/components/bitrix/menu/footer_2/style.css?1744207771581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/stalker/components/bitrix/menu/footer_2/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/stalker/styles.css?17494222656776*/
.footer__bottom-container-first {
	display: flex;
	align-items: center;
	gap: 20px;
}

.footer__bottom-container-second {
	display: flex;
    gap: 50px;
}

.popup_window {
	position: fixed;
	max-width: 900px;
	width: 100%;
	height: auto;
	left: calc(50% - 900px/2 + 0.5px);
	bottom: 24px;
	z-index: 10000;
	border: none;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 8px 8px 20px rgba(54, 34, 0, 0.2);
}
.popup_window * {
	box-sizing: border-box;
}
.popup_window__container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
}
.popup_window__link, .popup_window__description {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: #333333;
	margin: 0;
	text-align: left;
}
.popup_window__link:hover {
	color: #333333;
	text-decoration: underline;
}
.popup_window__description {
	font-weight: 400;
}
.popup_window__link:hover {
	color: #F12626;
	text-decoration: underline;
}
.popup_window__button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 145px;
	height: 50px;
	border: none;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	border: none;
	background: #eb8e10;
	border-radius: 6px;
	padding: 11px 10px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.popup_window__button:hover {
	color: #ffffff;
	background: #5e5e5e;
}
.footer-line {
	width: 100%;
	margin: 20px 0;
	padding: 0 15px 6px 15px;
    gap: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-line a, .popup_window__description a, .checkboxes__fake-links a {
	color: #fff;
	text-decoration: underline;
}
.footer-line a:hover, .popup_window__description a:hover, .checkboxes__fake-links a:hover {
	color: #eb8e10;
	text-decoration: none;
}
.popup_window__description a {
	color: #333333;
}
@media (max-width: 900px) {
	.popup_window {
		width: calc(100% - 40px);
		left: 20px;
		right: 20px;
	}
	.popup_window__button {
		min-width: 130px;
		font-size: 14px;
	}
	.container.footer__bottom-container {
		flex-direction: column;
    	align-items: center;
	}
	.footer__bottom-container-second {
		width: 100%;
    	justify-content: space-between;
	}
}
@media (max-width: 680px) {
	.popup_window__container {
		width: 100%;
	}
	.popup_window__link, .popup_window__description {
		font-size: 14px;
	}
	.popup_window__button {
		font-size: 14px;
	}
	.footer-line {
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  gap: 10px;
	}
	.footer-line a {
		margin-right: 0;
		text-align: center;
	}
}
@media (max-width: 600px) {
	.popup_window__container {
	  flex-direction: column;
	}
	.popup_window__link, .popup_window__description {
		font-size: 13px;
	}
	.popup_window__container {  
	  padding: 15px 15px;
	  gap: 10px;
	}
	.popup_window__link, .popup_window__description {
	  text-align: center;
	}
	.popup_window__button {
		width: 180px;
		height: 40px;
	}
	.footer__bottom-container-first {
		flex-direction: column;
	}
}
@media (max-width: 450px) {
	.subscribe {
		height: 440px !important;
	}
	.subscribe__checkbox-block {
		left: 0 !important;
		top: 55px !important;
	}
	.btn__subscribe {
		top: 40px !important;
		position: relative !important;
	}
	.btn.btn__contact-form-btn.contact-page-form__submit {
		margin-top: 65px !important;
	}
}
@media (max-width: 360px) {
	.popup_window__link, .popup_window__description {
		font-size: 13px;
	}
	.popup_window__button {
		font-size: 13px;
	}
}

.bx-soa-pickup-l-item-img, .bx-soa-pickup-preview-img {
	display: none;
}

.bx-soa-pickup-l-item-detail, .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn {
	padding-left: 0 !important;
}

.bx-soa-pickup-list .bx-soa-pickup-list-item {
	padding: 30px 35px;
}

.bx-soa-pickup-l-item-btn {
	margin-top: -25px;
}

.bx-soa-more .btn.btn-outline-secondary.pl-3.pr-3 {
	margin-right: 10px;
}

.form-control.bx-soa-customer-input {
	font-family: "Roboto", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	width: 100%;
	display: block;
	margin: 0 0 10px;
	padding: 10px 0 10px 15px;
	outline: 0;
	max-width: 400px;
}

#soa-property-7.form-control,
#orderDescription.form-control {
	height: 50px;
	font-family: "Roboto", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	width: 100%;
	display: block;
	margin: 0 0 10px;
	padding: 10px 0 10px 15px;
	outline: 0;
	max-width: 400px;
	border-bottom-color: rgb(205, 205, 205);
	border-left-color: rgb(227, 227, 227);
	border-right-color: rgb(227, 227, 227);
	border-top-color: rgb(227, 227, 227);
}

#PEC_BTN .btn-default {
	padding: 5px;
	text-align: center;
	margin: 10px 0;
	line-height: 140%;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #eb8e10;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

#PEC_BTN .btn-default:hover {
	color: #fff;
	background-color: #5e5e5e;
}

.main-category .product-item-line-card {
    width: 100%;
}

.main-category .swiper {
    overflow: visible;
    position: relative;
}

.main-category .swiper-wrapper {
    box-sizing: border-box;
}

.main-category .swiper-button-next,
.main-category .swiper-button-prev {
    color: #333;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: auto;
    height: auto;
    font-size: 24px;
    font-weight: bold;
}

.main-category .swiper-button-prev {
    left: -30px;
}

.main-category .swiper-button-next {
    right: -30px;
}

.social-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin-right: 30px;
    gap: 10px;
    position: fixed;
    width: 72px;
    height: 72px;
    right: 0;
    bottom: 50px;
    z-index: 999;
}

.social-box__whatsapp {
    width: 72px;
    height: 72px;
    background: linear-gradient(214.8deg, #48BF4B 16.55%, #0A893B 85.09%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-box__whatsapp:hover {
    background: linear-gradient(214.8deg, #48BF4B 16.55%, #0A893B 85.09%);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
}

.manual-video {
	display: flex;
	justify-content: center;
}

.manual-video iframe {
	width: 60%;
	height: 34vw;
}

@media (max-width: 900px) {
    .main-category .swiper-button-prev {
        left: -10px;
    }
    .main-category .swiper-button-next {
        right: -10px;
    }
	.manual-video iframe {
		width: 90%;
		height: 51vw;
	}
}
/* End */
/* /local/templates/stalker/components/bitrix/menu/top_menu_mobile/style.css?1744207771581 */
/* /local/templates/stalker/components/bitrix/menu/top_menu/style.css?1744207771581 */
/* /local/templates/stalker/components/bitrix/menu/footer/style.css?1744207771581 */
/* /local/templates/stalker/components/bitrix/menu/footer_2/style.css?1744207771581 */
/* /local/templates/stalker/styles.css?17494222656776 */
</pre></body></html>