<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,900&amp;subset=latin,greek-ext,vietnamese,cyrillic-ext,cyrillic,latin-ext,greek);
/* Font Choice */
/*--------------    DEFAULTS    --------------*/

HTML, BODY {
	padding:0;
	margin:0;   
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	color: #000;
	font-size:12px;
	line-height:1.6;
	min-width: 1100px;
}

* { box-sizing:border-box; }

html { -webkit-text-size-adjust: none; }

a {
	text-decoration:none;
	outline:none;
	position:relative;
    background-color: transparent;
	/*overflow:hidden;*/
}

a:active,
a:hover {
    outline: 0;
}

b, strong { font-weight: bold; }

form {}

form * {
	box-sizing:border-box;
	border:none;
	outline:none;
	margin:0;
	padding:0;
	resize:none;
}
* {
    /*-webkit-overflow-scrolling: touch;*/
}
input, select {
    line-height: normal;
    -webkit-appearance: none;
    -webkit-border-radius:0;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

select {
    -webkit-appearance:menulist-button;
}

input[type="checkbox"] { -webkit-appearance:checkbox; }
input[type="radio"] { -webkit-appearance:radio; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer;
}

input[type="search"] { -webkit-appearance: textfield; }

button[disabled],
html input[disabled] {
  cursor: default;
}

h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	outline:none;
	display:block;
	vertical-align:bottom;
	border:0;
}

.mobile-ver {display: none;}

.container
{
	max-width:1100px;
	margin:0 auto;
	position:relative;
	padding:0px 30px;
}

/*.clear { clear:both;}*/

.clear:after {
	content: "";
    display: table;
    clear: both;
	*zoom: 1;
}

.transition {
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}

table {
	/*cellpadding - &gt; padding */
	/*cellspacing - &gt; border-spacing */
	/*border-collapse: - &gt; value */
	/*width:100%;*/
}

table,
table * {
	padding:0;
	margin:0;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	box-sizing:border-box;
	display:table;
	width:100%;
	table-layout:fixed;
}

.table_cell {
	box-sizing:border-box;
	display:table-cell;
	/*vertical-align:top;*/
}

.table_row {
	display: table-row;
}

.btn-wrapper {font-size: 0;}

.btn-wrapper:after {
	content: '';
	clear: both;
	display: table;
}

.btn {
	line-height: 1;
	display: inline-block;
}

.body-overflow {
	overflow: hidden !important;
}

.to-right {float: right;}
.to-left {float: left;}
/*--------------    DEFAULTS    --------------*/

/*    LOGO    */
.logo {
	position: absolute;
	top: 7px;
	left: 30px;
}
.logo img {
	height: 55px;
}
/*    LOGO    */

/*--------------    LNG BAR    --------------*/
.lng-bar {
	font-size: 0;
	line-height: 1;
	position: absolute;
	top:8px;
	right:30px;
}
.lng-bar a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-right: 15px;
}

.lng-bar a:last-child{margin-right: 0;}

