/*!
 * qTip2 - Pretty powerful tooltips - v2.0.1-4-g
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Fri Jan 4 2013 04:05 GMT+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
			vertical-align: middle;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}


/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/* IE6 Modal plugin fix */
.qtipmodal-ie6fix{
	position: absolute !important;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
    padding: 0; }

.mfp-ie7 .mfp-content {
    padding-top: 44px; }

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,input,textarea,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {border:0;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}/*IE8*/
audio,canvas,video{display:inline-block;}/*IE8/9*/
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
b,strong{font-weight: bold;}
q:before,q:after{content:'';}
table{border-collapse:collapse;border-spacing:0;}
form{display:inline;}
*{outline:none;}
input[type=submit]:hover,input[type=checkbox]:hover,label:hover{cursor:pointer;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
textarea{overflow:auto;vertical-align:top;}
ol,ul{list-style:none;}
a{text-decoration:none;}
.clear {clear:both;font-size:0px;height:0px;margin:0px;padding:0px;overflow:hidden;}
.cf::after, .clearfix::after, div[style*="page-break-after"]::after {
    content: '';
    display: table;
    clear: both;
}
.clear2{clear:both;}
main { display: block;}
﻿@charset "utf-8";
@import "/assets/css/reset.css";


/* Large desktop */
@media (max-width: 1199px) {  }

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {  }

/* Landscape phones and down */
@media (max-width: 320px) {  }


@-ms-viewport {
    width: device-width;
}



/***************************************************
Global styles
***************************************************/
html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-size: 15px;
    color: #2d3e50;
    font-family: 'Lato', sans-serif;
    background: #fff;
    margin: 0;
    min-width: 320px;
    padding-top: 135px;
    transition: padding-top .25s linear;
    -moz-transition: padding-top .25s linear;
    -webkit-transition: padding-top .25s linear;
}

@media (max-width: 1024px) {
    body {
        padding-top: 105px;
    }
}

a {
    color: inherit;
    transition: color .25s linear;
    -moz-transition: color .25s linear;
    -webkit-transition: color .25s linear;
}
a:hover {
    color: #80a229;
}


/***************************************************
Szkielet
***************************************************/


.header-wrapper {
    max-width: 100%;
    margin: 0px auto;
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    background-color: #ffffff;
}
.sticky .header-wrapper {
    box-shadow: 0 0 5px 0 RGBA(0,0,0,0.3);
}

.sub .header-wrapper {
    border-bottom: 1px solid #e8e8e8;
}


.top {
    margin: 0px auto;
    max-width: 100%;
    min-height: auto;
}
.top-contact-wrapper {
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    background: transparent;
    background-color: #88397a;
    border-style: solid solid solid solid;
    border-width: 0px 0px 3px 0px;
    border-radius: 0 0 0 0;
    border-color: #d21d54;
}
.sticky .top-contact-wrapper {
    margin: -46px 0 0 0;
}
.top-contact {
    height: 46px;
    max-width: 1200px;
    font-size: 13px;
    padding: 15px 0 15px 0;
    margin: 0px auto;
    color: #ffffff;
}
.top-contact > div {
    float: left;
    margin: 0 20px;
}
.top-contact > div:last-child {
    padding-right: 0;
    border-right: 0;
}
.top-contact p {
    float: left;
}
.top .top-social {
    float: right!important;
}
.top .icon-location {
    width: 20px;
    height: 20px;
    margin: -2px 5px;
    position: relative;
    float: left;
}
.top .icon-location:before {
    background-size: contain;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-n</title><path fill="%23f5618e" d="M256,32C167.67,32,96,96.51,96,176c0,128,160,304,160,304S416,304,416,176C416,96.51,344.33,32,256,32Zm0,224a64,64,0,1,1,64-64A64.07,64.07,0,0,1,256,256Z"/></svg>');
    top: 0px;
    left: 0px;
}
.top .icon-phone {
    width: 20px;
    height: 20px;
    margin: -2px 5px;
    position: relative;
    float: left;
}
.top .icon-phone:before {
    background-size: contain;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23f5618e" d="M11 10c-1 1-1 2-2 2s-2-1-3-2-2-2-2-3 1-1 2-2-2-4-3-4-3 3-3 3c0 2 2.055 6.055 4 8s6 4 8 4c0 0 3-2 3-3s-3-4-4-3z"/></svg>');
    top: 0px;
    left: 0px;
}
.top .icon-email {
    width: 20px;
    height: 20px;
    margin: -2px 5px;
    position: relative;
    float: left;
}
.top .icon-email:before {
    background-size: contain;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-o</title><path fill="%23f5618e" d="M464,80H48A16,16,0,0,0,32,96V416a16,16,0,0,0,16,16H464a16,16,0,0,0,16-16V96A16,16,0,0,0,464,80ZM265.82,284.63a16,16,0,0,1-19.64,0L89.55,162.81l19.64-25.26L256,251.73,402.81,137.55l19.64,25.26Z"/></svg>');
    top: 0px;
    left: 0px;
}
.top .icon-fb {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
}
.top .icon-fb:before {
    background-size: contain;
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M9.5 3h2.5v-3h-2.5c-1.93 0-3.5 1.57-3.5 3.5v1.5h-2v3h2v8h3v-8h2.5l0.5-3h-3v-1.5c0-0.271 0.229-0.5 0.5-0.5z"/></svg>');
    width: 16px;
    height: 16px;
}
.top-container {
    max-width: 1200px;
    height: 90px;
    position: relative;
    margin: 0px auto;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
}
.sticky .top-container {
    height: 60px;
}
.top .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.top .logo img {
    height: 55px;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
    display: block;
}
.sticky .top .logo {
    top: 10px;
}
.sticky .top .logo img {
    height: 40px;
}
.top .logo:hover {
    text-decoration: none!important;
}



.top .navbar {
    position: absolute;
    top: 20px;
    right: 0;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.sticky .top .navbar {
    top: 5px;
}
.top .navbar > ul > li {
    float: left;
    position: relative;
}
.top .navbar > ul > li > a {
    padding: 12px 15px 12px 15px;
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000000;
    margin: 7px 5px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: color 0.2s linear 0s, background 0.2s linear 0s;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
}
.top .navbar > ul > li > a:hover {
    color: #ffffff;
    background-color: #80a229;
}
.top .navbar > ul > li.current > a {
    color: #88397a;
}
.top .navbar ul.sub > li > a {
    margin: 5px 0px;
    display: block;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 0px;
    font-weight: bold;
}
.top .navbar ul.sub > li.current > a {
    color: #b4cc78;
}
.top .navbar ul.sub > li > a:hover {
    color: #b4cc78;
}
.top .navbar-home {
    padding: 11px!important;
    font-size: 0!important;
}
.top .icon-home:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23000000" d="M16 9.226l-8-6.21-8 6.21v-2.532l8-6.21 8 6.21zM14 9v6h-4v-4h-4v4h-4v-6l6-4.5z"/></svg>');
    width: 16px;
    height: 16px;
    background-size: contain;
}
.top .icon-home {
    width: 18px;
    height: 18px;
}
.top .navbar ul.sub {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 200px;
    left: 50%;
    top: calc(100% + 2px);
    background-color: #88397a;
    padding: 10px 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-style: solid solid solid solid;
    border-width: 3px 0px 3px 0px;
    border-radius: 0 0 0 0;
    border-color: #d21d54;
    color: #ffffff;
    text-transform: uppercase;
}
.top .navbar ul.sub.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
}
.top .navbar .mobile-nav {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 16px 10px 16px 45px;
    float: left;
}
.top .navbar .mobile-nav:before {
    background-size: 100%;
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="$color3" d="M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z"/></svg>');
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
@media (min-width: 1024px) {
    .top .navbar .mobile-nav {
        display: none;
    }
}
.sidr {
    display: block;
    position: fixed;
    top: 0;
    right: -250px;
    left: auto;
    width: 250px;
    height: 100%;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
}
.sidr > ul {
    list-style: none;
}
.sidr > ul > li > a {
    font-size: 15px;
    display: block;
    padding: 10px 20px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-style: solid solid solid solid;
    border-width: 0px 0px 1px 0px;
    border-color: #e8e8e8;
    border-radius: 0 0 0 0;
}
.sidr > ul > li > a:hover {
    color: #80a229;
}
.sidr .sub > li > a {
    font-size: 14px;
    padding: 10px 20px 10px 40px;
    border-style: solid solid solid solid;
    border-width: 0px 0px 1px 0px;
    border-color: #e8e8e8;
    border-radius: 0 0 0 0;
    font-weight: normal;
    line-height: 1.2em;
    text-decoration: none;
    color: #000;
    display: block;
}
.sidr .sub > li > a:hover {
    color: #80a229;
}
 .sidr .btn {
    padding: 15px 20px;
    margin: 0 auto;
}
.sidr-open .sidr {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.mobile-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    z-index: 999998;
    background-color: RGBA(0,0,0,0.5);
}
.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}


@media (max-width: 1024px) {
    .top-container {
        height: 60px;
    }
    .sticky .top-container {
        height: 50px;
    }
    .top .logo {
        top: 15px;
    }
    .top .logo img {
        height: 35px;
    }
    .sticky .top .logo img {
        height: 30px;
    }
    .top .navbar {
        top: 5px;
    }
    .sticky .top .navbar {
        top: 0;
    }
    .top .navbar > ul {
        display: none;
    }
}

@media (max-width: 768px) {
    .top-contact > div:first-child {
        display: none;
    }
}

@media (max-width: 400px) {
     .top-contact > div:nth-child(3) {
        display: none;
    }
}





