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

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

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

	direction: ltr;
}

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

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

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

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

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

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

		cursor: pointer;
		outline: medium none;

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

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

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

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

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

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

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


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

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

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

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

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

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


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


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

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


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


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

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

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

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

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

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

		background-color: black;

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


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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
}
.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;
}

.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: 40px;
    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: 32px;
    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: 5px;
    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: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  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 {
  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: 1px solid #cecece;
  border-radius: 0; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 38px;
    margin-right: 20px;
    padding-right: 0px;
  }
  .select2-container--default .select2-selection--single .select2-selection__clear span {
      vertical-align: 4px;
      font-size: 20px;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    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: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  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: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .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 #aaa;
    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: solid black 1px;
  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: 1em; }
  .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; }

.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; }

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

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

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    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;
    box-shadow: none;
    touch-action: manipulation; }

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;
    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; }
.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;
    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; }
.mfp-arrow:before,
.mfp-arrow:after {
    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 {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

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

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    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;
    box-sizing: border-box;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    padding: 40px 0;
    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;
        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; } }
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-zoomInUp{animation:.2s ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:.2s ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-fadeIn{animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{animation:.2s ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:.5s ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:.2s ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:.1s linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:1050;outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-hidden{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
.ac_results {
    margin: 13px -1px 0 -1px;
	border: 0;
    min-width: 300px;
	background-color: #ecf0f1;
	overflow: hidden;
	z-index: 99999;
    top: 5px;
    box-sizing: content-box;
    text-align: left;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
@media (max-width: 480px) {
    .ac_results {
        margin: 0 -1px 0 -1px;
    }
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
    font-size: 14px;
	margin: 0px;
	padding: 5px 5px;
	cursor: default;
	display: block;
	overflow: hidden;
}
.ac_results li u {
    text-decoration: underline;
}

.ac_results li a {
    font-size: 12px;
    display: block;
    cursor: pointer;
    min-height: 50px;
    padding: 0 0 0 45px;
    position: relative;
}
.ac_results li a figure {
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}
.ac_results li a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 36px;
    max-height: 46px;
}


.ac_results li a strong {
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
}

.ac_results li a small {
    color: #7a7a7a;
    font-size: 11px;
    display: block;
    margin-top: 5px;
}

.ac_results a.noClick {
    font-size: 14px;
    min-height: 1.5em;
    line-height: 2.5em;
    padding: 5px 0 5px 0;
    margin: -5px;
    background: #ecf0f1;
    text-align: center;
    color: #000!important;
}
.ac_results a.sum {
    font-size: 14px;
    font-weight: bold;
    min-height: 1.5em;
    line-height: 2.5em;
    padding: 5px 0 5px 0;
    margin: -5px;
    text-align: center;
}

.ac_loading {
	background: white url('/assets/img/loader.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f7f7f7;
}

.ac_over {
	background-color: #5dc6ed;
	color: #fff!important;
}
.ac_over a, .ac_over a small {
	color: #fff!important;
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,input,textarea,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {border:0;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}/*IE8*/
audio,canvas,video{display:inline-block;}/*IE8/9*/
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
b,strong{font-weight: bold;}
q:before,q:after{content:'';}
table{border-collapse:collapse;border-spacing:0;}
form{display:inline;}
*{outline:none;}
input[type=submit]:hover,input[type=checkbox]:hover,label:hover{cursor:pointer;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
textarea{overflow:auto;vertical-align:top;}
ol,ul{list-style:none;}
a{text-decoration:none;}
.clear {clear:both;font-size:0px;height:0px;margin:0px;padding:0px;overflow:hidden;}
.cf::after, .clearfix::after {
    content: '';
    display: table;
    clear: both;
}
.clear2{clear:both;}
@charset "utf-8";
@import "/assets/css/reset.css";



/* Large desktop */
@media (max-width: 1199px) {  }

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {  }

/* Landscape phones and down */
@media (max-width: 480px) {  }

/* 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: 'Lato', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #434343;
    background: #fff;
    margin: 0;
    padding: 215px 0 0 0!important;
    min-width: 1200px;
}

a {
    color: #434343;
}
a:hover {
    color: #000;
}

a, input, button, img, input, article, span, div {
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1300px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    body, body.sub {
        padding: 0!important;
        min-width: 360px;
        max-width: 480px;
    }
}


/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
}
body > .container {
    padding: 0 20px;
}

@media (max-width: 480px) {
    .container {
        max-width: 480px;
    }
    body > .container {
        padding: 0 20px;
    }
}

main {
    min-height: 300px;
}

.wrapper {
    margin-top: 20px;
}

.header-wrapper {
    height: auto;
    background: #fff;
    z-index: 999;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
    padding: 0 20px;
}
@media (max-width: 1490px) {
    .header-wrapper {
        font-size: 15px;
    }
}
@media (max-width: 1400px) {
    .header-wrapper {
        font-size: 14px;
    }
}
@media (max-width: 1350px) {
    .header-wrapper {
        font-size: 12.5px;
    }
}

.header-wrapper .container {
    height: 100%;
}
.header-top {
    height: 150px;
    background: #fff;
    z-index: 3;
    position: relative;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}

.header-top-logo {
    position: absolute;
    left: 0;
    top: 25px;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.logo {
}
.logo img {
    vertical-align: middle;
    max-width: 350px;
    min-width: 250px;
    width: 20vw;
    margin-right: 20px;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}


@media (max-width: 480px) {
    .header-wrapper, .sub .header-wrapper {
        padding: 0 10px;
        position: relative;
    }
    .header-top {
        height: 120px;
    }
    .header-top-logo {
        top: 10px;
        width: max-content;
    }
    .logo img {
        min-width: 150px;
        width: 150px;
    }
}



@media (min-width: 481px) {
    .header-wrapper {
        height: 215px;
        min-width: 1200px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .sticky .header-wrapper {
        top: -150px;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
    body.translated .header-wrapper {
        top: 40px;
    }
    body.sticky.translated .header-wrapper {
        top: -110px;
    }
}


.header-top-slogan {
    position: absolute;
    left: 30%;
    right: 25%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    color: #211F5E;
    letter-spacing: 1.8px;
}
.header-top-slogan > * {
    flex: 1 100%;
    display: block;
}
.header-top-slogan p:first-child {
    align-self: flex-start;
    text-align: right;
    margin: 20px 10px 0 0;
    position: relative;
}
.header-top-slogan p:first-child:before {
    height: 2px;
    width: 77px;
    content: '';
    display: block;
    background: #41C8F0;
    position: absolute;
    bottom: -10px;
    right: 0;
}
.header-top-slogan p:last-child {
    align-self: flex-end;
    margin: 0 0 20px 10px;
    position: relative;
}
.header-top-slogan p:last-child:before {
    height: 2px;
    width: 55px;
    content: '';
    display: block;
    background: #41C8F0;
    position: absolute;
    top: -5px;
    left: 0;
}

.header-top-slogan div {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.header-top-slogan div:before, .header-top-slogan div:after {
    content: '';
    height: 100%;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 30%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 30%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 30%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.header-top-slogan div:after {
    left: auto;
    right: 0;
    background: -moz-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 30%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 30%, rgba(255,255,255,0) 100%);
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 30%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.header-top-slogan div video {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    overflow: hidden;
}

@media (max-width: 480px) {
    .header-top-slogan {
        display: none;
    }
}

/*.header-btns {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: max-content;
}
.header-btn {
    float: right;
    background: #5dc6ed;
    margin-left: 2px;
    display: block;
    width: 150px;
    height: 100%;
    text-align: center;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    position: relative;
}
.header-btn:hover {
    background: #000064;
}
.header-btn span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
@media (max-width: 600px) {
    .header-btns {
        right: auto;
        top: auto;
        left: 50%;
        bottom: 10px;
        height: 50px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .sticky .header-btns {
        bottom: 0;
        right: 0;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@media (max-width: 767px) {
    .header-btn {
        width: 130px;
    }
}*/


.header-social {
    position: absolute;
    top: 15px;
    right: 0;
}
.header-social > * {
    margin-left: 10px;
}


.header-nav {
    position: absolute;
    top: 70px;
    right: 0;
    text-align: right;
    z-index: 998;
}



/*.header-nav-points {
    text-align: center;
    margin-top: -7px;
}
.header-nav-points .icon-card {
    margin-top: 4px;
}
.sticky .header-nav-points {
    display: none;
}*/

/*.header-nav-lang a {
    display: block;
}
.header-nav-lang a span {
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 0;
    display: none;
    width: 30px;
    text-align: center;
}
.header-nav-lang a span.current {
    display: inline-block;
}
.header-nav-lang a span img {
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.header-nav-lang.opened span {
    display: inline-block;
}
.header-nav-lang.opened > div {
    background: #f8f8f8;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.header-nav-lang.opened a:hover span {
    color: #5dc6ed;
}*/

.header-nav-cart {
    text-align: right;
    font-size: 1.3em;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
}
.header-nav-cart span.icon-heart {
    margin-left: 20px;
}
.header-nav-cart span.icon-cart {
    margin-right: 0;
}
.header-nav-cart #box-fav {
    vertical-align: middle;
}
.header-nav-cart #box-cart {
    vertical-align: middle;
}

.header-nav-profile {
    height: 34px;
    line-height: 17px;
    position: relative;
    text-align: left;
    padding-left: 35px;
    display: inline-block;
    vertical-align: middle;
}
.header-nav-profile .icon-user {
    position: absolute;
    left: 0;
    top: 5px;
}
.header-nav-profile-a {
    font-size: 12px;
    text-transform: uppercase;
}
.header-nav-profile-a:hover {
    color: #41C8F0;
}
.header-nav-profile-a span {
    margin-top: 7px;
    display: inline-block;
}

.header-nav-profile-sub {
    font-size: 1em;

    display: none;
    background: #f8f8f8;
    position: absolute;
    top: 30px;
    right: 0;
    width: 180px;
    padding: 15px 0;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.header-nav-profile-sub.opened {
    display: block;
}
.header-nav-profile-sub li {
    padding: 5px 15px;
}
.header-nav-profile-sub li a{
    font-size: 14px;
    display: block;
}
.header-nav-profile-sub-points {
    margin-bottom: 10px;
}


.header-nav-main {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 270px;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    flex-grow: 1;
}
.header-nav-main > li a {
    color: #211F5E;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    font-size: 15px;
}
.header-nav-main > li > a:hover {
    color: #41C8F0;
}
.header-nav-main:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: rgb(65,200,240);
    background: -moz-linear-gradient(270deg, rgba(65,200,240,1) 0%, rgba(0,0,100,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(65,200,240,1) 0%, rgba(0,0,100,1) 100%);
    background: linear-gradient(270deg, rgba(65,200,240,1) 0%, rgba(0,0,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41c8f0",endColorstr="#000064",GradientType=1);
}


@media (max-width: 480px) {
    .header-nav {
        top: 70px;
        right: -10px;
        left: -10px;
        min-height: 50px;
        background: #dadfe3;
        vertical-align: middle;
    }
    .header-nav-profile {
        display: inline-block;
        width: 45px;
        vertical-align: middle;
        margin-top: 7px;
    }
    .header-nav-profile .header-nav-profile-a {
        display: none;
    }
    .header-nav-cart {
        display: inline-block;
        width: auto;
        margin-top: 11px;
        margin-right: 15px;
        vertical-align: middle;
    }
    .header-nav-cart span.icon-heart {
        margin-left: 20px;
    }
}


/*@media (max-width: 767px) {
    .header-nav-points {
        display: none;
    }
}

@media (max-width: 600px) {
    .header-nav {
        position: static;

        text-align: center;
    }
    .header-nav > div:last-child {
        margin-left: 10px;
    }
    .header-nav > * {
        margin-left: 10px;
    }
}

.sticky .header-nav {
    top: 12px;
    position: absolute;
    text-align: right;
    height: 29px;

}
.sticky .header-nav-lang {
    margin: -8px 0;
}*/
/*.sticky .header-nav #box-cart {*/
/*    display: none;*/
/*}*/
/*.sticky .header-nav-profile {*/
/*    display: none;*/
/*}*/




.footer-wrapper {
    font-size: 1.1em;
    color: #fff;
    margin: 30px 0 0 0;
    padding: 30px 20px 60px 20px;
    background: #8798A2;
}
.footer-wrapper hr {
    margin: 30px 0 20px 0;
}
.footer-wrapper a {
    color: #fff;
}
@media (max-width: 1400px) {
    .footer-wrapper {
        font-size: 1em;
    }
}
@media (max-width: 1300px) {
    .footer-wrapper {
        font-size: 0.9em;
    }
}


.footer-newsletter #newsletterForm_cp {
    display: none;
}

.footer-newsletter {
    text-transform: uppercase;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.footer-newsletter label {
    -webkit-flex: 0 1 60px;
    flex: 0 1 60px;
}
.footer-newsletter input.form-control {
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    width: 50%;
    border: 1px solid #FFFFFF76;
    background-color: transparent;
    margin-left: 10px;
    vertical-align: middle;
}
.footer-newsletter .btn {
    padding: 5px 10px;
    margin-left: 10px;
    -webkit-flex: 0 1 80px;
    flex: 0 1 80px;
}

.footer-phone {
    text-align: right;
}
.footer-phone span {
    display: inline-block;
}

.footer-social {
    margin-bottom: 15px;
}

.footer-links li {
    margin: 3px 0;
}
.footer-links a {
    clear: both;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
}
.footer-links:last-child {
    text-align: right;
}
.footer-links a:hover {
    text-decoration: underline;
}

.footer-copy {
    text-align: center;
}
.footer-copy a {
    color: #fff;
}


@media (max-width: 480px) {
    .footer-wrapper {
        margin: 20px 0 0 0;
        padding: 30px 10px;
    }
    .footer-phone {
        text-align: center;
    }
    .footer-links, .footer-copy {
        font-size: 18px;
    }
    .footer-links, .footer-links:last-child {
        text-align: center;
    }
    .icon-fb, .icon-insta, .icon-yt {
        width: 36px!important;
        height: 36px!important;
    }
}

@media (max-width: 534px) {
    /*.footer-newsletter {
        text-align: center;
    }
    .footer-newsletter-title {
        margin-right: 0;
    }
    .footer-newsletter input.form-control {
        margin-right: 0;
    }*/
}


.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.g-row {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -30px;
}
.g-row > [class*="g-col-"] {
    padding-left: 30px;
}

.g-row-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.g-row-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.g-row-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.g-row-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.g-row-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.g-row-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-row-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.g-row-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.g-row-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[class*="g-col-"] {
    min-height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.g-col-center {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-col-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.g-col-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.g-col-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.g-col-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.g-col-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.g-col-right {
    margin-left: auto;
}

.g-col-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.g-col-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.g-col-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.g-col-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.g-col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.g-col-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.g-col-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.g-col-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.g-col-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.g-gutter-reset {
    margin-left: 0;
}

.g-gutter-reset > [class*="g-col-"] {
    padding-left: 0;
}

.g-pddY-30 {
    margin-top: -30px;
}
.g-pddY-30 > [class*="g-col-"] {
    padding-top: 30px;
}
.g-pdd-10 {
    margin-top: -10px;
    margin-left: -10px;
}
.g-pdd-10 > [class*="g-col-"] {
    padding-top: 10px;
    padding-left: 10px;
}
.g-pdd-20 {
    margin-top: -20px;
    margin-left: -20px;
}
.g-pdd-20 > [class*="g-col-"] {
    padding-top: 20px;
    padding-left: 20px;
}
.g-pdd-30 {
    margin-top: -30px;
    margin-left: -30px;
}
.g-pdd-30 > [class*="g-col-"] {
    padding-top: 30px;
    padding-left: 30px;
}
.g-pdd-40 {
    margin-top: -40px;
    margin-left: -40px;
}
.g-pdd-40 > [class*="g-col-"] {
    padding-top: 40px;
    padding-left: 40px;
}
.g-pdd-60 {
    margin-top: -60px;
    margin-left: -60px;
}
.g-pdd-60 > [class*="g-col-"] {
    padding-top: 60px;
    padding-left: 60px;
}
.g-pddX-60 {
    margin-left: -60px;
}
.g-pddX-60 > [class*="g-col-"] {
    padding-left: 60px;
}



@media (min-width: 481px) {
    .g-col-s-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-s-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-s-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-s-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-s-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-s-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-s-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-s-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-s-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-s-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-s-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-s-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-s-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-s-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 768px) {
    .g-col-m-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-m-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-m-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-m-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-m-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-m-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-m-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-m-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-m-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-m-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-m-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-m-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-m-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-m-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 980px) {
    .g-col-l-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-l-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-l-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-l-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-l-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-l-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-l-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-l-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-l-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-l-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-l-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-l-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-l-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-l-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

[class*="g-hide-"] {
    display: block;
}

[class*="g-show-"] {
    display: none;
}

@media (min-width: 980px) {
    .g-show-l {
        display: block;
    }
    .g-hide-l {
        display: none;
    }
}

@media (min-width: 768px) {
    .g-show-m {
        display: block;
    }
    .g-hide-m {
        display: none;
    }
}

@media (min-width: 481px) {
    .g-show-s {
        display: block;
    }
    .g-hide-s {
        display: none;
    }
}

/***************************************************
content
***************************************************/


.content p {
    margin: 15px 0;
    line-height: 1.5em;
}


h1, .h1, .h11 {
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    margin: 40px 0;
    position: relative;
}
.h1 {
    padding-bottom: 30px;
    text-align: center;
}
.h1:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 60px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: #5dc6ed;
}

h2 {
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    margin: 30px 0;
}
.content .h2 {
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #000064;
    margin: 0 0 30px 0;
    padding-bottom: 20px;
    position: relative;
}
.content .h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 245px;
    background: rgb(65,200,240);
    background: -moz-linear-gradient(270deg, rgba(65,200,240,1) 0%, rgba(0,0,100,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(65,200,240,1) 0%, rgba(0,0,100,1) 100%);
    background: linear-gradient(270deg, rgba(65,200,240,1) 0%, rgba(0,0,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41c8f0",endColorstr="#000064",GradientType=1);
}

.content h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 35px 0 30px 0;
    position: relative;
}

.content h4 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0 10px 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: #5dc6ed;
    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:not(.sec):first-child, .content h2:first-child, .content h3:not(.sec):first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}



/***************************************************
menu
***************************************************/


.header-navbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #8798A2;
    height: 65px;
}

.header-navbar .container {
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding: 0 20px;
    max-width: 1540px;
}
.header-navbar-search {
    flex: 1 30%;
    padding-right: 0;
}
.ac_results ul {
    max-height: none!important;
}
@media (max-width: 480px) {
    .header-navbar {
        margin: 0 -10px;
        height: 50px;
        position: relative;
    }
    .header-navbar .container {
        padding: 0 10px;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .header-navbar-search {
        flex: 0 60%;
    }
}
@media (max-width: 380px) {
    .header-navbar-search {
        flex: 0 80%;
    }
    .ac_results {
        width: auto!important;
        min-width: auto!important;
        right: 0;
    }
}


.header-search {
    font-size: 17px;
    border: 1px solid #fff;
    background: none;
    width: 63%;
    z-index: 999;
    margin-top: 10px;
    position: relative;
    float: left;
    z-index: 1;
}
.header-search input {
    color: #fff;
    font-size: 18px;
    width: 100%;
    float: left;
    height: 42px;
    line-height: 22px;
    padding: 11px;
    border: 0;
    background: none;
}
.header-search .icon-search {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg id='Group_28' data-name='Group 28' xmlns='http://www.w3.org/2000/svg' width='16.329' height='16.88' viewBox='0 0 16.329 16.88'%3E%3Cg id='Group_27' data-name='Group 27'%3E%3Cg id='Group_26' data-name='Group 26'%3E%3Cg id='Group_25' data-name='Group 25'%3E%3Cg id='Group_24' data-name='Group 24'%3E%3Cpath id='Path_22' data-name='Path 22' d='M204.592,155.446l-5.237-4.12a6.211,6.211,0,0,0-.984-7.288,5.715,5.715,0,0,0-8.276.064,6.2,6.2,0,0,0,.061,8.563,5.706,5.706,0,0,0,6.977.961L201.2,159s.542.321,2.1-1.313S204.592,155.446,204.592,155.446Zm-13.308-3.968a4.5,4.5,0,0,1-.043-6.208,4.144,4.144,0,0,1,6-.045,4.5,4.5,0,0,1,.043,6.209A4.144,4.144,0,0,1,191.284,151.478Z' transform='translate(-188.341 -142.222)' fill='rgba(255,255,255,1)'/%3E%3Cg id='Group_23' data-name='Group 23'%3E%3Cg id='Group_22' data-name='Group 22'%3E%3Cpath id='Path_23' data-name='Path 23' d='M201.345,159.1h0a.366.366,0,0,1-.177-.035l-4.054-5.346a5.775,5.775,0,0,1-7.01-1,6.287,6.287,0,0,1-.061-8.668,5.785,5.785,0,0,1,8.377-.064,6.3,6.3,0,0,1,1.027,7.321l5.187,4.08c.034.056.29.706-1.282,2.356-1.127,1.183-1.741,1.36-2.008,1.36Zm-.087-.154a.777.777,0,0,0,.087.007h0c.2,0,.775-.128,1.906-1.316,1.482-1.556,1.278-2.158,1.278-2.158l-5.266-4.135.031-.056a6.143,6.143,0,0,0-.972-7.2,5.646,5.646,0,0,0-8.176.062,6.135,6.135,0,0,0,.06,8.459,5.634,5.634,0,0,0,6.893.949l.052-.031,4.1,5.419Zm-6.995-6.132a4.217,4.217,0,0,1-3.028-1.285,4.57,4.57,0,0,1-.044-6.312,4.212,4.212,0,0,1,6.1-.046,4.581,4.581,0,0,1,.043,6.313,4.211,4.211,0,0,1-3.073,1.33Zm0-8.78a4.079,4.079,0,0,0-2.973,1.286,4.423,4.423,0,0,0,.043,6.1,4.072,4.072,0,0,0,5.9-.044,4.428,4.428,0,0,0-.042-6.1,4.074,4.074,0,0,0-2.927-1.242Z' transform='translate(-188.341 -142.223)' fill='rgba(255,255,255,0.61)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.header-search .disabled .icon-search {
    cursor: default;
}

@media (max-width: 480px) {
    .header-search {
        margin-top: 8px;
        width: 100%;
    }
    .header-search input {
        height: 32px;
        padding: 6px 11px;
    }
    .header-search .icon-search {
        top: 8px;
    }
}


.header-filter {
    text-transform: uppercase;
    width: 37%;
    float: left;
    position: relative;
    padding-left: 36px;
    margin-top: 19px;
    line-height: 23px;
}
.header-filter > a {
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    border-bottom: 2px solid #8798A2;
    color: #EDEDED;
    padding: 15px 8px;
}
.header-filter > a:hover {
    text-decoration: none;
    border-bottom: 2px solid #41C8F0;
}
.header-filter-a:hover {
    border-bottom: 2px solid #8798A2!important;
}

.header-filter.mobile {
    display: none;
    width: 60px;
    margin-top: 15px;
    padding-left: 50px;
}
.header-filter.mobile > a {
    border-bottom: 0;
    color: #4e565b;
    padding: 10px 0;
}

@media (max-width: 480px) {
    .header-filter {
        display: none;
    }

    .header-filter.mobile {
        display: block;
    }

    .header-filter-a {
        font-size: 14px;
    }
}

.slider-animation {
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
}

.slider-animation>div {
    position: relative;
    width: 100%;
    flex: 1 33%
}

.slider-animation>div:before {
    content: '';
    height: 12%;
    width: 100%;
    background: #EDEDED;
    display: block;
    position: absolute;
    top: 50%;
    transform: translatey(-50%)
}
.header-filter.mobile .slider-animation>div:before {
    background: #000000;
}

.slider-animation>div:after {
    content: '';
    height: 5px;
    width: 5px;
    background: #EDEDED;
    display: block;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    border-radius: 0;
    transition: all 0.5s
}
.header-filter.mobile .slider-animation>div:after {
    background: #4e565b;
}

.slider-animation>div.one:after {
    left: 70%
}

.slider-animation>div.two:after {
    left: 20%
}

.slider-animation>div.three:after {
    left: 50%
}

.animated-icon {
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 24px;
    position: absolute;
    top: 2px;
    left: 17px;
}

.animated-icon .slider-animation {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 24px;
    height: 26px
}

.animated-icon.hovered div.one:after {
    left: 20%
}

.animated-icon.hovered div.two:after {
    left: 70%
}

.animated-icon.hovered div.three:after {
    left: 10%
}




.navbar {
    height: 100%;
    flex: 1 100%;
    align-self: center;
    z-index: 2;
    position: relative;
    display: flex;
}
.navbar > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;

    height: 100%;
    margin: 0 auto;
    padding: 0 3px;
    flex-grow: 1;
}
.navbar > ul > li {
    text-align: center;
    height: 100%;
    position: relative;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
}
.navbar > ul > li > a {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 23px;

    z-index: 9999;
    position: relative;
    padding: 10px 4px;
    margin-top: 10px;

    overflow: hidden;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    border-bottom: 2px solid #8798A2;
}
.navbar > ul > li > a:hover, .navbar > ul > li.current > a {
    text-decoration: none;
    border-bottom: 2px solid #41C8F0;
}
.navbar ul li.current > a {
    color: #fbff00;
}

@media (max-width: 1350px) {

    .navbar > ul > li > a {
        font-size: 13px;
    }
}



.navbar-white {
    display: none!important;
}


.navbar-sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 340px;
    background: rgba(135, 152, 162, 0.95);
    z-index: 999;
    padding: 20px 0;
    display: none;
    text-align: left;
}
.navbar-sub li {
    position: relative;
    margin: 5px 0;
    padding: 0 20px;
}
.navbar-sub li a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.8em;
    display: block;
}
.navbar-sub li a:hover span:first-child, .navbar-sub li li.current a span {
    text-decoration: none;
    border-bottom: 2px solid #41C8F0;
}
.sidr .sidr-class-sub {
    display: none;
}

li:nth-child(7) .navbar-sub, li:nth-child(8) .navbar-sub {
    left: auto;
    right: 0;
}

.navbar-sub-all a {
    text-transform: none!important;
}

.navbar-subsub {
    left: 250px;
    top: -25px!important;
    display: none;
}
.navbar-sub li:hover .navbar-subsub {
    display: block!important;
}



@media (max-width: 480px) {
    .navbar, .sub .navbar {
        display: none;
    }
    .navbar .mobile-nav {
        text-align: left;
    }
}


.mobile-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    background: rgba(68, 68, 68, 0.0);
    z-index: 999998;
}

.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}

.mobile-offcanvas {
    display: none;
}

@media (min-width: 481px) {
    .mobile-offcanvas {
        display: block;
    }
}
@media (min-width: 481px) {
    .sticky .mobile-offcanvas {
        display: block;
    }
}


.hamburger {
    float: left;
    padding: 7px 5px 5px 15px;
    display: none;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}
@media (max-width: 480px) {
    .hamburger {
        display: block;
    }
}

.hamburger:hover {
    opacity: 1
}

.hamburger.is-active {
    padding-top: 16px
}

.hamburger.is-active:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-menu-label {
    display: none
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after {
    background-color: #4e565b;
}

.hamburger-box {
    width: 40px;
    height: 16px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #4e565b;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease
}

.hamburger-inner::before,.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -7px
}

.hamburger-inner::after {
    bottom: -7px
}

.hamburger-menu-label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #4e565b;
    margin-top: 3px
}

.hamburger--slider .hamburger-inner {
    top: 1px
}

.hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s
}

.hamburger--slider .hamburger-inner::after {
    top: 14px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -5px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 1px
}

.hamburger--slider-r .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s
}

.hamburger--slider-r .hamburger-inner::after {
    top: 14px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -5px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(90deg)
}



.sidr {
    display: block;
    position: absolute;
    top: 120px;
    right: 0;
    left: 0;
    background: #dadfe3;
    z-index: 99999999;

    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.sidr ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
.sidr a {
    display: block;
    padding: 7px 15px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;

}
.sidr a:hover {
    text-decoration: underline;
}


.sidr-class-navbarIconsUl {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px!important;
    margin-bottom: 20px!important;
}
.sidr-class-navbarIconsUl > li a {
    padding-left: 65px;
    position: relative;
}
.sidr-class-navbarIconsUl ul a {
    padding-left: 100px!important;
    position: relative;
}
.sidr-class-navbarIconsUl img {
    width: 40px;
    height: 34px;
    object-fit: contain;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.sidr-class-navbar-sub, .sidr-class-navbarIcons-sub {
    margin: 0!important;
    display: none;
}
.sidr-class-navbar-sub ul, .sidr-class-navbarIcons-sub ul {
    margin: 0!important;
}
.sidr-class-navbar-sub li {
    border-bottom: 0;
}
.sidr-class-navbar-sub a, .sidr-class-navbarIcons-sub a {
    font-size: 20px;
    text-transform: none;
    padding-left: 30px!important;
}
.sidr-class-navbar-subsub a {
    padding-left: 50px;
}
.sidr-class-navbar-arrow {
    margin-bottom: 3px;
}
.sidr-class-current > a {
    color: #46c6ed;
}

/*.main .sidr-inner:first-child {*/
/*    display: none;*/
/*}*/


.sidr-class-navbar-social {
    text-align: center;
    border-top: 1px solid #ececec;
    margin-top: 15px;
    padding-top: 15px;
}
.sidr-class-navbar-social a {
    display: inline-block;;
}

.sidr-open .sidr {
    max-height: 1100px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    overflow: visible;
}



.cartBoxMin {
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
    border-top: 1px solid #fff;
    background: #ecf0f1;
    display: none;
    height: 52px;
    cursor: pointer;
}
.cartBoxMin p {
    float: left;
    margin-top: 5px;
}
.cartBoxMin .btn {
    margin: -5px 0;
}

.cartBox-sum {
    padding: 5px 10px;
    margin: -5px -10px;
    display: inline-block;
}
.cartBox-sum .price-netto {
    margin-left: 5px;
}

@media (max-width: 480px) {
    .cartBoxMin {
        display: none!important;
    }
}


.cartBoxMax {
    display: none;
}

.cartBox-wrapper {
    padding: 20px;
    border: 1px solid #c7d2d9;
    background: #ecf0f1;
    display: flex;
    flex-flow: row nowrap;
}
.cartBox-list {
    flex: 1 60%;
}

.cartBox-table {

}
.cartBox-th {
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    padding: 0 5px 5px 5px;
}
.cartBox-th > span {
    padding: 0 5px;
    font-size: 14px;
}
.cartBox-tr {
    text-align: center;
    color: #434343;
    display: flex;
    flex-flow: row nowrap;
    background: #fff;
    padding: 5px;
    align-items: center;
    align-content: center;
    margin-bottom: 1px;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    opacity: 1;
}
.cartBox-tr#bc-tr-template {
    display: none;
}
.cartBox-tr.hidden {
    opacity: 0;
}
.cartBox-tr.blink {
    animation: pulse_bg 0.5s infinite;
}
@keyframes pulse_bg {
    0% {
        background: #fff;
    }

    50% {
        background: #5dc6ed;
    }

    100% {
        background: #fff;
    }
}

.cartBox-tr > span {
    padding: 0 5px;
}
.cartBox-table .col-photo {
    flex: 1 7%;
}
.cartBox-table .col-photo img {
    width: 100%;
    display: block;
    cursor: pointer;
}
.cartBox-table .col-name {
    text-align: left;
    flex: 1 43%;
}
.cartBox-table .col-name small {
    display: block;
}
.cartBox-table .col-code {
    flex: 1 12%;
    font-size: 14px;
}
.cartBox-table .col-price {
    flex: 1 13%;
}
.cartBox-table .col-price .price-netto{
    display: block;
}
.cartBox-table .col-count {
    flex: 1 7%;
}
.cartBox-table .col-count .form-control {
    padding: 5px 0;
    text-align: center;
}
.cartBox-table .col-sum {
    flex: 1 13%;
}
.cartBox-table .col-sum .price-netto{
    display: block;
}
.cartBox-table .col-close {
    flex: 1 5%;
}
.cartBox-table .col-action {
    flex: 1 10%;
}
.cartBox-table .col-action .btn {
    font-size: 11px;
    line-height: 13px;
    padding: 2px 3px;
    margin: 0 2px;
}

.cartBox-list .cartBox-shipping {
    color: #fff;
    float: left;
    background: #5dc6ed;
    padding: 5px 10px;
    margin-top: 10px;
    display: none;
}
.cartBox-list .cartBox-summary {
    float: right;
    font-size: 1em;
    margin-top: 15px;
    text-align: right;
}

.cartBox-discount.not {
    display: none;
}
.cartBox-discount, .cartBox-discount span {
    color: #f13131;
}

.cartBox-summary strong {
    transform: scale(1);
}
.cartBox-summary .price-vat {
    margin-left: 3px;
    display: inline-block;
    font-size: 16px!important;
}
.cartBox-summary .price-netto {
    margin-left: 5px;
}
.cartBox-summary .price-netto:before {
    content: '(';
}
.cartBox-summary .price-netto:after {
    content: ')';
}

.cartBox-other {
    margin-top: 10px;
    font-size: 13px;
}
.cartBox-other > span {
    margin-right: 10px;
}


.cartBox-sum.blink {
    animation: pulse_scale 0.5s infinite;
}
@keyframes pulse_scale {
    0% {
        background: rgba(135, 152, 162, 0);
    }

    50% {
        background: rgba(135, 152, 162, 1);
    }

    100% {
        background: rgba(135, 152, 162, 0);
    }
}


.cartBox-fin {
    flex: 1 40%;
    position: relative;
    min-height: 140px;
}
.cartBox-close {
    float: right;
    position: relative;
    top: -15px;
    right: -10px;
    font-size: 0.8em;
}
.cartBox-close .icon-cart {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.cartBoxMin .cartBox-close {
    top: -5px;
}

.cartBox-btns {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
.cartBox-btns .btn {
    margin-top: 5px;
    text-transform: uppercase!important;
}
.cartBox-btns .btn small {
    font-size: 16px;
    text-transform: lowercase;
}
.cartBox-btns2 {
    display: none;
}
.cartBox-btns2 .btn {
    width: 250px;
}
.cartBox-btns-row {
    position: relative;
}
.cartBox-btns-sub {
    top: 45px;
    right: 0;
    left: 0;
    width: auto;
}

.cartBox-code {
    width: 200px;
    margin: 10px auto;
}
.cartBox-code input {
    width: calc(100% - 70px);
}
.cartBox-code .btn {
    float: right;
    margin: 0;
}
.cartBox-code #bc-code-msg {
    text-align: left;
}

@media (max-width: 480px) {
    .cartBoxMax {
        margin: 0 -20px;
    }
    .cartBox-wrapper {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 10px;
    }
    .cartBox-list {
        flex: 1 100%;
    }
    .cartBox-fin {
        flex: 1 100%;
        min-height: 140px;
    }
    .cartBox-close {
        display: none;
    }

    .cartBox-th {
        display: none;
    }
    .cartBox-tr {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 60px;
        padding-right: 35px;
        position: relative;
        min-height: 85px;
    }
    .cartBox-table .col-photo {
        width: 60px;
        flex: none;
        position: absolute;
        left: 0;
        top: 5px;
    }
    .cartBox-table .col-price {
        display: none;
    }
    .cartBox-table .col-name {
        flex: 1 100%;
        margin-bottom: 5px;
    }
    .cartBox-table .col-name small {
        display: none;
    }
    .cartBox-table .col-code {
        display: none;
    }
    .cartBox-table .col-count {
        flex: 0 70px;
    }
    .cartBox-table .col-count .form-control {
        padding: 0 0;
    }
    .cartBox-table .col-sum {
        text-align: left;
    }
    .cartBox-table .col-close {
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -15px;
    }
    .cartBox-table .icon-trash {
        width: 30px;
        height: 30px;
    }
    .cartBox-table .col-action {
        flex: 1 100%;
    }
    .cartBox-table .col-action .btn br {
        margin: 2px;
        content: ' ';
    }
}


.filterBox {
    background: #ecf0f1;
    position: absolute;
    left: 10px;
    top: 46px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: none;
    width: 480px;
    font-size: 14px;
    text-transform: lowercase;
}


.filterBox.mobile {
    position: relative;
    top: 0;
    width: auto;
    left: 0;
    box-shadow: none;
    margin: 0 -10px;
}
.filterBox.opened {
    display: block;
}
@media (max-width: 480px) {
    .filterBox:not(.mobile).opened {
        display: none;
    }
}
@media (min-width: 481px) {
    .filterBox.mobile.opened {
        display: none;
    }
}

.filterBox-close {
    color: #8798A2;
    font-size: 28px;
    text-align: center;
    background: #ecf0f1;
    position: absolute;
    right: -40px;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
}
.filterBox.mobile .filterBox-close {
    display: none;
}

.filterBox form {
    min-height: 90px;
    display: block;
    padding: 20px 40px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 220px);
}
.sticky .filterBox form {
    max-height: calc(100vh - 70px);
}
.filterBox.mobile form {
    overflow-y: auto;
    max-height: none;
    padding: 20px 30px 20px 10px;
}
.filterBox form::-webkit-scrollbar {
    width: 5px
}
.filterBox form::-webkit-scrollbar-track {
    background: #f1f1f1
}
.filterBox form::-webkit-scrollbar-thumb {
    background: #bdbdbd
}
.filterBox form::-webkit-scrollbar-thumb:hover {
    background: #555
}

.filterBox .form-group {
    position: relative;
}
.filterBox .form-label {
    position: relative;
    padding-top: 0;
    text-align: right;
}
.filterBox .form-label span {
    line-height: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.filterBox .g-row {
    margin-left: -10px;
}
.filterBox .g-row > [class*="g-col-"] {
    padding-left: 10px;
}

.filterBox-counter {
    position: absolute;
    right: -3px;
    top: 6px;
    padding: 3px 0;
    background: #5dc6ed;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    width: 0;
    opacity: 0;
}
.filterBox.mobile .filterBox-counter {
    top: 9px;
}

.filterBox-s2-counter {
    display: inline-block;
    margin-left: 10px;
    color: #5dc6ed;
    font-size: 18px;
}
li.select2-results__option--highlighted .filterBox-s2-counter {
    color: #fff!important;
}


/***************************************************
			        SLIDER
***************************************************/


.slider-wrapper {
    margin: 0 0 10px 0;
    padding-bottom: 54px;
    position: relative;
}
.slider {
    margin: 0 auto;
    max-width: 1700px;
}

.slider-item-content {
    position: relative;
    padding-top: 56.266%;
}

.slider-item picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-wrapper img {
    width: 100%;
}

.slider-text {
    max-width: calc(100% - 100px);
    width: max-content;
    position: absolute;
    left: 50%;
    top: 50px;
    padding: 30px;
    background-color: rgba(135, 152, 162, 0.7);
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-item.tr .slider-text {
    left: auto;
    right: 50px;
}
.slider-text h2 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
}
.slider-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
}
.slider-text .btn {
    margin-top: 25px;
}

.slider-video {
    position: relative;
}
.slider-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-video:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
    content: '';
    display: block;
}

@media (max-width: 480px) {
    .slider-wrapper {
        margin: 0;
    }
    .slider-text {
        padding: 20px;
    }
    .slider-text h2 {
        font-size: 4vw;
    }
}


/* PAGER */

.slick-dots {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    z-index: 99;
    width: max-content;
    position: absolute;
    bottom: -54px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.slick-dots li {
    float: left;
}
.slick-dots li button {
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 5px;
    padding: 0;
    outline: 0;
    border: 0;
    position: relative;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.468' height='36.336' viewBox='0 0 31.468 36.336'%3E%3Cpath id='Path_94' data-name='Path 94' d='M8.507,0,0,14.734,8.507,29.468H25.52l8.506-14.734L25.52,0Z' transform='translate(30.468 1.155) rotate(90)' fill='%23fff' stroke='%2346c6ed' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center;
    background-size: cover;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.468' height='36.336' viewBox='0 0 31.468 36.336'%3E%3Cpath id='Path_93' data-name='Path 93' d='M8.507,0,0,14.734,8.507,29.468H25.52l8.506-14.734L25.52,0Z' transform='translate(30.468 1.155) rotate(90)' fill='%2346c6ed' stroke='%2346c6ed' stroke-width='2'/%3E%3C/svg%3E%0A");
}




.popup-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    text-align: center;
}
.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    margin: 0 auto;
    padding: 30px;
    width: max-content;
}
.popup-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    font-size: 28px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.popup img {
    width: auto;
    max-width: 100%;
}
@media (max-height: 670px) {
    .popup img {
        max-height: calc(100vh - 80px);
    }
}



/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
fieldset.form-600 {
    max-width: 600px;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 10px;
}
fieldset.form-info .form-group {
    margin-bottom: 0;
}


/* buttony */
fieldset.form .form-btns {
    text-align: center;
    margin-top: 20px;
}


/* podpis */
.form-label {
    text-align: right;
    padding-top: 9px;
    position: relative;
}
@media (max-width: 480px) {
    .form-label {
        text-align: left;
    }
}



/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 3px;
}