.lng-bar a.active {color: #bab9b9;}
.lng-bar a:hover {color: #bab9b9;}
.lng-bar span {
	position: relative;
	top:0;
}
.lng-bar a, .lng-bar span {
	display: inline-block;
	vertical-align: middle;
}
/*--------------    LNG BAR    --------------*/

/*--------------    RECAPTCHA    --------------*/
@media (max-width: 768px) {
	/*class for captcha wrapper*/
	/*.input-wrapper.captcha {overflow:hidden;}*/
	/*.g-recaptcha {

		!*transform:scale(0.67);*!
		!*-webkit-transform:scale(0.67);*!
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	#rc-imageselect {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}*/
}
/*--------------    RECAPTCHA    --------------*/

.load-page-indicator {
	background: rgba(179,55,80,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(179,55,80,1) 0%, rgba(121,37,71,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(179,55,80,1)), color-stop(100%, rgba(121,37,71,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(179,55,80,1) 0%, rgba(121,37,71,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(179,55,80,1) 0%, rgba(121,37,71,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(179,55,80,1) 0%, rgba(121,37,71,1) 100%);
	background: radial-gradient(ellipse at center, rgba(179,55,80,1) 0%, rgba(121,37,71,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33750', endColorstr='#792547', GradientType=1 );

	position: fixed;
	width:100%;
	height:100%;
	z-index: 20000;
	display: block;
	/*background-position: center;*/
	/*background-size: cover;*/
	/*background-repeat: no-repeat;*/
	/*background-attachment: fixed;*/
}

/*--------------    PAGINATOR    --------------*/

.paginator {
	font-size: 0;
	text-align: center;
}
.paginator li {
	display: inline-block;
	margin: 0 5px;
}

.paginator li a {
	color: #060606;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	padding: 10px 0 11px 0;
	border: 1px solid #cac0a2;
	display: block;
	width: 40px;
	height: 40px;
}

.paginator li a.active {background-color: #e6e2d2; pointer-events: none;}
.paginator li a:not(.active):hover {background-color: #e6e2d2;}

/*--------------    PAGINATOR    --------------*/

/*--------------    SYSTEM MESSAGES    --------------*/
.system_info_msg {
	padding: 20px 20px;
	margin: 0 0 20px;
	font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	font-size: 14px;
	display: block;
}

.system_info_msg.order-recieved {
	background-color: rgba(255, 173, 67, 0.31);
	border: 1px solid #a5a5a5;
	color: #000;
}

.system_info_msg.success {
	background-color: #cfffcd;
	border: 1px solid #a9e1a9;
	color:#000;
}

.system_info_msg.error {
	background-color: #ffe0e0;
	border: 1px solid #8a0000;
	color:#000;
}

.system_info_msg.ok {
	background-color: #f7f7f7;
	border: 1px solid #a5a5a5;
	color: #000;
}

.system_info_msg.descr {
	background-color: #f7f7f7;
	border: 1px solid #a5a5a5;
	color: #000;
}
/*--------------    SYSTEM MESSAGES    --------------*/

/*HEADER*/
.header{
	position: relative;
	height: 100px;
	background-color: #fff;
}
.inside .header {border-bottom:1px solid #e2e2e2;}

.header-nav{
	position: absolute;
	top: 28px;
	left: 50%;
	transform: translateX(-50%);
}

.header-nav li{
	display: inline-block;
	margin-right: 45px;
}

.header-nav li:last-child{margin-right: 0}

.header-nav li a{
	font-size: 15px;
	color: #757575;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 7px;
	line-height: 1;
	border-bottom: 2px solid transparent;
}

.header-nav li a.active,
.header-nav li a:hover{
	color: #4a4949;
	border-bottom-color: #d39852;
}

.header-contacts-wrapper{
	position: absolute;
	top: -2px;
	min-width: 165px;
	padding: 6px 5px 0 10px;
	left: 30px;
	height: 30px;
}

 .contact-item{
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	 vertical-align: middle;
	 margin-right: 5px;
}

 .contact-item:first-child {
	 margin-right: 10px;
 }

.header-contacts-wrapper .contact-item:last-child{margin-bottom: 0;}

 a.contact-item:hover{text-decoration: underline;}

 .contact-item img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}


/*HEADER*/

/*PRODUCTION*/
.production{background-color: #f2f2f2;}

.production .wrapper{padding: 50px 0 60px;}

.production-item {
	display: block;
	float: left;

	padding: 10px 10px 20px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}

.production-wrapper .production-item {
	width: 23.5%;
	margin-right: 2%;
}
.catalog-list .production-item {
	width: 32%;
	margin-right: 2%;
}

.production-wrapper .production-item:nth-child(4n){margin-right: 0;}
.catalog-list .production-item:nth-child(3n){margin-right: 0;}

.production-wrapper .production-item:nth-child(n+5){margin-top: 2%;}
.catalog-list .production-item:nth-child(n+4){margin-top: 2%;}

.production-pic{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 230px;
	margin-bottom: 20px;
}

.production-name{
	line-height: 1.3;
    font-size: 18px;
    color: #212021;
    height: 34px;
}
/*PRODUCTION*/

/*PARTNERS*/
.partners{
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background-color: #fff;
}

.partners .wrapper{padding: 40px 0 60px}
.partners-wrapper {text-align: center;margin:-15px 0 0;}
.partner-link {
	display: inline-block;
	vertical-align: middle;
	margin:15px 10px 0 ;
}
.partner-link img {max-height: 65px;}

.partner-item {
	display: inline-block;
	margin-right: 25px;
}

.partner-item:last-child{margin-right: 0}


.partners-icons{
	margin: 0 auto;
	width:100%;
}
/*PARTNERS*/

/*ABOUT-US*/
.about-us{background-color: #fff;}

.about-us .wrapper{padding: 60px 0 35px;}

.about-us-info.left{width: 40%;}

.about-us-pic{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 335px;
	margin-bottom: 10px;
}

.about-us-info .work-time{
	text-align: center;
	line-height: 1;
	border: 1px solid #e2e2e2;
	padding: 30px 10px 50px;
	font-size: 16px;
	color: #4a4949;
	font-weight: 500;
}

.work-time .page-heading-text{font-size: 24px;}

.work-time .page-heading .decorate{margin: 15px auto 0;}

.about-us-info.right{
	padding: 0px 25px 0 25px;
	vertical-align: top;
}

.about-us-info.right .page-heading{
	text-align: left;
	margin: 0 0 25px;
}

.about-us-info.right .page-heading .decorate{
	margin: 20px 0 0;
}

.about-desc{
	font-size: 16px;
	color: #212021;
}
/*ABOUT-US*/

/*MAP*/
.map-wrapper{position: relative;}

#map-canvas {
	position:relative;
	height:530px;
	width:100%;
}

.address-block{
	position: absolute;
	top: 0;
	right: 30px;
	/*height: 285px;*/
	width: 415px;
	padding: 50px;
	background-color: #212021;
	z-index: 2;
}


.map-address-block b, .address-title {
	line-height: 1;
	display: block;
	font-size: 30px;
	color: #fefefe;
	font-weight: 500;
}

.address-desc, .map-address-block{
	line-height: 1.2;
	font-size: 18px;
	color: #d8d4d3;
}
/*MAP*/

/*FOOTER*/
.footer{background-color: #212021;}

.footer .wrapper{padding: 20px 0;}

.footer-contacts{
	margin: 0 0 20px;
    text-align: center;
    border-bottom: 1px dashed #4c4b4c;
    padding-bottom: 20px;
}

.footer-contacts .contact-item{
	padding: 0;
	margin-right: 60px;
	font-size: 18px;
	color: #f8f8f8;
	font-weight: 500;
	margin-bottom: 0;
	display: inline-block;
}

.footer-contacts .contact-item:last-child{
	margin-right: 0;
}

.footer .copy{
	font-size: 13px;
    text-transform: uppercase;
    color: #a8a8a8;
}

.footer .copy-wrapper {
	line-height: 1;
	float: left;
}
.footer .esteriol-link {
	color: #b4b4b4;
	font-size: 13px;
	line-height: 1;
	font-weight:normal;
}

.footer .esteriol-wrapper {
	float: right;
	text-align: right;
	display: block;
	font-size: 0;
	margin: -1px 0 0 0;
}
.footer .esteriol-logo {
	float: right;
	/*display: inline-block;*/
	/*vertical-align: middle;*/
	position: relative;
	margin: -3px 0 0 8px;
}
/*FOOTER*/

.inside .wrapper {
	padding: 25px 0 25px;
}


/*cookies*/
.cookie-window-block {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    width: 100%;
    line-height: 1.5;
    max-width: 360px;
    padding: 20px;
    color: #000;
    z-index: 200;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
    border-radius: 10px
}


.cookie-window-close {
	position: absolute;
	top: 15px;
	right: 25px;
	display: block;
}

.cookie-window-close i {
	width: 20px;
	height: 3px;
	background-color: #3e3e3e;
	position: absolute;
	border-radius: 3px;
}

.cookie-window-close i:first-child {
	transform: rotate(-45deg);
}

.cookie-window-close i:last-child {
	transform: rotate(45deg);
}


.cookie-window-block.closed {
    display: none
}

.cookie-window-text {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5
}

.cookie-window-box {
    position: absolute;
	top: 15px;
	right: 25px;
	display: block;
}

.cookie-window-box,.cookie-window-box:hover {
    background-color: transparent
}
/*cookies*/

/* ---------------   BREADCRUMB   --------------- */
.breadcrumb { padding: 0 15px 15px 0; }

.breadcrumb span, .breadcrumb a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: 500;
}
.breadcrumb a {
	font-size: 13px;
	color: #4a4949;
	border-bottom: 1px solid transparent;
}
.breadcrumb a:hover {
	color: #4a4949;
	border-bottom: 1px solid #d39852;
}
.breadcrumb span {
	font-size: 16px;
	color: #d39852;
	padding: 0 3px;
	margin: -1px 0 0 0;
}
/* ---------------   BREADCRUMB   --------------- */

.cat-descr-full {
	padding: 10px 10px 10px;
	border: 1px solid #e2e2e2;
	margin: 0 0 25px;
}
.cat-descr-img {
	float: left;
	display: block;
	width:200px;
	height:180px;
	margin: 0 20px 10px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.cat-descr-content {
	font-size: 14px;
	color: #212021;
	line-height: 1.4;
}

.map-wrapper .page-heading {margin: 0 0 20px;}
.map-wrapper .decorate {    margin: 20px 0 20px !important;}
.map-wrapper .page-heading-text {
	font-size: 17px;
	color: #fefefe;
	font-weight: 400;
	text-align: left;
	padding-top: 11px;
}

.input-discount {
	border: 1px solid #cccccc;
	padding: 5px 10px;
	font-size: 16px;
	display: inline-block;
	width: 100px;
}

.input-btn {
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	color: #fff;
	background-color: #e87e0a;
	font-size: 16px;
}

.mb-10	 {
	margin-bottom: 10px;
}

.cart {
	position: absolute;
	right: 30px;
	top: 24px;
	color: #3e3e3e;
	font-weight: 700;
	font-size: 14px;
}

.header-icon {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.cart-count {
	display: inline-block;
	vertical-align: middle;
}

.header-line {
	height: 30px;
	background-color: #212021;
}

.hidden {
	display: none;
}

.input-radio {
	display: inline-block;
	vertical-align: middle;
}

.label-radio {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	color: #3e3e3e;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-transform: none;
	padding: 10px;
	border: 1px solid #ccc;
	transition: all .2s ease;
}

.label-radio:hover {
	border-color: #e87e0a;
}

.input-radio {
	display: none;
}

.input-radio:checked + .label-radio {
	border-color: #e87e0a;
}


.alert  {
	display: none;
	color: #111111;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #111111;
}

.alert-warning {
	color: #e87e0a;
	border-color: #e87e0a;
}

.mb20 {
	margin-bottom: 20px;
}

.input {
	padding: 9px 14px;
	display: block;
	font-size: 16px;
	width: 100%;
	border: 1px solid #ccc;
}

.input-small {
	width: 50px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.input-plus {
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
}

.input-minus {
	background-color: #d39852;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;

}

.select {
	max-width: 200px;
}

.select select {
	padding: 10px;
	border: 1px solid #ccc;
	transition: all .2s ease;
	font-size: 14px;
	line-height: 20px;
	color: #3e3e3e;
	background-color: #fff;
	margin-bottom: 10px;
	width: 100%;
	display: block;


}

.select select:hover {
	border-color: #e87e0a;
}</pre></body></html>