/*!
 * 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;

	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;
}
.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: 104200;
    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: 104300;
    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; }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 24px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 22px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 0;
  outline: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  margin-top: 5px;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px 10px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  margin-top: -5px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  /*display: block;*/
    display: none;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border:0;
  border-radius: 0; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 24px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 25px;
    margin-top: 2px;
    padding-right: 0px;
  }
  .select2-container--default .select2-selection--single .select2-selection__clear span {
      vertical-align: 4px;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 24px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 0;
  border-radius: 0;
  cursor: text;
  padding-bottom: 1px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 2px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ecf0f1;
    border: 1px solid #ecf0f1;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 2px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -2px;
    white-space: nowrap; }
.select2-container--default .select2-selection--multiple .select2-selection__choice:before {
  display: none;
}
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #ecf0f1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 20px; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ecf0f1; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5dc6ed;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px 10px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5dc6ed; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ecf0f1;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5dc6ed; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5dc6ed; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5dc6ed; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5dc6ed; }

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;}
* html .clearfix, * html .cf {height: 1%; /* IE5-6 */}
*+html .clearfix, *+html .cf {display: inline-block; /* IE7not8 */}
.clearfix:after, .cf:after { /* FF, IE8, O, S, etc. */content: ".";display: block;height: 0;clear: both;visibility: hidden;overflow: hidden;}
.clear2{clear:both;}
﻿@charset "utf-8";
@import "/assets/css/reset.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');


/* 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-family: 'Roboto', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #515151;
    background: #fff;
    margin: 0;
    padding: 90px 0 0 0;
    min-width: 320px;
}
body.sticky {
}

a {
    color: #343b4a;
}
a:not(.btn):not(.btn2):hover {
    color: #000;
}


@media (max-width: 1099px) {
    body {
        padding-top: 60px;
    }
}
@media (max-width: 534px) {
    body {
        padding-top: 100px;
    }
}


/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1170px;
    position: relative;
}

main {
    min-height: 300px;
}

.header-wrapper {
    height: 90px;
    background: #fff;
    z-index: 99999;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    border-bottom: 1px solid #f4f4f4;
}
.header-wrapper .container {
    height: 100%;
}


.logo {
}
.logo img {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 220px;
    transform: translateY(-50%);
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.sticky .logo img {
    width: 150px;
}


.langs {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: RGBA(255,255,255,0.5);
    border-radius: 0 0 0 0;
    padding: 0;
    height: 27px;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.langs li {
    display: none;
}
.langs li a {
    text-align: left;
    padding: 5px 8px;
    display: block;
    font-size: 14px;
    width: 62px;
}
.langs li a img {
    margin-right: 4px;
    width: 20px;
    height: 12px;
}
.langs li.current {
    display: block;
}
.langs .opened {
    background: #41c8f0;
}
.langs .opened li {
    display: block;
}
.langs .opened li a {
    color: #fff;
}

@media (max-width: 1099px) {
    .header-wrapper {
        height: 60px;
    }
    .logo img {
        left: 70px;
        width: 190px;
    }
}
@media (max-width: 767px) {
    .logo img {
        width: 150px;
    }
}
@media (max-width: 534px) {
    .header-wrapper {
        height: 100px;
        position: absolute;
    }
    .header-wrapper .container {
        padding-top: 65px;
        text-align: center;
    }
    .logo img {
        top: 30%;
    }
    .langs {
        position: static;
        top: auto;
        transform: none;
        display: inline-block;
        vertical-align: middle;
    }
}




.sticky .header-wrapper {
    height: 60px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.sticky .header-wrapper .container {
    padding-top: 0;
}
.sticky .logo img {
    margin-left: 0;
}
@media (max-width: 979px) {
    .sticky .header-wrapper {
        height: 50px;
    }
    .sticky .logo img {
        left: 50px;
    }
}
@media (max-width: 534px) {
    .sticky .header-wrapper {
        height: 100px;
    }
}


.header-nav {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    text-align: right;
    transition: bottom .25s linear;
    -moz-transition: bottom .25s linear;
    -webkit-transition: bottom .25s linear;
    z-index: 998;
}

.header-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.header-nav-profile {
    position: relative;
}
.header-nav-profile-a .icon-user {
    vertical-align: -6px;
}

.header-nav-profile-sub {
    display: none;
    background: #f8f8f8;
    position: absolute;
    top: 30px;
    right: 0;
    width: 150px;
    padding: 15px 0;
    z-index: 9;
}
.header-nav-profile-sub.opened {
    display: block;
}
.header-nav-profile-sub li {
    padding: 5px 15px;
}

.header-nav-notify {
    position: relative;
    margin-right: 5px;
}
.header-nav-notify .icon-notify[data-count]:before {
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
    border-radius: 15px;
    background: #ff0000;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    content: attr(data-count);
}

.header-nav-msg {
    position: relative;
    margin-right: 5px;
}
.header-nav-msg .icon-msg[data-count]:before {
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
    border-radius: 15px;
    background: #ff0000;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    content: attr(data-count);
}

.header-nav-notify-box {
    display: none;
    background: #f8f8f8;
    position: absolute;
    top: 30px;
    left: 50%;
    width: 240px;
    margin-left: -120px;
    padding: 5px 0;
    z-index: 9;
    text-align: left;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #e1e1e1;
}
.header-nav-notify-box.opened {
    display: block;
}
/*strzałeczka*/
.header-nav-notify-box:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e1e1e1;
}

