<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************селекторы типов****************************/
/*Используются только для совместимости с CKEditor. Для тегов
с селекторами типов не могут применятся классы. Переопределяются 
такие селекторы ТОЛЬКО соответствующим родительским элементом. */
/*#page{
  position: relative;
  z-index: 2;
}*/
h1{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	color: #67605A;
}
h2{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 37px;
	color: #67605A;
}
h3{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #67605A;
}
h4{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	color: #F25D75;
}
h5{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 23px;
	color: #F25D75;
}
h6{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 23px;
}
p{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #67605A;
}
a{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #268AEA;
}
a:hover{
	text-decoration: none;
}
ul{
	padding-left: 25px;
	text-align: left;
}
li{
	margin: 0 0 7px;
}
img{
	max-width: 100%;
	height: auto;
}

/********************label длЯ модального окна*************************/
label{
    display: block;
	font-weight: 400;
    font-size: 14px;
	padding: 0;
}

/**********************Textarea******************************/
textarea{
	width: 100%;
    height: 124px;
	background: #FFFFFF;
    border: 1px solid #B4BED9;
    outline: none;
	padding-left: 4px;
    padding-right: 4px;
}

/******************************Select**************************************/
select{
	width: 300px;
    font-size: 16px;
	max-width: 256px;
	background: #FFFFFF;
	border: 1px solid #B4BED9;
	outline: none;
	padding: 6px 1px;
}

/******************************Input**************************************/
input{ 
	/*display: block;*/
	border: 1px solid #B4BED9;
	width: 300px;
	max-width: 100%;
	padding: 6px 4px;
	background: #FFFFFF;
	outline: none;
}

/*сбрасываем отступы селекторам из-за бутстрап*/
h1, h2, h3, h4, h5, h6, p, ul{
	margin: 0;
}
html, body{
  height: 100%;
}
body{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #333948;
	background-color: #fff;
}

/********************************************************/
.modal-open{
	overflow: hidden;
}
.container{
	max-width: 1152px !important;/* 64 / 32 / 12 */
	margin: 0 auto;
	position: relative;
}
.table-container {
    overflow: auto;
}