/* grupa kontolek */
.form-control-group {
    max-width: 600px;
    margin: 10px 0;
    float: left;
}

.form-error {
    color: #ff0000;
    text-align: center;
}


/* kontrolka */
.form-control {
    background: #fff;
    border-radius: 0;
    padding: 4px 12px;
    line-height: 30px;
    margin: 0;
    border: 1px solid #cecece;
    width: 100%;
}
.form-control:hover {
    border-color: #41C8F0;
}
.form-control.danger {
    border-color: #ff0000;
    background: #fff8f8;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
select.form-control {
    height: 40px;
}
textarea.form-control {
    height: 60px;
}

textarea.form-control-cash {
    border: 0;
    height: 35px;
    resize: none;
    padding: 9px 0 0 0;
    border-bottom: 1px dashed #8a8a8a !important;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.form-control-cash:focus, .form-control-cash:not(:placeholder-shown) {
    box-shadow: none;
    border-bottom: 0!important;
    height: 50px;
    margin-bottom: 0;
}
.form-control-cash::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
    color: #5dc6ed;
    font-size: 16px;
}
.form-control-cash:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #434343;
    font-size: 16px;
}
.form-control-cash::-ms-input-placeholder { /* Microsoft Edge */
    color: #434343;
    font-size: 16px;
}
.form-control-cash:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.5; /* Firefox */
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    width: 100px;
}