.header-nav-notify-box li {
    padding: 10px 10px 10px 45px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
.header-nav-notify-box li:last-child {
    border-bottom: 0;
}
.header-nav-notify-box li.bold {
    font-weight: bold;
}
.header-nav-notify-box li small {
    display: block;
    color: #7c7c7c;
}
.header-nav-notify-box li .icon-info {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-info' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3Cline x1='12' y1='8' x2='12.01' y2='8' /%3E%3Cpolyline points='11 12 12 12 12 16 13 16' /%3E%3C/svg%3E");
}
.header-nav-notify-box li.empty {
    padding: 10px;
    position: relative;
    text-align: center;
}


@media (max-width: 534px) {
    .header-nav {
        position: static;
        top: auto;
        transform: none;
        display: inline-block;
    }
    .header-nav > div:last-child {
        margin-left: 10px;
    }

    .header-nav > * {
        margin-left: 10px;
    }
}



.footer {
    font-size: 16px;
    margin: 50px 0 0 0;
    background: #000;
    padding: 50px 0;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.footer-h {
    margin: 15px 0;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.footer-links a {
    clear: both;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #fff;
}
.footer-links a:hover {
    text-decoration: underline;
}

.footer-copy {
    text-align: left;
    font-size: 13px;
    color: #c3c3c3;
}
.footer-copy img {
    width: 100%;
    max-width: 250px;
    margin: 15px 0 30px 0;
    display: block;
}

.studiomh {
    float: right;
	color: #c3c3c3;
}



/***************************************************
content
***************************************************/


.content p {
    margin: 15px 0;
    line-height: 1.5em;
}


h1, h2 {
    color: #000;
    font-weight: normal;
    font-size: 36px;
    text-align: center;
    letter-spacing: 2px;
    margin: 40px 0;
}

h3 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin: 35px 0 30px 0;
    position: relative;
}

h4 {
    font-size: 18px;
    margin: 25px 0 20px 0;
}

.content ul {
    display: block;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    line-height: 1.5em;
}
.content ul li {
    position: relative;
    padding-left: 20px;
}
.content ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background: #02aadb;
    position: absolute;
    left: 0;
    top: 8px;
}

.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 10px 0;
    padding-left: 20px;
    line-height: 1.5em;
}

.content ol.rules {
}
.content ol.rules, .content ol.rules ol {
    counter-reset: item;
    position: relative;
}
.content ol.rules ol {
    padding-left: 30px;
}
.content ol.rules > li, .content ol.rules ol > li {
    display: block;
}
.content ol.rules > li:before, .content ol.rules ol > li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    left: 0;
}

.content p:first-child, .content h1:first-child, .content h2:first-child, .content h3:not(.sec):first-child, .content h4:not(.sec):first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}


.content-white {
    background: #fff;
    padding: 50px;
}


@media (max-width: 767px) {
    h2 {
        font-size: 22px;
        margin: 30px 0;
    }
}
@media (max-width: 534px) {
    .content-white {
        padding: 30px 20px;
    }
    h1, h2 {
        font-size: 28px;
    }
}


dl.formList {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
dl.formList dt {
    width: 40%;
    padding: 6px 0 5px 0;
    flex: 0 0 40%;
    font-size: 13px;
}
dl.formList dd {
    width: 40%;
    flex: 0 0 60%;
    padding: 5px 0;
}


/***************************************************
menu
***************************************************/

.navbar {
    position: absolute;
    top: 50%;
    right: 280px;
    transform: translateY(-50%);
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    z-index: 997;
}
.navbar > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
}
.navbar > ul > li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 30px;
    margin: 0 15px;
    position: relative;
}
.navbar > ul > li > a {
    /*color: #fff;*/
    font-size: 14px;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: center;

    z-index: 9999;
    position: relative;
}
.navbar ul li a:hover {
    text-decoration: none;
    color: #02aadb;
}
.navbar ul li.current > a {
    color: #02aadb;
}

.navbar ul li a.btn {
    padding: 0 20px;
    height: 40px;
    margin: -5px 0;
}


.navbar-sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #f8f8f8;
    z-index: 999;
    padding: 20px 0;
    display: none;
}
.navbar-sub .link-u {
    font-size: 14px;
    text-transform: none;
}
.navbar-sub .navbar-h {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 10px;
}
.sidr-class-navbar-h {
    padding: 5px 15px 5px 25px
}
.navbar-sub li {
    position: relative;
    margin: 5px 0;
    padding: 0 20px;
}
.navbar-sub li.isSub {
    background: url("data:image/svg+xml,%3Csvg id='_6f1d44a8089c67c0d68fdb217ef60d92' data-name='6f1d44a8089c67c0d68fdb217ef60d92' xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10'%3E%3Cpath id='Path_1' data-name='Path 1' d='M22.889,122.023l-3.3,3.261h0l-.556.548-.623.613a.54.54,0,0,1-.381.155.55.55,0,0,1-.385-.157.525.525,0,0,1-.046-.7l.958-.943h0l2.69-2.654H10.581a.533.533,0,1,1,0-1.067h10.66L18.8,118.666l-.155-.15-1.14-1.124a.531.531,0,0,1,.472-.792.615.615,0,0,1,.432.18l.3.293.821.81.155.15,3.2,3.16a.52.52,0,0,1,.151.4v.021A.52.52,0,0,1,22.889,122.023Z' transform='translate(-10.041 -116.6)'/%3E%3C/svg%3E%0A") 210px center no-repeat;
}
.navbar-sub li a {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.8em;
}
.sidr .sidr-class-sub {
    display: none;
}

.navbar-subsub {
    left: 250px;
    top: -25px!important;
    display: none;
}
.navbar-sub li:hover .navbar-subsub {
    display: block!important;
}


.navbar-groups {
    top: 100%;
    left: 20px;
    right: 20px;
    width: auto;
    position: absolute;
    background: #f8f8f8;
    padding: 20px;
    display: none;
}
.navbar-groups > div {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(2, auto);
    gap: 20px 10px;
}
.navbar-groups .navbar-group:nth-child(1) {
    grid-row: span 2 / span 2;
}
.navbar-groups .navbar-group:nth-child(2) {
    grid-row: span 2 / span 2;
}

.navbar-groups h5 {
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2em;
}
.navbar-groups h5 span {
    margin: -4px 3px 0 0;
}
.navbar-groups h5 small {
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
    color: #7c7c7c;
}
.navbar-groups ul {
    margin-left: 50px;
}
.navbar-groups ul li {
    margin: 5px 0;
    line-height: 1.1em;
}
.navbar-groups span[class*="icon-cat-"] {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #02aadb;
    background-size: 30px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}


@media (max-width: 1099px) {
    .navbar {
        left: 20px;
        right: auto;
    }
    .navbar .mobile-nav {
        text-align: left;
    }
    .navbar ul {
        display: none;
    }
}

@media (max-width: 979px) {
    .sticky .navbar ul {
        display: none;
    }
}
@media (max-width: 534px) {
    .navbar {
        top: 30%;
    }
    .navbar .mobile-nav {
        text-align: center;
    }
}