/*************************Њодальные окна******************************/
.modal-bg{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 210;
	width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.8);
	overflow: auto;
	cursor: pointer;
}
.modal-bg &gt; .modal-panel{
	position: absolute;
	z-index: 220;
	max-width: 100%;
	background: #fff;
	box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
	padding: 32px 40px;	
	text-align: center;
	cursor: default;
	margin: 0px;
}
.call-back-dialog{
	width: 600px;
    max-width: 100%;
	text-align: center;
}
.call-back-dialog h3{
	margin-bottom: 23px;
}
.call-back-dialog p{
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	color: #555;
	margin-bottom: 11px;
}
.call-back-dialog label{
	margin-bottom: 15px;
}
.call-back-dialog input{
	display: block;
	width: 300px;
	max-width: 100%;
	padding: 6px 4px;
	background: #FFFFFF;
	outline: none;
	border: 1px solid #c0c0c0;
	font-size: 16px;
}
.call-back-dialog .button{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.modal-panel &gt; .loading{
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.75);
	background-image: url("./img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
}
.modal-panel &gt; .success, .modal-panel &gt; .warning{  
	width: 454px;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center 5px;
	padding: 112px 0px 15px;
	font-size: 14px;
	line-height: 1.1;
	color: #333333;
	margin-bottom: 10px;
}
.modal-panel &gt; .success{
	background-image: url("./img/success-icon.png");
}
.modal-panel &gt; .warning{ 
	background-image: url("./img/warning-icon.png");
}
.modal-panel &gt; .close-button{
	position: absolute;
    top: 13px;
    right: 8px;
}
.modal-panel &gt; .close-button:hover{
	transform: rotate(-90deg);
}

/*******************************************************************/

/********************logo**************************************/
.logo{
    background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("img/logo.png");
	background-position: left 0px;	
	background-size: 116px 116px;
}
.logo_small{
	background-image: url("img/logo-small.png");
	background-size: 96px 96px;
}
.logo-mobil{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	color: #67605A;
	padding-left: 75px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("img/logo-mobile.png");
	background-size: 0px;
	background-position: 32px center;
	transition: all 0.5s ease-out;
}

/********************phone**************************************/
.phone{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
	cursor: pointer;
}

/********************messengers**********************************/
.viber, .whatsapp, .telegram, .email{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	white-space: nowrap;
	cursor: pointer;
}

/********************location**************************************/
.location{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	text-decoration-line: underline;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("img/location.png");
	background-position: left center;	
	background-size: 18px 27px;
	padding: 4px 0 4px 30px;
	cursor: pointer;
}

/********************languages**************************************/
.lang{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #67605A;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;	
	background-size: 24px;
	padding-left: 32px;
	cursor: pointer;
}
.lang_ru{
	background-image: url("img/ru-flag.png");
}
.lang_by{
	background-image: url("img/by-flag.png");
}

/********************слабовидЯщие*******************************/
.versions{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("img/eye.png");
	background-position: left center;
	background-size: 32px 20px;
	padding-left: 43px;
	cursor: pointer;
}


/*********************меню для мобил*****************************/
.pushy-menu-btn{
	background-color: transparent;
	height: 100%;
	width: 23px;
	border: none;
	outline: none;
	cursor: pointer;
	padding-top: 16px;
}
.pushy-menu-btn:hover{
	opacity: 1;
}
.pushy-menu-btn &gt; div{
	height: 2px;
	border-radius: 1px;
	background: #67605A;
}
.pushy-menu-btn &gt; div + div{
	margin-top: 5px;
}

/**************menu pushy***********************/
.pushy ~ .site-overlay{
	z-index: 700;
}
.pushy{
	width: 100%;
	max-width: 360px;
	z-index: 799;
	background: #FFFFFF;
}
.pushy-left {
    -webkit-transform: translate3d(-600px, 0, 0);
    -ms-transform: translate3d(-600px, 0, 0);
    transform: translate3d(-600px, 0, 0);
}
.pushy-content{
	background: #ECF7FF;
	padding: 18px 0 0;
}
.pushy-content &gt; h6{ 
	max-width: 300px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #67605A;
	margin: 0 auto 12px;
}
.pushy-content a{	
    color: #268AEA;
}
.pushy-content a:hover{	
    color: #268AEA !important;
}
.pushy-content &gt; .div-logo{
	text-align: center;
}
.pushy-content &gt; .div-logo &gt; .logo{
	display: inline-block;
	height: 118px;
	width: 118px;
	background-position: center;
	margin-bottom: 10px;
}
.pushy-content &gt; h3{
	font-size: 23px;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
	color: #67605A;
	margin-bottom: 8px;
}
.pushy-content &gt; p{
	max-width: 240px;
	font-size: 17px;
	line-height: 18px;
	text-align: center;
	color: #67605A;
	margin: 0 auto 28px;
}
.pushy-content &gt; .languages{
	max-width: 84px;
	margin: 0 auto;
} 
.pushy-content &gt; .languages &gt; .lang{
	display: inline-block;
}
.pushy-content &gt; .contacts{
	padding: 34px 0 32px 52px;
}
.pushy-content &gt; .contacts p{
	margin-bottom: 4px;
}
.pushy-content &gt; .contacts &gt; .phones{
	margin-bottom: 16px;
}
.pushy-content &gt; .contacts &gt; .phones &gt; .phone, .pushy-content &gt; .contacts &gt; .email{
	padding: 0;
	text-align: left;	
}
.pushy-content &gt; .panel-menu{
	background: #FFFFFF;
	padding: 26px 0 50px 52px;
}
.pushy-content &gt; .panel-menu &gt; p{
	margin-bottom: 10px;
}
.pushy-menu{
	color: #268AEA;
	padding-left: 6px;
	margin-left: 10px;
}
.pushy-menu &gt; .with-sub &gt; ul{
	display: none;
}
.pushy-menu &gt; li{
	background: transparent;
    border: none;
	outline: none;
}
.pushy-menu &gt; li + li{
	margin-bottom: 10px;
}
.pushy-menu &gt; li &gt; a{
	display: inline-block;
	font-weight: normal;
	text-align: left;
	padding: 0;
}

/***********main-menu в header*********************/
.main-menu{
	position: relative;
	z-index: 15;
	list-style: none;
	padding: 0;
}
.main-menu &gt; li{
	display: inline-block;
	position: relative;
	margin: 0;
}
.main-menu &gt; li + li{
	margin-left: 30px;
}
.main-menu &gt; .with-sub &gt; a{
	text-decoration: none;
}
.main-menu &gt; li &gt; a{	
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	color: #ECF7FF;	
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);	
	padding: 13px 0;	
}
.main-menu &gt; .with-sub:hover &gt; ul{
	display: block;
}
.main-menu &gt; li &gt; ul{
	display: none; 
	position: absolute;
	left: -18px;
	top: 33px;
	width: 264px;
	list-style: none; 
	background: #1D6BB5;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.35);
	padding: 0;
	border-top: 1px solid rgba(236, 247, 255, 1);
}
.main-menu &gt; li &gt; ul &gt; li{
	display: block; 	
	border-bottom: 1px solid rgba(236, 247, 255, 0.53);
	text-align: left;
	padding: 8px 20px;
	margin: 0;
}
.main-menu &gt; li &gt; ul &gt;li:hover{
	background: #268AEA;
}
.main-menu &gt; li &gt; ul &gt; li &gt; a{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #ECF7FF;
	text-decoration: none;
}
.main-menu &gt; li &gt; ul &gt; li &gt; ul{
	display: none;
}
.with-note{
	position: relative;
	padding-top: 5px;
}