.form-control-group-checkboxes > span {
    margin-right: 10px;
}
.form-control-checkbox {
    margin-right: 5px;
}

.form-control-group-radios > span {
    display: block;
}
.form-control-number .form-control {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 98px);
    margin: 0 10px;
}
.form-control-number > * {
    float: left;
}

.form-control-range input {
    float: left;
    width: 40%;
}
.form-control-range span {
    width: 20%;
    float: left;
    text-align: center;
    margin: 9px 0;
}



.form-newsletter-brands span {
    display: inline-block;
    margin: 5px 10px 0 0;
}


.form-control-info {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-control-info strike {
    font-weight: normal;
}
.form-control-group.form-control-infos {
    margin:  10px 0 0 0;
}


::-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;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-country_other {
    display: none;
}

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 0px 0!important;
}

.formMat-group {
    clear: both;
    margin-top: 8px;
    margin-bottom: 25px;
    position: relative;
}

.formMat-outline {
    background: #fff;
    margin: 0;
    padding: 10px 10px;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 44px;
    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 {
    border-color: #41C8F0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(65, 200, 240, 0.6);

}
.formMat-outline .formMat-control {
    width: 100%;
    line-height: 24px;
    height: 24px;
    font-size: 18px;

}
.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;
    text-transform: lowercase;
    position: absolute;
    top: 8px;
    left: 7px;
    right: 7px;
    line-height: 24px;
    height: 24px;
    background: #fff;
    padding: 0 3px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    cursor: text;
    z-index: 1;
}
.formMat-outline .geoNip + .formMat-label {
    text-transform: none;
}
.formMat-outline .formMat-control.notEmpty + .formMat-label {
    transition: all .0s linear;
    -moz-transition: all .0s linear;
    -webkit-transition: all .0s linear;
}
.formMat-outline .formMat-control:focus + .formMat-label, .formMat-outline .formMat-control.notEmpty + .formMat-label, .formMat-outline .formMat-control-infos + .formMat-label {
    top: -10px;
    right: auto;
    font-size: 15px;
    line-height: 18px;
    cursor: default;
}
.formMat-outline select.formMat-control:focus, .formMat-outline select.formMat-control.notEmpty {
    color: #000;
    font-size: 18px;
}

.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-group-infos {
    margin-bottom: 15px;
}
.formMat-group-infos .formMat-outline {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}
.formMat-group-infos .formMat-label {
    background: none;
}
.formMat-control-infos {

}

.formMat-error {
    color: #ff0000;
    font-size: 12px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}

.formMat-suggestion {
    font-size: 12px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}
.formMat-suggestion a {
    color: #5dc6ed;
}



.formMat-btns {
    text-align: center;
    margin-top: 20px;
}


/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 10px 30px;
    max-width: 90%;
    width: max-content;

    color: #fff;
    background: #5dc6ed;

    position: fixed;
    top: 221px;
    z-index: 999;
    left: 50%;
    -webkit-transform: translateX(-50%);
}
.msg a, .msg .price {
    color: #fff;
}

@media (max-width: 480px) {
    .msg {
        top: 175px;
    }
}

/*.msg.msg-info {
    color: #fff;
    background: #dd5653;
}*/

.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 {
    color: #fbff00;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    padding: 5px 20px;
    line-height: 30px;
    display: inline-block;
    border: 0;
    background: #8798A2;

    transition: background-color .25s linear, color .25s linear;
    -moz-transition: background-color .25s linear, color .25s linear;
    -webkit-transition: background-color .25s linear, color .25s linear;
}
.btn:not(.btn-red):hover {
    color: #fbff00;
    background: #8798A2;
}
.btn.checked {
    color: #fff;
    background: #5dc6ed;
}

.btn-thm2 {
    color: #000064;
    font-weight: 500;
    font-size: 14px;
    border: 2px solid #5dc6ed;
    background: none;
}
.btn-thm2 span {
    margin-left: 10px;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.btn-thm2:hover {
    border: 2px solid #000064;
}
.btn-thm2:hover span {
    margin-left: 10px;
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
    -moz-filter: brightness(0%) invert(100%);
}

.btn-red {
    color: #f13131!important;
    background: #fff;
    border: 1px solid #8798A2;
}

.btn-light {
    color: #000;
    background: #fff;
}
.btn-light:hover, .btn.current {
    color: #000;
    background: #cdcdcd;
}

.btn-s {
    text-align: center;
    min-width: 39px;
    padding: 5px 12px;
    line-height: 20px;
    text-transform: lowercase;
}
.btn-s [class*="icon-"] {
    margin: 0 auto;
}

.btn-block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-disabled {
    opacity: 0.7;
}



.btn-loader {
    position: relative;
    padding: 5px 40px;
}
.btn-loaderOn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    /*opacity: 0;*/

    display: block;
    margin-top: -1em;
    width: 2em;
    height: 2em;

    z-index: 2;
    background: url("/assets/img/loader.svg");
    background-size: cover;
}


.btns {
    margin-top: 30px;
    clear: both;
    text-align: center;
}
.btns .btn + .btn {
    margin-right: 10px;
}
.btns .btn.right {
    margin-right: 0;
}
.btns .btn.right + .btn.right {
    margin-right: 10px;
}

@media (max-width: 534px) {
    .btns a {
        margin: 10px 0 0 0!important;
    }
}


#scroll-top {
    position: fixed;
    right: -60px;
    bottom: 275px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 45;
    opacity: 0;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
    box-shadow: 0 0 1px 1px #fff;
    border-radius: 5px 0 0 5px;
}
.sticky #scroll-top {
    opacity: 1;
    right: 0;
}


/***************************************************
Links
***************************************************/

.link {
    text-transform: uppercase;
}
.link:hover {
    text-decoration: none;
    color: #5dc6ed;
}
.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-b {
    color: #5dc6ed;
}
.link-c:hover {
    color: #5dc6ed;
}
.link-u {
    text-decoration: underline;
}
.link-info {
    text-transform: uppercase;
    color: #5dc6ed;
}
.link-info:hover {
    text-decoration: underline;
    color: #5dc6ed;
}
.link-success {
    color: #419741;
}
.link-danger {
    color: #C12F2B;
}


/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
    background: no-repeat center center;
    background-size: contain;
}