.mobile-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    background: rgba(68, 68, 68, 0.5);
    z-index: 999998;
}

.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}

.mobile-nav {
    display: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
}

@media (max-width: 1099px) {
    .mobile-nav {
        display: block;
    }
}
@media (max-width: 1099px) {
    .sticky .mobile-nav {
        display: block;
    }
}



.mobile-nav:hover {
    text-decoration: none;
}

.mobile-nav span {
    position: relative;
    padding-left: 25px;
    /*color: #fff;*/
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.mobile-nav span::after {
    display: block;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 3px;
    background: #343b4a;
    box-shadow: 0 6px 0 #343b4a,
    0 -6px 0 #343b4a;
    content: '';
}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}
.sidr a {
    display: block;
    padding: 7px 15px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.sidr a:hover {
    text-decoration: underline;
}

.sidr-class-navbar-sub {
    margin: 0!important;
    display: none;
}
.sidr-class-navbar-sub ul {
    margin: 0!important;
}
.sidr-class-navbar-sub li {
    border-bottom: 0;
}
.sidr-class-navbar-sub a {
    font-size: 13px;
    text-transform: none;
    padding-left: 30px;
}
.sidr-class-navbar-subsub a {
    padding-left: 50px;
}

.sidr-inner > a, .sidr-inner > h3 {
    display: none;
}


.sidr.right {
    right: -250px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -200px;
}

.sidr-open .sidr {
    box-shadow: 1px 0 0 #ccc;
}


/***************************************************
			        SLIDER
***************************************************/


.mainSearch {
    margin: 0 auto;
    max-width: 1800px;
    background: url("/assets/img/box-search.jpg") no-repeat center center;
    background-size: cover;
    height: 450px;
    position: relative;
}
.mainSearch:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.mainSearch .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
    padding: 0 20px;
}
.mainSearch h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.mainSearch p {
    font-size: 24px;
    color: #fff;
    margin: 20px 0;
    text-align: center;
}
.mainSearch .mainSearch-form {
    background: #fff;
    display: flex;
    border-radius: 10px;
    padding: 20px 15px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mainSearch .mainSearch-form .formMat-group {
    margin: 0 5px;
    flex: 1 1 33%;
}
.mainSearch .mainSearch-form .btn {
    margin: 0 5px;
    display: block;
    width: 120px;
}

@media (max-width: 979px) {
    .mainSearch h1 {
        font-size: 36px;
    }
    .mainSearch p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .mainSearch h1 {
        font-size: 28px;
    }
    .mainSearch p {
        font-size: 16px;
    }
    .mainSearch .mainSearch-form {
        flex-direction: column;
        align-items: stretch;
        max-width: 400px;
        margin: 0 auto;
    }
    .mainSearch .mainSearch-form .formMat-group {
        margin-bottom: 10px;
        flex: 1 1 100%;
    }
    .mainSearch .mainSearch-form .btn {
        width: 100%;
    }
}

@media (max-width: 534px) {
    .mainSearch {
        height: 500px;
    }
    .mainSearch h1 {
        font-size: 20px;
    }
    .mainSearch p {
        font-size: 14px;
    }
}


/***************************************************
			        producers
***************************************************/


/*.logos-wrapper {
    margin: 50px 0;
}
.logos-wrapper > * {
    float: left;
}
.logos-wrapper > a {
    width: 40px;
    margin-top: 5px;
}
.logos-wrapper .icon-arrow-right {
    float: right;
}
.logos-carousel {
    width: calc(100% - 80px);
}
.logos-carousel li {
    height: 65px;
    line-height: 65px;
    text-align: center;
}
.logos-carousel img {
    vertical-align: middle;
    display: inline;
    max-width: 230px;
}*/


/***************************************************
			        boxy na głównej
***************************************************/

/*.boxes-wrapper div {
    position: relative;
    margin-bottom: 30px;
}
.boxes-wrapper img {
    width: 100%;
    display: block;
}
.boxes-wrapper a:hover img {
    opacity: 0.8;
}
.boxes-wrapper span {
    position: absolute;
    top: 15px;
    left: 30px;
    right: 0;
    padding: 15px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
}*/





/***************************************************
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;
}

.color1 {
    color: #02aadb!important;
}
.color2 {
    color: #02aadb!important;
}

hr {
    background: #d3d3d3;
    height: 1px;
    border: 0;
    margin: 40px 0;
    clear: both;
}



.img-6-right, .img-6-left, .img-4-right, .img-4-left {
    width: 100%;
    margin: 20px 0;
}
p img {
    margin-top: 0!important;
}
@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;
}
.pagination a {
    margin: 0 2px;
}


.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;
    background: #ececec;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #000;
    text-align: center;
    z-index: 999;
}
#cookies .ok {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 20px;
}

/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    background-color: #ff0000 !important;
    border-color: #ff0000!important;
    color: #fff!important;
    border-radius: 0;
}
.qtip-error .qtip-content {
    padding: 2px 5px;
}
.qtip-info{
    background-color: #02aadb!important;
    border-color: #02aadb!important;
    color: #fff!important;
    border-radius: 4px;
}


/***************************************************
Dialog
***************************************************/

/* Add some nice box-shadow-ness to the dialogues */
.qtip.qtip-dialogue{
    max-width: 600px;
    min-width: 210px;

    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    padding: 0;

    background: #fff;
    border: 1px solid #eee;
}

.qtip.qtip-dialogue .qtip-titlebar{
    padding: 20px;
    background: #eee;
}
.qtip.qtip-dialogue .qtip-content{
    padding: 10px 20px 20px 20px;
}
.qtip.qtip-dialogue .qtip-content p {
    text-align: center;
}

.qtip.qtip-dialogue button{
    float: left;
    width: 47%;
    margin-top: 20px;
    margin-right: 10px;
}

.qtip.qtip-dialogue button:only-of-type {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.qtip.qtip-dialogue button + button{
    float: right;
    margin-right: 0;
}



.qtip .product-added {
    text-align: left;
}
.qtip .product-added img {
    width: 80px;
    margin-right: 10px;
    float: left;
}
.qtip .product-added p {
    float: left;
    text-align: left!important;
    margin: 22px 0;
}


@media (max-width: 534px) {
    .qtip.qtip-dialogue{
        min-width: 320px;
    }
}



/* PAGER */

.slick-dots {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding: 7px 2px;
    z-index: 99;
    margin: 20px auto 0 auto;
    max-width: max-content;
}
.slick-dots li {
    float: left;
}
.slick-dots li button {
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    outline: 0;
    position: relative;
    background: #f8f8f8;
    border: 0;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #02aadb;
}


/***************************************************
Forms
***************************************************/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b2b2b2;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #b2b2b2;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #b2b2b2;
}
:-moz-placeholder { /* Firefox 18- */
    color: #b2b2b2;
}




fieldset.formMat-center {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}
fieldset.formMat-center-500 {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.formMat-header {
    margin: 0 0 10px 0!important;
}

.formMat-group {
    clear: both;
    margin-top: 8px;
    margin-bottom: 25px;
    position: relative;
}

.formMat-outline {
    background: #fff;
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #e1e1e1;
    width: 100%;
    position: relative;
    transition: border .2s linear;
    -moz-transition: border .2s linear;
    -webkit-transition: border .2s linear;
}
.formMat-outline:hover {
    border-color: #8798A2;
}
.formMat-outline.isFocus {

}
.formMat-outline .formMat-control {
    width: 100%;
    line-height: 24px;
    height: 24px;
}
.formMat-outline .formMat-control[readonly] {
    color: #8798A2;
}
.formMat-outline textarea.formMat-control {
    height: 120px;
}
.formMat-outline select.formMat-control {
    border: none;
    outline: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0px;
    z-index: 2;
    color: #fff;
    font-size: 0;
    position: relative;
    display: block;
}
.formMat-outline .formMat-label {
    color: #8798A2;
    position: absolute;
    top: 8px;
    left: 7px;
    right: 7px;
    line-height: 24px;
    height: 24px;
    background: #fff;
    padding: 0 3px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    cursor: text;
    z-index: 1;
}
.formMat-outline .formMat-control:focus + .formMat-label, .formMat-outline.isFocus .formMat-label, .formMat-outline .formMat-control.notEmpty + .formMat-label, .formMat-outline .formMat-control.notEmpty + span + .formMat-label {
    top: -10px;
    right: auto;
    height: 12px;
    font-size: 12px;
    line-height: 18px;
    cursor: default;
}
.formMat-outline select.formMat-control:focus, .formMat-outline select.formMat-control.notEmpty {
    color: #000;
    font-size: 16px;
}

.matForm-group-select .formMat-outline {
    padding: 7px 0px;
}

.formMat-group-checkbox, .formMat-group-checkboxes {
    margin-top: 0;
}
.formMat-group-checkbox .formMat-outline, .formMat-group-checkboxes .formMat-outline {
    border: 0;
    padding: 0 10px;
    height: auto;
}
.formMat-control-checkbox {
    margin-right: 5px;
}

.formMat-label-checkboxes {
    margin-bottom: 5px;
    color: #8798A2;
    display: block;
}
.formMat-control-checkboxes span {
    display: inline-block;
    margin: 3px 10px 0 0;
}

.formMat-error {
    color: #ff0000;
    font-size: 12px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}



.formMat-btns {
    text-align: center;
    margin-top: 0;
}




.file-progress {
    background-color: #f8f8f8;
    margin-bottom: 10px;
    padding: 10px;
    display: none;
    width: 100%;
    z-index: 99999;
}
.file-progress-bar {
    background-color: #fff;
    margin-top: 5px;
    padding: 0;
}
.file-progress-bar>div {
    height: 5px;
    background-color: #02aadb;
}


#formMatDrop {
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 120px;
    padding: 20px 0;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
#formMatDrop.in {
    background: #e4e4e4;
}
#formMatDrop .icon-upload {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-upload' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2' /%3E%3Cpath d='M7 9l5 -5l5 5' /%3E%3Cpath d='M12 4l0 12' /%3E%3C/svg%3E");
    background-size: 44px;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 50px;
    display: inline-block;
}