/********************Љнопки*************************/
/**************Љнопки сайта*************************/
.button{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	border: none;
	outline: none;
	color: #FFFFFF;
	background: linear-gradient(180deg, #63B2FF 0%, #1F7ED9 100%);
	border-radius: 29px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	padding: 10px 23px;
}
.button:hover{
	text-decoration: none;
	color: #FFFFFF;
}

/***********Љнопка модального окна**********/
.close-button{
	width: 24px;
    height: 24px;
	background-color: transparent;	
	background-position: center;
    background-repeat: no-repeat;
	cursor: pointer;
	border: none;
	outline: none;
	background-image: url(./img/close-button.png);
	transition: all ease-out 0.5s;
}

/*****************для footer.php****************************/
.input-note{
	margin-left: 10px;
	color: #FF3E3E;
	font-size: 14px;
}

/*********************для scrolledge.js********************/
.scroll-edge{
	transform: translate3d(0, 0, 0);
}

/***********************************************************************/
/********************* Ѓлоки *******************************************/
/***********************************************************************/

/***********************breadcrumbs******************************/
/****„ерево открытой страницы с ссылками в div вверху страницы******/
.breadcrumbs{
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	color: #777;
	margin-top: 16px;
	margin-bottom: 32px
}
.breadcrumbs a{
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
	color: #777;
}
.breadcrumbs a:hover{
	color: #DF2025;
}
.breadcrumbs .separator{
	margin: 0 5px;
}

/**Љарточки товара. ‚ыводЯтсЯ посредством ф-ций:************* 
******get_product_card($product_id) из Ѓ„***/
.product-card{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	max-width: 256px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	transition: all ease-out 0.5s;
	padding: 16px 6px 13px 7px; 
	text-align: center;
	white-space: normal;
	margin: 10px auto 16px;
}
.product-card:focus{
	outline: none;
}
.product-card:hover{
	z-index: 50;
}
.product-card &gt; .card-top{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.product-card &gt; .card-top &gt; .product-photo{
	max-width: 240px;
	height: 153px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.product-card .product-photo.no-photo{
	background-repeat: no-repeat;
	background-size: contain;
    background-position: center;
	background-image: url("img/no-photo.png");
}
.product-card &gt; .card-top &gt; h3{ /*title*/
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #67605A;
	margin: 26px 0 16px;
}
.product-card &gt; .card-top &gt; h5{ /*category*/
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 12px;
	text-align: center;
	color: #A5A5A5;	
	margin-bottom: 22px;
}
.product-card a:hover h3{
	text-decoration: underline;
}
.product-card &gt; .card-bottom{
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	padding-left: 12px;
	padding-right: 11px;
}
.product-card &gt; .card-bottom &gt; .rect{
	position: relative;
	width: 220px;
	height: 1px;
	background: #EAEAEA;
	border-radius: 1px;
	margin: 0 auto 19px;
}
.product-card  &gt; .card-bottom &gt; h6{ /*instruction*/
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #268AEA;
	margin-bottom: 12px;
}
.product-card .brand-title{
	position: relative;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 132%;
	text-transform: uppercase;
	color: #8DD339;
	text-align: left;
	margin: 6px 0 0 12px;
}
.product-card &gt; .profit{
	display: block;
	position: absolute;
	left: -3px;
	top: -9px; 
	width: 163px;
	height: 30px;
	background: #FF9411;
	overflow: visible;	
}
.product-card &gt; .profit &gt; h4{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 133%;
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
}
/*.product-card .actions{
	display: flex;
	justify-content: space-between;
	padding: 0 24px;
	margin: 1px 0 0px;
}*/
.product-card .card-bottom &gt; .note{
	display: none;
}
.product-card &gt; .card-top &gt; .labels{
	position: absolute;
	top: -20px;
	right: 14px;
}
.product-card .product-new{
	background: #01C04D;
	border-radius: 3px;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #FFFFFF;
	padding: 2px 9px 3px;
}
.product-card .product-hit{
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	color: #FF331B;
	border: 1px solid #FF331B;
	background-color: rgba(255,255,255,0.75);
	padding: 1px 9px 2px;
}
.product-card .button{
	overflow: hidden;
	white-space: nowrap;
	font-size: 17px;
	line-height: 200%;	
	padding: 1px 24px 3px 26px;
	margin: -3px 0 8px -4px;
}

/***********************flex-box******************************/
.flex-box{
	display: flex;
	justify-content: space-between;
}
.row-flex{
    display: flex;
    flex-flow: row wrap;
}

/***************Глобальные классы**************************/

.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.field-hidden{
	display: none;
}

/*=======================================*/

/*********************для совместимости********************/
.instant{ 
	-webkit-transition: all 0s !important;
	-moz-transition: all 0s !important;
	-ms-transition: all 0s !important;
	-o-transition: all 0s !important;
	transition: all 0s !important;
}
:focus::-webkit-input-placeholder{
	color: transparent !important;
}
:focus::-moz-placeholder{
	color: transparent !important;
}
:focus:-moz-placeholder{
	color: transparent !important;
}
:focus:-ms-input-placeholder{
	color: transparent !important;
}
::-webkit-input-placeholder{
	color: #aaa !important;
	font-size: 14px;
}
::-moz-placeholder{
	color: #aaa !important;
	font-size: 14px;
}
:-moz-placeholder{
	color: #aaa !important;
	font-size: 14px;
}
:-ms-input-placeholder{
	color: #aaa !important;
	font-size: 14px;
}
</pre></body></html>