.slider-wrapper {
    text-align: left;
    color: #fff;
    max-width: 1400px;
    margin: 0px auto;
}
.slider-wrapper .slick-slide {
    position: relative;
}
.slider-wrapper .slick-slide img {
    width: 100%;
}
.slider-wrapper .slick-slide:before {
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(90deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0) 100%);
    bottom: 0;
    top: 0;
    content: '';
    z-index: 2;
}
.slider-wrapper header {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: calc(50% - 600px);
    right: 0px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0px 20px;
}
.slider-wrapper h1 {
    color: #fff;
    font-size: 56px;
    text-align: left!important;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    padding: 0;
    line-height: 1.2em;
}
.slider-wrapper header p {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 2px;
    margin: 0;
}
.slider-wrapper a.btn {
    margin: 40px 20px 0 0;
}

@media (max-width: 1200px) {
    .slider-wrapper header {
        left: 0;
        right: 0;
    }
}
@media (max-width: 767px) {
    .slider-wrapper header h1 {
        font-size: 32px;
    }
    .slider-wrapper a.btn {
        margin: 30px 15px 0 0;
    }
}

@media (max-width: 900px) {
    .slider-wrapper .slick-slide img {
        height: 410px!important;
        object-fit: cover;
    }
}

@media (max-width: 479px) {
    .slider-wrapper h1 {
        font-size: 24px;
    }
    .slider-wrapper header p {
        font-size: 15px;
    }
}


/* PAGER */

.slick-dots {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding: 7px 2px;
    z-index: 99;
    position: absolute;
    bottom: 30px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.slick-dots li {
    float: left;
}
.slick-dots li button {
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    outline: 0;
    position: relative;
    background: #fff;
    border: 0;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #80a229;
}







/***************************************************
content
***************************************************/

.content p {
    margin: 15px 0;
    line-height: 1.5em;
}

h1 {
    font-size: 42px;
    font-weight: normal;
    text-align: left;
    margin: 50px 0px;
    padding: 0 0 30px 0;
    position: relative;
    color: #000000;
}
h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #80a229;
    margin: 0;
}
.main h1 {
    text-align: center;
}
.main h1:after {
    left: 50%;
    margin: 0 0 0 -25px;
}
h2 {
    font-size: 30px;
    color: #000000;
    margin: 30px 0px;
}
.main h2 {
    font-size: 42px;
    color: #000000;
    margin: 40px 0px;
    padding: 0 0 30px 0;
    font-weight: normal;
    text-align: center;
    position: relative;
}
.main h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 4px;
    background: #80a229;
    margin: 0 0 0 -25px;
}
h1 a, h2 a {
    color: inherit;
}
h3 {
    font-size: 30px;
    color: #000000;
    margin: 30px 0px;
}
h4 {
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #80a229;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
.h5 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 10px 0;
}

@media (max-width: 767px) {
    h1, h2 {
        font-size: 30px;
    }
}


.content ul {
    display: block;
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
    line-height: 1.5em;
}
.content ul li {
    padding: 0 0 0 20px;
    line-height: 1.5em;
    position: relative;
}
.content ul li:before {
    background-size: contain;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%2380a229" d="M2 2h12v12h-12z"/></svg>');
    width: 8px;
    height: 8px;
}

.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5em;
}

.content p:first-child, .content h1:first-child, .content h2:first-child, .content h3:first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}



.container {
    max-width: 1200px;
    margin: 0 auto 0 auto;
    padding: 0 20px;
}

.wrapper {
    margin-top: 80px;
}
.sub .wrapper {
    margin-top: 0;
}
.wrapper > div:first-child, .wrapper > .cnt-header + div {
    margin-top: 0;
}



/***************************************************
Specifics
***************************************************/

.right {
    float: right!important;
}
.left {
    float: left!important;
}
.center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}

.label {
    display: inline-block;
    width: 100px;
    color: #80a229;
}

hr {
    background: #C2C2C2;
    height: 1px;
    border: 0;
    margin: 30px 0;
}


.block-4, .block-6 {
    float: left;
}
.block-4 {
    width: calc(33.3% - 20px);
    margin: 0 0 40px 20px;
}
.block-4:nth-of-type(3n+1) {
    clear: both;
    margin: 0 20px 40px 0;
}
.block-4:nth-of-type(3n+2) {
    margin: 0 10px 40px 10px;
}
.block-6 {
    width: calc(50% - 20px);
    margin: 0 0 40px 20px;
}
.block-6:nth-of-type(2n+1) {
    clear: both;
    margin: 0 20px 40px 0;
}

@media (max-width: 767px) {
    .block-4 {
        clear: none!important;
        width: calc(50% - 20px);
        margin: 0 0 40px 20px!important;
    }
    .block-4:nth-of-type(2n+1) {
        clear: both!important;
        margin: 0 20px 40px 0!important;
    }

    .block-6 {
        width: 100%;
        margin: 0 0 40px 0!important;
    }
}

@media (max-width: 534px) {
    .block-4, .block-4:nth-of-type(2n+1), .block-4:nth-of-type(2n+2) {
        width: 100%;
        margin: 0 0 40px 0!important;
    }
}


a.img figure {
    position: relative;
}
a.img figure img {
    display: block;
}
a.img figure:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(136, 57, 122, 0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="46" height="46" viewBox="0 0 16 16"><path fill="%23ffffff" d="M15.504 13.616l-3.79-3.223c-0.392-0.353-0.811-0.514-1.149-0.499 0.895-1.048 1.435-2.407 1.435-3.893 0-3.314-2.686-6-6-6s-6 2.686-6 6 2.686 6 6 6c1.486 0 2.845-0.54 3.893-1.435-0.016 0.338 0.146 0.757 0.499 1.149l3.223 3.79c0.552 0.613 1.453 0.665 2.003 0.115s0.498-1.452-0.115-2.003zM6 10c-2.209 0-4-1.791-4-4s1.791-4 4-4 4 1.791 4 4-1.791 4-4 4zM7 3h-2v2h-2v2h2v2h2v-2h2v-2h-2z"/></svg>');
    opacity: 0;
    transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
}
a.img:hover figure:after {
    opacity: 1;
}


.img-6-right, .img-6-left, .img-4-right, .img-4-left {
    width: 100%;
    margin: 20px 0;
}
p img {
    margin-top: 0!important;
    max-width: 100%;
}
@media (min-width: 534px) {
    .img-6-right {
        width: 50%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-6-left {
        width: 50%;
        float: left;
        margin: 20px 40px 20px 0;
    }
    .img-4-right {
        width: 33%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-4-left {
        width: 33%;
        float: left;
        margin: 20px 40px 20px 0;
    }
}

.pagination {
    text-align: center;
    margin: 30px 0 0 0;
}
.pagination .btn {
    margin: 0 5px;
}


.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}



#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    z-index: 999;
}
#cookies a {
    color: #fff;
}
#cookies .ok {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 5px 8px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 25px;
}



.videodetector {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.videodetector iframe,
.videodetector object,
.videodetector embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    background-color: #d8514d!important;
    border-color: #b92c28!important;
    color: #fff!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
}
.qtip-info{
    background-color: #80a229!important;
    border-color: #80a229!important;
    color: #fff!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
}


/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    width: 280px;
    margin: 0 auto;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 10px;
}


/* buttony */
fieldset.form .form-btns {

}


/* podpis */
.form-label {
    text-align: left;
    display: block;
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}


/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 3px;
}


/* grupa kontolek */
.form-control-group {
    max-width: 600px;
    margin: 6px 0;
    float: left;
}

.form-error {
    display: none;
}


/* kontrolka */
.form-control {
    background: #fff;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    width: 100%;
}
.form-control:hover {
    border-color: #a7a7a7;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
select.form-control {
}
textarea.form-control {
    height: 150px;
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    width: 100px;
}

.form-control-checkbox {
    margin-right: 5px;
}



/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 15px;

    color: #fff;
    background: #80a229; /* Old browsers */
}

.msg.msg-info {
    color: #3A87AD;
    border-radius: 3px;
    border: 1px solid #9acfea;
    background: #e2f1f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2f1f9 0%, #b9def0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f1f9), color-stop(100%,#b9def0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2f1f9 0%,#b9def0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f9', endColorstr='#b9def0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-danger {
    color: #B94A48;
    border-radius: 3px;
    border: 1px solid #dca7a7;
    background: #f2dddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2dddd 0%, #e7c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dddd), color-stop(100%,#e7c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2dddd 0%,#e7c3c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dddd', endColorstr='#e7c3c3',GradientType=0 ); /* IE6-9 */
}