.formMat-files {
    margin-top: 10px;
}
.formMat-files .item {
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}
.formMat-files .item .icon-remove {
    float: right;
    margin: -1px 0;
}


/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 15px;

    color: #fff;
    background: #02aadb;
 }

.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: #fff;
    background: #dd5653;
}

.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
***************************************************/

.btn, .btn2, .btn-small {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 10px 25px;
    line-height: 20px;
    border: 0;

    background: #02aadb;
    transition: background .15s linear;
    -moz-transition: background .15s linear;
    -webkit-transition: background .15s linear;
}
.btn2 {
    background: #ededed;
    color: #02aadb;
}
.btn:not(.disabled):hover, .btn2:not(.disabled):hover, .btn-small:not(.disabled):hover {
    color: #fff!important;
    background: #404040;
}

.btn2 span[class*="icon-"] {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: -7px 0 -5px 10px;
}
.btn2 .icon-phone {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-phone' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2' /%3E%3C/svg%3E");
}
.btn2 .icon-mail {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-mail' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z' /%3E%3Cpath d='M3 7l9 6l9 -6' /%3E%3C/svg%3E");
}
.btn2:not(.disabled):hover span[class*="icon-"] {
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
    -moz-filter: brightness(0%) invert(100%);
}


.btn-small {
    padding: 3px 5px;
    font-size: 12px;
    line-height: 16px;
}
.btn-small.btn-icon span[class*="icon-"] {
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
    -moz-filter: brightness(0%) invert(100%);
}

.btn.disabled, .btn2.disabled, .btn-small.disabled {
    opacity: 0.5;
}

.btns {
    margin-top: 30px;
    clear: both;
}


@media (max-width: 767px) {
    .btn {
        text-transform: none;
    }
}

