<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.intec-content-wrap {
    min-width:220px!important;
}
.intec-content {
    min-width:220px!important;
}
.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-container {
    background-color:#222;
}
.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-container-wrapper {
    height: 120px!important;
}
.c-header.c-header-template-2 .widget-view.widget-view-desktop .widget-container-wrapper
.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-container-contacts .widget-container-phone-text {
    color:#fff!important;
  
}
.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-container-contacts .widget-container-phone-text:hover {
    color:#fca719!important;
}
.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-container-contacts .widget-container-phone-icon {
    color:#fff!important;
}
.intec-cl-text {
    color:#fff!important;
}
.intec-cl-text-hover:hover {
    color:#fca719!important;
}
.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-panel {
    background-color:#000;
	border-bottom:none!important;
}

.c-header.c-header-template-2 .widget-view.widget-view-desktop .widget-container-wrapper {
    height:100px!important;
}

.c-header.c-header-template-2 .widget-view.widget-view-desktop.is-sticky{
	position:fixed;
	top:0px;
	width:100%;
}
.c-header.c-header-template-2 .widget-view.widget-view-desktop .widget-menu{
	background-color:white;
}
.c-header.c-header-template-2 .widget-view.widget-view-desktop .widget-panel .widget-menu.widget-menu-info{
	background-color:transparent;
}
.c-header.c-header-template-2 .widget-banner{
	margin-top:170px;
}
.intec-breadcrumb-wrap{
	margin-top:180px;
}
.c-header.c-header-template-2 .widget-view.widget-view-desktop .widget-panel-item-wrapper{
	height:30px!important;
}
.ns-bitrix.c-menu.c-menu-horizontal-1 .menu-wrapper{
	height:40px!important;
}

.c-header.c-header-template-2 .widget-view.widget-view-desktop .widget-panel .widget-panel-button-text, .c-header.c-header-template-2 .widget-view.widget-view-desktop .widget-panel .widget-panel-item-text {
    color:#888!important;
}

.ns-bitrix.c-menu.c-menu-vertical-1 .menu-item-text {
	color:#333!important;
}
.img-block img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0px;
}
.intec-content .intec-content-wrapper .details h2{
    font-size:24px;
	margin:0 0 20px 0;
	line-height:26px;
    font-weight:700;
}
.intec-content .intec-content-wrapper .details h3{
    font-size:16px;
	margin:20px 0 0 0;
	line-height:20px;
    font-weight:700;
}
.intec-content .intec-content-wrapper .details h4{
    font-size:16px;
	margin:0 0;
	line-height:20px;
    font-weight:400;
}

.mobile-logo-text{
	color:#fca719; 
	font-size:14px; 
	font-family:Open Sans Condensed;	
}

.form-result-new-message.form-result-new-message-note {
	color:#18c139;
}

.popup-window, .popup-window.popup-window-with-titlebar{
	position:fixed!important;
	top:10%!important;
}