.icon-cart {
    width: 27px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28.978' height='29.473' viewBox='0 0 28.978 29.473'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_31' data-name='Rectangle 31' width='28.978' height='29.473' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_207' data-name='Group 207' transform='translate(0 0)'%3E%3Cg id='Group_206' data-name='Group 206' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_109' data-name='Path 109' d='M17.8,22.173c-2.554,0-5.108.023-7.662-.008-1.991-.023-3.166-.767-3.707-2.245-.532-1.454-.133-2.859,1.487-4.049,1.1-.808,1.119-1.522.58-2.642C7.123,10.378,5.839,7.485,4.557,4.593A1.692,1.692,0,0,0,2.8,3.377a7.234,7.234,0,0,1-1.649-.165A1.306,1.306,0,0,1,0,1.806,1.428,1.428,0,0,1,1.085.321,4.659,4.659,0,0,1,7.141,2.812,2.2,2.2,0,0,0,9.48,4.19c5.33-.043,10.66-.02,15.99-.017a15.885,15.885,0,0,1,1.663.051,1.8,1.8,0,0,1,1.8,1.831q.081,3.744,0,7.492a1.9,1.9,0,0,1-1.847,1.992q-3.882.461-7.763.918c-2.864.334-5.73.658-8.593,1a2.286,2.286,0,0,0-.951.243c-.249.162-.567.523-.533.746a1.208,1.208,0,0,0,.623.847,5.227,5.227,0,0,0,1.64.17c4.663.011,9.327,0,13.991.009,1.7,0,2.392.419,2.393,1.4,0,.936-.675,1.308-2.443,1.313-2.554.008-5.108,0-7.662,0Zm3.694-15.6c-.133,2.649.079,2.893,2.213,2.9.66,0,1.32-.015,1.98-.013.833,0,1-.53.975-1.207s.186-1.6-.861-1.661c-1.407-.087-2.824-.021-4.307-.021M14.261,9.206c-.149-1,.046-2.3-1.23-2.575C11.842,6.374,10.1,9.9,14.261,9.206M15.8,14.227,15.293,6.57c.364,1.3,3.611,2.862,4.9,2.862A11.925,11.925,0,0,0,19.7,7.4a1.423,1.423,0,0,0-.9-.791c-1.076-.1-2.167-.038-3.517-.038m5.853,7.1c-.373-2.7-1.971-3.449-4.332-2.116.53,2.86,1.294,3.25,4.332,2.116M22.37,11.1c.134,2.33.266,2.46,2.2,2.38.385-.016.772-.034,1.154-.079.786-.092.937-.631.923-1.31a.9.9,0,0,0-1.035-.991c-1.039,0-2.077,0-3.245,0' fill='%238798a2'/%3E%3Cpath id='Path_110' data-name='Path 110' d='M8.7,26.907a2.513,2.513,0,0,1-2.65,2.561,2.63,2.63,0,0,1-2.581-2.521,2.759,2.759,0,0,1,2.627-2.7,2.61,2.61,0,0,1,2.6,2.657' fill='%238798a2'/%3E%3Cpath id='Path_111' data-name='Path 111' d='M24.2,29.472a2.634,2.634,0,0,1-2.742-2.517,2.758,2.758,0,0,1,2.607-2.7,2.662,2.662,0,0,1,2.608,2.484A2.558,2.558,0,0,1,24.2,29.472' fill='%238798a2'/%3E%3Cpath id='Path_113' data-name='Path 113' d='M14.261,9.206c-4.164.689-4.3.293-5-2.63a18.463,18.463,0,0,1,3.772.054c1.276.276,1.081,1.574,1.23,2.576' fill='%23fff'/%3E%3Cpath id='Path_114' data-name='Path 114' d='M11.313,11.256c3.831-.4,3.868-.456,4.49,2.971-3.124,1.035-3.776.616-4.49-2.971' fill='%23fff'/%3E%3Cpath id='Path_115' data-name='Path 115' d='M15.293,6.57c1.35,0,2.441-.062,3.517.037a1.426,1.426,0,0,1,.9.791A11.964,11.964,0,0,1,20.2,9.432a18.037,18.037,0,0,1-3.534-.048c-1.208-.256-1.007-1.509-1.371-2.814' fill='%23fff'/%3E%3Cpath id='Path_116' data-name='Path 116' d='M21.146,13.672c-3.037,1.134-3.8.744-4.332-2.116,2.361-1.333,3.959-.586,4.332,2.116' fill='%23fff'/%3E%3Cpath id='Path_117' data-name='Path 117' d='M22.37,11.1c1.168,0,2.206,0,3.245,0a.9.9,0,0,1,1.035.991c.014.679-.137,1.218-.923,1.31-.382.045-.769.063-1.154.079-1.937.08-2.069-.05-2.2-2.38' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-cartCsv {
    margin-right: 10px;
    width: 27px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3Csvg id='document-csv' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='Group_1' data-name='Group 1'%3E%3Cpath id='Path_1' data-name='Path 1' d='M24,24H4V22H22V6.4L17.6,2H6V9H4V0H18.4L24,5.6Z' fill='%238798a2'/%3E%3C/g%3E%3Cg id='Group_2' data-name='Group 2'%3E%3Cpath id='Path_2' data-name='Path 2' d='M23,8H16V2h2V6h5Z' fill='%238798a2'/%3E%3C/g%3E%3Cg id='Group_3' data-name='Group 3'%3E%3Cpath id='Path_3' data-name='Path 3' d='M5,19H0V11H5v2H2v4H5Z' fill='%238798a2'/%3E%3C/g%3E%3Cg id='Group_4' data-name='Group 4'%3E%3Cpath id='Path_4' data-name='Path 4' d='M11,19H6V17H9V16H6V11h5v2H8v1h3Z' fill='%238798a2'/%3E%3C/g%3E%3Cg id='Group_5' data-name='Group 5'%3E%3Cpath id='Path_5' data-name='Path 5' d='M19.7,11,17,19H14.9l-2.6-8h2.1L16,15.8,17.6,11Z' fill='%238798a2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-trash {
    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='%23000000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M18 6l-12 12' /%3E%3Cpath d='M6 6l12 12' /%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
}

.icon-user {
    width: 28px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22.775' height='22.035' viewBox='0 0 22.775 22.035'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_30' data-name='Rectangle 30' width='22.775' height='22.035' fill='%2341C8F0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_205' data-name='Group 205' transform='translate(0 0)'%3E%3Cg id='Group_204' data-name='Group 204' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_107' data-name='Path 107' d='M12.972,0a5.972,5.972,0,0,1,6.059,6.176,6.143,6.143,0,0,1-6.047,6.132A6.315,6.315,0,0,1,6.725,6.057,6.109,6.109,0,0,1,12.972,0m.008,1.841a4.262,4.262,0,0,0-4.4,4.234,4.477,4.477,0,0,0,4.339,4.376A4.261,4.261,0,0,0,17.191,6.09,4.194,4.194,0,0,0,12.98,1.841' transform='translate(-1.435 0)' fill='%2341C8F0'/%3E%3Cpath id='Path_108' data-name='Path 108' d='M.2,25.887c-.722-3.486.578-4.478,2.449-5.456A16.269,16.269,0,0,1,8.7,18.839a22.385,22.385,0,0,1,10.572,1.185c.122.048.245.094.365.146,2.739,1.206,3.486,2.588,3,5.762l-1.569.09c-.045-.662-.12-1.211-.112-1.76A1.82,1.82,0,0,0,20,22.518,11.767,11.767,0,0,0,17.645,21.4a21.815,21.815,0,0,0-13.025.2,12.217,12.217,0,0,0-1.319.576,2.34,2.34,0,0,0-1.464,2.391C1.864,26.1,1.79,26.113.2,25.887' transform='translate(0 -3.988)' fill='%2341C8F0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    vertical-align: -1px;
    margin-right: 5px;
}
a:hover .icon-user {

}

@media (max-width: 480px) {
    .icon-user {
        width: 31px;
        height: 29px;
        vertical-align: 0;
        margin-right: 0;
    }
}

.icon-refresh {
    width: 23px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-rotate-clockwise' width='36' height='36' viewBox='0 0 24 24' stroke-width='1.5' stroke='%238798A2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5' /%3E%3C/svg%3E");
}


.icon-home {
    width: 20px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17'%3E%3Cg id='_3a09a524440d44d7f19870070a5ad42f' data-name='3a09a524440d44d7f19870070a5ad42f' transform='translate(-10.05 -77.45)'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(10.05 77.45)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M158.971,538.2a.594.594,0,0,0-.6.587v5.965H146.2v-5.963a.6.6,0,0,0-1.2,0v6.553a.594.594,0,0,0,.6.587h13.374a.594.594,0,0,0,.6-.587v-6.553A.6.6,0,0,0,158.971,538.2Z' transform='translate(-142.286 -528.929)'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M29.874,86.89l-9.4-9.268a.6.6,0,0,0-.843,0l-9.4,9.268a.582.582,0,0,0,0,.831.6.6,0,0,0,.845,0l8.98-8.851,8.982,8.851a.6.6,0,0,0,.843,0A.578.578,0,0,0,29.874,86.89Z' transform='translate(-10.05 -77.45)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-arrow-right {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.1' height='22' viewBox='0 0 12.1 22'%3E%3Cg id='arrow-right-svgrepo-com' transform='translate(-25 -13)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M26.855,13.316a1.062,1.062,0,0,0-1.555.047A1.2,1.2,0,0,0,25.345,15L34.4,24l-9.053,9a1.2,1.2,0,0,0-.045,1.637,1.061,1.061,0,0,0,1.555.047l9.9-9.842a1.2,1.2,0,0,0,0-1.684Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center;
    width: 12px;
    height: 22px;
}


.icon-arrow-down {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-down' 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='M12 5l0 14' /%3E%3Cpath d='M18 13l-6 6' /%3E%3Cpath d='M6 13l6 6' /%3E%3C/svg%3E");
    width: 22px;
    height: 18px;
    vertical-align: -5px;
}


.icon-fb, .icon-insta, .icon-yt, .sidr-class-icon-fb, .sidr-class-icon-insta, .sidr-class-icon-yt {
    width: 28px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.973' height='34.853' viewBox='0 0 34.973 34.853'%3E%3Cg id='Group_823' data-name='Group 823' transform='translate(-1296.206 -23.59)'%3E%3Cpath id='Path_96' data-name='Path 96' d='M17.729,34.855A17.427,17.427,0,1,1,34.973,17.375,17.481,17.481,0,0,1,17.729,34.855m-3.09-11.507h-.02c0,1.643.011,3.287-.007,4.93,0,.467.138.653.637.626,1.008-.053,2.018-.06,3.028-.067.937-.006.947,0,.941-.942-.019-3.177-.035-6.353-.081-9.529-.008-.524.141-.736.677-.7.622.042,1.248.025,1.87.056.412.02.652-.08.679-.555.052-.891.134-1.783.245-2.669.057-.457-.12-.592-.54-.585-.734.011-1.469,0-2.2,0-.7,0-.739-.045-.715-.757.018-.51.055-1.021.073-1.531.028-.769.21-.975.981-1.006.642-.026,1.286-.017,1.929-.011.323,0,.534-.083.53-.457-.012-1-.016-2.008-.017-3.012,0-.321-.151-.465-.474-.454-1.283.042-2.578-.009-3.849.139A3.844,3.844,0,0,0,14.621,11c-.011.8-.018,1.607,0,2.41.008.379-.136.528-.516.513-.458-.018-.918,0-1.377,0-.3,0-.432.124-.43.425q.012,1.479.006,2.958c0,.334.176.447.486.44.386-.009.774.02,1.157-.011.529-.043.707.165.7.69-.025,1.643-.009,3.287-.009,4.93' transform='translate(1296.206 23.588)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    margin-right: 5px;
}
.icon-insta, .sidr-class-icon-insta {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.971' height='34.842' viewBox='0 0 34.971 34.842'%3E%3Cg id='Group_824' data-name='Group 824' transform='translate(-1342.977 -23.588)'%3E%3Cpath id='Path_99' data-name='Path 99' d='M52.906,16.64A17.482,17.482,0,1,1,69.944,34.83,17.448,17.448,0,0,1,52.906,16.64M69.832,27.725v.007c1.763,0,3.527.055,5.287-.013a5.3,5.3,0,0,0,5.255-5.067c.141-3.026.177-6.063.083-9.09-.1-3.365-2.107-5.392-5.451-5.673-1.533-.129-3.081-.112-4.622-.109a47.591,47.591,0,0,0-4.951.132,5.308,5.308,0,0,0-5.067,5.232c-.178,3.147-.138,6.316-.021,9.469a5.36,5.36,0,0,0,5.245,5.1c1.409.091,2.827.017,4.241.017' transform='translate(1290.09 23.588)' fill='%23ffffff'/%3E%3Cpath id='Path_105' data-name='Path 105' d='M79.947,19.558c-.056,1.1-.091,2.666-.224,4.229A3.655,3.655,0,0,1,76.108,27.2c-2.752.086-5.507.094-8.261.094A6.29,6.29,0,0,1,66.118,27a3.433,3.433,0,0,1-2.684-3.354c-.068-3.045-.08-6.093-.008-9.138a3.436,3.436,0,0,1,3.285-3.57,44.375,44.375,0,0,1,9.947.036,3.4,3.4,0,0,1,3.074,3.4c.1,1.565.134,3.135.216,5.176m-8.34,4.6a5.075,5.075,0,0,0,5.22-5.151,5.233,5.233,0,0,0-10.464.094,5.119,5.119,0,0,0,5.244,5.058m5.362-9.338a1.154,1.154,0,1,0,.073-2.306,1.234,1.234,0,0,0-1.253,1.255,1.109,1.109,0,0,0,1.181,1.052' transform='translate(1288.878 22.353)' fill='%23ffffff'/%3E%3Cpath id='Path_106' data-name='Path 106' d='M75.53,19.732a3.317,3.317,0,1,1-3.28-3.369,3.387,3.387,0,0,1,3.28,3.369' transform='translate(1288.239 21.696)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-yt, .sidr-class-icon-yt {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.973' height='34.852' viewBox='0 0 34.973 34.852'%3E%3Cg id='Group_826' data-name='Group 826' transform='translate(-1435.623 -23.59)'%3E%3Cpath id='Path_98' data-name='Path 98' d='M175.332,34.854a17.427,17.427,0,1,1,17.286-17.438,17.479,17.479,0,0,1-17.286,17.438m-.237-6.328c2.182-.157,4.38-.278,6.571-.488,1.17-.113,1.486-.493,1.726-1.648a20.708,20.708,0,0,0,.287-5.51,19.642,19.642,0,0,0-.4-2.645,1.346,1.346,0,0,0-1.234-1.153c-1.2-.146-2.4-.369-3.6-.409-2.108-.068-4.222-.076-6.33-.007-1.444.048-2.881.287-4.325.405a1.661,1.661,0,0,0-1.651,1.587,23.512,23.512,0,0,0,0,7.684c.214,1.26.519,1.584,1.792,1.7,2.374.218,4.758.326,7.168.483m-6.91-22.066c.141.453.236.781.344,1.1.692,2.074,1.566,4.11,1.316,6.378a.436.436,0,0,0,.167.356.719.719,0,0,0,1.126-.7,10.176,10.176,0,0,1,.776-4.921c.3-.677.484-1.4.721-2.106-1.131-.316-1.348-.2-1.579.793-.161.683-.326,1.365-.489,2.047a.747.747,0,0,1-.328-.446c-.182-.669-.367-1.338-.523-2.014a.545.545,0,0,0-.654-.5c-.251.02-.5,0-.877,0m4.476,5.018a15.068,15.068,0,0,0,.152,1.855c.157.792.831,1.18,1.767,1.13A1.358,1.358,0,0,0,176,13.156a32.482,32.482,0,0,0,0-3.384,1.411,1.411,0,0,0-1.476-1.335A1.543,1.543,0,0,0,172.8,9.629a18.493,18.493,0,0,0-.135,1.849m7.759.049c0-.768-.013-1.535.005-2.3.01-.407-.11-.591-.56-.59-.465,0-.55.216-.546.609.012,1.078.006,2.156-.008,3.234-.005.418-.073.865-.616.871-.586.007-.433-.525-.445-.829-.043-1.095-.021-2.192-.022-3.288,0-.366,0-.7-.531-.69-.486.014-.57.288-.57.685,0,1.352-.018,2.7,0,4.057.014,1.121.606,1.447,1.572.882a.534.534,0,0,1,.725.027,1.152,1.152,0,0,0,.823.088c.088-.016.16-.363.165-.562.019-.73.007-1.462.007-2.192' transform='translate(1277.978 23.588)' fill='%23ffffff'/%3E%3Cpath id='Path_100' data-name='Path 100' d='M178.756,23.7c.218-.1.315-.141.413-.182.8-.342,1.426.008,1.458.878.042,1.094.042,2.192,0,3.287-.036.913-.609,1.228-1.484.966a2.838,2.838,0,0,0-.968.037c-.366.028-.534-.109-.533-.5q.009-3.039-.015-6.079c0-.392.134-.566.543-.562s.608.155.591.585c-.02.49,0,.98,0,1.568m.011,2.374h0c0,.419.009.838,0,1.258-.01.349.115.574.494.568.361-.006.381-.271.379-.541,0-.31,0-.62,0-.929,0-.565,0-1.13-.019-1.694-.011-.308-.213-.5-.509-.409a.609.609,0,0,0-.325.438,12.942,12.942,0,0,0-.015,1.311' transform='translate(1275.667 21.096)' fill='%23ffffff'/%3E%3Cpath id='Path_101' data-name='Path 101' d='M176.4,26.341c0,.658,0,1.315,0,1.973,0,.6-.2.71-.784.586a2,2,0,0,0-.921.021c-.787.223-1.241-.03-1.263-.849-.036-1.3-.01-2.593-.015-3.89,0-.337.13-.5.49-.5s.527.162.532.531c.01,1.022.025,2.045.067,3.066.011.266-.187.722.316.722.465,0,.488-.413.488-.774,0-.987.01-1.973,0-2.959,0-.389.081-.621.547-.615.446.005.572.2.562.607-.019.693-.005,1.388-.005,2.082H176.4' transform='translate(1276.155 20.853)' fill='%23ffffff'/%3E%3Cpath id='Path_102' data-name='Path 102' d='M184.758,25.513c0,.146-.01.293,0,.438.034.41-.172.561-.559.539a2.572,2.572,0,0,0-.5.005c-.3.041-.828.075-.839.164A4.954,4.954,0,0,0,182.945,28c.012.08.246.2.345.176a.654.654,0,0,0,.34-.3c.11-.179.126-.5.263-.557a1.27,1.27,0,0,1,.784.026c.08.026.114.355.085.532a1.375,1.375,0,0,1-1.492,1.242,1.47,1.47,0,0,1-1.48-1.351,26.079,26.079,0,0,1,0-2.844,1.424,1.424,0,0,1,1.572-1.288,1.3,1.3,0,0,1,1.381,1.326c.015.181,0,.365,0,.547h.012m-.843-.26c-.281-.319-.424-.638-.623-.677-.43-.085-.492.324-.469.616a.6.6,0,0,0,.4.42c.176.016.371-.18.7-.359' transform='translate(1275.19 20.855)' fill='%23ffffff'/%3E%3Cpath id='Path_103' data-name='Path 103' d='M170.636,21.56c.44,0,.88,0,1.32,0,.334,0,.491.155.494.506s-.13.6-.494.562c-.659-.068-.741.264-.73.809.028,1.549.007,3.1.011,4.649,0,.353-.01.667-.5.667-.591,0-.723-.107-.725-.682,0-1.6-.016-3.209.007-4.813.007-.483-.133-.732-.646-.7-.378.027-.582-.118-.578-.532,0-.455.292-.481.629-.478.4,0,.807,0,1.211,0Z' transform='translate(1276.688 21.096)' fill='%23ffffff'/%3E%3Cpath id='Path_104' data-name='Path 104' d='M176.018,12.669v-1.42c0-.331.115-.584.486-.6s.517.236.52.562c.006.965.008,1.931-.015,2.895-.007.293-.085.607-.493.591-.386-.014-.478-.285-.482-.6-.005-.473,0-.947,0-1.42h-.015' transform='translate(1275.853 22.357)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
a:hover .icon-fb, a:hover .icon-insta, a:hover .icon-yt {
    filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
    -moz-filter: grayscale(0%) brightness(100%);
}


.icon-delivery {
    width: 50px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='612' height='343.176' viewBox='0 0 612 343.176'%3E%3Cg id='truck' transform='translate(0 -134.412)'%3E%3Cg id='Group_1' data-name='Group 1'%3E%3Cpath id='Path_6' data-name='Path 6' d='M226.764,375.35a51.119,51.119,0,1,0,51.078,51.16A51.1,51.1,0,0,0,226.764,375.35Zm0,76.7A25.54,25.54,0,1,1,252.3,426.508,25.568,25.568,0,0,1,226.764,452.049ZM612,337.561V392.1a24.635,24.635,0,0,1-24.636,24.635H561a67.6,67.6,0,0,0-133.772,0H293.625a67.55,67.55,0,0,0-133.689,0H126.924A24.634,24.634,0,0,1,102.289,392.1V337.561H612ZM494.143,375.35a51.119,51.119,0,1,0,51.077,51.16A51.167,51.167,0,0,0,494.143,375.35Zm0,76.7a25.54,25.54,0,1,1,25.539-25.541A25.567,25.567,0,0,1,494.143,452.049Zm108.15-169.412-96.817-95.751A32.911,32.911,0,0,0,482.4,177.36H433.54V159.047a24.6,24.6,0,0,0-24.635-24.635h-282a24.655,24.655,0,0,0-24.635,24.635v3.86L2.3,174.429,179.446,197.5,0,215.323l178.814,25.423L0,256.25l102.278,19.29-.007,48.4H611.983V305.958A33,33,0,0,0,602.293,282.637Zm-42.209,3.2h-93.7a3.855,3.855,0,0,1-3.86-3.859V209.633a3.856,3.856,0,0,1,3.86-3.86h17.82a4.164,4.164,0,0,1,2.71,1.068l75.8,72.347A3.853,3.853,0,0,1,560.084,285.839Z' fill='%238798a2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}


.icon-phone {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43.82' height='43.82' viewBox='0 0 43.82 43.82'%3E%3Cg id='phone' transform='translate(-3.09 -3.09)'%3E%3Cpath id='Path_5' data-name='Path 5' d='M21.91,0A21.91,21.91,0,1,1,0,21.91,21.91,21.91,0,0,1,21.91,0Z' transform='translate(3.09 3.09)' fill='%238798a2'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M29.82,38.4a17.72,17.72,0,0,1-3.29-.93A26.6,26.6,0,0,1,12.8,23.73c-1.25-2.81-1.77-5.73.74-8.36,1.18-1.24,2.27-1.48,3.72-.52,2.74,1.82,3,3.08,1.89,6.6-.35,1.08-.54,2.76,0,3.51A48.491,48.491,0,0,0,25,31c1.22,1.1,2.7.69,3.95-.18,1.86-1.29,3.45-1.16,5,.57,1.08,1.2,2.25,2.3,1.63,4.13S33.06,38.36,29.82,38.4Z' fill='%23fff'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M26.45,14.28v1.61S30,15.67,32,17.67s2.22,5.66,2.22,5.66h1.55s-.32-4.65-2.22-6.55a9.48,9.48,0,0,0-7.1-2.5Z' fill='%23fff'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M26.7,18.23v.91a4.6,4.6,0,0,1,3.14,1,5.68,5.68,0,0,1,1.26,3.2H32s-.18-2.63-1.26-3.7A5.36,5.36,0,0,0,26.7,18.23Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}


.icon-card {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16.996' viewBox='0 0 24 16.996'%3E%3Cpath id='gift-card-svgrepo-com' d='M0,69.889v17H24v-17Zm22.515,1.477v4.591H20.76a2.253,2.253,0,0,0,.145-.8,2.289,2.289,0,0,0-3.83-1.679l-2.353,2.2L12.377,73.49l-.009-.008a2.289,2.289,0,0,0-3.83,1.679,2.254,2.254,0,0,0,.145.8h-7.2V71.366Zm-3.921,4.591L18.2,75.95l-.005.007H16.6l1.483-1.386a.811.811,0,0,1,.541-.209.8.8,0,0,1,.036,1.595h-.06Zm-7.353-.007-.394.007h-.06a.8.8,0,0,1,.036-1.595.811.811,0,0,1,.541.209l1.483,1.386h-1.6ZM1.485,85.408V77.434h9.278l.062,0,.04,0h1.63v3.328h1.485V77.434h1.485v5.3h1.485v-5.3h1.63l.04,0,.062,0h3.835v7.973H1.485Z' transform='translate(0 -69.889)' fill='%23000064'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 17px;
}


.icon-heart {
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg id='e0c641195b27425bb056ac56f8953d24' xmlns='http://www.w3.org/2000/svg' width='90.612' height='78.278' viewBox='0 0 90.612 78.278'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(0 0)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M77.294,76.7A22.835,22.835,0,0,1,89,79.825a23.279,23.279,0,0,1,8.488,8.488,22.746,22.746,0,0,1,3.125,11.706,23.26,23.26,0,0,1-1.748,8.849A22.888,22.888,0,0,1,93.78,116.5L55.306,154.978,16.833,116.5a22.888,22.888,0,0,1-5.085-7.637A23.294,23.294,0,0,1,10,100.019a22.835,22.835,0,0,1,3.125-11.706,23.279,23.279,0,0,1,8.488-8.488A22.746,22.746,0,0,1,33.319,76.7a23.244,23.244,0,0,1,8.849,1.729,22.894,22.894,0,0,1,7.637,5.1l5.5,5.492L60.8,83.533a22.888,22.888,0,0,1,7.637-5.085A23.306,23.306,0,0,1,77.294,76.7Zm0,7.767a15.616,15.616,0,0,0-5.89,1.156,15.2,15.2,0,0,0-5.1,3.4L55.306,100.019,44.313,89.025a15.2,15.2,0,0,0-5.1-3.4,15.616,15.616,0,0,0-5.89-1.156,15.263,15.263,0,0,0-7.822,2.08A15.47,15.47,0,0,0,19.847,92.2a15.239,15.239,0,0,0-2.08,7.822,15.616,15.616,0,0,0,1.156,5.89,15.2,15.2,0,0,0,3.4,5.1l32.981,32.972L88.287,111a15.2,15.2,0,0,0,3.4-5.1,15.616,15.616,0,0,0,1.156-5.89,15.263,15.263,0,0,0-2.08-7.822,15.448,15.448,0,0,0-13.472-7.721Z' transform='translate(-10 -76.7)' fill='%235dc6ed'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 30px;
    height: 27px;
    margin: -3px 0;
    vertical-align: middle;
}
.icon-heart.active {
    background-image: url("data:image/svg+xml,%3Csvg id='e0c641195b27425bb056ac56f8953d24' xmlns='http://www.w3.org/2000/svg' width='90.612' height='78.278' viewBox='0 0 90.612 78.278'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(0 0)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M77.294,76.7A22.835,22.835,0,0,1,89,79.825a23.279,23.279,0,0,1,8.488,8.488,22.746,22.746,0,0,1,3.125,11.706,23.26,23.26,0,0,1-1.748,8.849A22.888,22.888,0,0,1,93.78,116.5L55.306,154.978,16.833,116.5a22.888,22.888,0,0,1-5.085-7.637A23.294,23.294,0,0,1,10,100.019a22.835,22.835,0,0,1,3.125-11.706,23.279,23.279,0,0,1,8.488-8.488A22.746,22.746,0,0,1,33.319,76.7a23.244,23.244,0,0,1,8.849,1.729,22.894,22.894,0,0,1,7.637,5.1l5.5,5.492L60.8,83.533a22.888,22.888,0,0,1,7.637-5.085A23.306,23.306,0,0,1,77.294,76.7Z' transform='translate(-10 -76.7)' fill='%235dc6ed'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-smell {
    width: 17px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='30' viewBox='0 0 17 30'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-810.403 -244.679)'%3E%3Cpath id='Path_5' data-name='Path 5' d='M819,244.679a24.456,24.456,0,0,1,1.1,7.524c-.034,4.3-4.842,8.5-4.757,13.974a11.934,11.934,0,0,0,3.659,8.5,29.8,29.8,0,0,1-1.355-8.5c0-4.5,4.9-8.5,4.98-13.974S819,244.679,819,244.679Z' transform='translate(-0.065 0)' fill='%235dc6ed'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M819.025,245.978a7.849,7.849,0,0,1,.686,5.361c-.631,3.263-4.367,4.759-4.307,8.658a8.274,8.274,0,0,0,2.857,6.068s-1.19-1.487-1.041-5.427,4.254-5.4,4.312-9.3A5.964,5.964,0,0,0,819.025,245.978Z' transform='translate(5.871 6.333)' fill='%235dc6ed'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M819.025,245.978a7.849,7.849,0,0,1,.686,5.361c-.631,3.263-4.367,4.759-4.307,8.658a8.274,8.274,0,0,0,2.857,6.068s-1.19-1.487-1.041-5.427,4.254-5.4,4.312-9.3A5.964,5.964,0,0,0,819.025,245.978Z' transform='translate(-5)' fill='%235dc6ed'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-capacity-1 {
    width: 14px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='30' viewBox='0 0 14 30'%3E%3Cpath id='bottle-svgrepo-com' d='M122.352,4.923V4.257a1.369,1.369,0,0,0,.925-1.308V1.371A1.348,1.348,0,0,0,121.956,0h-4.425a1.348,1.348,0,0,0-1.321,1.371V2.949a1.364,1.364,0,0,0,.991,1.326v.631c-4.229.763-4.446,3.408-4.446,3.938V27.891A2.17,2.17,0,0,0,114.928,30H124.7a2.06,2.06,0,0,0,2.054-2.109V8.844C126.755,8.717,126.7,5.771,122.352,4.923Zm2.191,13.38a.884.884,0,0,1-.864.9h-7.848a.884.884,0,0,1-.864-.9V14.474a.884.884,0,0,1,.864-.9h7.848a.884.884,0,0,1,.864.9V18.3Z' transform='translate(-112.755)' fill='%235dc6ed'/%3E%3C/svg%3E%0A");
}
.icon-capacity-2 {
    width: 16px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='30' viewBox='0 0 16 30'%3E%3Cg id='cleaning-spray-bottle-svgrepo-com' transform='translate(-138.657)'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(138.657)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M149.116,5.431l2.788-.05.129,1.468h4.333l1.78-4.4h3.842V0h-7.943a2.132,2.132,0,0,0-1.458.591s-2.773,2.758-3.569,3.479C147.674,5.289,149.116,5.431,149.116,5.431Z' transform='translate(-147.944)' fill='%235dc6ed'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M425.532,7.842l1.467-.4V6.5l-1.467-.52Z' transform='translate(-410.999 -5.671)' fill='%235dc6ed'/%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='5.87' height='1.957' transform='translate(3.377 7.253)' fill='%235dc6ed'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M150.4,202.923c0-4.464-2.412-5.524-2.672-5.768a1.151,1.151,0,0,1-.43-.961c0-.489.656-.853.656-1.363,0-.9-.63-1.039-.63-1.467,0-.734.549-.711.549-1.323a1.031,1.031,0,0,0-.547-1.042s-4.062-.03-4.974,0a25.17,25.17,0,0,0-3.692,12.229v6.726c0,1.467.712,1.59.712,1.59h10.426c.73,0,.6-.978.6-.978S150.4,208.977,150.4,202.923Z' transform='translate(-138.657 -181.545)' fill='%235dc6ed'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M357.926,62.755a8.618,8.618,0,0,1-2.259-5.381h-2.676a8.305,8.305,0,0,0,3.977,5.84c.715.428.954.366,1.068.22A.48.48,0,0,0,357.926,62.755Z' transform='translate(-342.169 -54.439)' fill='%235dc6ed'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-capacity-3 {
    width: 25px;
    height: 25px;
    margin: 0 0 0 -5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.297' height='25' viewBox='0 0 25.297 25'%3E%3Cg id='paint-bucket-svgrepo-com' transform='translate(0 -1.817)'%3E%3Cpath id='Path_9' data-name='Path 9' d='M22.2,2.782a26.154,26.154,0,0,0-7.471-.965,26.152,26.152,0,0,0-7.472.965C5.292,3.4,4.164,4.245,4.164,5.113c0,.021,0,.043,0,.064v.975A30.883,30.883,0,0,0,1.909,8.8C.132,11.159-.4,12.836.291,13.922a2.132,2.132,0,0,0,1.542.948,3.59,3.59,0,0,0,.56.042c2.228,0,6.846-2.367,10.982-5.628a.286.286,0,0,0,.105-.179,1.266,1.266,0,1,1,1.25,1.468,1.25,1.25,0,0,1-.388-.061.286.286,0,0,0-.265.047,34.785,34.785,0,0,1-9.714,5.61.286.286,0,0,0-.2.271v8.712a.286.286,0,0,0,.2.272A35.526,35.526,0,0,0,14.73,26.817a35.531,35.531,0,0,0,10.365-1.392.286.286,0,0,0,.2-.272V5.18c0-.023,0-.045,0-.067C25.3,4.245,24.169,3.4,22.2,2.782ZM4.167,13.125a4.81,4.81,0,0,1-2.108.329c-.408-.065-.516-.235-.556-.3-.226-.358.043-1.485,1.545-3.487.328-.438.7-.9,1.119-1.382v4.839ZM14.731,4.018a26.356,26.356,0,0,1,5.927.622,11.822,11.822,0,0,1,1.544.472,11.806,11.806,0,0,1-1.544.472,26.348,26.348,0,0,1-5.927.622A26.357,26.357,0,0,1,8.8,5.585,11.774,11.774,0,0,1,7.26,5.113,11.816,11.816,0,0,1,8.8,4.64,26.36,26.36,0,0,1,14.731,4.018Z' transform='translate(0 0)' fill='%235dc6ed'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-capacity-18,.icon-capacity-48 {
    width: 25px;
    height: 30px;
    margin: 0 -4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='30' viewBox='0 0 25 30'%3E%3Cpath id='Path_8' data-name='Path 8' d='M36.942,5.175a3.287,3.287,0,0,1,1.953-4.093,3.04,3.04,0,0,1,3.877,2.062l6.031,19.3a3.824,3.824,0,0,0-1.757-.07L41.207,3.689a1.409,1.409,0,0,0-1.8-.955,1.523,1.523,0,0,0-.9,1.9.881.881,0,0,1-.524,1.1A.815.815,0,0,1,36.942,5.175ZM60.7,20.314l-9.882,3.442a4.325,4.325,0,0,1,.805,1.485c.006.02.01.04.016.061l9.577-3.336a.881.881,0,0,0,.524-1.1A.815.815,0,0,0,60.7,20.314Zm-9.859,5.2a3.461,3.461,0,0,1-2.059,4.314A3.2,3.2,0,0,1,44.7,27.654,3.461,3.461,0,0,1,46.76,23.34,3.2,3.2,0,0,1,50.846,25.514Zm-1.536.535a1.6,1.6,0,0,0-2.043-1.087,1.73,1.73,0,0,0-1.029,2.157,1.6,1.6,0,0,0,2.043,1.087A1.73,1.73,0,0,0,49.31,26.049Zm8.9-18.825,3.355,10.735a.441.441,0,0,1-.262.549L50.741,22.186a.407.407,0,0,1-.52-.277L46.866,11.174a.44.44,0,0,1,.262-.549L57.687,6.947A.408.408,0,0,1,58.207,7.223Zm-4.534-.168L51.528.192A.26.26,0,0,0,51.2.015L44.445,2.366a.282.282,0,0,0-.168.351l2.145,6.863a.26.26,0,0,0,.333.177l6.751-2.352A.282.282,0,0,0,53.673,7.055Z' transform='translate(-36.787 -0.001)' fill='%235dc6ed'/%3E%3C/svg%3E%0A");
}


.icon-pdf {
    width: 26px;
    height: 27px;
    background-image: url("/assets/img/icon-pdf.svg");
    margin: 0 10px 0 0;
    vertical-align: -7px;
}

.icon-info {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg version='1.1' id='Layer_1' x='0px' y='0px' width='122.88px' height='122.88px' viewBox='0 0 122.88 122.88' enable-background='new 0 0 122.88 122.88' xml:space='preserve' sodipodi:docname='info-circle-icon.svg'%0Axmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs686' /%3E%3Csodipodi:namedview id='namedview684' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' showgrid='false'/%3E%3Cg id='g681'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M61.44,0c33.926,0,61.44,27.514,61.44,61.44c0,33.926-27.514,61.439-61.44,61.439 C27.513,122.88,0,95.366,0,61.44C0,27.514,27.513,0,61.44,0L61.44,0z M79.42,98.215H43.46v-6.053h6.757v-36.96H43.46v-4.816h16.808 c4.245,0,8.422-0.51,12.549-1.551v43.328h6.604V98.215L79.42,98.215z M63.859,21.078c2.785,0,4.975,0.805,6.571,2.396 c1.579,1.59,2.377,3.771,2.377,6.581c0,2.848-1.358,5.381-4.093,7.601c-2.751,2.22-5.941,3.338-9.577,3.338 c-2.733,0-4.905-0.765-6.569-2.297c-1.665-1.551-2.497-3.556-2.497-6.05c0-3.143,1.358-5.853,4.059-8.152 C56.83,22.219,60.072,21.078,63.859,21.078L63.859,21.078z' id='path679' style='fill:%238798A2;fill-opacity:1' /%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-up {
    width: 20px;
    height: 16px;
    margin: 0 0 13px 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.121' height='5.811' viewBox='0 0 10.121 5.811'%3E%3Cpath id='Path_2' data-name='Path 2' d='M8,9l4-4,4,4' transform='translate(-6.939 -4.25)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.icon-monkey {
    height: 15px;
    width: 15px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12ZM16 12V13.5C16 14.8807 17.1193 16 18.5 16V16C19.8807 16 21 14.8807 21 13.5V12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21H16' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/***************************************************
Specifics
***************************************************/

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center!important;
}

.right {
    float: right;
}

.label {
    font-weight: 500;
    width: 150px;
    display: inline-block;
}

hr {
    background: #ececec;
    height: 1px;
    border: 0;
    margin: 30px 0;
}

#cookies {
    position: fixed;
    bottom: 0;
    background: #f8f8f8;
    padding: 5px 150px 5px 5px;
    width: 100%;
    font-size: 12px;
    color: #6c6c6c;
    text-align: center;
    z-index: 99;
}

#cookies .ok {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 20px;
}

.color, .color1 {
    color: #5dc6ed!important;
}
.color2 {
    color: #f13131!important;
}
.color3 {
    color: #ed7906!important;
}
.color4 {
    color: #fbff00!important;
}

.gray {
    color: #9fa3b2;
}

.link-copy {
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}


#map {
    height: 400px;
    margin-bottom: 30px;
}


.payu-bank {
    margin: 20px auto;
}
.payu-bank table {
    margin: 20px auto;
    border-spacing: 0;
    border-collapse: separate;
}
.payu-bank>table>tbody>tr>td{
    width: 25%;
    padding: 10px;
}
.payu-bank table tr td table{
    width: 100%;
}


.pagination {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0
}

.pagination span {
    line-height: 36px;
    margin: 0 5px;
}

.pagination a {
    color: #292657;
    font-weight: 500;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.pagination a.ne-pr {
    width: auto;
    padding: 0 8px;
}

.pagination a.all {
    color: #fbff00;
    width: auto;
    padding: 0 8px;
    background: #8798A2;
    margin: 0 5px;
}

.pagination a.is-active,
.pagination a:hover {
    color: #fbff00;
    background-color: #8798A2;
}

.pagination a:hover {
    text-decoration: none;
}

.pagination .is-active {
    margin: 0 5px;
}

.img-6-right, .img-6-left, .img-4-right, .img-4-left {
    width: 100%!important;
    height: auto!important;
    margin: 20px 0;
}
p img {
    margin-top: 0!important;
    max-width: 100%;
    height: auto!important;
}
@media (min-width: 534px) {
    .img-6-right {
        width: 50%!important;
        height: auto!important;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-6-left {
        width: 50%!important;
        height: auto!important;
        float: left;
        margin: 20px 40px 20px 0;
    }
    .img-4-right {
        width: 33%!important;
        height: auto!important;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-4-left {
        width: 33%!important;
        height: auto!important;
        float: left;
        margin: 20px 40px 20px 0;
    }
}


/***************************************************
Dialog
***************************************************/

/* Add some nice box-shadow-ness to the dialogues */
.qtip.qtip-dialogue{
    max-width: 600px;
    min-width: 210px;
    max-height: 90%;
    min-height: 100px;

    -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;
    font-size: 16px;
}
.qtip.qtip-dialogue .qtip-content{
    padding: 10px 20px 20px 20px;
    text-align: center;
    font-size: 16px;
}
.qtip.qtip-dialogue .qtip-content p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
}

.qtip.qtip-dialogue button{
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block!important;
}

.qtip.qtip-dialogue button:only-of-type {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.qtip.qtip-dialogue button:last-of-type{
    margin-right: 0;
}


.qtip.qtip-dialogue.qtip-scroll{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex!important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.qtip.qtip-dialogue.qtip-scroll .qtip-titlebar{
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
 }
.qtip.qtip-dialogue.qtip-scroll .qtip-content{
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    overflow-y: auto;
}



.qtip .product-added {
    text-align: left;
    margin-bottom: 10px;
}
.qtip .product-added img {
    width: 60px;
    margin-right: 10px;
    float: left;
}
.qtip .product-added p {
    float: left;
    text-align: left!important;
    margin: 15px 0;
}


@media (max-width: 534px) {
    .qtip.qtip-dialogue{
        min-width: 320px;
    }
}


.qtip-info{
    background-color: #5dc6ed!important;
    border-color: #5dc6ed !important;
    color: #fff!important;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    font-size: 15px;
    line-height: 1.3em;
    max-width: 400px!important;
    z-index: 9900!important;
}

.qtip-info2{
    background-color: #8798A2!important;
    border-color: #8798A2!important;
    color: #fff!important;
    border-radius: 0;
    box-shadow: 0;
    font-size: 15px;
    line-height: 1.3em;
    max-width: 400px!important;
    z-index: 9900!important;
}

div[id*='trustbadge-container-'] {
    z-index: 2147483640!important;
}

.fancybox__container {
    z-index: 2147483647!important;
}
.fancybox__backdrop {
    background: #fff;
}
.f-button {
    background: #8798A2;
    border-radius: 5px;
}
.f-button svg {
    filter: none;
    color: #fff;
}
.f-thumbs__slide__img {
    top: -10px;
    padding: 10px 0 0 0;
}
.is-nav-selected .f-thumbs__slide__button::after {
    bottom: 0;
    border: 0;
    border-bottom: 3px solid #8798A2;
}

.fancybox__nav {
    --f-button-next-pos: 10px;
    --f-button-prev-pos: 10px;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
    top: 10px;
    left: 10px;
    right: 10px;
}

@media (max-width: 480px) {

    .fancybox__toolbar {
        flex-direction: row-reverse;
    }
    .fancybox__toolbar__column.is-right {
        justify-content: flex-start;
    }
    .is-compact .fancybox__thumbs {
        display: none;
    }
}


.irs--flat .irs-bar {
    background-color: #8798A2;
}
.irs--flat .irs-handle>i:first-child {
    background-color: #8798A2;
    left: 0;
    width: 100%;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #46c6ed;
    border-radius: 4px;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: #46c6ed;
}


[id^="ratingStarsContainer-"] *, [id^="ratingStarsContainer-"] {
    transition: all 1.2s ease;
    filter: hue-rotate(1deg) brightness(1.8);
}

[id^="ratingStarsContainer-"] [data-testid="rating-star-gray"] {
    visibility: hidden;
}

[id^="ratingStarsContainer-"] ._eua2bq {
    display: flex !important;
    justify-content: center;
}

[id^="ratingStarsContainer-"] [data-testid="rating-star-yellow"] {
    max-width: 24px !important;
}

._15odmu7 ._3dtidl {
    opacity: 1 !important;
}

._15odmu7 ._368rpk {
    opacity: 0;
    color: gold !important;
    transition: all 1.2s ease-in;
}

._15odmu7 ._368rpk.active {
    opacity: 1;
}



.select2-container {
    font-size: 15px;
}

.popup-newsletter {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.5em;
}
.popup-newsletter .footer-newsletter-text {
    display: none;
}
.popup-newsletter .footer-newsletter-brands span {
    margin: 5px 5px 0 5px;
    display: inline-block;
}
.footer-newsletter-control {
    display: block;
    margin-top: 10px;
}
.popup-newsletter  input.form-control {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: 100%;
}
.popup-newsletter  .btn {
    display: none;
}




.headerUe {
    position: absolute;
    top: 10px;
    left: 60%;
}
.headerUe img {
    max-width: 100%;
    width: 350px;
}
.mainUe {
    display: none;
}
.mainUe img {
    max-width: 100%;
    width: 90vw;
    margin-top: 20px;
}

@media (max-width: 1300px) {
    .headerUe img {
        width: 310px;
    }
}
@media (max-width: 480px) {
    .headerUe {
        display: none;
    }
    .mainUe {
        display: inline;
    }
}

.mainCat {
    margin-top: 30px;
}
.mainCat-item {
    position: relative;
    display: block;
}
.mainCat-item:after {
    content: '';
    position: absolute;
    top: 21px;
    bottom: 0;
    left: 0;
    width: 5px;
    background: rgb(65,200,240);
    background: -moz-linear-gradient(0deg, rgba(65,200,240,1) 0%, rgba(0,0,100,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(65,200,240,1) 0%, rgba(0,0,100,1) 100%);
    background: linear-gradient(0deg, rgba(65,200,240,1) 0%, rgba(0,0,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41c8f0",endColorstr="#000064",GradientType=1);
}
.mainCat-item h3 {
    color: #000064;
    font-size: 15px;
    text-align: center;
    padding-left: 0;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}
.mainCat-item img {
    display: block;
    width: 100%;
}
.mainCat-item-label {
    position: absolute;
    bottom: 20px;;
    left: 20px;
    background: #8798A2;
    color: #fff;
    text-align: center;
    width: max-content;
    padding: 5px 5px;
    z-index: 9;
    display: none;
}
.g-col-s-2:last-child .mainCat-item-label {
    right: 20px;
    left: auto;
}
.mainCat-item-label strong {
    font-weight: normal;
    text-transform: uppercase;
}
.mainCat-item:hover .mainCat-item-label {
    display: block;
}


@media (max-width: 1430px) {
    .mainCat-item h3 {
        font-size: 13px;
    }
    .mainCat-item:after {
        top: 19px;
    }
}
@media (max-width: 1300px) {
    .mainCat-item h3 {
        font-size: 12px;
    }
    .mainCat-item:after {
        top: 18px;
    }
}

@media (max-width: 480px) {
    .mainCat-item-label {
        font-size: 13px;
        left: 50%!important;
        right: auto!important;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: max-content;
    }
    .mainCat-item-label span {
        display: none;
    }
    .mainCat-item h3 {
        font-size: 16px;
    }
    .mainCat-item:after {
        top: 22px;
    }
}




.mainAbout {
    margin-top: 20px;
    font-size: 0.8em;
}
.mainAbout h1 {
    margin: 6px 0;
}
.mainAbout h2 {
    margin: 6px 0;
}

.mainAbout p {
    margin: 6px 0;
}

.mainAbout-more {
    display: none;
}

@media (max-width: 480px) {
    .mainAbout-mobile {
        display: none;
    }
    .mainAbout h1 {
        font-size: 15px;
    }
    .mainAbout h2 {
        font-size: 16px;
    }
}




.main-wrapper .offers-wrapper {
    margin-top: 30px;
}

.main-promotion {
    padding-top: 100px;
}
@media (max-width: 480px) {
    .main-promotion {
        padding-top: 20px;
    }
}

.mainAdvantages {
    margin-top: 0px;
    display: flex;
    justify-content: space-evenly;
    overflow: hidden;
}
.mainAdvantages > div {
    position: relative;
    flex: 0 1 200px;
    height: 200px;
    left: -1300px;
    cursor: pointer;
}


.mainAdvantages > div:after {
    content: '';
    position: absolute;
    background: url("/assets/img/atut.svg") center no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mainAdvantages > div:nth-child(2) {
    left: -1500px;
}
.mainAdvantages > div:nth-child(3) {
    left: -1700px;
}
.mainAdvantages > div:nth-child(4) {
    left: -1900px;
}
.mainAdvantages > div:nth-child(2):after {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.mainAdvantages > div:nth-child(3):after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.mainAdvantages > div:nth-child(4):after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mainAdvantages.anim > div {
    animation: animAdvantages 2s ease 0s 1 normal forwards;
}
.mainAdvantages > div span {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mainAdvantages.anim > div span {
    animation: animAdvantagesSpan 0.5s ease 2.9s 1 normal forwards;
}
.mainAdvantages.anim > div:nth-child(2) span {
    animation: animAdvantagesSpan 0.5s ease 2.3s 1 normal forwards;
}
.mainAdvantages.anim > div:nth-child(3) span {
    animation: animAdvantagesSpan 0.5s ease 2.6s 1 normal forwards;
}
.mainAdvantages.anim > div:nth-child(4) span {
    animation: animAdvantagesSpan 0.5s ease 2s 1 normal forwards;
}

@keyframes animAdvantages {
    0% {
        -webkit-transform: rotate(-720deg);
        -moz-transform: rotate(-720deg);
        -ms-transform: rotate(-720deg);
        -o-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        left: 0;
    }
}
@keyframes animAdvantagesSpan {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@media (max-width: 480px) {
    .mainAdvantages {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mainAdvantages > div {
        flex: 0 1 40%;
        height: 40vw;
    }
    .mainAdvantages > div span {
        font-size: 2.9vw;
    }

    .mainAdvantages > div {
        left: -200px;
    }
    .mainAdvantages > div:nth-child(2) {
        left: -400px;
    }
    .mainAdvantages > div:nth-child(3) {
        left: -200px;
    }
    .mainAdvantages > div:nth-child(4) {
        left: -400px;
    }

    @keyframes animAdvantages {
        0% {
            -webkit-transform: rotate(-200deg);
            -moz-transform: rotate(-300deg);
            -ms-transform: rotate(-300deg);
            -o-transform: rotate(-300deg);
            transform: rotate(-200deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
            left: 0;
        }
    }
}

.mainOpinions {
    margin: -5px 0 -15px 0;
}

.cooperationBtns {
    text-align: center;
    padding-top: 30px;
}
.cooperationBtns .btn {
    color: #fff;
    background: #46c6ed;
    font-size: 22px;
    margin: 10px 20px;
    padding: 20px 50px;
}
.cooperationBtns .btn:hover {
    color: #fff;
    background: #8798A2;
}

.cooperationBrands {
    margin-top: 50px;
}
.cooperationBrands-img {
    width: 100%;
    display: block;
}
.cooperationBrands-cnt {
    text-align: center;
    border: 1px solid #ececec;
    height: 100%;
    padding: 20px;
    margin-top: 10px;
}
.cooperationBrands-cnt img {
    height: 60px;
}


.cooperationJoin {
    color: #dadada;
    text-align: center;
    padding: 80px 30px;
    background: url("/assets/img/partner.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    margin: 50px -20px 0 -20px;
}
.cooperationJoin .h1 {
    text-align: center;
    color: #fff;
    margin-top: 0;
}

.cooperationJoin .btn {
    margin-top: 20px;
}

.cooperationPartners {
    margin-top: 50px;
}
.cooperationPartners .h1{
    text-align: center;
    margin-bottom: 30px;
}
.partners-logos {
    margin: 0;
    padding: 0 20px;
    margin-bottom: 30px;
    list-style: none;
}

.partners-logos li a {
    display: block;
    height: 100px;
    margin: 0 auto;
}

.partners-logos li img {
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 80%;
    filter: grayscale(100%);
    opacity: 0.5;
}




/***************************************************
moduł - katogorie
***************************************************/

.offers-filters .g-col-m-12 {
    margin-bottom: 20px;
}
.offers-filters-h {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
}
.offers-filters-h:first-child {
    margin-top: 0;
}

.offers-filters ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.offers-filters ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    left: 0;
    top: 4px;

}
.offers-filters ul > span {
    display: block;
    margin-bottom: 15px;
}

.offers-filters ul a:hover, .offers-filters ul li.current a {
    text-decoration: underline;
}

.offers-filters-attrs-hide {
    display: none;
}
.offers-filters-attrs-more {
    display: none;
}


.offers-filters-nav {
    margin: -10px 0 20px 0;
}



.mobile-cat {
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
}

@media (min-width: 768px) {
    .mobile-cat {
        display: none;
    }
}

.mobile-cat:hover {
    text-decoration: none;
}

.mobile-cat span {
    position: relative;
    padding-left: 35px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.mobile-cat span::after {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #000;
    box-shadow: 0 6px 0 #000,
    0 -6px 0 #000;
    content: '';
}


/***************************************************
nawigacja
***************************************************/

.breadcrumb {
    text-transform: lowercase;
    margin: 15px 0 5px 0;
    z-index: 9;
    position: relative;
    font-size: 14.5px;
}
.breadcrumb + h1 {
    margin-top: -5px;
}
.breadcrumb span {
    margin: 0;
}
.breadcrumb span.icon-home {
    margin: -2px 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: 480px) {
    .breadcrumb {
        text-align: center;
    }
}



.userMenu {
    background: #8798A2;
    margin-top: 20px;
    padding: 5px 30px;
}
.userMenu a {
    display: inline-block;
    padding: 5px 5px;
    margin: 0 20px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    border-bottom: 2px solid #8798A2;
}
.userMenu a:hover {
    border-bottom: 2px solid #41C8F0;
}
.userMenu a.current {
    color: #fbff00;
}

@media (max-width: 480px) {
    .userMenu {
        padding: 5px 0;
        margin: 20px -10px 0 -10px;
    }
    .userMenu a {
        margin: 0 0;
        width: 50%;
    }
    .userMenu a:nth-child(2), .userMenu a:nth-child(4) {
        float: right;
        text-align: right;
    }

}



.userRegister-firm {
    display: none;
}
.userRegister-address {
    display: none;
}
.userRegister .link-copy {
    margin-left: 20px;
}

@media (min-width: 481px) {
    .userRegister-ssl {
        background: url("/assets/img/ssl-large.png") no-repeat 140px 100px;
        position: relative;
    }
    .userRegister-ssl:before {
        content: 'zapewniamy bezpieczeństwo dzięki szyfrowaniu danych';
        position: absolute;
        top: 320px;
        left: 130px;
        width: 200px;
        font-size: 13px;
        text-align: center;
    }
}
@media (max-width: 1300px) {
    .userRegister-ssl {
        background-position: 80px 100px;
    }
    .userRegister-ssl:before {
        left: 70px;
    }
}


.userSettings {
    max-width: 1000px;
    margin: 20px auto 0 auto;
}

/***************************************************
moduł - oferta
***************************************************/

.offers-wrapper h1, .offers-wrapper h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px 0!important;
}
.offers-wrapper h2 {
    font-size: 18px;
}

.offers-producerText {
    margin-top: -20px;
    margin-bottom: 20px;
}
.offers-catText {
    margin-bottom: 30px;
}

.offers-nav {
    text-align: center;
    z-index: 9;
    position: relative;
    margin: 20px 0 30px 0;
}
.offers-sort {
    width: 240px;
    display: inline-block;
}
.offers-sort select {
    width: calc(100% - 30px);
}
.offers-sort a {
    float: right;
    margin-top: 9px;
}
.offers-pagination {
    display: inline-block;
    margin: 0 0 0 40px;
}
.offers-pagination .pagination {
    margin: 0;
}

@media (max-width: 480px) {
    .offers-pagination {
        margin: 10px 0 0 0;
    }
}

.slider-offers {
    margin-bottom: 30px;
}
.offers-wrapper > .pagination:first-child {
    margin-top: 0;
}

.offers-item {
    cursor: pointer;
    display: block;
    text-align: left;
    padding: 0;
    margin-bottom: 70px;
}
.offers-item figure {
    text-align: center;
    padding-bottom: 119%;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    transform-origin: 0 100%;
    background: #fff;
}
.g-col-s-3:nth-child(4n) .offers-item figure {
    transform-origin: 100% 100%;
}
.offers-item figure img.product-image {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 8;
}

.offers-item figure .offer-fav {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 9;
}

.offers-item .offers-price {
    margin-top: -3px;
    margin-bottom: 1px;
}
.offers-item .offers-price .price {
    font-size: 30px;
}

.offers-item-tiny {
    font-size: 14px;
}

@media (max-width: 480px) {
    .offers-item figure .offer-fav {
        right: 0;
    }
}

@media (min-width: 481px) {
    .offers-item.zoomOn figure:hover {
        transform: scale(1.4);
        z-index: 998;
    }
}

.offers-counter {
    display: none;
    height: 0;
    overflow: hidden;
}
@media screen and (max-width: 480px) {
    .offers-counter {
        position: fixed;
        top: 47%;
        left: 5px;
        height: auto;
        background: #8798A2;
        color: #fff;
        border-radius: 3px;
        padding: 5px 8px;
        font-size: 14px;
        z-index: 99;
        font-weight: 500;
        width: 60px;
        text-align: center;
        white-space: nowrap;
    }
}


.offers-description {
    text-align: center;
}
.offers-title {
    font-size: 18px;
    color: #434343;
    font-weight: bold;
    text-transform: uppercase;
}
.offers-subTitle {
}

.offers-price {
    font-size: 1.4em;
    text-align: center;
    margin: 15px 0;
}
.offers-price .price-netto {
    display: block;
}

.price {
    font-weight: normal;
    color: #434343;
}
.price-prom {
}
.price-prom strike {
    font-size: 0.8em;
    font-weight: normal;
    color: #ed000a;
}
.price-prom .icon-info {
    margin-left: 13px;
}
.price-vat {
    font-size: 0.7em!important;
    font-weight: normal!important;
    display: inline-block;
    margin-left: 5px;
}
.price-netto {
    font-size: 0.85em!important;
    font-weight: normal!important;
}
.price-netto strike {
    color: #ed000a;
}
.price-netto .price {
    color: #434343!important;
    font-weight: normal!important;
}


.offers-attr {
    font-size: 0.7em;
    margin-top: 5px;
}
.offers-capacity {
    margin-top: 5px;
}
.offers-capacity span:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #5dc6ed;
    margin-left: 5px;
    display: inline-block;
    vertical-align: 2px;
    transform: rotate(45deg);
}
.offers-capacity span:last-child:after {
    display: none;
}

@media (max-width: 1300px) {
    .offers-capacity {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .offers-capacity {
        font-size: 16px;
    }
}

.label-new, .label-promotion, .label-gift, .label-best {
    color: #00FF62;
    text-transform: uppercase;
    background: #8798a2;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 22px;
    padding: 5px 20px;
    z-index: 9;
}
.label-new + .label-promotion {
    top: 50px;
}
.label-new:after, .label-promotion:after, .label-gift:after, .label-best:after, .label-best:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px 0;
    border-color: transparent #000 transparent transparent;
    border-style: solid;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.label-promotion + .label-new {
    top: 55px;
}

.label-promotion {
    color: #FFE200;
    left: auto;
    right: -10px;
    font-size: 17px;
}
.label-promotion.higher {
    line-height: 34px;
    padding: 3px 20px 3px 15px;
}
.label-promotion span {
    line-height: 17px;
    float: right;
    font-size: 15px;
    margin-top: 2px;
    margin-left: 10px;
    text-transform: lowercase;
}
.label-promotion.higher span {
    margin-top: 0;
}
.label-promotion span strong {
    color: rgb(175, 231, 255);
}
.label-promotion:after {
    left: auto;
    right: 0;
    border-width: 10px 10px 0 0;
    border-color: #000 transparent transparent transparent;
}
.productsSlider .label-promotion {
    line-height: normal;
}
.productsSlider .label-promotion span {
    display: none;
}

.label-gift {
    color: #fff;
    top: auto;
    bottom: 20px;
}

.label-best {
    color: #211F5E;
    background: #5dc6ed;
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.label-best:after {
    top: 0;
    left: -10px;
    bottom: auto;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #000 transparent;
}
.label-best:before {
    top: 0;
    right: -10px;
    left: auto;
    bottom: auto;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #000;
}

.offers-promotion {
    background: #f8f8f8;
    padding: 1px 20px;
    margin-top: 30px;
}

.productsSlider .label-new, .productsSlider .label-promotion, .productsSlider .label-gift, .productsSlider .label-best {
    font-size: 14px;
}
.productsSlider .label-promotion + .label-new {
    top: 50px;
}

@media (max-width: 480px) {
    .productsSlider .label-best {
        padding: 2px 5px!important;
        font-size: 8px;
        top: 0;
    }
    .productsSlider .label-new, .productsSlider .label-promotion, .productsSlider .label-gift {
        padding: 2px 5px!important;
        font-size: 8px;
        top: 15px;
        left: -5px;
    }
    .productsSlider .label-promotion {
        left: auto;
        right: -5px;
    }
    .productsSlider .label-promotion + .label-new {
        top: 30px;
    }
}

/***************************************************
strona - szczegóły oferty
***************************************************/

.offer-container {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    grid-template-rows: min-content auto;
    column-gap: 40px;
    row-gap: 20px;
    grid-template-areas:
    "offerPhoto offerBuy"
    "offerText offerBuy"
    "offerText offerParms";
    margin-bottom: 20px;
    grid-auto-rows: 1fr;
}
.offer-photo {
    grid-area: offerPhoto;
    position: relative;
}
.offer-text {
    grid-area: offerText;
}
.offer-buy {
    grid-area: offerBuy;
}
.offer-parms {
    grid-area: offerParms;
}

.offer-text img {
    max-width: 100%;
    height: auto!important;
}

.offer-attr p {
    margin: 0;
}
.offer-attr strong {
    display: inline-block;
    margin-right: 1px;
    font-weight: 600;
}
.offer-attr a {
    text-decoration: underline;
    text-decoration-color: #5dc6ed;
    text-decoration-thickness: 2px;
}
.offer-attr .inline {
    display: inline-block;
    margin-right: 10px;
}
.offer-attr .icon-pdf {
    margin-right: 5px;
}

.offer-buy .msg-code {
    display: inline-block;
}


.offer-shortened + a {
    display: none;
}

@media (max-width: 480px) {
    .offer-container {
        grid-auto-rows: initial;
        grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
        grid-template-areas:
    "offerPhoto"
    "offerBuy"
    "offerText"
    "offerParms";
    }

    .offer-shortened:not(.opened) {
        height: 150px;
        overflow: hidden;
        position: relative;
    }
    .offer-shortened:not(.opened):after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 20px;
        width: 100%;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%);
    }
    .offer-shortened + a {
        display: block;
        text-align: center;
    }
}



.offer-wrapper h1 {
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}
.offer-wrapper h2 {
    font-size: 18px;
    margin: 0;
    line-height: 0.9em;
}

.offer-wrapper h1.mobile {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
}
.offer-wrapper h2.mobile {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1em;
}


.offer-code {
    text-align: left;
    margin: 0 0 5px 0;
    min-height: 24px;
}


.offer-wrapper figure {
    text-align: center;
}
.offer-wrapper figure a {
    background: #fff;
}
.offer-wrapper figure img {
}

.offer-photosBig-wrapper {
    margin: 0 auto 20px auto;
    max-width: 320px;
    position: relative;
}
.offer-photosBig img {
    display: none;
    margin: 0 auto;
    max-height: 390px;
    max-width: 320px;
}
.offer-photosBig a:first-child img {
    display: block;
}

.offer-photosSmall {
    max-width: 440px;
    margin: 0 auto;
    position: relative;
}
.offer-photosSmall img {
    max-width: calc(100% - 10px)!important;
    max-height: calc(100% - 10px);
    display: none;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.offer-photosSmall-item {
    cursor: pointer;
    border: 2px solid #fff;
    padding: 34% 0 0 0;
    width: 30%;
    position: relative;
    display: inline-block;
}
.offer-photosSmall-item.current {
    border-color: #e3e3e3;
}
/*.offer-photosSmall .slick-arrow {
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    border: 0;
    width: 15px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='30' viewBox='0 0 15 30'%3E%3Cg id='b5af04794ac7478ac23942a99f9b7d4d' transform='translate(-269.735 -10.026)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M270.877,40.026a1.191,1.191,0,0,1-.736-.251A1.029,1.029,0,0,1,270,38.263l12.1-13.5L270.561,11.789a1.029,1.029,0,0,1,.143-1.512,1.192,1.192,0,0,1,1.609.135l12.156,13.663a1.025,1.025,0,0,1,0,1.381L271.75,39.644A1.164,1.164,0,0,1,270.877,40.026Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.offer-photosSmall .slick-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.offer-photosSmall .slick-next {
    left: auto;
    right: 0;
}*/


.offer-photosBig-wrapper .offer-fav {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}


.offer-toCart .form-control-number {
    max-width: 150px;
}
.offer-toCart .btnCartAdd {
    text-transform: lowercase;
    width: 130px;
    margin: 0 20px 10px 20px;
    vertical-align: top;
}
.offer-toCart .btn-s {
    font-size: 24px;
    padding: 10px 12px 10px 12px;
}

.offer-toCart-price {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.btnCartAdded {
    font-size: 0;
    line-height: 0;
}
.btnCartAdded:after {
    content: 'Dodano';
    font-size: 18px;
    line-height: 30px;
    display: block;
}


.offer-price {
}
.offer-price .price {
    font-weight: normal;
    font-size: 54px;
    margin-bottom: 20px;
    line-height: 40px;
}
.offer-price strike {
    font-weight: normal;
    font-size: 28px;
}
.offer-price .price-vat {
    font-size: 20px!important;
    line-height: 1em;
    display: inline;
}
.offer-price .price-netto {
    font-size: 16px!important;
    display: block;
}
.offer-price-prom .price {
    color: #434343!important;
}

@media (max-width: 480px) {

    .offer-toCart {
        width: 300px;
        margin: 0 auto;
        text-align: center;
    }

    .offer-toCart .btnCartAdd {
        width: 120px;
        margin: 0 0 0 10px;
    }
    .offer-toCart-price {
        margin-top: 10px;
        display: block;
    }
}

.offer-description {
    margin: 50px 0;
}

.offer-info {
    padding: 0 20px 0 55px;
    margin-top: 10px;
    position: relative;
}
.offer-info:last-child {
    margin-top: 8px;
}
.offer-info span[class*=icon] {
    position: absolute;
    top: 7px;
    left: 0px;
}
.offer-info p {
    margin: 0;
    line-height: 1.4em;
}
.offer-info img {
    width: 450px;
    max-width: 100%;
    margin-top: 10px!important;
}
.offer-info .btn {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 4px 10px;
}
.offer-info .link {
    margin-top: 5px;
    display: inline-block;
}

.offer-discountCode {
    font-size: 18px;
    display: block;
    text-align: center;
    border: 2px solid #5dc6ed;
    width: 250px;
    margin: 10px auto 0 auto;
    padding-bottom: 5px;
}
.offer-discountCode span {
    color: #5dc6ed;
    font-size: 36px;
    font-weight: 600;
}
.offer-discountCode small {
    font-size: 15px;
    display: block;
    margin-top: -5px;
    text-align: center;
}

fieldset.form.form-buy {
    padding: 10px 0;
}
.form-buy .form-label {
    display: block;
    float: none;
    text-align: left;
    margin-bottom: 5px;
    cursor: default;
}
.form-buy .btn-block {
    display: block;
    clear: both;
}

@media (max-width: 480px) {
    .offer-discountCode {
        float: none;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    fieldset.form.form-buy {
        padding: 0;
    }
}


.capacity-row, .smell-row {
    margin-bottom: 10px;
    padding-left: 27px;
    position: relative;
    min-height: 28px;
}
.capacity-row {
    padding-left: 0;
}
.capacity-row.capacity-type-1,.capacity-row.capacity-type-2,.capacity-row.capacity-type-3,.capacity-row.capacity-type-18,.capacity-row.capacity-type-48 {
    padding-left: 27px;
}
.capacity-row .capacity-label, .smell-row .capacity-label {
    cursor: default;
    width: 23px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -2px;
}
.capacity-item, .smell-item, .smell-item2, .products-sets-capacity-item, .products-sets-smell-item {
    font-size: 0.9em;
    border: 1px solid #5dc6ed;
    padding: 4px 3px 2px 3px;
    min-width: 45px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
}
.capacity-item.checked, .capacity-item:hover, .smell-item.checked, .smell-item2.checked, .smell-item-item:hover, .products-sets-smell-item.checked, .products-sets-smell-item:hover {
    background: #5dc6ed;
    color: #fff;
}
.capacity-item.disabled {
    background: none!important;
    color: #c4c4c4 !important;
}
.capacity-item.disabled.checked {
    background: #dedede !important;
}
.capacity-item-prom:before, .smell-item-prom:before {
    background: #ed000a;
    content: '%';
    display: block;
    position: absolute;
    top: -10px;
    left: calc(50% - 8px);
    height: 16px;
    width: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
}

.hurt-capacity-row .capacity-item {
    width: 100px;
    padding: 5px 3px 3px 3px;
}
.hurt-capacity-row .capacity-item-prom:before {
    top: calc(50% - 9px);
    left: -10px;
}
.hurt-capacity-row .form-control-number {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.hurt-capacity-row .btn {
    padding: 0 5px;
    min-width: 29px;
    line-height: 27px;
}
.hurt-capacity-row .form-control {
    width: 70px;
    padding: 3px 5px;
    vertical-align: top;
    margin: 0 3px;
    line-height: normal;
}
.hurt-capacity-row .product-trigger .form-group-checkbox {
    position: relative;
}

.hurt-product-trigger {
    display: inline-block;

}
.hurt-product-trigger .form-group {
    display: inline-block;
    margin-right: 10px;
}


.product-show-promotion {
    color: #fff;
    background: #8798A2;
    padding: 15px;
    display: block;
    margin: 20px;
    text-align: center;
}
.product-show-promotion strong {
    text-transform: uppercase;
}
.product-show-promotion > span {
    font-weight: bold;
    font-size: 18px;
    color: rgb(175, 231, 255);;
    margin-left: 5px;

}
.product-show-promotion > div {
    color: #FFE200;
}
.product-show-promotion > span small, .product-show-promotion > span span {
    margin-left: 5px;

}
@media (max-width:769px) {
    .product-show-promotion {
        margin: 20px 10px;
    }
    .product-show-promotion > span {
        /*display: block;*/
        /*margin-top: 10px;*/
    }
}


.product-capacity span:not(:first-child) {
    text-align: center;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
}

@media (max-width:769px) {
    .product-show .txt-right {
        text-align: left;
    }
}


.product-trigger {

}
.product-trigger .form-label {
    padding: 15px 0;
}

.product-trigger .price {
    color: #5dc6ed;
    font-size: 14px;
    font-weight: normal;
}


.products-sets-smell label.form-label {
    display: block;
    float: none;
}
.products-sets-item {
    margin-bottom: 30px;
    width: 50%;
    float: left;
}
.products-sets-item:nth-child(2n+1) {
    clear: both;
}
.products-sets-img {
    float: left;
    width: 70px;
    margin-right: 10px;
}
.products-sets-content {
    float: left;
    width: calc(100% - 90px);
}
.products-sets-capacity {
    padding-left: 27px;
    position: relative;
    margin: 5px 0;
}
.products-sets-capacity label {
    width: 23px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -4px;
}
.products-sets-capacity img {
    vertical-align: middle;
}

@media (max-width:534px), (min-width:768px) and (max-width:979px) {
    .products-sets-item {
        width: 100%;
        float: left;
    }
}


.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    margin-top: 20px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* mapa */
#area{
    max-width: 100%;
    width:472px;
    position: relative;
}
#map_poland{
    position: absolute;top:0;left:0;
    z-index: 1;
}
#area li{
    position: absolute;top:0;left:0;
    z-index: 2;
    display: none;
}
#area li.active {
    display: block!important;
}

.cooperation-wrapper div[class*='g-col-'] {
    margin-top: 30px;
}
.cooperation- .area ul {
    list-style: none;
}

.address-item {
    margin-bottom: 20px;
}



.about-wrapper img {
    width: 100%;
    margin: 10px 0;
}
.about-gallery-inline {
    margin: 0 -5px;
}
.about-gallery-inline img {
    width: calc(50% - 10px);
    margin: 5px 5px;
}



/***************************************************
podstrona - kontakt
***************************************************/


.contact-wrapper .g-col-m-6 {
    margin-bottom: 20px;
}

.contacts-wrapper {
    margin-bottom: 30px;
}

.contacts-item {
    margin-bottom: 20px;
    padding-top: 5px;
}
.contacts-item figure {
    float: left;
    margin: -5px 10px 0 0;
    border: 1px solid #cacaca;
}
.contacts-item img {
    display: block;
}
.contacts-item small {
    font-size: 13px;
    margin-top: 10px;
    display: block;
}
.contacts-item small.contacts-item-workplace {
    margin-bottom: 10px;
    margin-top: -15px;
}




/***************************************************
podstrona - koszyk
***************************************************/

.cart-wrapper .cart-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cacaca;
    position: relative;
}
.cart-wrapper .cart-item img {
    max-width: 100%;
}
.cart-wrapper .cart-item h2 {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 500;
}
.cart-wrapper .cart-item h2 small {
    font-weight: normal;
    display: block;
}
.cart-wrapper .cart-item h2 span {
    color: #5dc6ed;
}
.cart-wrapper .cart-item .price {
    font-weight: bold;
    font-size: 18px;
}
.cart-wrapper .cart-item .act-del {
    position: absolute;
    top: 0;
    right: 0;
}
.cart-wrapper .cart-item .form-label, .cart-wrapper .cart-item .form-control-info {
    padding-bottom: 0;
}
.cart-wrapper .cart-item .btn {
    margin-bottom: 0;
}
.cart-wrapper .cart-item .capacity-row {
    margin-top: -5px;
}
.cart-wrapper .cart-item .capacity-row label {
    position: absolute;
    left: 0;
    top: -3px;
}

.cart-pay-points, .cart-pay-free {
    font-size: 14px;
    display: block;
}


.price-summary {
    font-size: 18px;
    float: right;
    max-width: 500px;
    width: 100%;
}
.price-summary dt {
    width: 60%;
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
    text-align: right;
}
.price-summary dd {
    margin-bottom: 5px;
    font-weight: bold;
}
.price-summary strike {
    font-weight: normal;
}
.price-summary p {
    font-size: 14px;
    text-align: center;
}



.cash-wrapper {
    margin-top: 20px;
}

.cash-wrapper h3 {
    margin: 0 0 10px 0;
}

@media (min-width: 481px) {
    .cash-wrapper-ssl {
        background: url("/assets/img/ssl-large.png") no-repeat 140px 100px;
        position: relative;
    }
    .cash-wrapper-ssl:before {
        content: 'zapewniamy bezpieczeństwo dzięki szyfrowaniu danych';
        position: absolute;
        top: 320px;
        left: 130px;
        width: 200px;
        font-size: 13px;
        text-align: center;
    }
}
@media (max-width: 1300px) {
    .cash-wrapper-ssl {
        background-position: 120px 100px;
    }
    .cash-wrapper-ssl:before {
        left: 110px;
    }
}

.cash-login-wrapper .content-white {
    height: calc(100% + 2px);
    padding: 1px 0;
}
.cash-login-wrapper > .g-row > div {
    margin-bottom: 16px;
}
.cash-login-wrapper > .btns {
    margin-top: 0;
}
.cash-login-wrapper .content-white .btns {
    text-align: center;
}



.cash-summary .form-control-infos {
    font-weight: bold;
}
.cash-summary .form-control-infos strike {
    font-weight: normal;
}
.cash-summary .price-netto {
    display: block;
}


.shipping-price {
    color: #5dc6ed;
}

.addressPopup {
    max-width: 90% !important;
    width: 850px;
    max-height: 95vh!important;
}

.addressPopup .qtip-content {
    padding: 20px 20px 20px 20px!important;
}

.addressPopup .content {
    margin-bottom: 10px;
}

.addresses .item {
    min-width: 250px;
    padding: 10px;
    border: 1px solid #d3d3d3;
}
.addresses .item.current {
    background: #f8f8f8;
}
.addresses .item small {
    text-align: center;
    display: block;
}
.addresses .item p {
    text-align: left!important;
}
.addresses .item .btn {
    margin-top: 3px;
}

@media (max-width: 767px) {
    .addressPopup {
        height: 90vh;
    }
}


/***************************************************
podstrona - historia
***************************************************/

.orders-item {
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #d3d3d3;
    padding: 20px 0;
}
.orders-item:first-child {
    border-top: 1px solid #d3d3d3;
}
.orders-item img {
    max-width: 100%;
}
.orders-item h2 {
    margin: 15px 0;
    font-size: 20px;
}
.orders-item h2 small {
    font-weight: normal;
    display: block;
}
.orders-item .price {
    font-weight: bold;
    font-size: 18px;
}
.orders-item .form-group {
    margin-bottom: 0;
}
.orders-item .capacity-row {
    margin-top: -5px;
    margin-bottom:-5px;
}
.orders-item .capacity-row label {
    position: absolute;
    left: 0;
    top: -3px;
}

.orders-wrapper .btns {
    margin: 0;
}

.orders-wrapper .btns a {
    margin: 5px 0;
}


.order-wrapper .form-info {
    margin-top: 50px;
}


@media (max-width: 767px) {
    .orders-wrapper .btns a {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .orders-wrapper .btns br {
        display: none;
    }
}




.productsSlider-wrapper {
    position: relative;
}

.productsSlider {
    margin: 0 -20px 20px -20px;
    padding: 0 20px 30px 20px;
    position: relative;
}
.productsSlider-item {
    padding: 10px 20px 0 20px;
    text-align: center;
}
.productsSlider-item .offers-item {
    margin: 0;
}
.productsSlider-image {
    width: 100%;
    position: relative;
}
.productsSlider-image img {
    width: 100%;
    max-width: 200px!important;
}
.productsSlider-image span {
    color: #fff;
    font-size: 11px;
    background-color: #5dc6ed;
    padding: 1px 5px 0 5px;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    white-space: nowrap;
}
.productsSlider-item h3 {
    margin: 10px 0 0 0;
    font-size: 14px;
}
.productsSlider-item h3 {
    margin: 10px 0 0 0;
    font-size: 14px;
}
.productsSlider-item p {
    margin: 5px 0;
}
.productsSlider-price {
    color: #5dc6ed;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}

.productsSlider-item .btn {
    font-size: 12px;
    margin-top: 10px;
}

@media (max-width: 480px) {

    .productsSlider-wrapper {
        overflow: hidden;
    }

    .productsSlider .slick-list {
        margin-right: -60px;
    }

    .productsSlider-item {
        padding: 0 10px;
    }
    .productsSlider-item .offers-title {
        font-size: 12px;
        margin-top: 5px;
    }
    .productsSlider-item .offers-subTitle {
        display: none;
    }
    .productsSlider-item .offers-attr {
        display: none;
    }
    .productsSlider-item .offers-price {
        margin: 10px 0 5px 0;
        font-size: 1.1em;
    }
}


.productsSlider .slider-arrow {
    display: inline-block;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    border: 0;
    text-indent: -999px;
    opacity: .75;
    overflow: hidden;
    z-index: 5;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.121' height='5.811' viewBox='0 0 10.121 5.811'%3E%3Cpath id='Path_2' data-name='Path 2' d='M8,9l4-4,4,4' transform='translate(-6.939 -4.25)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-color: #8798A2;
    background-position: center center;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.productsSlider .slider-arrow-prev {
    left: 10px;
}
.productsSlider .slider-arrow-next {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 10px;
}
.productsSlider .slider-arrow:hover {
    opacity: 1;
}

.productsSlider .slick-dots {
    bottom: 0;
}
.productsSlider .slick-dots li {
    padding: 0;
}
.productsSlider .slick-dots li:before {
    display: none;
}
.productsSlider .slick-dots li button {
    width: 14px;
    height: 16px;
}

@media (max-width: 480px) {

    .productsSlider .slider-arrow {
        display: none!important;
    }
}


.mapPartners-info {
    min-width: 200px;
}
.mapPartners-info h4 {
    font-size: 16px;
    font-weight: bold;
    color: #5dc6ed;
}
.mapPartners-info p  {
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.4em;
}
.mapPartners-info small  {
    font-size: 12px;
    font-weight: 500;
}

.mapPartners-caption img  {
    width: 20px;
    vertical-align: middle
}
.mapPartners-caption span  {
    margin-right: 25px;
    margin-bottom: 10px;
    display: inline-block;
}


.custom-clustericon {
    background: var(--cluster-color);
    color: #fff;
    border-radius: 100%;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    box-sizing: content-box;
}

.custom-clustericon::before,
.custom-clustericon::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;

    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: var(--cluster-color);
    opacity: 0.2;
    border-radius: 100%;
}

.custom-clustericon::before {
    padding: 7px;
}

.custom-clustericon::after {
    padding: 14px;
}

.custom-clustericon-1 {
    --cluster-color: #5dc6ed;
}

.custom-clustericon-2 {
    --cluster-color: #ff9b00;
}

.custom-clustericon-3 {
    --cluster-color: #ff6969;
}



.blog-wrapper {
    margin-bottom: 50px;
}

.blog-item:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d3d3d3;
}
.blog-name {
    color: #343b4a;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.blog-item time {
    color: #919191;
    font-size: 12px;
    display: block;
}

.blog-item figure {
    margin: 0;
    text-align: center;
}
.blog-item img {
    width: 100%;
    max-width: 400px;
}

.blog-item-link {
    text-align: right;
}



.blog-item.blog-show {
    padding-bottom: 0;
    border-bottom: none;
}
.blog-item.blog-show img {
    max-width: 100%;
    height: auto!important;
}