@media (max-width: 534px) {
    .btns a {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
}

/***************************************************
Links
***************************************************/

.link {
    text-transform: uppercase;
}
.link:hover {
    text-decoration: none;
    color: #02aadb;
}
.link .icon-arrow-s-right {
    margin: -5px 0 -5px 10px;
    vertical-align: initial;
}
.link .icon-arrow-s-left {
    margin: -5px 10px -5px 0;
    vertical-align: initial;
}
.link-u {
    text-decoration: underline;
}
.link-info {
    color: #2AABD2;
}
.link-success {
    color: #419741;
}
.link-danger {
    color: #C12F2B;
}

/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-user {
    width: 23px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-user-filled' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2a5 5 0 1 1 -5 5l.005 -.217a5 5 0 0 1 4.995 -4.783z' stroke-width='0' fill='currentColor' /%3E%3Cpath d='M14 14a5 5 0 0 1 5 5v1a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-1a5 5 0 0 1 5 -5h4z' stroke-width='0' fill='currentColor' /%3E%3C/svg%3E");
}

.icon-arrow-down {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' width='24' height='24' stroke-width='2'%3E%3Cpath d='M6 9l6 6l6 -6'%3E%3C/path%3E%3C/svg%3E");
}

.icon-notify {
    width: 23px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-bell-filled' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z' stroke-width='0' fill='currentColor' /%3E%3Cpath d='M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004z' stroke-width='0' fill='currentColor' /%3E%3C/svg%3E");
}

.icon-msg {
    width: 23px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='143.76 125.033 20 16' width='20' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 163.76 128.568 L 163.76 138.033 C 163.76 139.622 162.521 140.935 160.936 141.028 L 160.76 141.033 L 146.76 141.033 C 145.171 141.034 143.858 139.795 143.765 138.209 L 143.76 138.033 L 143.76 128.568 L 153.205 134.865 L 153.321 134.931 C 153.598 135.067 153.922 135.067 154.199 134.931 L 154.315 134.865 L 163.76 128.568 L 163.76 128.568 Z' stroke-width='0' fill='currentColor'/%3E%3Cpath d='M 160.76 125.033 C 161.84 125.033 162.787 125.603 163.315 126.46 L 153.76 132.83 L 144.205 126.46 C 144.713 125.634 145.59 125.105 146.559 125.04 L 146.76 125.033 L 160.76 125.033 L 160.76 125.033 Z' stroke-width='0' fill='currentColor'/%3E%3C/svg%3E");
}

.icon-home {
    width: 23px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-home' width='44' height='44' viewBox='0 0 24 24' stroke-width='1' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l-2 0l9 -9l9 9l-2 0' /%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");
}

.icon-file{
    width: 23px;
    height: 23px;
    margin: -5px 0 -2px 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-file' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M14 3v4a1 1 0 0 0 1 1h4' /%3E%3Cpath d='M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z' /%3E%3C/svg%3E");
}

.icon-remove {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-x' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='18' y1='6' x2='6' y2='18' /%3E%3Cline x1='6' y1='6' x2='18' y2='18' /%3E%3C/svg%3E");
    cursor: pointer;
}

.icon-edit {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-edit' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 20h9' /%3E%3Cpath d='M16 4l4 4l-14 14l-4 1l1 -4z' /%3E%3C/svg%3E");
    cursor: pointer;
}

.icon-time {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-time' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3Cpolyline points='12 7 12 12 15 15' /%3E%3C/svg%3E");

}

.icon-more {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-dots' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='5' cy='12' r='1' /%3E%3Ccircle cx='12' cy='12' r='1' /%3E%3Ccircle cx='19' cy='12' r='1' /%3E%3C/svg%3E");
}

.icon-info {
}

.icon-msgUser {
    background-color: #02aadb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 30px 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-user' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23fff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0' /%3E%3Cpath d='M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2' /%3E%3C/svg%3E");
}

.icon-brief {
    width: 60px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor' width='24' height='24'%3E%3Cpath d='M22 13.478v4.522a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-4.522l.553 .277a20.999 20.999 0 0 0 18.897 -.002l.55 -.275zm-8 -11.478a3 3 0 0 1 3 3v1h2a3 3 0 0 1 3 3v2.242l-1.447 .724a19.002 19.002 0 0 1 -16.726 .186l-.647 -.32l-1.18 -.59v-2.242a3 3 0 0 1 3 -3h2v-1a3 3 0 0 1 3 -3h4zm-2 8a1 1 0 0 0 -1 1a1 1 0 1 0 2 .01c0 -.562 -.448 -1.01 -1 -1.01zm2 -6h-4a1 1 0 0 0 -1 1v1h6v-1a1 1 0 0 0 -1 -1z'%3E%3C/path%3E%3C/svg%3E");
}


.badge {
    display: block;
    border-radius: 15px;
    background: #ff0000;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/***************************************************
Table
***************************************************/
table.table {
    margin: 10px auto;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

table.table thead tr {
}

table.table thead th {
    color: #fff;
    font-weight: normal;
    padding: 15px 15px;
    background: #000;
}
table.table thead th[data-sort] {
    cursor: pointer;
    *cursor: hand;
}
table.table thead th span {
    margin: 0 0 0 2px;
}


table.table td {
    padding: 15px 15px;
}

table.table tr:nth-child(odd) { background-color: #fff; }
table.table tr:nth-child(even) { background-color: #f8f8f8; }

table.table tr:hover {
    background-color: #e1f0f4;
}

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;
}


/***************************************************
nawigacja
***************************************************/

.breadcrumb {
    font-size: 12px;
    text-transform: uppercase;
    margin: 15px 0 15px 0;
}
.breadcrumb span {
    margin: 0 10px;
}
.breadcrumb span.icon-home {
    margin: -3px 0 0 0;
}
.breadcrumb a {
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb .sort {
    text-align: right;
    float: right;
    width: 340px;
    margin: -13px 0 0 0;
}
.breadcrumb .sort select {
    width: 215px;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .breadcrumb {
        text-align: center;
    }
    .breadcrumb .sort {
        text-align: center;
        float: none;
        width: 100%;
        margin: 20px 0 -15px 0;
    }
}



/***************************************************
podstrona - kontakt
***************************************************/

@media (max-width: 767px) {
    .wrapper-contact .g-col-6:first-child {
        margin-bottom: 50px;
    }
}



/***************************************************
główna
***************************************************/

div[class*="cnt-"] h2 {
    margin-top: 0;
}

.cnt-other {
    margin-top: 80px;
}

.cnt-text {
    margin-top: 80px;
}
.cnt-gray {
    padding: 80px 0;
    background: #f8f8f8;
}


.cnt-text_photo_right {
    margin-top: 80px;
}
.cnt-text_photo_right .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cnt-text_photo_right .container .col-text {
    flex: 0 0 50%;
    padding-right: 20px;
}
.cnt-text_photo_right .container .col-photo {
    flex: 0 0 50%;
}
.cnt-text_photo_right .container .col-photo img {
    max-width: 100%;
    height: auto;
}


.cnt-text_photo_left {
    margin-top: 80px;
}
.cnt-text_photo_left .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cnt-text_photo_left .container .col-text {
    flex: 0 0 50%;
    padding-left: 20px;
}
.cnt-text_photo_left .container .col-photo {
    flex: 0 0 50%;
}
.cnt-text_photo_left .container .col-photo img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .cnt-text_photo_right .container .col-text,
    .cnt-text_photo_left .container .col-text {
        flex: 0 0 100%;
        padding: 0;
    }
    .cnt-text_photo_right .container .col-photo,
    .cnt-text_photo_left .container .col-photo {
        flex: 0 0 100%;
        order: -1; /* To show photo first on mobile */
        margin-bottom: 20px;
    }
}



.cnt-box_carousel {
    margin-top: 80px;
}

.cnt-box_carousel .row {
    margin: 0 -10px;
}
.cnt-box_carousel .col {
    padding: 0 10px;
}
.cnt-box_carousel .item {
    height: 200px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    background: #f8f8f8;
    position: relative;
}
.cnt-box_carousel .item-img {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cnt-box_carousel .item-img img {
    max-width: 90px;
    max-height: 90px;
}
.cnt-box_carousel .item span {
    font-size: 14px;
    display: block;
    text-align: center;
}
.cnt-box_carousel .item-text {
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 2px;
    top: 2px;
    background: #fff;
    padding: 10px;
    opacity: 0;
    padding-bottom: 30px;
    transition: opacity 0.3s ease;
}
.cnt-box_carousel .item-text .btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.cnt-box_carousel .item:hover .item-text {
    opacity: 1;
}



.box-cats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}
.box-cats .item {
    flex: 0 0 calc(33.333% - 20px);
    padding: 20px 20px 20px 120px;
    background: #f8f8f8;
    position: relative;
    min-height: 120px;
    transition: transform 0.3s ease;
}
.box-cats .item h4 {
    margin: 0 0 10px 0;
}
.box-cats .item:hover {
    transform: translateY(-15px);
}

.box-cats span[class*="icon-cat-"] {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #02aadb;
    background-size: 50px;
    border-radius: 50%;
}
.icon-cat-29 {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg fill='%23fff' height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 340.89 340.89' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M73.417,223.124c29.047,0,52.679-23.632,52.679-52.679s-23.631-52.679-52.679-52.679c-4.142,0-7.5,3.357-7.5,7.5 s3.358,7.5,7.5,7.5c20.776,0,37.679,16.902,37.679,37.679s-16.903,37.679-37.679,37.679s-37.678-16.902-37.678-37.679 c0-9.743,3.706-18.987,10.436-26.029c2.862-2.994,2.754-7.742-0.24-10.604c-2.994-2.862-7.742-2.755-10.604,0.24 c-9.41,9.846-14.592,22.771-14.592,36.393C20.739,199.492,44.371,223.124,73.417,223.124z'/%3E%3Cpath d='M73.417,192.987c12.43,0,22.542-10.112,22.542-22.542s-10.112-22.542-22.542-22.542s-22.542,10.112-22.542,22.542 S60.988,192.987,73.417,192.987z M73.417,162.903c4.159,0,7.542,3.384,7.542,7.542s-3.383,7.542-7.542,7.542 s-7.542-3.384-7.542-7.542S69.259,162.903,73.417,162.903z'/%3E%3Cpath d='M340.89,181.627v-22.365c0-34.316-27.918-62.235-62.235-62.235H73.417C32.935,97.027,0,129.962,0,170.445 s32.935,73.418,73.417,73.418c25.033,0,47.169-12.603,60.427-31.787l30.174-8.681c12.488-3.592,25.932-1.645,36.888,5.345 l0.332,0.212c9.705,6.19,20.918,9.463,32.429,9.463h15.703c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-15.703 c-8.647,0-17.071-2.458-24.364-7.11l-0.332-0.212c-14.582-9.302-32.478-11.895-49.1-7.113l-16.879,4.856 c2.479-7.352,3.843-15.213,3.843-23.39c0-23.807-11.398-44.995-29.016-58.418h160.835c14.25,0,27.036,6.352,35.704,16.363 l-15.565,11.677c-10.822,8.119-24.233,12.591-37.763,12.591h-23.183c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h23.183 c16.755,0,33.363-5.537,46.765-15.593l14.494-10.874c2.315,5.57,3.6,11.672,3.6,18.071v15.899l-31.86,4.738 c-10.395,1.545-18.509,9.189-20.672,19.474c-2.163,10.284,2.186,20.55,11.078,26.151l3.762,2.37 c-3.083,0.635-6.274,0.969-9.542,0.969H139.335c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h139.319 c10.739,0,20.851-2.735,29.678-7.544c0.27-0.134,0.531-0.285,0.785-0.452c18.828-10.617,31.606-30.74,31.761-53.817 c0.001-0.012,0-0.024,0.001-0.036C340.881,181.884,340.89,181.757,340.89,181.627z M131.835,170.445 c0,32.212-26.206,58.418-58.418,58.418C41.206,228.863,15,202.657,15,170.445s26.206-58.418,58.417-58.418 C105.629,112.027,131.835,138.233,131.835,170.445z M305.05,220.782l-12.62-7.949c-5.387-3.394-4.725-8.798-4.394-10.373 c0.331-1.575,1.901-6.788,8.199-7.725l28.815-4.285C322.664,203.027,315.286,213.859,305.05,220.782z'/%3E%3Cpath d='M266.664,133.141c0-4.143-3.358-7.5-7.5-7.5H228.82c-12.619,0-24.401,6.222-31.519,16.646l-0.183,0.269 c-4.319,6.326-11.471,10.103-19.13,10.103h-11.543c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h11.543 c12.619,0,24.401-6.222,31.519-16.646l0.183-0.269c4.319-6.326,11.471-10.103,19.13-10.103h30.344 C263.306,140.641,266.664,137.284,266.664,133.141z'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 979px) {
    .box-cats .item {
        flex: 0 0 calc(50% - 20px);
    }
}
@media (max-width: 700px) {
    .box-cats .item {
        flex: 0 0 100%;
    }
}


.profileMenu {
    background: #f8f8f8;
    margin-top: 20px;
    padding: 5px 30px;
}
.profileMenu a {
    display: inline-block;
    padding: 5px 5px;
    margin: 0 20px;
    font-size: 14px;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.profileMenu a:hover {
    color: #02aadb!important;
}
.profileMenu a.current {
    color: #02aadb;
}

@media (max-width: 480px) {
    .profileMenu {
        padding: 5px 0;
        margin: 20px -10px 0 -10px;
    }
    .profileMenu a {
        margin: 0 0;
        width: 50%;
    }
    .profileMenu a:nth-child(2), .profileMenu a:nth-child(4) {
        float: right;
        text-align: right;
    }

}


.profileAccount-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.profileAccount-grid .box {
    flex: 0 0 calc(50% - 20px);
    border: 2px solid #f8f8f8;
    padding: 20px;
}

@media (max-width: 767px) {
    .profileAccount-grid .box {
        flex: 1 1 100%;
    }
}

.profileAccount-grid .boxCompany {
    background: #f8f8f8;
    padding: 20px;
}
.profileAccount-grid .boxCompany figure {
    background: #fff;
    width: 80px;
    height: 80px;
    float: left;
    position: relative;
    margin-right: 10px;
}
.profileAccount-grid .boxCompany figure > * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.profileAccount-grid .boxCompany p:first-of-type {
    margin-top: 0;
}
.profileAccount-grid .boxCompany .label-cat {
    color: #fff;
    font-size: 12px;
    background: #02aadb;
    display: inline-block;
    padding: 1px 5px;
    margin-bottom: 5px;
}

.profileAccount-grid .box .link {
    float: right;
}


.profileRegister {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.profileRegister-form {
    flex: 1 1;
}
.profileRegister-form .rows {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.profileRegister-form .rows .col {
    flex: 1;
}
.profileRegister-info {
    flex: 0 0 60%;
    background: #f8f8f8;
    padding: 40px 40px 40px 280px;
    position: relative;
}
.profileRegister-info:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    background-image: url('/assets/img/box-gielda.jpg');
    background-size: cover;
}


@media (max-width: 979px) {
    .profileRegister {
        flex-direction: column;
        align-items: center;
    }
    .profileRegister-form {
        max-width: 500px;
    }
}

@media (max-width: 620px) {
    .profileRegister-info {
        padding: 340px 40px 40px 40px;
    }
    .profileRegister-info:after {
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        height: 300px;
        width: auto;
    }
}




.profileSettings .rows {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.profileSettings .rows .col {
    flex: 1;
}
@media (max-width: 767px) {
    .profileSettings .rows {
        flex-direction: column;
    }
}


.serviceOrderForm-login {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0;
}

.serviceOrderForm-login .col {
    text-align: left;
    flex: 1;
    background: #f8f8f8;
    padding: 30px;
}

@media (max-width: 767px) {
    .serviceOrderForm-login {
        flex-direction: column;
    }
}


.serviceOrderForm {
    margin-top: 50px;
    position: relative;
}
.serviceOrderForm .form {
    margin-top: 30px;
}

.serviceOrderForm.disabled:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    z-index: 999;
}


.myOrdersOffersShow .rows {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}
.myOrdersOffersShow .rows .col {
    flex: 0 0 40%;
}
.myOrdersOffersShow .rows .col-action {
    flex: 0 0 20%;
}
.myOrdersOffersShow .rows .col-action a {
    display: block;
    margin-bottom: 10px;
}


.orders {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.orders-filters {
    flex: 0 0 300px;
    background: #f8f8f8;
    padding: 20px 10px;
}
.orders-filters-h {
    font-size: 16px;
    margin: 20px 0;
}
.orders-filters > ul > li {
    padding: 0;
    font-weight: 600;
    line-height: 1.2em;
    margin: 15px 0;
    min-height: 34px;
}
.orders-filters > ul > li:before {
    display: none;
}
.orders-filters > ul > li small {
    font-weight: 400;
    color: #7c7c7c;
}
.orders-filters > ul > li span[class*="icon-cat-"] {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #02aadb;
    background-size: 30px;
    border-radius: 50%;
    float: left;
    margin: -3px 8px -3px 0;
}

.orders-filters ul ul {
    margin: 5px 0 5px 5px;
}
.orders-filters ul ul > li {
    padding-left: 15px;
}
.orders-filters ul ul > li.current a {
    color: #02aadb;
}
.orders-filters .formMat-group {
    margin-bottom: 10px;
}

.orders-list {
    flex: 1;
    padding: 20px;
}
.orders-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.orders-item-cats {
    flex: 0 0 200px;
}
.orders-item-cats p {
    margin: 10px 0;
}
.orders-item-cats p:first-child {
    margin-top: 0;
}
.orders-item-cats p:last-child {
    margin-bottom: 0;
}
.orders-item-descriptions {
    flex: 1;
}

.label-feature {
    display: inline-block;
    padding: 3px 5px;
    margin: 0 5px 0 0;
    background: #f8f8f8;
}
.label-day {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 5px 0 0;
    background: #02aadb;
    color: #fff;
    border-radius: 15px;
}



.ordersShow .orders-item-cats {
    flex: 0 0 250px;
}
.ordersShow .orders-item-action {
    flex: 0 0 200px;
}
.ordersShow .orders-item-action {
    flex: 0 0 200px;
}
.ordersShow .orders-item-action a {
    display: block;
    margin-bottom: 10px;
}

.orders-item-photos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.orders-item-photos > div {
    float: left;
}
.orders-item-photos > div p {
    font-size: 12px;
    margin: 3px 0 0 0;
    overflow-wrap: break-word;
    width: 150px;
}

.orders-item-photos figure {
    margin: 0;
    border: 1px solid #e8e8e8;
    padding: 5px;
    position: relative;
    height: 150px;
    width: 150px;
}
.orders-item-photos figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orders-item-files {
    margin: 15px 0;
}
.orders-item-files div {
    margin: 5px 0;
}
.orders-item-files div .btn-small {
    margin-left: 5px;
}



.orderForm {
    background: #f8f8f8;
    padding: 30px;
    max-width: 700px;
    margin: 0 auto;
}
.orderForm-table h3 {
    margin: 0;
}
.orderForm-table .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.orderForm-table .row > div {
    flex: 1;
}
.orderForm-table .row > div.col-sum {
    flex: 0 0 200px;
    padding-top: 8px;
}

.orderForm .form .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.orderForm .form .row > div {
    flex: 1;
}


.orderContact {
    background: #f8f8f8;
    padding: 30px;
    max-width: 700px;
    margin: 0 auto;
}


.message {
    display: flex;
    flex-wrap: wrap;
}
.message-list {
    flex: 0 0 300px;
    background: #f8f8f8;
    padding: 10px 0;
    max-height: 400px;
    overflow-y: auto;
}
.message-list-item {
    margin: 0 0 0 0;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.message-list-item:hover, .message-list-item.active {
    background: #e1f0f4;
    cursor: pointer;
}
.message-list-item .icon-msgUser {
    margin-right: 10px;
}
.message-list-item p {
    margin: 2px 0 0 0;
}
.message-list-item .badge {
    position: absolute;
    right: 10px;
    top: 20px;
}


.message-chatting {
    flex: 1;
    margin-left: 30px;
}
.message-chatting-item {
    margin: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.message-chatting-item.my {
    justify-content: flex-end;
}
.message-chatting-item .icon-msgUser {
    margin-right: 20px;
}
.message-chatting-header {
    border-bottom: 1px solid #F0F2F7;
    padding-bottom: 20px;
    align-items: center;
}
.message-chatting-text {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 10px;
    color: #484848;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 15px;
}
.message-chatting-item.new .message-chatting-text, .message-chatting-item.new .message-chatting-text p {
    font-weight: bold!important;
}
.message-chatting-time {
    font-size: 13px;
    margin-bottom: 3px;
}

.message-chatting-input {
    background-color: #f8f8f8;
    border-color: transparent;
    border-radius: 10px;
    padding: 10px;
    margin-top: 40px;
}
.message-chatting-input input {
    background-color: transparent;
    border-color: transparent;
    height: 40px;
    line-height: 40px;
    outline: none!important;
    width: calc(100% - 160px);
}
.message-chatting-input .btn {
    width: 150px;
    float: right;
}


.blog {
    display: flex;
    gap: 30px;
}
.blog-cats {
    flex: 0 0 300px;
    background: #f8f8f8;
    padding: 20px;
}
.blog-cats ul li.current a {
    color: #02aadb;
}
.blog-items {
    flex: 1;
}

.blog-item {
    display: flex;
    gap: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.blog-item figure {
    flex: 0 0 30%;
    margin: 0 0 20px 0;
    text-align: center;
}
.blog-item img {
    width: 100%;
    max-width: 400px;
}

.blog-item-content {
    flex: 1;
}
.blog-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.blog-item time {
    color: #919191;
    font-size: 12px;
    display: block;
}
.blog-item-link {
    text-align: right;
}

@media (max-width: 979px) {
    .blog {
        flex-direction: column;
    }
    .blog-cats {
        flex: 0 0 auto;
    }
}

@media (max-width: 534px) {
    .blog-item {
        flex-direction: column;
    }
    .blog-item figure {
        flex: 0 0 100%;
    }
    .blog-item figure img {
        max-width: 100%;
    }
}


.blogShow {

}
.blogShow time {
    color: #919191;
    font-size: 12px;
}
.blogShow figure img {
    width: 100%;
    height: auto!important;
}




.pricing-text {
    margin: 0 auto 50px auto;
    max-width: 800px;
}

.pricing-wrapper {

}
.pricing-text {
    margin: 0 auto 50px auto;
    max-width: 800px;
}

.pricing-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    gap: 20px;
}
.pricing-column {
    background: #f8f8f8;
    padding: 20px;
    width: calc(25% - 15px);
    text-align: center;
}
.pricing-column .pricing-header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pricing-column .pricing-header .btn {
    margin-top: 15px;
}
.pricing-column h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: bold;
}
.pricing-column .price {
    font-size: 40px;
    color: #333;
}
.pricing-column .price small {
    font-size: 18px;
    color: #333;
}

.pricing-column ul {
    display: block;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    line-height: 1.4em;
    float: left;
    text-align: left;
}
.pricing-column ul li {
    position: relative;
    padding-left: 20px;
    margin: 3px 0;
}
.pricing-column ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background: #02aadb;
    position: absolute;
    left: 0;
    top: 8px;
}

@media (max-width: 979px) {
    .pricing-column {
        width: calc(50% - 10px);
    }
}

@media (max-width: 534px) {
    .pricing-column {
        width: 100%;
    }
}


.cart-wrapper {
    margin: 0 auto;
    max-width: 900px;
}
.cart {
    border-top: 1px solid #e8e8e8;
}
.cart .item {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 20px 20px 80px;
    min-height: 80px;
    position: relative;
}
.icon-cartNum {
    background-color: #02aadb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.icon-cartNum:before {
    content: attr(data-num);
}
.cart .item h4 {
    font-weight: bold;
    margin: 0 0 20px 0;
}
.cart-options {

}
.cart-option {
    margin: 10px 0;
}
.cart-option label {
    display: inline-block;
    margin-right: 10px;
    width: 150px;
}
.cart-option .value {
    display: inline-block;
    width: max-content;
}
.cart-option .cart-price {
    font-size: 20px;
}
.cart-option .cart-month span {
    cursor: pointer;
}

.cart-month span {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 5px 10px;
    background: #f8f8f8;
}
.cart-month span.current {
    background: #02aadb;
    color: #fff;
}

.cart-remove {
    position: absolute;
    top: 20px;
    right: 20px;
}

.cart-summary {
    font-size: 18px;
    background: #fff;
    float: right;
    max-width: 400px;
    width: 100%;
    margin: 30px 0;
}
.cart-summary dt {
    width: 60%;
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
    text-align: right;
}
.cart-summary dd {
    margin-bottom: 5px;
    font-weight: bold;
}

.cart-settings {
    display: flex;
    flex-wrap: wrap;
    clear: both;
}
.cart-settings .col {
    flex: 1;
}

.cart-payment .formMat-group {
    margin: 10px 0;
}