.msg.msg-success {
    color: #468847;
    border-radius: 3px;
    border: 1px solid #B2DBA1;
    background: #def0d7; /* Old browsers */
    background: -moz-linear-gradient(top,  #def0d7 0%, #c9e5bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def0d7), color-stop(100%,#c9e5bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #def0d7 0%,#c9e5bd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def0d7', endColorstr='#c9e5bd',GradientType=0 ); /* IE6-9 */
}


/***************************************************
Buttons
***************************************************/

a.btn {
    display: inline-block;
    background-color: #80a229;
    padding: 15px 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0px 0px 0px;
    -webkit-transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background 0.2s linear 0s;
    transition: backgrond 0.2s linear 0s, color 0.2s linear 0s, background 0.2s linear 0s;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
}
a.btn:hover, a.btn-current {
    color: #fff;
    background-color: #88397a;
}

a.btn-thm2 {
    display: inline-block;
    -webkit-transition: backgrond 0.2s linear 0s, color 0.2s linear 0s;
    transition: backgrond 0.2s linear 0s, color 0.2s linear 0s;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff;
}
a.btn-thm2:hover {
    color: #88397a;
}


p.btns {
    text-align: center;
    margin: 30px 0px 0px 0px;
}


a.link {
    color: #80a229;
    font-weight: bold;
}
a.link:hover {
    color: #000;
}
a.link-u:hover {
    color: #80a229;
    text-decoration: underline;
}


/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


/***************************************************
Table
***************************************************/
table.table {
    margin: 10px auto;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #C2C2C2;
}

table.table thead tr {
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

table.table thead th {
    font-weight: bold;
    padding: 8px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}
table.table thead th[data-sort] {
    cursor: pointer;
    *cursor: hand;
}
table.table thead th span {
    margin: 0 0 0 2px;
}


table.table td {
    padding: 6px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

table.table tr:nth-child(odd) { background-color: #fff; }
table.table tr:nth-child(even) { background-color: #f6f6f6; }

table.table tr:hover {
    background-color: #ebebeb;
}

table.table tr td.sub {
    padding-left: 30px;
}

table.table input[type=text] {
    margin: -4px -5px;
    padding: 2px;
}
table.table input[type=text].act-order {
    width: 30px;
    text-align: center;
}


/*@media screen and (max-width: 1000px) {*/
/*    table.table {*/
/*        overflow-x: auto;*/
/*        display: block;*/
/*    }*/
/*}   */



.footer-wrapper {
    margin: 70px auto 0 auto;
    background-color: #88397a;
}

.footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 20px 0;
    color: #fff;
    line-height: 1.5em;
}
.footer a {
    color: inherit;
}
.footer a:hover {
}
.footer p {
    margin: 10px 0;
}
.footer ul {
    margin: 10px 0;
}

.footer .row4 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 auto;
    justify-content: center;
}
.footer .row4 .col, .footer .row4 .col2 {
    flex: 1 1 30%;
    max-width: 30%;
    padding: 0 20px;
    line-height: 1.7em;
}
.footer .row4 .col2 {
    flex: 1 1 20%;
    max-width: 20%;
}

.footer .title {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
    line-height: 1.2em;
}

.footer .footer-create {
    float: right;
    font-size: 12px;
    padding: 0 20px;
}
.footer .footer-copy {
    width: 70%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 0 20px;
}
.footer hr {
    margin: 20px 0;
    border: 0;
    height: 1px;
    background-color: RGBA(255,255,255,0.3);
    clear: both;
    float: left;
    width: 100%;
}

.footer [class*=icon-] {
    width: 18px;
    height: 18px;
    margin: 0px 3px 0px 0px;
    vertical-align: -4px;
}
.footer .icon-fb:before {
    background-size: contain;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 512 512"><path fill="%23f5618e" d="M480,257.35c0-123.7-100.3-224-224-224s-224,100.3-224,224c0,111.8,81.9,204.47,189,221.29V322.12H164.11V257.35H221V208c0-56.13,33.45-87.16,84.61-87.16,24.51,0,50.15,4.38,50.15,4.38v55.13H327.5c-27.81,0-36.51,17.26-36.51,35v42h62.12l-9.92,64.77H291V478.66C398.1,461.85,480,369.18,480,257.35Z" fill-rule="evenodd"/></svg>');
    top: 0px;
    left: 0px;
}
.footer .icon-phone:before {
    background-size: contain;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23f5618e" d="M11 10c-1 1-1 2-2 2s-2-1-3-2-2-2-2-3 1-1 2-2-2-4-3-4-3 3-3 3c0 2 2.055 6.055 4 8s6 4 8 4c0 0 3-2 3-3s-3-4-4-3z"/></svg>');
    top: 0px;
    left: 0px;
}
.footer .icon-email:before {
    background-size: contain;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-o</title><path fill="%23f5618e" d="M424,80H88a56.06,56.06,0,0,0-56,56V376a56.06,56.06,0,0,0,56,56H424a56.06,56.06,0,0,0,56-56V136A56.06,56.06,0,0,0,424,80Zm-14.18,92.63-144,112a16,16,0,0,1-19.64,0l-144-112a16,16,0,1,1,19.64-25.26L256,251.73,390.18,147.37a16,16,0,0,1,19.64,25.26Z"/></svg>');
    top: 0px;
    left: 0px;
}
.footer .icon-hour:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23f5618e" d="M10.293 11.707l-3.293-3.293v-4.414h2v3.586l2.707 2.707zM8 0c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM8 14c-3.314 0-6-2.686-6-6s2.686-6 6-6c3.314 0 6 2.686 6 6s-2.686 6-6 6z"/></svg>');
    background-size: contain;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 0px;
    left: 1px;
}
.footer ul li:before {
    background-size: contain;
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23f5618e" d="M2 2h12v12h-12z"/></svg>');
    width: 8px;
    height: 8px;
}
.footer ul li {
    padding: 0px 0px 0px 20px;
    line-height: 1.5em;
    position: relative;
}

@media (max-width: 979px) {
    .footer .row4 .col, .footer .row4 .col2 {
        flex: 1 1 50%;
        max-width: 50%;
    }
}


@media (max-width: 534px) {
    .footer .row4 .col {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .footer .footer-create {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer .footer-copy {
        float: none;
        width: 100%;
        text-align: center;
    }
}



.cnt-text {
    margin-top: 80px;
}
.cnt-gray {
    background: #f6f6f6;
    padding: 80px 0;
}
.cnt-gray + .cnt-gray {
    padding-top: 0;
}


.cnt-text-narrow {
    margin-top: 80px;
}
.cnt-text-narrow .container {
    max-width: 800px;
}




.cnt-text_photo {
    margin-top: 80px;
}
.cnt-text_photo .container {
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.cnt-text_photo .container .col-text {
    flex: 0 0 60%;
    padding-right: 40px;
}
.cnt-text_photo .container .col-photo, .cnt-text_photo .container .col-photo-2 {
    flex: 0 0 40%;
}
.cnt-text_photo .container .col-photo img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.cnt-text_photo .container .col-photo-2 img {
    max-width: none;
    width: calc(50% - 10px);
    height: auto;
    float: left;
}
.cnt-text_photo .container .col-photo-2 img:last-child {
    float: right;
}

.cnt-text_photo.cnt-left .container .col-text {
    order: 2;
    padding-right: 0;
    padding-left: 40px;
}


@media (max-width: 767px) {

    .cnt-text_photo .container {
        flex-direction: column;
    }
    .cnt-text_photo .container .col-text {
        flex: 0 0 100%;
        padding: 0!important;
    }
    .cnt-text_photo .container .col-photo, .cnt-text_photo .container .col-photo-2 {
        flex: 0 0 100%;
        width: 100%;
        order: -1; /* photo first */
        margin-bottom: 20px;
    }
}




.cnt-text_bg {
    background-color: #80a229;
    padding: 40px 20px;
    color: #fff;
    position: relative;
    margin-top: 80px;
}
.cnt-text_bg h2 {
    color: #fff;
    font-size: 24px;
    text-align: left;
}


.cnt-news {
    padding: 0 20px;
    margin: 80px auto 0 auto;
}
.cnt-news .tiles {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 20px;
}
.cnt-news .tile {
    -webkit-flex-basis: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    display: -webkit-flex;
    display: flex;
    background-color: #f7f7f7;
}
.cnt-news figure {
    position: relative;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
}
.cnt-news figure:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f7f7f7;
    border-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.cnt-news img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.cnt-news .tile-cnt {
    padding: 15px 20px;
    line-height: 1.4em;
}
.cnt-news h3 {
    margin: 10px 0px;
    font-size: 18px;
    font-weight: bold;
}
.cnt-news time {
    margin: 10px 0px;
    display: block;
}
.cnt-news .icon-time {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 5px;
}
.cnt-news .icon-time:before {
    background-size: contain;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path fill="none " d="M0 0h24v24H0z" /><path fill="%2380a229" d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/><path fill="%2380a229" d="M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"/></svg>');
    top: 0px;
    left: 0px;
}
.cnt-news a.btn {
    margin: 0px;
}
@media (max-width: 767px) {
    .cnt-news .tile {
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
    }
}
@media (max-width: 534px) {
    .cnt-news .tile {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .cnt-news figure {
        position: relative;
        -webkit-flex: 0 0 250px;
        flex: 0 0 250px;
    }
    .cnt-news img {
        height: 250px;
    }
    .cnt-news figure:after {
        border-top: 0;
        border-bottom: 20px solid #f7f7f7;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        position: absolute;
        right: 50%;
        top: auto;
        bottom: 0;
        margin-right: -20px;
    }

}



.cnt-gallery {
    padding: 0 20px;
    margin: 80px auto 0 auto;
}
.cnt-gallery .row {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
.cnt-gallery .col {
    flex: 1 1 calc(100% / 6 - 15px);
    max-width: calc(100% / 6 - 15px);
}
.cnt-gallery figure img {
    width: 100%;
    display: block;
}
@media (max-width: 979px) {
    .cnt-gallery .col {
        flex: 1 1 calc(100% / 3 - 15px);
        max-width: calc(100% / 3 - 15px);
    }
}
@media (max-width: 534px) {
    .cnt-gallery .col {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

.cnt-offer {
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 80px 0px 0px 0px;
    background-position: center center;
    padding: 80px 0px 80px 0px;
}

.cnt-offer .container {
    margin: 0px auto;
    max-width: 1200px;
    padding: 0px 20px;
}



.cnt-offer-text {
    color: #ffffff;
    padding: 0px 20px 50px 20px;
    text-align: center;
    max-width: 700px;
    margin: 0px auto;
}
.cnt-offer-text h2 {
    color: #ffffff;
}
.cnt-offer-text h2:after {
    background: #fff;
}


.cnt-offer-items {
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    gap: 40px 20px;
    -webkit-justify-content: center;
    justify-content: center;
}
.cnt-offer-items .col {
    flex-basis: calc(25% - 15px);
    -webkit-flex-basis: calc(25% - 15px);
    padding: 0;
}
.cnt-offer-items .col-max {
    flex-basis: auto;
    -webkit-flex-basis: auto;
    padding: 0;
}
.cnt-offer-items .item {
    position: relative;
    height: 100%;
    padding: 40px 0px;
    background-color: #88397a;
    border-style: solid solid solid solid;
    border-width: 0px 0px 5px 0px;
    border-radius: 0 0 0 0;
    border-color: #d21d54;
    -webkit-transition: -webkit-transform 0.2s linear 0s, transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s, transform 0.2s linear 0s;
}
.cnt-offer-items h3 {
    font-weight: bold;
    text-transform: none;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 20px 0px 0px 0px;
}
.cnt-offer-items .item2 {
    position: relative;
    height: 100%;
    padding: 20px 40px;
    background-color: #80a229;
    border-style: solid solid solid solid;
    border-width: 0px 0px 5px 0px;
    border-radius: 0 0 0 0;
    border-color: #d21d54;
    -webkit-transition: -webkit-transform 0.2s linear 0s, transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s, transform 0.2s linear 0s;
}
.cnt-offer-items .item2 h3 {
    display: inline-block;
}
.cnt-offer-items [class*=icon-] {
    width: 50px;
    height: 50px;
}
.cnt-offer-items .icon-ic1:before {
    background-size: contain;
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3C!--%0Acategory: Nature%0Atags: %5Bnature, green, flower, pot, tree, leaf, greenery, root, stem, seed%5D%0Aversion: '1.29'%0Aunicode: 'ed50'%0A--%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M7 15h10v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4z' /%3E%3Cpath d='M12 9a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3' /%3E%3Cpath d='M12 11a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3' /%3E%3Cpath d='M12 15l0 -6' /%3E%3C/svg%3E%0A");
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
}
.cnt-offer-items .icon-ic2:before {
    background-size: contain;
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M436.2 930.1c-26.2 0-52.3-10-72.3-29.9L98.6 634.9c-19.3-19.3-29.9-45-29.9-72.3 0-27.3 10.6-53 29.9-72.3l382.1-382.1 289.5 289.6c8.9 8.9 8.9 23.3 0 32.2-8.9 8.9-23.3 8.9-32.2 0L480.7 172.6 130.8 522.5c-10.7 10.7-16.6 24.9-16.6 40.1 0 15.1 5.9 29.4 16.6 40.1l265.4 265.4c22.1 22.1 58.1 22.1 80.2 0l209.4-209.4c8.9-8.9 23.3-8.9 32.2 0 8.9 8.9 8.9 23.3 0 32.2L508.5 900.2c-19.9 20-46.1 29.9-72.3 29.9z' fill='' /%3E%3Cpath d='M853.2 566.7c-4.1 21.7-25.1 36-46.8 31.8-21.7-4.1-36-25.1-31.8-46.8 4.1-21.7 51.4-62.5 51.4-62.5s4.9 8.7 10.5 20.5c1.9 4.1 4 8.5 5.9 13.1 2 4.6 3.8 9.3 5.5 14 4.1 11.5 6.7 22.6 5.3 29.9zM913.6 624.1c14.1-9.6 33.2-5.9 42.8 8.2 9.6 14.1 5.9 33.2-8.2 42.8-14.1 9.6-62 6-62 6s2.1-7.4 5.4-16.9c1.2-3.3 2.5-6.8 3.9-10.3 1.4-3.6 3-7.2 4.6-10.6 4.2-8.5 8.8-16 13.5-19.2zM866.6 774.8c4.7 17.5-5.7 35.4-23.2 40-17.5 4.7-35.4-5.7-40-23.2-4.7-17.5 15.7-64.2 15.7-64.2s6.7 4.6 15 11.3c2.9 2.3 5.9 4.8 9 7.5s6.1 5.5 9 8.3c7.1 7.2 13 14.5 14.5 20.3z' fill='%23fff' /%3E%3Cpath d='M484.6 167.7l-12.9-12.9c-10.3-10.3-10.3-27.1 0-37.4L498 91.1c13.8-13.8 36.5-13.8 50.3 0 13.8 13.8 13.8 36.5 0 50.3L522 167.7c-10.3 10.3-27.1 10.3-37.4 0zM678.1 361.2l-12.9-12.9c-10.3-10.3-10.3-27.1 0-37.4l26.3-26.3c13.8-13.8 36.5-13.8 50.3 0 13.8 13.8 13.8 36.5 0 50.3l-26.3 26.3c-10.3 10.4-27.1 10.4-37.4 0zM581.3 264.5l-12.9-12.9c-10.3-10.3-10.3-27.1 0-37.4l26.3-26.3c13.8-13.8 36.5-13.8 50.3 0 13.8 13.8 13.8 36.5 0 50.3l-26.3 26.3c-10.3 10.3-27 10.3-37.4 0z' fill='%23fff' /%3E%3Cpath d='M445 716.1c-4.1 0-8.2-0.4-12.2-1.3-32.2-6.8-53.9-39.7-55.3-79.6-2.1 0.1-4.2 0.2-6.3 0.2-41.5 0-74.4-21.4-82-53.3-8.5-35.6 16.5-72 58.5-88.7-12.8-39.4-2.9-79.1 26.4-96.2 9.3-5.4 19.7-8.2 30.9-8.2 26.3 0 53.7 15.7 73 41 16.6-10.4 34.9-16.1 52.3-16.1 18.4 0 34.3 6.2 46.2 18 23.6 23.6 23.9 62.6 2.9 97 34.2 23 50.8 60.1 38.4 91.6-10.3 26.2-38.1 42.4-72.6 42.4-9 0-18.2-1.1-27.4-3.3-14.6 34.1-42.6 56.5-72.8 56.5z m-23.2-129l-5.1 29.1c-5.2 29.5 5.7 57.7 23.9 61.5 1.4 0.3 2.9 0.5 4.4 0.5 17.5 0 35.7-20.2 42.4-47l5.3-21.5 20.4 8.6c0.5 0.2 0.9 0.4 1.4 0.6l0.5 0.2c9.9 3.9 20.3 5.9 30.1 5.9 18.6 0 32.9-7 37.3-18.3 6.9-17.5-10.9-42.3-38.8-54.1L519 542.2l17.9-19.8c20-22 25.7-50.6 12.6-63.6-5.7-5.7-13.7-6.9-19.3-6.9-14.3 0-30.9 7.4-44.5 19.7l-18.3 16.7-11.3-22c-0.8-1.5-1.5-2.9-2.3-4.2-14.1-24.2-34.8-35.1-48.9-35.1-4.4 0-8.4 1-11.8 3-16.2 9.5-17.6 39.9-3 66.4l12.4 22.6-26.8 5.4c-0.4 0.1-0.8 0.2-1.3 0.3-30.2 7.2-52.8 30-48.3 48.7 3.4 14.2 21.9 24.2 45.1 24.2 6.6 0 13.3-0.8 20-2.4l0.5-0.1c0.5-0.1 1-0.3 1.5-0.4l28.6-7.6z' fill='%23fff' /%3E%3Cpath d='M460.2 546.7m-46.2 0a46.2 46.2 0 1 0 92.4 0 46.2 46.2 0 1 0-92.4 0Z' fill='%23fff' /%3E%3Cpath d='M436.2 930.1c-26.2 0-52.3-10-72.3-29.9L98.6 634.9c-19.3-19.3-29.9-45-29.9-72.3 0-27.3 10.6-53 29.9-72.3l382.1-382.1 289.5 289.6c8.9 8.9 8.9 23.3 0 32.2-8.9 8.9-23.3 8.9-32.2 0L480.7 172.6 130.8 522.5c-10.7 10.7-16.6 24.9-16.6 40.1 0 15.1 5.9 29.4 16.6 40.1l265.4 265.4c22.1 22.1 58.1 22.1 80.2 0l209.4-209.4c8.9-8.9 23.3-8.9 32.2 0 8.9 8.9 8.9 23.3 0 32.2L508.5 900.2c-19.9 20-46.1 29.9-72.3 29.9z' fill='%23fff' /%3E%3C/svg%3E");
    top: -7px;
    left: -7px;
    width: 65px;
    height: 65px;
}
.cnt-offer-items .icon-ic3:before {
    background-size: contain;
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3C!--%0Atags: %5Bshovel, pitchfork, digging-tool, gardening, agriculture, farm-tool, manual-labor, soil, gardening-implement, dig%5D%0Aversion: '2.41'%0Aunicode: 'fd3a'%0A--%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M5 3h4' /%3E%3Cpath d='M7 3v12' /%3E%3Cpath d='M4 15h6v3a3 3 0 0 1 -6 0v-3z' /%3E%3Cpath d='M14 21v-3a3 3 0 0 1 6 0v3' /%3E%3Cpath d='M17 21v-18' /%3E%3C/svg%3E%0A");
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
}
.cnt-offer-items .icon-ic4:before {
    background-size: contain;
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg height='800px' width='800px' version='1.1' id='_x32_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M471.241,186.331c-17.954-73.717-72.957-104.36-110.294-116.875V40.069V0h-40.077h-64.876h-64.862h-40.061 v40.069v29.387c-37.354,12.515-92.34,43.158-110.309,116.875C4.596,334.738,141.988,491.894,147.846,498.512L159.805,512h18.03 h156.349h18.015l11.959-13.495C370.031,491.894,507.392,334.738,471.241,186.331z M334.184,471.924H177.835 c0,0-129.754-146.369-98.138-276.114c21.028-86.368,111.435-94.805,111.435-94.805V40.069h64.862h64.876v60.936 c0,0,90.408,8.437,111.45,94.805C463.922,325.555,334.184,471.924,334.184,471.924z'/%3E%3C/g%3E%3C/svg%3E");
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
}
.cnt-offer-items .icon-ic5 {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.cnt-offer-items .icon-ic5:before {
    background-size: contain;
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='800px' height='800px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M190.49 76.718c-1.066-.005-2.13.003-3.197.02-28.426.506-56.814 9.317-81.756 23.757-39.907 23.104-71.644 60.824-80.8 104.44-7.826 37.298 1.858 78.55 36.044 115.742-1.35-11.182-2.183-21.875-2.544-32.038-17.66-27.03-21.263-54.363-15.88-80.008 7.845-37.383 36.108-71.663 72.2-92.56 36.094-20.895 79.364-28.2 116.774-13.882 30.495 11.67 58.04 37.605 75.602 84.684 5.683-1.565 11.46-3.154 17.336-4.776-19.17-51.894-50.605-82.98-86.504-96.72-15.325-5.865-31.285-8.592-47.274-8.66zm238.54 65.05c-4.217-.01-8.232.595-11.915 1.813l8.557 40.032 24.4 15.85 39.74-8.582c-1.454-13.915-12.173-28.51-27.056-38.178-10.717-6.962-22.85-10.904-33.725-10.934zm-100.47 57.79c-91.212 25.175-160.583 44.4-250.48 45.51-5.605 44.858.637 110.842 30.324 190.216H288.79c42.614-73.726 52.533-161.183 39.77-235.727zm94.31 3.7l-81.028 145.85c-6.25 26.707-7.854 35.71-13.358 50.758l107.42-188.143zm-21.35 3.047l-52.223 10.66c.688 5.954 1.242 11.968 1.654 18.032l39.058-7.973zm-199.473 77.98s40.436 52.545 32 80c-3.78 12.303-19.128 21.614-32 21.614s-28.22-9.312-32-21.616c-8.436-27.454 32-80 32-80z'/%3E%3C/svg%3E");
    top: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
}
.cnt-offer-items .item:hover {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
}
.cnt-offer-items .item2:hover {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
}
@media (max-width: 767px) {
    .cnt-offer-items .col {
        flex-basis: calc(50% - 15px);
        -webkit-flex-basis: calc(50% - 15px);
    }
}
@media (max-width: 534px) {
    .cnt-offer-items .col {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }
}




.newsShow article {
    margin: 0 0 50px 0;
    padding: 0px 0px 50px 0;
    border-bottom: 1px solid #dfdfdf;
}
.newsShow article:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.newsShow figure {
    float: left;
    margin-right: 30px;
    width: 300px;
}
.newsShow img {
    width: 100%;
    max-width: 300px;
}
.newsShow header {
    margin: 0 0 25px 0;
}
.newsShow section {
    float: left;
    width: calc(100% - 330px);
}
.newsShow time {
    color: #999;
    display: block;
    margin: 5px 0 0 0;
    text-align: left;
}
.newsShow h3 {
    text-align: left;
    font-size: 33px;
    margin: 0px;
}
.newsShow article p {
    line-height: 1.5em;
}
.newsShow h4 {
    font-size: 20px;
    color: #fee200;
}
.newsShow a.btn {
    margin: 10px 0px 0px 0px;
}
@media (max-width: 767px) {
    .newsShow figure {
        width: 200px;
    }
    .newsShow section {
        float: left;
        width: calc(100% - 230px);
    }
}

@media (max-width: 534px) {
    .newsShow figure {
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
    }
    .newsShow section {
        float: none;
        width: 100%;
    }
}


.contact {
    display: flex;
    flex-wrap: wrap;
}
.contact .col {
    width: 50%;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .contact .col {
        width: 100%;
    }
}



.products-wrapper {
    padding: 0 20px;
}
.products-wrapper h1 {
    text-align: left;
}

.products-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
}
.products-cols .col-3 {
    flex-basis: calc(25% - 15px);
    max-width: calc(25% - 15px);
}
.products-cols .col-9 {
    flex-basis: calc(75% - 15px);
    max-width: calc(75% - 15px);
}
@media (max-width: 979px) {
    .products-cols .col-3 {
        flex-basis: calc(35% - 15px);
        max-width: calc(35% - 15px);
    }
    .products-cols .col-9 {
        flex-basis: calc(65% - 15px);
        max-width: calc(65% - 15px);
    }
}
@media (max-width: 767px) {
    .products-cols .col-3, .products-cols .col-9 {
        flex-basis: 100%;
        max-width: 100%;
    }
}


.products .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}
.products .col {
    flex-basis: calc(33.3333% - (40px / 3));
    max-width: calc(33.3333% - (40px / 3));
    padding: 0;
}

.products-item {
    display: block;
    background-color: #ffffff;
    padding: 0 0 1px 0;
    text-align: center;
    -webkit-transition: -webkit-transform 0.2s linear 0s, transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s, transform 0.2s linear 0s;
}
.products-item figure {
    padding-bottom: 100%;
    position: relative;
    border: 1px solid #e8e8e8;
}
.products-item img {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) ;
    transform: translate(-50%, -50%) ;
}
.products-item:hover {
    -webkit-transform: scale(1.1) ;
    transform: scale(1.1) ;
}
.products-wrapper h3 {
    font-size: 15px;
    margin: 10px 0 5px 0;
}
.products-price {
    margin: 0 0;
    color: #d21d54;
    font-weight: bold;
    text-align: center;
}
.products-wrapper hr {
    margin: 10px 0;
    border-style: solid solid solid solid;
    border-width: 0;
    border-radius: 0;
    height: 1px;
    background-color: #e8e8e8;
}


.products-filters {
    background-color: #f5f5f5;
    padding: 20px;
}
.products-filters-h {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #000;
}
.products-filters ul > span {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}
.products-filters li.current a {
    color: #ee3136;
}



.products-promotion, .products-new {
    display: inline-block;
    padding: 3px 5px;
    color: #fff;
    float: left;
    margin: 3px;
    background: #d21d54;
    z-index: 9;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
}
.products-new {
    background: #d21d54;
}


@media (max-width: 979px) {
    .products .col {
        flex-basis: calc(50% - (20px / 2));
        max-width: calc(50% - (20px / 2));
    }
}
@media (max-width: 425px) {
    .products .col {
        flex-basis: 100%;
        max-width: 100%;
    }
}



.product-wrapper {

}

.product-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
}
.product-cols .col-4 {
    flex-basis: calc(30% - 15px);
    max-width: calc(30% - 15px);
}
.product-cols .col-8 {
    flex-basis: calc(70% - 15px);
    max-width: calc(70% - 15px);
}
.product-cols .col-12 {
    flex-basis: 100%;
    max-width: 100%;
}
@media (max-width: 979px) {
    .product-cols .col-4 {
        flex-basis: calc(35% - 15px);
        max-width: calc(35% - 15px);
    }
    .product-cols .col-8 {
        flex-basis: calc(65% - 15px);
        max-width: calc(65% - 15px);
    }
}
@media (max-width: 767px) {
    .product-cols .col-4, .product-cols .col-8 {
        flex-basis: 100%;
        max-width: 100%;
    }
}



.product-photo {
    text-align: center;
}
.product-photo a {
    display: block;
    border: 1px solid #e8e8e8;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.product-photo img {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.product-photo-big {
    margin-bottom: 20px;
}

.product-photo-small {
    position: relative;
}
.product-photo-small .item {
    cursor: pointer;
    width: calc(33.333% - 10px);
    float: left;
    margin-left: 15px;
}
.product-photo-small .item:first-child {
    margin-left: 0;
}

.product-price {
    margin: 0 0;
    color: #ee3136;
    font-weight: bold;
    font-size: 20px;
}


.product-labels {
    margin: 10px 0 0 0;
}
.product-labels .item {
    text-align: center;
    padding: 5px 0 10px 0;
    color: #000;
    float: left;
    margin: 0 5px 5px 0;
    width: 105px;
    border: 2px solid #e8e8e8;
}
.product-labels .item span {
    font-size: 12px;
}
i[class^="icon-label-"] {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin: 5px 0;
}
.icon-label-sun {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1C11 0.447715 11.4477 0 12 0C12.5523 0 13 0.447715 13 1V3C13 3.55228 12.5523 4 12 4C11.4477 4 11 3.55228 11 3V1Z' fill='%2380a229'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM8.06167 12C8.06167 14.1751 9.82492 15.9383 12 15.9383C14.1751 15.9383 15.9383 14.1751 15.9383 12C15.9383 9.82492 14.1751 8.06167 12 8.06167C9.82492 8.06167 8.06167 9.82492 8.06167 12Z' fill='%2380a229'/%3E%3Cpath d='M20.4853 3.51472C20.0947 3.12419 19.4616 3.12419 19.0711 3.51472L17.6568 4.92893C17.2663 5.31946 17.2663 5.95262 17.6568 6.34315C18.0474 6.73367 18.6805 6.73367 19.0711 6.34315L20.4853 4.92893C20.8758 4.53841 20.8758 3.90524 20.4853 3.51472Z' fill='%2380a229'/%3E%3Cpath d='M1 13C0.447715 13 0 12.5523 0 12C0 11.4477 0.447715 11 1 11H3C3.55228 11 4 11.4477 4 12C4 12.5523 3.55228 13 3 13H1Z' fill='%2380a229'/%3E%3Cpath d='M3.51472 3.51472C3.1242 3.90524 3.1242 4.53841 3.51472 4.92893L4.92894 6.34315C5.31946 6.73367 5.95263 6.73367 6.34315 6.34315C6.73368 5.95262 6.73368 5.31946 6.34315 4.92893L4.92894 3.51472C4.53841 3.12419 3.90525 3.12419 3.51472 3.51472Z' fill='%2380a229'/%3E%3Cpath d='M11 21C11 20.4477 11.4477 20 12 20C12.5523 20 13 20.4477 13 21V23C13 23.5523 12.5523 24 12 24C11.4477 24 11 23.5523 11 23V21Z' fill='%2380a229'/%3E%3Cpath d='M6.34315 17.6569C5.95263 17.2663 5.31946 17.2663 4.92894 17.6569L3.51473 19.0711C3.1242 19.4616 3.1242 20.0948 3.51473 20.4853C3.90525 20.8758 4.53842 20.8758 4.92894 20.4853L6.34315 19.0711C6.73368 18.6805 6.73368 18.0474 6.34315 17.6569Z' fill='%2380a229'/%3E%3Cpath d='M21 13C20.4477 13 20 12.5523 20 12C20 11.4477 20.4477 11 21 11H23C23.5523 11 24 11.4477 24 12C24 12.5523 23.5523 13 23 13H21Z' fill='%2380a229'/%3E%3Cpath d='M17.6568 17.6569C17.2663 18.0474 17.2663 18.6805 17.6568 19.0711L19.0711 20.4853C19.4616 20.8758 20.0947 20.8758 20.4853 20.4853C20.8758 20.0948 20.8758 19.4616 20.4853 19.0711L19.0711 17.6569C18.6805 17.2663 18.0474 17.2663 17.6568 17.6569Z' fill='%2380a229'/%3E%3C/svg%3E");
}
.icon-label-suncloud {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='397.615 212.713 21.045 21' width='21.045px' height='21px'%3E%3Cpath d='M 404.115 212.713 C 404.667 212.713 405.115 213.161 405.115 213.713 L 405.115 214.713 C 405.115 215.265 404.667 215.713 404.115 215.713 C 403.563 215.713 403.115 215.265 403.115 214.713 L 403.115 213.713 C 403.115 213.161 403.563 212.713 404.115 212.713 Z M 408.711 214.617 C 409.102 215.007 409.102 215.641 408.711 216.031 L 408.004 216.738 C 407.614 217.129 406.98 217.129 406.59 216.738 C 406.199 216.348 406.199 215.714 406.59 215.324 L 407.297 214.617 C 407.687 214.226 408.321 214.226 408.711 214.617 Z M 401.641 221.688 C 402.032 222.078 402.032 222.712 401.641 223.102 L 400.934 223.809 C 400.544 224.2 399.91 224.2 399.52 223.809 C 399.129 223.419 399.129 222.785 399.52 222.395 L 400.227 221.688 C 400.617 221.297 401.251 221.297 401.641 221.688 Z M 397.615 219.213 C 397.615 218.661 398.063 218.213 398.615 218.213 L 399.615 218.213 C 400.167 218.213 400.615 218.661 400.615 219.213 C 400.615 219.765 400.167 220.213 399.615 220.213 L 398.615 220.213 C 398.063 220.213 397.615 219.765 397.615 219.213 Z M 399.52 214.617 C 399.91 214.226 400.544 214.226 400.934 214.617 L 401.641 215.324 C 402.032 215.714 402.032 216.348 401.641 216.738 C 401.251 217.129 400.617 217.129 400.227 216.738 L 399.52 216.031 C 399.129 215.641 399.129 215.007 399.52 214.617 Z M 404.042 221.397 C 403.782 221.884 403.176 222.067 402.689 221.806 C 402.532 221.719 402.345 221.593 402.21 221.485 C 401.637 220.96 401.115 220.018 401.115 219.168 C 401.115 218.411 401.506 217.534 401.994 217.046 C 402.482 216.559 403.359 216.168 404.115 216.168 C 405.143 216.168 406.242 216.929 406.751 217.734 C 406.864 217.952 406.94 218.232 406.94 218.232 C 406.969 218.295 406.94 218.232 406.94 218.232 C 407.205 218.716 407.028 219.324 406.544 219.59 C 406.06 219.855 405.452 219.678 405.186 219.194 C 405.186 219.194 405.157 219.131 405.186 219.194 C 405.186 219.194 405.052 218.786 404.996 218.694 C 404.827 218.253 404.605 218.168 404.115 218.168 C 403.767 218.168 403.644 218.225 403.408 218.461 C 403.172 218.697 403.115 218.82 403.115 219.168 C 403.115 219.562 403.163 219.732 403.481 219.941 C 403.541 219.993 403.566 220.011 403.633 220.044 C 404.12 220.304 404.303 220.91 404.042 221.397 Z M 406.46 233.713 C 404.938 233.673 403.371 233.044 402.375 232.093 C 401.376 231.138 400.66 229.606 400.66 228.127 C 400.66 226.893 401.198 225.533 402.01 224.612 C 402.815 223.698 403.807 223.16 404.988 222.842 C 405.46 222.026 406 221.345 406.914 220.734 C 407.824 220.126 409.077 219.713 410.273 219.713 C 411.794 219.713 413.359 220.356 414.38 221.281 C 415.405 222.21 415.931 223.313 416.176 224.573 C 417.013 224.952 417.324 225.359 417.823 226.11 C 418.321 226.859 418.66 227.907 418.66 228.853 C 418.66 230.129 418.036 231.478 417.183 232.302 C 416.332 233.123 414.963 233.672 413.66 233.713 Z M 413.66 231.713 C 414.566 231.754 415.197 231.439 415.794 230.863 C 416.388 230.29 416.66 229.709 416.66 228.853 C 416.66 228.216 416.506 227.742 416.157 227.216 C 415.809 226.692 415.447 226.351 414.871 226.134 C 414.521 225.986 414.284 225.652 414.262 225.272 C 414.242 224.218 413.803 223.457 413.037 222.763 C 412.268 222.066 411.414 221.713 410.273 221.713 C 409.391 221.713 408.714 221.937 408.025 222.397 C 407.341 222.855 406.877 223.373 406.577 224.113 C 406.44 224.426 406.152 224.648 405.814 224.701 C 404.788 224.827 404.105 225.26 403.51 225.934 C 402.922 226.602 402.66 227.261 402.66 228.127 C 402.66 229.181 403.019 229.942 403.757 230.647 C 404.498 231.356 405.331 231.753 406.46 231.713 Z' style='fill: rgb(128, 162, 41);' transform='matrix(1, 0, 0, 1, 0, 2.842170943040401e-14)'/%3E%3C/svg%3E");
}
.icon-label-cloud {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='361.559 217.395 20 16' width='20px' height='16px'%3E%3Cpath d='M 366.373 221.028 C 366.869 219.899 367.511 219.27 368.524 218.568 C 369.536 217.867 370.917 217.395 372.248 217.395 C 373.942 217.395 375.666 218.129 376.798 219.193 C 377.932 220.259 378.534 221.551 378.784 223.013 C 379.711 223.445 380.098 223.939 380.647 224.797 C 381.194 225.652 381.559 226.819 381.559 227.892 C 381.559 229.34 380.889 230.842 379.948 231.783 C 379.008 232.724 377.506 233.351 376.059 233.395 L 367.959 233.395 C 366.265 233.352 364.54 232.631 363.436 231.538 C 362.332 230.444 361.559 228.727 361.559 227.044 C 361.559 225.641 362.139 224.121 363.035 223.067 C 363.926 222.019 365.044 221.386 366.373 221.028 Z M 367.219 222.882 C 366.046 223.036 365.242 223.558 364.558 224.363 C 363.879 225.162 363.559 225.998 363.559 227.044 C 363.559 228.316 363.994 229.275 364.844 230.117 C 365.695 230.961 366.67 231.438 367.959 231.395 L 376.059 231.395 C 377.097 231.439 377.845 231.058 378.534 230.369 C 379.222 229.68 379.559 228.931 379.559 227.892 C 379.559 227.118 379.368 226.509 378.963 225.876 C 378.559 225.246 378.121 224.824 377.458 224.561 C 377.113 224.41 376.882 224.078 376.861 223.703 C 376.828 222.433 376.309 221.478 375.428 220.651 C 374.547 219.822 373.549 219.395 372.248 219.395 C 371.241 219.395 370.451 219.666 369.664 220.212 C 368.878 220.756 368.331 221.397 367.981 222.282 C 367.847 222.6 367.559 222.827 367.219 222.882 Z' style='fill: rgb(128, 162, 41);'/%3E%3C/svg%3E");
}
.icon-label-flower {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='357.8421 239.8177 21.343 21.343' width='21.343px' height='21.343px'%3E%3Cg id='_x32_' style='' transform='matrix(0.04268600419163704, 0, 0, 0.04268600419163704, 350.66705844800254, 239.6617162177222)'%3E%3Cg transform='matrix(0.976561, 0, 0, 0.976561, 168.089144, 3.654274)'%3E%3Cpath class='st0' d='M495.037,198.99c-7.773-11.85-17.919-21.956-29.752-29.736c1.427-6.872,2.204-13.85,2.204-20.836 c0.032-26.502-10.211-53.182-30.472-73.451c-20.245-20.244-46.917-30.48-73.411-30.465c-6.994,0-13.988,0.794-20.869,2.212 c-7.772-11.824-17.887-21.97-29.735-29.751C296.664,6.241,276.986-0.008,256.012,0c-20.982-0.008-40.668,6.241-57.007,16.963 c-11.849,7.78-21.963,17.918-29.743,29.751c-6.881-1.418-13.867-2.212-20.861-2.212c-26.494-0.016-53.165,10.212-73.41,30.465 c-20.261,20.261-30.505,46.941-30.48,73.442c0,6.994,0.786,13.972,2.212,20.853c-11.841,7.772-21.98,17.887-29.752,29.735 C6.249,215.336-0.008,235.014,0,255.988c-0.008,20.982,6.248,40.66,16.962,56.999c7.78,11.856,17.919,21.979,29.76,29.751 c-1.426,6.881-2.212,13.859-2.212,20.853c-0.025,26.494,10.22,53.174,30.465,73.418h0.008 c20.254,20.261,46.933,30.497,73.435,30.481c6.986,0,13.972-0.794,20.845-2.205c7.764,11.833,17.878,21.972,29.727,29.744 c16.339,10.73,36.017,16.979,57.007,16.971c20.99,0.008,40.668-6.241,57.006-16.971c11.848-7.772,21.972-17.911,29.744-29.744 c6.872,1.411,13.85,2.205,20.844,2.205c26.502,0.016,53.182-10.22,73.427-30.481c20.261-20.244,30.505-46.933,30.472-73.434 c0-6.986-0.778-13.956-2.204-20.837c11.833-7.772,21.979-17.878,29.76-29.727c10.714-16.347,16.971-36.033,16.955-57.023 C512.016,235.005,505.759,215.319,495.037,198.99z M464.102,292.726c-6.905,10.52-16.695,18.948-28.147,24.102l-15.869,7.14 l6.168,16.274c2.82,7.464,4.246,15.39,4.246,23.333c-0.016,17.092-6.516,34.128-19.645,47.273 c-13.146,13.129-30.181,19.629-47.265,19.645c-7.95,0-15.868-1.426-23.341-4.255l-16.273-6.159l-7.149,15.868 c-5.155,11.452-13.575,21.249-24.103,28.147c-10.536,6.889-23.081,10.9-36.729,10.908c-13.648-0.008-26.178-4.012-36.714-10.908 c-10.527-6.898-18.948-16.695-24.11-28.147l-7.149-15.868l-16.273,6.159c-7.464,2.828-15.39,4.255-23.333,4.255 c-17.092-0.016-34.136-6.516-47.282-19.645h0.008c-13.13-13.146-19.621-30.173-19.637-47.258c0-7.95,1.426-15.876,4.255-23.348 l6.167-16.274l-15.868-7.14c-11.452-5.162-21.25-13.599-28.155-24.128c-6.888-10.535-10.9-23.072-10.908-36.713 c0.008-13.632,4.02-26.161,10.908-36.697c6.906-10.527,16.696-18.956,28.155-24.118l15.868-7.14l-6.167-16.274 c-2.829-7.472-4.255-15.399-4.255-23.349c0.016-17.092,6.516-34.12,19.653-47.281c13.13-13.122,30.157-19.613,47.241-19.63 c7.95,0,15.877,1.427,23.349,4.263l16.265,6.16l7.157-15.86c5.162-11.46,13.59-21.258,24.118-28.155 c10.544-6.897,23.074-10.901,36.722-10.909c13.64,0.008,26.169,4.012,36.705,10.909c10.519,6.896,18.956,16.695,24.118,28.155 l7.148,15.86l16.266-6.16c7.472-2.836,15.399-4.263,23.357-4.263c17.084,0.017,34.112,6.508,47.249,19.63 c13.129,13.161,19.629,30.197,19.645,47.289c0,7.942-1.426,15.877-4.246,23.341l-6.168,16.274l15.869,7.14 c11.452,5.154,21.25,13.583,28.147,24.103c6.889,10.535,10.892,23.065,10.909,36.713 C474.995,269.652,470.991,282.189,464.102,292.726z' style='fill: rgb(128, 162, 41);'/%3E%3Cpath class='st0' d='M254.821,179.62c1.451-3.299,2.585-6.046,3.395-8.129c10.333-26.259,13.778-38.221,0.697-50.24 c-1.848-1.564-3.672-3.153-5.43-4.766c-1.686,1.719-3.412,3.372-5.187,4.993c-12.578,12.554-8.607,24.354,2.804,50.118 C252,173.678,253.273,176.377,254.821,179.62z' style='fill: rgb(128, 162, 41);'/%3E%3Cpath class='st0' d='M192.287,200.391c2.066,0.802,4.887,1.832,8.275,2.998c-1.297-3.306-2.464-6.094-3.348-8.136 c-11.257-25.829-17.254-36.754-35.002-36c-2.4,0.218-4.799,0.372-7.189,0.446c-0.008,2.398-0.073,4.798-0.17,7.221 C154.844,184.701,166.004,190.228,192.287,200.391z' style='fill: rgb(128, 162, 41);'/%3E%3Cpath class='st0' d='M179.587,257.187c-3.258-1.426-6.029-2.568-8.104-3.379c-26.243-10.349-38.205-13.81-50.232-0.737 c-1.556,1.856-3.136,3.679-4.766,5.454c1.718,1.661,3.38,3.412,4.993,5.187c12.529,12.546,24.362,8.598,50.134-2.804 C173.655,259.984,176.386,258.736,179.587,257.187z' style='fill: rgb(128, 162, 41);'/%3E%3Cpath class='st0' d='M159.261,349.805c0.226,2.383,0.373,4.782,0.437,7.173c2.399,0,4.814,0.081,7.222,0.17 c17.773,0.007,23.308-11.144,33.495-37.435c0.818-2.082,1.864-4.927,3.023-8.315c-3.322,1.337-6.11,2.496-8.177,3.396 C169.432,326.018,158.507,332.04,159.261,349.805z' style='fill: rgb(128, 162, 41);'/%3E%3Cpath class='st0' d='M257.195,332.364c-1.442,3.275-2.602,6.07-3.412,8.145c-10.317,26.25-13.77,38.213-0.69,50.24 c1.848,1.564,3.671,3.153,5.43,4.765c1.678-1.718,3.42-3.379,5.195-4.992c12.57-12.554,8.591-24.354-2.813-50.127 C260,338.329,258.735,335.59,257.195,332.364z' style='fill: rgb(128, 162, 41);'/%3E%3Cpath class='st0' d='M256.012,221.616c-18.997,0-34.387,15.391-34.387,34.38s15.39,34.379,34.387,34.379 c18.98,0,34.371-15.39,34.371-34.379S274.993,221.616,256.012,221.616z' style='fill: rgb(128, 162, 41);'/%3E%3Cpath class='st0' d='M352.747,162.211c-0.219-2.406-0.374-4.789-0.438-7.188c-2.398,0-4.814-0.081-7.229-0.178 c-17.765-0.008-23.292,11.144-33.496,37.451c-0.818,2.083-1.84,4.879-3.006,8.275c3.323-1.33,6.095-2.456,8.169-3.379 C342.583,185.957,353.493,179.952,352.747,162.211z' style='fill: rgb(128, 162, 41);'/%3E%3Cpath class='st0' d='M319.713,311.577c-2.092-0.811-4.912-1.848-8.299-3.015c1.329,3.314,2.472,6.102,3.388,8.177 c11.249,25.837,17.246,36.754,34.995,36.008c2.398-0.219,4.798-0.381,7.188-0.446c0.008-2.408,0.073-4.806,0.187-7.238 C357.156,327.299,346.02,321.755,319.713,311.577z' style='fill: rgb(128, 162, 41);'/%3E%3Cpath class='st0' d='M340.412,251.084c-2.075,0.883-4.798,2.164-8.007,3.712c3.274,1.442,6.046,2.585,8.129,3.395 c26.226,10.35,38.196,13.794,50.223,0.714c1.564-1.84,3.137-3.672,4.766-5.438c-1.719-1.67-3.38-3.403-4.992-5.178 C378,235.726,366.167,239.682,340.412,251.084z' style='fill: rgb(128, 162, 41);'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-label-watering {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='384.4506 241.2125 27.0225 22.2058' width='27.0225px' height='22.2058px'%3E%3Cg transform='matrix(0.5765504720747181, 0, 0, 0.5765504720747181, 384.79557127507445, 241.912412137073)' style=''%3E%3Cpath d='M43.026,30.025c-1.122,0-2.031,2.91-2.031,4.031c0,1.122,0.909,2.031,2.031,2.031s2.031-0.909,2.031-2.031 C45.057,32.936,44.148,30.025,43.026,30.025z' style='fill: none; stroke-width: 2.42823px;'/%3E%3Cpath d='M 46.271 34.056 C 46.271 34.865 45.841 35.83 45.321 36.351 C 44.8 36.871 43.835 37.301 43.026 37.301 C 42.217 37.301 41.252 36.871 40.731 36.351 C 40.211 35.83 39.781 34.865 39.781 34.056 C 39.781 33.362 40.062 32.114 40.472 31.147 C 40.679 30.656 40.986 30.098 41.304 29.718 C 41.654 29.301 42.404 28.811 43.026 28.811 C 43.648 28.811 44.399 29.301 44.748 29.718 C 45.066 30.099 45.373 30.657 45.58 31.147 C 45.99 32.114 46.271 33.362 46.271 34.056 Z M 43.344 32.094 C 43.232 31.828 43.133 31.63 43.026 31.466 C 42.919 31.63 42.82 31.828 42.708 32.094 C 42.382 32.862 42.209 33.629 42.209 34.056 C 42.209 34.369 42.234 34.419 42.448 34.634 C 42.663 34.848 42.713 34.873 43.026 34.873 C 43.339 34.873 43.389 34.848 43.604 34.634 C 43.818 34.419 43.843 34.369 43.843 34.056 C 43.843 33.63 43.67 32.862 43.344 32.094 Z' style='fill: rgb(128, 162, 41);'/%3E%3Cpath d='M36.638,24.143c0.97,1.908,2.862,3.215,5.019,3.407c0.356,0.032,0.708-0.103,0.954-0.36 c0.246-0.261,0.358-0.619,0.307-0.974l-1.436-9.814c-0.052-0.354-0.263-0.665-0.573-0.844c-0.31-0.179-0.685-0.206-1.017-0.074 c-2.011,0.801-3.45,2.596-3.833,4.702L24.894,21.82l5.505-6.979c0.801-1.015,0.681-2.476-0.274-3.347l-9.291-8.47 c-0.955-0.87-2.421-0.854-3.357,0.036l-0.204,0.193c-0.234-0.268-0.481-0.526-0.75-0.771C14.767,0.881,12.492,0,10.118,0 C7.449,0,4.887,1.131,3.089,3.102c-3.472,3.81-3.255,9.69,0.433,13.246c-0.44,0.463-0.692,1.074-0.686,1.717 c0.007,0.684,0.298,1.334,0.804,1.794l11.307,10.309c0.505,0.461,1.18,0.691,1.861,0.636c0.682-0.057,1.31-0.394,1.733-0.93 l2.749-3.484L36.638,24.143z M5.307,5.123C6.537,3.773,8.291,3,10.119,3c1.625,0,3.181,0.604,4.383,1.699 c0.216,0.197,0.41,0.409,0.593,0.627l-9.409,8.947C3.08,11.849,2.903,7.76,5.307,5.123z' style='fill: none; stroke-width: 2.42823px;'/%3E%3Cpath d='M 21.944 27.521 L 19.494 30.626 C 18.882 31.321 17.824 31.887 16.906 32.014 C 15.98 32.039 14.847 31.652 14.129 31.065 L 2.823 20.757 C 2.172 20.096 1.682 19.002 1.622 18.076 C 1.662 17.196 1.794 17.01 2.024 16.503 C 0.441 14.599 -0.504 12.465 -0.593 9.861 C -0.681 7.258 0.329 4.404 2.192 2.284 C 4.193 0.167 7.204 -1.214 10.118 -1.214 C 12.695 -1.214 15.361 -0.147 17.304 1.552 L 16.439 2.371 L 16.64 2.18 C 16.868 1.986 17.135 1.808 17.419 1.658 C 17.691 1.912 17.957 2.191 18.188 2.454 L 17.468 1.633 C 18.011 1.353 18.614 1.174 19.135 1.168 C 19.946 1.159 20.968 1.568 21.652 2.127 L 30.943 10.597 C 31.563 11.227 32.064 12.206 32.131 13.014 C 32.197 13.823 31.862 14.87 31.352 15.593 L 27.736 20.177 L 35.11 19.098 C 35.824 17.056 37.183 15.341 39.443 14.356 C 40.043 14.182 40.977 14.195 41.516 14.507 C 42.055 14.818 42.533 15.62 42.683 16.226 L 44.12 26.043 C 44.149 26.666 43.872 27.533 43.488 28.03 C 43.021 28.434 42.176 28.753 41.549 28.759 C 39.101 28.462 37.309 27.209 36.04 25.458 Z M 20.636 25.259 L 37.361 22.81 L 37.72 23.593 C 38.486 25.26 39.871 26.234 41.709 26.338 L 40.288 16.631 C 38.558 17.256 37.51 18.587 37.254 20.403 L 37.133 21.256 L 22.052 23.463 L 29.446 14.089 C 29.737 13.797 29.743 13.606 29.71 13.213 C 29.678 12.819 29.642 12.632 29.307 12.391 L 20.016 3.921 C 19.745 3.61 19.556 3.592 19.161 3.596 C 18.767 3.6 18.578 3.623 18.314 3.94 L 18.107 4.135 L 17.188 5.005 L 16.358 4.052 C 16.143 3.804 15.945 3.596 15.705 3.38 C 14.139 1.896 12.273 1.214 10.118 1.214 C 7.694 1.214 5.581 2.095 3.986 3.92 C 2.377 5.609 1.76 7.601 1.834 9.779 C 1.908 11.957 2.66 13.901 4.365 15.474 L 5.339 16.373 L 4.402 17.184 C 4.083 17.461 3.998 17.647 4.05 18.053 C 4.004 18.495 4.096 18.702 4.457 18.961 L 15.765 29.271 C 16.057 29.606 16.272 29.68 16.709 29.594 C 17.153 29.607 17.354 29.499 17.588 29.122 Z M 4.41 4.305 C 5.844 2.809 8.046 1.786 10.119 1.786 C 11.964 1.786 13.929 2.59 15.32 3.802 C 15.575 4.038 15.825 4.308 16.025 4.545 L 16.76 5.418 L 5.674 15.96 L 4.859 15.162 C 3.411 13.744 2.483 11.698 2.405 9.829 C 2.326 7.959 3.08 5.842 4.41 4.305 Z M 4.831 9.727 C 4.891 11.167 5.124 11.729 5.735 12.551 L 13.357 5.304 C 12.425 4.537 11.375 4.214 10.119 4.214 C 8.536 4.214 7.231 4.737 6.204 5.941 C 5.13 7.041 4.77 8.287 4.831 9.727 Z' style='fill: rgb(128, 162, 41);'/%3E%3C/g%3E%3C/svg%3E");
}



.product-fields {
    margin: 20px 0 0 0;
}
.product-fields div {
    margin: 10px 0;
}
.product-fields span.label {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.product-fields span.value {
    display: inline-block;
    vertical-align: top;
}


.product-contact {
    background: #f5f5f5;
    padding: 20px;
    width: 270px;
    float: right;
    font-size: 14px;
    margin: 0 0 0 20px;
}
.product-contact-phone {
    padding-left: 50px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.product-contact-phone a {
    font-weight: bold;
    font-size: 22px;
}
.product-contact-phone .icon-phone {
    position: absolute;
    left: 0;
    top: 3px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg id='_28d7dbcâ€¦' data-name='28d7dbcâ€¦' transform='translate(-9.993 -9.449)'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(9.993 9.449)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M16.76-502.443a5.554,5.554,0,0,0-.651.274,24.893,24.893,0,0,0-3.417,2.826c-1.827,1.777-2.618,2.913-2.689,3.868a13.581,13.581,0,0,0,.886,4.5c1.45,3.868,4.256,8.111,8.52,12.848,1.317,1.464,4.7,4.847,6.168,6.162,4.632,4.157,8.763,6.921,12.58,8.4a14.166,14.166,0,0,0,4.915.995,4.991,4.991,0,0,0,2.109-1.151,25.474,25.474,0,0,0,4.57-5.167,2.227,2.227,0,0,0,.243-1.331,1.974,1.974,0,0,0-.212-1.213,2.535,2.535,0,0,0-.431-.6c-.274-.259-7.917-5.332-8.449-5.606a1.821,1.821,0,0,0-1.058-.2c-1.027,0-1.38.141-4.287,1.8l-1.3.736-.744-.556a50.978,50.978,0,0,1-5.354-4.839,50.983,50.983,0,0,1-4.844-5.355l-.564-.744.909-1.589a11.61,11.61,0,0,0,1.575-3.281,2.607,2.607,0,0,0-.133-1.746c-.337-.65-5.534-8.4-5.777-8.6A3.116,3.116,0,0,0,16.76-502.443Zm1.442,1.527c.133.134,2.971,4.385,4.86,7.274.69,1.057.729,1.135.69,1.441a14.286,14.286,0,0,1-1.7,3.39c-.564.987-1.066,1.855-1.105,1.934-.133.235,1.191,2.059,3.01,4.134.439.493,1.834,1.941,3.112,3.21a44.741,44.741,0,0,0,6.4,5.606l.753.509.243-.157c.572-.345,3.135-1.786,3.942-2.216a4.236,4.236,0,0,1,1.254-.5l.384-.047,4.154,2.756c2.289,1.512,4.2,2.811,4.256,2.882a1.153,1.153,0,0,1-.055.995,24.843,24.843,0,0,1-4.711,5.23,1.349,1.349,0,0,1-1.074.29c-3.315,0-8.41-2.6-13.685-6.992a91.221,91.221,0,0,1-10.3-10.287c-4.406-5.277-6.953-10.257-7.008-13.663a1.4,1.4,0,0,1,.212-.971,25.354,25.354,0,0,1,5.1-4.7C17.457-501.111,17.959-501.158,18.2-500.916Z' transform='translate(-9.993 502.552)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.product-contact-msg {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #b6b6b6;
}
.product-contact-msg .btn {
    margin-top: 10px;
}

@media (max-width: 979px) {
    .product-contact {
        float: none;
        margin: 0;
        width: 100%;
    }
}




.breadcrumb {
    font-size: 12px;
    text-transform: uppercase;
    margin: 25px auto 0 auto;
}
.breadcrumb span {
    margin: 0 10px;
}
.breadcrumb span.icon-home {
    margin: -2px 0 0 0;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-home' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.5' stroke='%235c5c5c' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpolyline points='5 12 3 12 12 3 21 12 19 12' /%3E%3Cpath d='M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7' /%3E%3Cpath d='M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6' /%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
}
.breadcrumb a {
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb + * {
    margin-top: 15px;
}