@media (min-width: 500px){
.button_whatsapp {
    display:block;
    width:52px;
    height: 52px;
    background-position:center;
    background-repeat: no-repeat;
    background-image: url(/images/whatsapp1.png);
    position: fixed;
    bottom:20px;
    left:20px;
    cursor:pointer;
    z-index:998;
	border-radius:10px;
	#background-color:#25D366 !important;
    #fill:#25D366 !important;
	-webkit-animation: glow linear 4s infinite; 
    animation: glow linear 4s infinite;
}
.button_telegram {
    display:block;
    width:52px;
    height: 52px;
    background-position:center;
    background-repeat: no-repeat;
    background-image: url(/images/telegram1.png);
    position: fixed;
    bottom:82px;
    left:20px;
    cursor:pointer;
    z-index:998;
	border-radius:10px;
    #fill:#28a8e9 !important;
	-webkit-animation: glow2 linear 4s infinite; 
    animation: glow2 linear 4s infinite;
}
}
.button_whatsapp a{
    display:block;
	width:52px;
    height: 52px;
}
@-webkit-keyframes glow { 
    0% { background-color:#25D366; }
    50% { background-color:rgba(37, 211, 102, 0.5);}
    100% { background-color:#25D366; } 

} 
@keyframes glow { 
    0% { background-color:#25D366; }
    50% { background-color:rgba(37, 211, 102, 0.5); }
    100% { background-color:#25D366; } 
}


.button_telegram a{
    display:block;
	width:52px;
    height: 52px;
}
@-webkit-keyframes glow2 { 
    0% { background-color:#28a8e9; }
    50% { background-color:rgba(40, 168, 203, 0.5);}
    100% { background-color:#28a8e9; } 

} 
@keyframes glow2 { 
    0% { background-color:#28a8e9; }
    50% { background-color:rgba(40, 168, 203, 0.5); }
    100% { background-color:#28a8e9; } 
}


@media (max-width: 768px){
	.widget-view.widget-view-mobile {
		margin-bottom:10px;
	}
}
@media all and (max-width: 500px)
{
	.button_whatsapp {
		bottom:95px;
		right:20px;
		#float:right;
		
		display:block;
		width:52px;
		height: 52px;
		background-position:center;
		background-repeat: no-repeat;
		background-image: url(/images/whatsapp1.png);
		position: fixed;
		cursor:pointer;
		z-index:998;
		border-radius:10px;
		-webkit-animation: glow linear 4s infinite; 
		animation: glow linear 4s infinite;		
	}
	
	.button_telegram {
		bottom:157px;
		right:20px;
		#float:right;

		display:block;
		width:52px;
		height: 52px;
		background-position:center;
		background-repeat: no-repeat;
		background-image: url(/images/telegram1.png);
		position: fixed;
		cursor:pointer;
		z-index:998;
		border-radius:10px;
		-webkit-animation: glow2 linear 4s infinite; 
		animation: glow2 linear 4s infinite;		
	}
	.button_top {
		bottom:219px;
	}
	h1.intec-header {
		font-size:24px!important;
	}
	h3 {
		font-size:18px!important;
	}
	.intec-breadcrumb-wrap {
		display:none;
	}
	.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-2 .catalog-section-item-purchase-button {
		font-size:10px!important;
	}
	.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-2 .catalog-section-item-counter{
		width:60%;
	}
	.intec-ui.intec-ui-control-numeric .intec-ui-part-input{
		width:40%;
		font-size:12px;
		
	}
	.intec-breadcrumb-wrap+.intec-header-wrap {
		margin-top: 115px!important;
	}
	.count_models {
		float:left;
		font-size:10px!important;
		line-height:16px!important;
	}

	.butt_mob {
		font-size:10px!important;
		line-height:16px!important;
	}
	.news-list-slider-mob .slider-item .slider-title {
        font-size:28px!important;
        bottom:50px!important;
    }	
}
@media all and (max-width: 320px){
	.mobile-logo-text{
		font-size:12px; 
	}
	.c-header.c-header-template-2 .widget-view.widget-view-mobile .widget-search {
		font-size:16px!important; 
	}
	.ns-bitrix.c-menu.c-menu-mobile-1 .menu-button {
		font-size:16px!important; 
	}
	.ns-intec-universe.c-sale-basket-icons.c-sale-basket-icons-default .sale-basket-icons-item-icon {
		font-size:16px!important; 
	}
	.ns-intec-universe.c-sale-basket-icons.c-sale-basket-icons-default .sale-basket-icons-item-counter {
		line-height:10px!important;
		width:10px!important;
		height:10px!important;
		font-size:8px!important;
	}
	.news-list-slider-mob .slider-item .slider-title {
        font-size:22px!important;
        bottom:50px!important;
    }	
	.intec-button.intec-button-cl-common {
		font-size:12px;
		line-height:14px;
		padding:7px 14px;
	}
	.news-list-slider-mob .slider-item .slider-buttons {
		padding-top:0px!important;
	}	
}
</pre></body></html>