/* /web-tools/tooltipster/css/tooltipster.css */
.tooltipster-default {
    border-radius: 5px;
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff;
}

.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}

.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall-show {}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-slide-show {}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}

.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* /css/jquery-ui/jquery-ui.min.css */
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #b7c4c7
}

.ui-widget-content {
    border: 1px solid #b7c4c7;
    background: #fff;
    color: #000
}

.ui-widget-content a {}

.ui-widget-header {
    border: 1px solid #b7c4c7;
    background: #e6eced;
    color: #000;
    font-weight: bold
}

.ui-widget-header a {
    color: #000
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #b7c4c7;
    background: #fff;
    font-weight: normal;
    color: #000
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #000;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #b7c4c7;
    background: #e8ebeb;
    font-weight: normal;
    color: #000
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #000;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ffd600;
    background: #ffd600;
    font-weight: normal;
    color: #000
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #ffd600;
    background-color: #000
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #000;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #ffd600;
    background: #ffd600;
    color: #000
}

.ui-state-checked {
    border: 1px solid #ffd600;
    background: #ffd600
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #000
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #e54954;
    background: #e54954;
    color: #fff
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #fff
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #fff
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../image/ui-icons_000000_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("../image/ui-icons_000000_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../image/ui-icons_000000_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../image/ui-icons_000000_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../image/ui-icons_000000_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../image/ui-icons_ffffff_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("../image/ui-icons_000000_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0
}

.ui-widget-overlay {
    background: #000;
    opacity: .5;
    filter: Alpha(Opacity=50)
}

.ui-widget-shadow {
    -webkit-box-shadow: 3px 3px 3px #000;
    box-shadow: 3px 3px 3px #000
}

/* /css/font-icons/fontawesome/fontawesome5/css/font-icon-main.css */
.icon-angle-down::before,
.icon-angle-down::after {
    content: "\f107";
}

.icon-angle-left::before,
.icon-angle-left::after {
    content: "\f104";
}

.icon-angle-right::before,
.icon-angle-right::after {
    content: "\f105";
}

.icon-angle-up::before,
.icon-angle-up::after {
    content: "\f106";
}

.icon-calendar::before,
.icon-calendar::after {
    content: "\f133";
}

.icon-camera::before,
.icon-camera::after {
    content: "\f030";
}

.icon-check::before,
.icon-check::after {
    content: "\f00c";
}

.icon-clock::before,
.icon-clock::after {
    content: "\f017";
}

.icon-comment::before,
.icon-comment::after {
    content: "\f075";
}

.icon-desktop-alt::before,
.icon-desktop-alt::after {
    content: "\f390";
}

.icon-envelope::before,
.icon-envelope::after {
    content: "\f0e0";
}

.icon-gift::before,
.icon-gift::after {
    content: "\f06b";
}

.icon-heart::before,
.icon-heart::after {
    content: "\f004";
}

.icon-info-circle::before,
.icon-info-circle::after {
    content: "\f05a";
}

.icon-lock::before,
.icon-lock::after {
    content: "\f023";
}

.icon-map-marker-alt::before,
.icon-map-marker-alt::after {
    content: "\f3c5";
}

.icon-minus::before,
.icon-minus::after {
    content: "\f068";
}

.icon-mobile::before,
.icon-mobile::after {
    content: "\f10b";
}

.icon-phone::before,
.icon-phone::after {
    content: "\f095";
}

.icon-phone-alt::before,
.icon-phone-alt::after {
    content: "\f879";
}

.icon-play::before,
.icon-play::after {
    content: "\f04b";
}

.icon-plus::before,
.icon-plus::after {
    content: "\f067";
}

.icon-print::before,
.icon-print::after {
    content: "\f02f";
}

.icon-question-circle::before,
.icon-question-circle::after {
    content: "\f059";
}

.icon-search::before,
.icon-search::after {
    content: "\f002";
}

.icon-shopping-basket::before,
.icon-shopping-basket::after {
    content: "\f291";
}

.icon-shopping-cart::before,
.icon-shopping-cart::after {
    content: "\f07a";
}

.icon-spinner-third::before,
.icon-spinner-third::after {
    content: "\f3f4";
}

.icon-square-full::before,
.icon-square-full::after {
    content: "\f45c";
}

.icon-star::before,
.icon-star::after {
    content: "\f005";
}

.icon-tag::before,
.icon-tag::after {
    content: "\f02b";
}

.icon-thumbs-down::before,
.icon-thumbs-down::after {
    content: "\f165";
}

.icon-thumbs-up::before,
.icon-thumbs-up::after {
    content: "\f164";
}

.icon-thumbtack::before,
.icon-thumbtack::after {
    content: "\f08d";
}

.icon-user::before,
.icon-user::after {
    content: "\f007";
}

.icon-bluetooth::before,
.icon-bluetooth::after {
    content: "\f293";
}

.icon-bluetooth-b::before,
.icon-bluetooth-b::after {
    content: "\f294";
}

.icon-facebook::before,
.icon-facebook::after {
    content: "\f09a";
}

.icon-facebook-f::before,
.icon-facebook-f::after {
    content: "\f39e";
}

.icon-facebook-square::before,
.icon-facebook-square::after {
    content: "\f082";
}

.icon-flickr::before,
.icon-flickr::after {
    content: "\f16e";
}

.icon-google-plus::before,
.icon-google-plus::after {
    content: "\f2b3";
}

.icon-google-plus-g::before,
.icon-google-plus-g::after {
    content: "\f0d5";
}

.icon-google-plus-square::before,
.icon-google-plus-square::after {
    content: "\f0d4";
}

.icon-instagram::before,
.icon-instagram::after {
    content: "\f16d";
}

.icon-instagram-square::before,
.icon-instagram-square::after {
    content: "\e055";
}

.icon-linkedin::before,
.icon-linkedin::after {
    content: "\f08c";
}

.icon-linkedin-in::before,
.icon-linkedin-in::after {
    content: "\f0e1";
}

.icon-pinterest::before,
.icon-pinterest::after {
    content: "\f0d2";
}

.icon-pinterest-p::before,
.icon-pinterest-p::after {
    content: "\f231";
}

.icon-pinterest-square::before,
.icon-pinterest-square::after {
    content: "\f0d3";
}

.icon-skype::before,
.icon-skype::after {
    content: "\f17e";
}

.icon-twitter::before,
.icon-twitter::after {
    content: "\f099";
}

.icon-twitter-square::before,
.icon-twitter-square::after {
    content: "\f081";
}

.icon-user::before,
.icon-user::after {
    content: "\f007";
}

.icon-vimeo::before,
.icon-vimeo::after {
    content: "\f40a";
}

.icon-vimeo-square::before,
.icon-vimeo-square::after {
    content: "\f194";
}

.icon-vimeo-v::before,
.icon-vimeo-v::after {
    content: "\f27d";
}

.icon-whatsapp::before,
.icon-whatsapp::after {
    content: "\f232";
}

.icon-whatsapp-square::before,
.icon-whatsapp-square::after {
    content: "\f40c";
}

.icon-youtube::before,
.icon-youtube::after {
    content: "\f167";
}

.icon-youtube-square::before,
.icon-youtube-square::after {
    content: "\f431";
}

.icon-angle-down::before,
.icon-angle-down::after {
    content: "\f107";
}

.icon-angle-left::before,
.icon-angle-left::after {
    content: "\f104";
}

.icon-angle-right::before,
.icon-angle-right::after {
    content: "\f105";
}

.icon-angle-up::before,
.icon-angle-up::after {
    content: "\f106";
}

.icon-arrows::before,
.icon-arrows::after {
    content: "\f047";
}

.icon-calendar::before,
.icon-calendar::after {
    content: "\f133";
}

.icon-camera::before,
.icon-camera::after {
    content: "\f030";
}

.icon-check::before,
.icon-check::after {
    content: "\f00c";
}

.icon-clock::before,
.icon-clock::after {
    content: "\f017";
}

.icon-cog::before,
.icon-cog::after,
.icon-gear::before,
.icon-gear::after {
    content: "\f013";
}

.icon-comment::before,
.icon-comment::after {
    content: "\f075";
}

.icon-desktop-alt::before,
.icon-desktop-alt::after {
    content: "\f390";
}

.icon-envelope::before,
.icon-envelope::after {
    content: "\f0e0";
}

.icon-file::before,
.icon-file::after {
    content: "\f15b";
}

.icon-file-pdf::before,
.icon-file-pdf::after {
    content: "\f1c1";
}

.icon-file-word::before,
.icon-file-word::after {
    content: "\f1c2";
}

.icon-gift::before,
.icon-gift::after {
    content: "\f06b";
}

.icon-heart::before,
.icon-heart::after {
    content: "\f004";
}

.icon-home::before,
.icon-home::after {
    content: "\f015";
}

.icon-info-circle::before,
.icon-info-circle::after {
    content: "\f05a";
}

.icon-lock::before,
.icon-lock::after {
    content: "\f023";
}

.icon-map-marker-alt::before,
.icon-map-marker-alt::after {
    content: "\f3c5";
}

.icon-minus::before,
.icon-minus::after {
    content: "\f068";
}

.icon-mobile::before,
.icon-mobile::after {
    content: "\f10b";
}

.icon-pencil::before,
.icon-pencil::after {
    content: "\f040";
}

.icon-phone::before,
.icon-phone::after {
    content: "\f095";
}

.icon-phone-alt::before,
.icon-phone-alt::after {
    content: "\f879";
}

.icon-play::before,
.icon-play::after {
    content: "\f04b";
}

.icon-plus::before,
.icon-plus::after {
    content: "\f067";
}

.icon-print::before,
.icon-print::after {
    content: "\f02f";
}

.icon-question-circle::before,
.icon-question-circle::after {
    content: "\f059";
}

.icon-search::before,
.icon-search::after {
    content: "\f002";
}

.icon-shopping-basket::before,
.icon-shopping-basket::after {
    content: "\f291";
}

.icon-shopping-cart::before,
.icon-shopping-cart::after {
    content: "\f07a";
}

.icon-spinner-third::before,
.icon-spinner-third::after {
    content: "\f3f4";
}

.icon-square-full::before,
.icon-square-full::after {
    content: "\f45c";
}

.icon-star::before,
.icon-star::after {
    content: "\f005";
}

.icon-tag::before,
.icon-tag::after {
    content: "\f02b";
}

.icon-times::before,
.icon-times::after,
.icon-close::before,
.icon-close::after {
    content: "\f00d";
}

.icon-thumbs-down::before,
.icon-thumbs-down::after {
    content: "\f165";
}

.icon-thumbs-up::before,
.icon-thumbs-up::after {
    content: "\f164";
}

.icon-thumbtack::before,
.icon-thumbtack::after {
    content: "\f08d";
}

.icon-user::before,
.icon-user::after {
    content: "\f007";
}

.icon-video::before,
.icon-video::after {
    content: "\f03d";
}

.icon-bluetooth::before,
.icon-bluetooth::after,
.icon-bluetooth-b::before,
.icon-bluetooth-b::after,
.icon-facebook::before,
.icon-facebook::after,
.icon-facebook-f::before,
.icon-facebook-f::after,
.icon-facebook-square::before,
.icon-facebook-square::after,
.icon-flickr::before,
.icon-flickr::after,
.icon-google-plus::before,
.icon-google-plus::after,
.icon-google-plus-g::before,
.icon-google-plus-g::after,
.icon-google-plus-square::before,
.icon-google-plus-square::after,
.icon-instagram::before,
.icon-instagram::after,
.icon-instagram-square::before,
.icon-instagram-square::after,
.icon-linkedin::before,
.icon-linkedin::after,
.icon-linkedin-in::before,
.icon-linkedin-in::after,
.icon-pinterest::before,
.icon-pinterest::after,
.icon-pinterest-p::before,
.icon-pinterest-p::after,
.icon-pinterest-square::before,
.icon-pinterest-square::after,
.icon-skype::before,
.icon-skype::after,
.icon-twitter::before,
.icon-twitter::after,
.icon-twitter-square::before,
.icon-twitter-square::after,
.icon-user::before,
.icon-user::after,
.icon-vimeo::before,
.icon-vimeo::after,
.icon-vimeo-square::before,
.icon-vimeo-square::after,
.icon-vimeo-v::before,
.icon-vimeo-v::after,
.icon-whatsapp::before,
.icon-whatsapp::after,
.icon-whatsapp-square::before,
.icon-whatsapp-square::after,
.icon-youtube::before,
.icon-youtube::after,
.icon-youtube-square::before,
.icon-youtube-square::after {
    font-family: "FontAwesome Brands" !important;
}

.icon-bluetooth::before,
.icon-bluetooth::after {
    content: "\f293";
}

.icon-bluetooth-b::before,
.icon-bluetooth-b::after {
    content: "\f294";
}

.icon-facebook::before,
.icon-facebook::after {
    content: "\f09a";
}

.icon-facebook-f::before,
.icon-facebook-f::after {
    content: "\f39e";
}

.icon-facebook-square::before,
.icon-facebook-square::after {
    content: "\f082";
}

.icon-flickr::before,
.icon-flickr::after {
    content: "\f16e";
}

.icon-google-plus::before,
.icon-google-plus::after {
    content: "\f2b3";
}

.icon-google-plus-g::before,
.icon-google-plus-g::after {
    content: "\f0d5";
}

.icon-google-plus-square::before,
.icon-google-plus-square::after {
    content: "\f0d4";
}

.icon-instagram::before,
.icon-instagram::after {
    content: "\f16d";
}

.icon-instagram-square::before,
.icon-instagram-square::after {
    content: "\e055";
}

.icon-linkedin::before,
.icon-linkedin::after {
    content: "\f08c";
}

.icon-linkedin-in::before,
.icon-linkedin-in::after {
    content: "\f0e1";
}

.icon-pinterest::before,
.icon-pinterest::after {
    content: "\f0d2";
}

.icon-pinterest-p::before,
.icon-pinterest-p::after {
    content: "\f231";
}

.icon-pinterest-square::before,
.icon-pinterest-square::after {
    content: "\f0d3";
}

.icon-skype::before,
.icon-skype::after {
    content: "\f17e";
}

.icon-twitter::before,
.icon-twitter::after {
    content: "\f099";
}

.icon-twitter-square::before,
.icon-twitter-square::after {
    content: "\f081";
}

.icon-user::before,
.icon-user::after {
    content: "\f007";
}

.icon-vimeo::before,
.icon-vimeo::after {
    content: "\f40a";
}

.icon-vimeo-square::before,
.icon-vimeo-square::after {
    content: "\f194";
}

.icon-vimeo-v::before,
.icon-vimeo-v::after {
    content: "\f27d";
}

.icon-whatsapp::before,
.icon-whatsapp::after {
    content: "\f232";
}

.icon-whatsapp-square::before,
.icon-whatsapp-square::after {
    content: "\f40c";
}

.icon-youtube::before,
.icon-youtube::after {
    content: "\f167";
}

.icon-youtube-square::before,
.icon-youtube-square::after {
    content: "\f431";
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../font/fa-light-300.eot");
    src: url("../font/fa-light-300.eot") format("embedded-opentype"), url("../font/fa-light-300.woff2") format("woff2"), url("../font/fa-light-300.woff") format("woff"), url("../font/fa-light-300.ttf") format("truetype"), url("../font/fa-light-300.svg") format("svg");
    font-weight: 300;
    font-style: normal;
}

.icon--light::before,
.icon--light::after {
    font-weight: 300 !important;
}

.icons--light-body *.icon::before,
.icons--light *.icon::after {
    font-weight: 300;
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../font/fa-regular-400.eot");
    src: url("../font/fa-regular-400.eot") format("embedded-opentype"), url("../font/fa-regular-400.woff2") format("woff2"), url("../font/fa-regular-400.woff") format("woff"), url("../font/fa-regular-400.ttf") format("truetype"), url("../font/fa-regular-400.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}

.icon--regular::before,
.icon--regular::after {
    font-weight: 400 !important;
}

.icons--regular-body *.icon::before,
.icons--regular-body *.icon::after {
    font-weight: 400;
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../font/fa-solid-900.eot");
    src: url("../font/fa-solid-900.eot") format("embedded-opentype"), url("../font/fa-solid-900.woff2") format("woff2"), url("../font/fa-solid-900.woff") format("woff"), url("../font/fa-solid-900.ttf") format("truetype"), url("../font/fa-solid-900.svg") format("svg");
    font-weight: 900;
    font-style: normal;
}

.icon--solid::before,
.icon--solid::after {
    font-weight: 900 !important;
}

.icons--solid-body *.icon::before,
.icons--solid-body *.icon::after {
    font-weight: 900;
}

@font-face {
    font-family: "FontAwesome Brands";
    font-display: block;
    src: url("../font/fa-brands-400.eot");
    src: url("../font/fa-brands-400.eot") format("embedded-opentype"), url("../font/fa-brands-400.woff2") format("woff2"), url("../font/fa-brands-400.woff") format("woff"), url("../font/fa-brands-400.ttf") format("truetype"), url("https://www.rzclarinets.com/css/font-icons/fontawesome/fontawesome5/font-subset/fa-brands-400") format("svg");
    font-weight: 400;
    font-style: normal;
}

.icon--brands {
    font-weight: 400 !important;
}

.icon::before,
.icon-after::after,
.icon-both::after,
.nav-container:after,
.ws-pack-icons:not(.ws-pack-icons-svg) .ws-pack-item-header::before,
.items-icon-zoom .image-in a:hover::before,
:not(.image-in)>a[data-gallery-id]::before,
.ui-dialog-titlebar-close .ui-icon-closethick::before,
.items-image-video:not(.video) .item .image-in a::before,
.item-image-video:not(.video) .image-in a::before {
    font-family: "FontAwesome";
}

.icon-brands::before,
.icon-brands.icon-after::after,
.icon-brands.icon-both::after {
    font-family: "FontAwesome Brands";
}

.icon::before,
.icon-after::after,
.icon-both::after,
.nav-container:after,
.ws-pack-icons:not(.ws-pack-icons-svg) .ws-pack-item-header::before,
.items-icon-zoom .image-in a:hover::before,
:not(.image-in)>a[data-gallery-id]::before,
.ui-dialog-titlebar-close .ui-icon-closethick::before,
.items-image-video:not(.video) .item .image-in a::before,
.item-image-video:not(.video) .image-in a::before {
    font-size: 100%;
    display: inline-block;
    text-decoration: none;
    line-height: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.icon-hidden-text span {
    display: none !important;
}

.icon-show-text span {
    display: inline;
}

.icon::before {
    margin-right: .35em;
}

.icon-after::after,
.icon-both::after {
    margin-left: .35em;
}

.icon.icon-after::before,
.icon:not(.icon-after):not(.icon-both)::after {
    display: none;
}

.icon-m0::before,
.icon-m0::after,
.icon-hidden-text::before,
.icon-hidden-text::after {
    margin: 0;
}

.nav-container::after,
#head .nav ul>li>a.nav-container::after,
.icon--pack-angle.icon::before {
    font-weight: 300 !important;
}

.items-image-video:not(.video) .item .image-in a::before,
.item-image-video:not(.video) .image-in a::before {
    font-weight: 900 !important;
}

#head .nav ul>li>a.nav-container::after {
    content: "\f107";
}

.field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::after {
    content: "\f00d";
}

.icon--cart-body .icon-shopping-basket::before,
.icon--cart-body .icon-shopping-basket::after {
    content: "\f07a";
}

.items-image-video:not(.video) .item .image-in a::before,
.item-image-video:not(.video) .image-in a::before {
    content: "\f04b";
}

.image {
    font-size: 100%;
}

.items-icon-zoom-sml .image {
    font-size: 50%;
}

.items-icon-zoom-sml .image a {
    font-size: 100%;
}

.items-icon-gallery .image a:hover::before {
    content: "\f07b";
}

.ws-pack-icons:not(.ws-pack-icons-svg) .ws-pack .ws-pack-item-header::before {
    content: "\f107";
}

.ws-pack-icons:not(.ws-pack-icons-svg) .ws-unpack .ws-pack-item-header::before {
    content: "\f106";
}

.ws-pack-icons-plus:not(.ws-pack-icons-svg) .ws-pack .ws-pack-item-header::before {
    content: "\f067";
}

.ws-pack-icons-plus:not(.ws-pack-icons-svg) .ws-unpack .ws-pack-item-header::before {
    content: "\f068";
}

.ui-dialog-titlebar-close .ui-icon-closethick::before {
    content: "\f00d";
}

/* /web-tools/PhotoSwipe/photoswipe.css */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}

.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
}

/* /web-tools/PhotoSwipe/default-skin/css/default-skin.css */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}

.pswp__button:active {
    outline: none;
    opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../image/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../image/default-skin.svg);
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
    opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}

a.pswp__share--download:hover {
    background: #DDD;
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB;
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../image/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

/* /css/main.css */
.layout-s .width,
.layout-s.layout-full-boxed .stripe-width .stripe-in,
.layout-s.layout-full-boxed #crumbs .stripe-in,
.layout-s .stripe-indent,
.layout-s.layout-boxed #main,
.layout-s.layout-full-boxed .layout-2 #content-page,
.layout-s.layout-full-boxed .layout-3 #content-page,
.layout-s.layout-boxed #head.head-fixed,
.layout-s.layout-boxed #head.head-absolute {
    max-width: 1020px;
}

.layout-s .stripe-text-width .section-text-in,
.layout-s .stripe-image-width .section-image-in {
    width: 100%;
    max-width: 510px;
}

.layout-s.grid-space-s .stripe:not(.stripe-edge) .stripe-text-width .section-text-in,
.layout-s.grid-space-s .stripe:not(.stripe-edge) .stripe-image-width .section-image-in {
    max-width: calc(510px - 8px);
}

.layout-s.grid-space-m .stripe:not(.stripe-edge) .stripe-text-width .section-text-in,
.layout-s.grid-space-m .stripe:not(.stripe-edge) .stripe-image-width .section-image-in {
    max-width: calc(510px - 16px);
}

.layout-s.grid-space-l .stripe:not(.stripe-edge) .stripe-text-width .section-text-in,
.layout-s.grid-space-l .stripe:not(.stripe-edge) .stripe-image-width .section-image-in {
    max-width: calc(510px - 24px);
}

.layout-s.grid-space-xl .stripe:not(.stripe-edge) .stripe-text-width .section-text-in,
.layout-s.grid-space-xl .stripe:not(.stripe-edge) .stripe-image-width .section-image-in {
    max-width: calc(510px - 32px);
}

.layout-s .stripe-text-width.stripe-image-width>.row {
    max-width: 1020px;
}

.layout-s .stripe-image-width:not(.stripe-text-width) .section-image:not(.col-6) {
    margin-left: 510px;
}

.layout-s .stripe-text-width:not(.stripe-image-width) .section-text:not(.col-6) {
    margin-left: -510px;
}

.layout-s .stripe-image-width.stripe-text-r:not(.stripe-text-width) .section-image:not(.col-6) {
    margin-right: 510px;
}

.layout-s .stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) {
    margin-right: -510px;
}

.layout-s .stripe-image-width:not(.stripe-text-width) .section-image.col-8 {
    width: calc(1020px * .666666);
}

.layout-s .stripe-image-width:not(.stripe-text-width) .section-image.col-7 {
    width: calc(1020px * .583333);
}

.layout-s .stripe-image-width:not(.stripe-text-width) .section-image.col-5 {
    width: calc(1020px * .416666);
}

.layout-s .stripe-image-width:not(.stripe-text-width) .section-image.col-4 {
    width: calc(1020px * .3333333);
}

.layout-s .stripe-image-width:not(.stripe-text-width) .section-text.col-8 {
    width: calc(50% + 1020px / 2 * .333333);
}

.layout-s .stripe-image-width:not(.stripe-text-width) .section-text.col-7 {
    width: calc(50% + 1020px / 2 * .166666);
}

.layout-s .stripe-image-width:not(.stripe-text-width) .section-text.col-5 {
    width: calc(50% - 1020px / 2 * .166666);
}

.layout-s .stripe-image-width:not(.stripe-text-width) .section-text.col-4 {
    width: calc(50% - 1020px / 2 * .333333);
}

.layout-m .width,
.layout-m.layout-full-boxed .stripe-width .stripe-in,
.layout-m.layout-full-boxed #crumbs .stripe-in,
.layout-m .stripe-indent,
.layout-m.layout-boxed #main,
.layout-m.layout-full-boxed .layout-2 #content-page,
.layout-m.layout-full-boxed .layout-3 #content-page,
.layout-m.layout-boxed #head.head-fixed,
.layout-m.layout-boxed #head.head-absolute {
    max-width: 1360px;
}

.layout-m .stripe-text-width .section-text-in,
.layout-m .stripe-image-width .section-image-in {
    width: 100%;
    max-width: 680px;
}

.layout-m.grid-space-s .stripe:not(.stripe-edge) .stripe-text-width .section-text-in,
.layout-m.grid-space-s .stripe:not(.stripe-edge) .stripe-image-width .section-image-in {
    max-width: calc(680px - 8px);
}

.layout-m.grid-space-m .stripe:not(.stripe-edge) .stripe-text-width .section-text-in,
.layout-m.grid-space-m .stripe:not(.stripe-edge) .stripe-image-width .section-image-in {
    max-width: calc(680px - 16px);
}

.layout-m.grid-space-l .stripe:not(.stripe-edge) .stripe-text-width .section-text-in,
.layout-m.grid-space-l .stripe:not(.stripe-edge) .stripe-image-width .section-image-in {
    max-width: calc(680px - 24px);
}

.layout-m.grid-space-xl .stripe:not(.stripe-edge) .stripe-text-width .section-text-in,
.layout-m.grid-space-xl .stripe:not(.stripe-edge) .stripe-image-width .section-image-in {
    max-width: calc(680px - 32px);
}

.layout-m .stripe-text-width.stripe-image-width>.row {
    max-width: 1360px;
}

.layout-m .stripe-image-width:not(.stripe-text-width) .section-image:not(.col-6) {
    margin-left: 680px;
}

.layout-m .stripe-text-width:not(.stripe-image-width) .section-text:not(.col-6) {
    margin-left: -680px;
}

.layout-m .stripe-image-width.stripe-text-r:not(.stripe-text-width) .section-image:not(.col-6) {
    margin-right: 680px;
}

.layout-m .stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) {
    margin-right: -680px;
}

.layout-m .stripe-image-width:not(.stripe-text-width) .section-image.col-8 {
    width: calc(1360px * .666666);
}

.layout-m .stripe-image-width:not(.stripe-text-width) .section-image.col-7 {
    width: calc(1360px * .583333);
}

.layout-m .stripe-image-width:not(.stripe-text-width) .section-image.col-5 {
    width: calc(1360px * .416666);
}

.layout-m .stripe-image-width:not(.stripe-text-width) .section-image.col-4 {
    width: calc(1360px * .3333333);
}

.layout-m .stripe-image-width:not(.stripe-text-width) .section-text.col-8 {
    width: calc(50% + 1360px / 2 * .333333);
}

.layout-m .stripe-image-width:not(.stripe-text-width) .section-text.col-7 {
    width: calc(50% + 1360px / 2 * .166666);
}

.layout-m .stripe-image-width:not(.stripe-text-width) .section-text.col-5 {
    width: calc(50% - 1360px / 2 * .166666);
}

.layout-m .stripe-image-width:not(.stripe-text-width) .section-text.col-4 {
    width: calc(50% - 1360px / 2 * .333333);
}

.layout-l .width,
.layout-l.layout-full-boxed .stripe-width .stripe-in,
.layout-l.layout-full-boxed #crumbs .stripe-in,
.layout-l .stripe-indent,
.layout-l.layout-boxed #main,
.layout-l.layout-full-boxed .layout-2 #content-page,
.layout-l.layout-full-boxed .layout-3 #content-page,
.layout-l.layout-boxed #head.head-fixed,
.layout-l.layout-boxed #head.head-absolute {
    max-width: 1590px;
}

.layout-l .stripe-text-width .section-text-in,
.layout-l .stripe-image-width .section-image-in {
    width: 100%;
    max-width: 795px;
}

.layout-l.grid-space-s .stripe:not(.stripe-edge) .stripe-text-width .section-text-in,
.layout-l.grid-space-s .stripe:not(.stripe-edge) .stripe-image-width .section-image-in {
    max-width: calc(795px - 8px);
}

.layout-l.grid-space-m .stripe:not(.stripe-edge) .stripe-text-width .section-text-in,
.layout-l.grid-space-m .stripe:not(.stripe-edge) .stripe-image-width .section-image-in {
    max-width: calc(795px - 16px);
}

.layout-l.grid-space-l .stripe:not(.stripe-edge) .stripe-text-width .section-text-in,
.layout-l.grid-space-l .stripe:not(.stripe-edge) .stripe-image-width .section-image-in {
    max-width: calc(795px - 24px);
}

.layout-l.grid-space-xl .stripe:not(.stripe-edge) .stripe-text-width .section-text-in,
.layout-l.grid-space-xl .stripe:not(.stripe-edge) .stripe-image-width .section-image-in {
    max-width: calc(795px - 32px);
}

.layout-l .stripe-text-width.stripe-image-width>.row {
    max-width: 1590px;
}

.layout-l .stripe-image-width:not(.stripe-text-width) .section-image:not(.col-6) {
    margin-left: 795px;
}

.layout-l .stripe-text-width:not(.stripe-image-width) .section-text:not(.col-6) {
    margin-left: -795px;
}

.layout-l .stripe-image-width.stripe-text-r:not(.stripe-text-width) .section-image:not(.col-6) {
    margin-right: 795px;
}

.layout-l .stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) {
    margin-right: -795px;
}

.layout-l .stripe-image-width:not(.stripe-text-width) .section-image.col-8 {
    width: calc(1590px * .666666);
}

.layout-l .stripe-image-width:not(.stripe-text-width) .section-image.col-7 {
    width: calc(1590px * .583333);
}

.layout-l .stripe-image-width:not(.stripe-text-width) .section-image.col-5 {
    width: calc(1590px * .416666);
}

.layout-l .stripe-image-width:not(.stripe-text-width) .section-image.col-4 {
    width: calc(1590px * .3333333);
}

.layout-l .stripe-image-width:not(.stripe-text-width) .section-text.col-8 {
    width: calc(50% + 1590px / 2 * .333333);
}

.layout-l .stripe-image-width:not(.stripe-text-width) .section-text.col-7 {
    width: calc(50% + 1590px / 2 * .166666);
}

.layout-l .stripe-image-width:not(.stripe-text-width) .section-text.col-5 {
    width: calc(50% - 1590px / 2 * .166666);
}

.layout-l .stripe-image-width:not(.stripe-text-width) .section-text.col-4 {
    width: calc(50% - 1590px / 2 * .333333);
}

.layout-full-boxed.layout-full #head>*:not(.megamenu-container) .stripe-width .stripe-in,
.layout-full-boxed.layout-full #foot .stripe-width .stripe-in,
.layout-s.layout-full-boxed #content-page .stripe-edge>.stripe-in,
.layout-m.layout-full-boxed #content-page .stripe-edge>.stripe-in,
.layout-l.layout-full-boxed #content-page .stripe-edge>.stripe-in,
.layout-full-boxed.layout-full .element-nav-catalogue .stripe-width .stripe-in {
    max-width: none;
}

.stripe-width-content-xs #main:not(.layout-2) #content-in .stripe-width:not(.articles-related-stripe) .stripe-in,
.stripe-width.stripe-width-in-xs>.stripe-in,
.stripe-width-content-xs #main:not(.layout-2) #crumbs .stripe-in,
.max-width-xs,
.box-max-width-xs {
    max-width: 696px !important;
}

.stripe-width.stripe-width-in-xs .stripe-image-width.stripe-text-r:not(.stripe-text-width) .section-image:not(.col-6) {
    margin-right: 316px;
}

.stripe-width.stripe-width-in-xs .stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) {
    margin-right: -316px;
}

.stripe-width-content-s #main:not(.layout-2) #content-in .stripe-width:not(.articles-related-stripe) .stripe-in,
.stripe-width.stripe-width-in-s>.stripe-in,
.stripe-width-content-s #main:not(.layout-2) #crumbs .stripe-in,
.max-width-s,
.box-max-width-s {
    max-width: 960px !important;
    margin: 0 auto;
}

.stripe-width.stripe-width-in-s .stripe-image-width.stripe-text-r:not(.stripe-text-width) .section-image:not(.col-6) {
    margin-right: 448px;
}

.stripe-width.stripe-width-in-s .stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) {
    margin-right: -448px;
}

.stripe-width-content-m #main:not(.layout-2) #content-in .stripe-width:not(.articles-related-stripe) .stripe-in,
.stripe-width.stripe-width-in-m>.stripe-in,
.stripe-width-content-m #main:not(.layout-2) #crumbs .stripe-in,
.max-width-m,
.box-max-width-m {
    max-width: 1180px !important;
}

.stripe-width.stripe-width-in-m .stripe-image-width.stripe-text-r:not(.stripe-text-width) .section-image:not(.col-6) {
    margin-right: 558px;
}

.stripe-width.stripe-width-in-m .stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) {
    margin-right: -558px;
}

.max-width-xs,
.max-width-s,
.max-width-m {
    margin: 0 auto;
}

.box-max-width-500 {
    max-width: 500px;
}

.box-max-width-600 {
    max-width: 600px;
}

.box-max-width-700 {
    max-width: 700px;
}

.box-max-width-800 {
    max-width: 800px;
}

.box-max-width-75pct {
    max-width: 75%;
}

.box-align-right {
    margin-left: auto !important;
    margin-right: 0;
}

.layout-boxed #main {
    margin: 1.5em auto 2em;
}

.layout-full-boxed #content-page {
    margin: 0 auto;
}

.stripe {
    position: relative;
    width: 100%;
    text-align: center;
}

.stripe-in {
    position: relative;
    width: auto;
    text-align: left;
    padding: 0 20px;
    margin: 0 auto;
}

.stripe-default>.stripe-in {
    max-width: none !important;
}

.stripe-in::after,
.stripe-in::before {
    content: "";
    display: block;
}

.stripe-in::after {
    clear: both;
}

.stripe-space>.stripe-in .stripe-image-resize .section-text-in {
    padding-top: 0;
    padding-bottom: 0;
}

body[class*="stripe-space"] .stripe-space-xs.stripe-space>.stripe-in,
.stripe-space-xs .stripe-space>.stripe-in,
.stripe-space-xs.stripe-space>.stripe-in,
.stripe-space-xs .stripe-space .stripe-image-full {
    padding-top: .5em;
    padding-bottom: .5em;
}

body[class*="stripe-space"] .stripe-space-s.stripe-space>.stripe-in,
.stripe-space-s .stripe-space>.stripe-in,
.stripe-space-s.stripe-space>.stripe-in,
.stripe-space-s .stripe-space .stripe-image-full {
    padding-top: 1em;
    padding-bottom: 1em;
}

body[class*="stripe-space"] .stripe-space-m.stripe-space>.stripe-in,
.stripe-space-m .stripe-space>.stripe-in,
.stripe-space-m.stripe-space>.stripe-in,
.stripe-space-m .stripe-space .stripe-image-full {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

body[class*="stripe-space"] .stripe-space-l.stripe-space>.stripe-in,
.stripe-space-l .stripe-space>.stripe-in,
.stripe-space-l.stripe-space>.stripe-in,
.stripe-space-l .stripe-space .stripe-image-full {
    padding-top: 5em;
    padding-bottom: 5em;
}

body[class*="stripe-space"] .stripe-space-xl.stripe-space>.stripe-in,
.stripe-space-xl .stripe-space>.stripe-in,
.stripe-space-xl.stripe-space>.stripe-in,
.stripe-space-xl .stripe-space .stripe-image-full {
    padding-top: 7em;
    padding-bottom: 7em;
}

body[class*="stripe-space"] .stripe-space-xs.stripe-space.pad-b1-plus>.stripe-in,
.stripe-space-xs .stripe-space.pad-b1-plus>.stripe-in,
.stripe-space-xs.stripe-space.pad-b1-plus>.stripe-in {
    padding-bottom: calc(.5em + 1em);
}

body[class*="stripe-space"] .stripe-space-s.stripe-space.pad-b1-plus>.stripe-in,
.stripe-space-s .stripe-space.pad-b1-plus>.stripe-in,
.stripe-space-s.stripe-space.pad-b1-plus>.stripe-in {
    padding-bottom: calc(1em + 1em);
}

body[class*="stripe-space"] .stripe-space-m.stripe-space.pad-b1-plus>.stripe-in,
.stripe-space-m .stripe-space.pad-b1-plus>.stripe-in,
.stripe-space-m.stripe-space.pad-b1-plus>.stripe-in {
    padding-bottom: calc(2.5em + 1em);
}

body[class*="stripe-space"] .stripe-space-l.stripe-space.pad-b1-plus>.stripe-in,
.stripe-space-l .stripe-space.pad-b1-plus>.stripe-in,
.stripe-space-l.stripe-space.pad-b1-plus>.stripe-in {
    padding-bottom: calc(5em + 1em);
}

body[class*="stripe-space"] .stripe-space-xl.stripe-space.pad-b1-plus>.stripe-in,
.stripe-space-xl .stripe-space.pad-b1-plus>.stripe-in,
.stripe-space-xl.stripe-space.pad-b1-plus>.stripe-in {
    padding-bottom: calc(7em + 1em);
}

body[class*="stripe-space"] .stripe-space-xs.stripe-space.pad-b2-plus>.stripe-in,
.stripe-space-xs .stripe-space.pad-b2-plus>.stripe-in,
.stripe-space-xs.stripe-space.pad-b2-plus>.stripe-in {
    padding-bottom: calc(.5em + 2em);
}

body[class*="stripe-space"] .stripe-space-s.stripe-space.pad-b2-plus>.stripe-in,
.stripe-space-s .stripe-space.pad-b2-plus>.stripe-in,
.stripe-space-s.stripe-space.pad-b2-plus>.stripe-in {
    padding-bottom: calc(1em + 2em);
}

body[class*="stripe-space"] .stripe-space-m.stripe-space.pad-b2-plus>.stripe-in,
.stripe-space-m .stripe-space.pad-b2-plus>.stripe-in,
.stripe-space-m.stripe-space.pad-b2-plus>.stripe-in {
    padding-bottom: calc(2.5em + 2em);
}

body[class*="stripe-space"] .stripe-space-l.stripe-space.pad-b2-plus>.stripe-in,
.stripe-space-l .stripe-space.pad-b2-plus>.stripe-in,
.stripe-space-l.stripe-space.pad-b2-plus>.stripe-in {
    padding-bottom: calc(5em + 2em);
}

body[class*="stripe-space"] .stripe-space-xl.stripe-space.pad-b2-plus>.stripe-in,
.stripe-space-xl .stripe-space.pad-b2-plus>.stripe-in,
.stripe-space-xl.stripe-space.pad-b2-plus>.stripe-in {
    padding-bottom: calc(7em + 2em);
}

body[class*="stripe-space"] .stripe-space-xs.stripe-space.pad-b2x>.stripe-in,
.stripe-space-xs .stripe-space.pad-b2x>.stripe-in,
.stripe-space-xs.stripe-space.pad-b2x>.stripe-in {
    padding-bottom: calc(.5em * 2);
}

body[class*="stripe-space"] .stripe-space-s.stripe-space.pad-b2x>.stripe-in,
.stripe-space-s .stripe-space.pad-b2x>.stripe-in,
.stripe-space-s.stripe-space.pad-b2x>.stripe-in {
    padding-bottom: calc(1em * 2);
}

body[class*="stripe-space"] .stripe-space-m.stripe-space.pad-b2x>.stripe-in,
.stripe-space-m .stripe-space.pad-b2x>.stripe-in,
.stripe-space-m.stripe-space.pad-b2x>.stripe-in {
    padding-bottom: calc(2.5em * 2);
}

body[class*="stripe-space"] .stripe-space-l.stripe-space.pad-b2x>.stripe-in,
.stripe-space-l .stripe-space.pad-b2x>.stripe-in,
.stripe-space-l.stripe-space.pad-b2x>.stripe-in {
    padding-bottom: calc(5em * 2);
}

body[class*="stripe-space"] .stripe-space-xl.stripe-space.pad-b2x>.stripe-in,
.stripe-space-xl .stripe-space.pad-b2x>.stripe-in,
.stripe-space-xl.stripe-space.pad-b2x>.stripe-in {
    padding-bottom: calc(7em * 2);
}

body[class*="stripe-space"] .stripe-space-xs.stripe-space.pad-t1-plus>.stripe-in,
.stripe-space-xs .stripe-space.pad-t1-plus>.stripe-in,
.stripe-space-xs.stripe-space.pad-t1-plus>.stripe-in {
    padding-top: calc(.5em + 1em);
}

body[class*="stripe-space"] .stripe-space-s.stripe-space.pad-t1-plus>.stripe-in,
.stripe-space-s .stripe-space.pad-t1-plus>.stripe-in,
.stripe-space-s.stripe-space.pad-t1-plus>.stripe-in {
    padding-top: calc(1em + 1em);
}

body[class*="stripe-space"] .stripe-space-m.stripe-space.pad-t1-plus>.stripe-in,
.stripe-space-m .stripe-space.pad-t1-plus>.stripe-in,
.stripe-space-m.stripe-space.pad-t1-plus>.stripe-in {
    padding-top: calc(2.5em + 1em);
}

body[class*="stripe-space"] .stripe-space-l.stripe-space.pad-t1-plus>.stripe-in,
.stripe-space-l .stripe-space.pad-t1-plus>.stripe-in,
.stripe-space-l.stripe-space.pad-t1-plus>.stripe-in {
    padding-top: calc(5em + 1em);
}

body[class*="stripe-space"] .stripe-space-xl.stripe-space.pad-t1-plus>.stripe-in,
.stripe-space-xl .stripe-space.pad-t1-plus>.stripe-in,
.stripe-space-xl.stripe-space.pad-t1-plus>.stripe-in {
    padding-top: calc(7em + 1em);
}

body[class*="stripe-space"] .stripe-space-xs.stripe-space.pad-t2-plus>.stripe-in,
.stripe-space-xs .stripe-space.pad-t2-plus>.stripe-in,
.stripe-space-xs.stripe-space.pad-t2-plus>.stripe-in {
    padding-top: calc(.5em + 2em);
}

body[class*="stripe-space"] .stripe-space-s.stripe-space.pad-t2-plus>.stripe-in,
.stripe-space-s .stripe-space.pad-t2-plus>.stripe-in,
.stripe-space-s.stripe-space.pad-t2-plus>.stripe-in {
    padding-top: calc(1em + 2em);
}

body[class*="stripe-space"] .stripe-space-m.stripe-space.pad-t2-plus>.stripe-in,
.stripe-space-m .stripe-space.pad-t2-plus>.stripe-in,
.stripe-space-m.stripe-space.pad-t2-plus>.stripe-in {
    padding-top: calc(2.5em + 2em);
}

body[class*="stripe-space"] .stripe-space-l.stripe-space.pad-t2-plus>.stripe-in,
.stripe-space-l .stripe-space.pad-t2-plus>.stripe-in,
.stripe-space-l.stripe-space.pad-t2-plus>.stripe-in {
    padding-top: calc(5em + 2em);
}

body[class*="stripe-space"] .stripe-space-xl.stripe-space.pad-t2-plus>.stripe-in,
.stripe-space-xl .stripe-space.pad-t2-plus>.stripe-in,
.stripe-space-xl.stripe-space.pad-t2-plus>.stripe-in {
    padding-top: calc(7em + 2em);
}

body[class*="stripe-space"] .stripe-space-xs.stripe-space.pad-t2x>.stripe-in,
.stripe-space-xs .stripe-space.pad-t2x>.stripe-in,
.stripe-space-xs.stripe-space.pad-t2x>.stripe-in {
    padding-top: calc(.5em * 2);
}

body[class*="stripe-space"] .stripe-space-s.stripe-space.pad-t2x>.stripe-in,
.stripe-space-s .stripe-space.pad-t2x>.stripe-in,
.stripe-space-s.stripe-space.pad-t2x>.stripe-in {
    padding-top: calc(1em * 2);
}

body[class*="stripe-space"] .stripe-space-m.stripe-space.pad-t2x>.stripe-in,
.stripe-space-m .stripe-space.pad-t2x>.stripe-in,
.stripe-space-m.stripe-space.pad-t2x>.stripe-in {
    padding-top: calc(2.5em * 2);
}

body[class*="stripe-space"] .stripe-space-l.stripe-space.pad-t2x>.stripe-in,
.stripe-space-l .stripe-space.pad-t2x>.stripe-in,
.stripe-space-l.stripe-space.pad-t2x>.stripe-in {
    padding-top: calc(5em * 2);
}

body[class*="stripe-space"] .stripe-space-xl.stripe-space.pad-t2x>.stripe-in,
.stripe-space-xl .stripe-space.pad-t2x>.stripe-in,
.stripe-space-xl.stripe-space.pad-t2x>.stripe-in {
    padding-top: calc(7em * 2);
}

.stripe-space-xs.stripe-space .stripe-image-full {
    padding-top: .5em;
    padding-bottom: .5em;
}

.stripe-space-s.stripe-space .stripe-image-full {
    padding-top: 1em;
    padding-bottom: 1em;
}

.stripe-space-m.stripe-space .stripe-image-full {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.stripe-space-l.stripe-space .stripe-image-full {
    padding-top: 5em;
    padding-bottom: 5em;
}

.stripe-space-xl.stripe-space .stripe-image-full {
    padding-top: 7em;
    padding-bottom: 7em;
}

.stripe-space-xs .stripe-indent {
    margin: .5em auto;
}

.stripe-space-s .stripe-indent {
    margin: 1em auto;
}

.stripe-space-m .stripe-indent {
    margin: 2.5em auto;
}

.stripe-space-l .stripe-indent {
    margin: 5em auto;
}

.stripe-space-xl .stripe-indent {
    margin: 7em auto;
}

.stripe-space-xs.stripe-indent {
    margin: .5em auto;
}

.stripe-space-s.stripe-indent {
    margin: 1em auto;
}

.stripe-space-m.stripe-indent {
    margin: 2.5em auto;
}

.stripe-space-l.stripe-indent {
    margin: 5em auto;
}

.stripe-space-xl.stripe-indent {
    margin: 7em auto;
}

.stripe.pad-t1>.stripe-in {
    padding-top: 1em !important;
}

.stripe.pad-b1>.stripe-in {
    padding-bottom: 1em !important;
}

.stripe.pad-t2>.stripe-in {
    padding-top: 2em !important;
}

.stripe.pad-b2>.stripe-in {
    padding-bottom: 2em !important;
}

.layout-s.grid-space-s .stripe-indent,
.layout-s.grid-space-m .stripe-indent {
    max-width: calc(1020px - 2 * 20px);
}

.layout-s.grid-space-l .stripe-indent {
    max-width: calc(1020px - 2 * 24px);
}

.layout-s.grid-space-xl .stripe-indent {
    max-width: calc(1020px - 2 * 32px);
}

.layout-m.grid-space-s .stripe-indent,
.layout-m.grid-space-m .stripe-indent {
    max-width: calc(1360px - 2 * 20px);
}

.layout-m.grid-space-l .stripe-indent {
    max-width: calc(1360px - 2 * 24px);
}

.layout-m.grid-space-xl .stripe-indent {
    max-width: calc(1360px - 2 * 32px);
}

.layout-l.grid-space-s .stripe-indent,
.layout-l.grid-space-m .stripe-indent {
    max-width: calc(1590px - 2 * 20px);
}

.layout-l.grid-space-l .stripe-indent {
    max-width: calc(1590px - 2 * 24px);
}

.layout-l.grid-space-xl .stripe-indent {
    max-width: calc(1590px - 2 * 32px);
}

.stripe-space-xs .stripe-space .stripe-image-full {
    margin-top: -1em;
    bottom: -.5em;
}

.stripe-space-s .stripe-space .stripe-image-full {
    margin-top: -2em;
    bottom: -1em;
}

.stripe-space-m .stripe-space .stripe-image-full {
    margin-top: -5em;
    bottom: -2.5em;
}

.stripe-space-l .stripe-space .stripe-image-full {
    margin-top: -10em;
    bottom: -5em;
}

.stripe-space-xl .stripe-space .stripe-image-full {
    margin-top: -14em;
    bottom: -7em;
}

.stripe-space-xs.stripe-space .stripe-image-full {
    margin-top: -1em;
    bottom: -.5em;
}

.stripe-space-s.stripe-space .stripe-image-full {
    margin-top: -2em;
    bottom: -1em;
}

.stripe-space-m.stripe-space .stripe-image-full {
    margin-top: -5em;
    bottom: -2.5em;
}

.stripe-space-l.stripe-space .stripe-image-full {
    margin-top: -10em;
    bottom: -5em;
}

.stripe-space-xl.stripe-space .stripe-image-full {
    margin-top: -14em;
    bottom: -7em;
}

.stripe-space-xs .stripe-text-image+.stripe-text-image {
    margin-top: .5em;
}

.stripe-space-xs .stripe-space .stripe-image-resize+.stripe-image-resize,
.stripe-space-xs.stripe-space .stripe-image-full+.stripe-image-resize {
    margin-top: 1em;
}

.stripe-space-s .stripe-text-image+.stripe-text-image {
    margin-top: 1em;
}

.stripe-space-s .stripe-space .stripe-image-resize+.stripe-image-resize,
.stripe-space-s.stripe-space .stripe-image-full+.stripe-image-resize {
    margin-top: 2em;
}

.stripe-space-m .stripe-text-image+.stripe-text-image {
    margin-top: 2.5em;
}

.stripe-space-m .stripe-space .stripe-image-resize+.stripe-image-resize,
.stripe-space-m.stripe-space .stripe-image-full+.stripe-image-resize {
    margin-top: 5em;
}

.stripe-space-l .stripe-text-image+.stripe-text-image {
    margin-top: 5em;
}

.stripe-space-l .stripe-space .stripe-image-resize+.stripe-image-resize,
.stripe-space-l.stripe-space .stripe-image-full+.stripe-image-resize {
    margin-top: 10em;
}

.stripe-space-xl .stripe-text-image+.stripe-text-image {
    margin-top: 7em;
}

.stripe-space-xl .stripe-space .stripe-image-full+.stripe-image-resize,
.stripe-space-xl.stripe-space .stripe-image-full+.stripe-image-resize {
    margin-top: 14em;
}

.stripe-space .stripe-image-full+.stripe-image-full,
.stripe-space .stripe-image-resize+.stripe-image-full {
    margin-top: 0;
}

.stripe-edge {
    overflow: hidden;
}

.stripe>.valign {
    display: none;
}

.stripe-valign>.valign {
    display: inline-block;
}

.stripe-valign .stripe-in {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.stripe-link-layer,
.stripe-link-layer a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stripe-link-layer a {
    display: block;
}

.stripe-space .stripe-in .segment>*:first-child {
    margin-top: 0;
}

.stripe-space .stripe-in .segment>*:last-child,
.stripe-text-image .section-text-in>*:last-child {
    margin-bottom: 0;
}

.stripe-space-none>.row,
.stripe-space-none .stripe-in>.row,
.stripe-space-none .gallery .row {
    margin: 0 !important;
}

.stripe-space-none>.row>.col,
.stripe-space-none .stripe-in>.row>.col,
.stripe-space-none .gallery .col {
    padding: 0 !important;
}

.stripe-space-none .item {
    margin: 0 !important;
}

.stripe-negative-top>.stripe-in {
    padding-top: 0 !important;
}

.stripe-negative-top>.section-image-bg {
    bottom: 0;
    height: auto;
}

.stripe-space-xs .stripe-space.stripe-negative-top>.section-image-bg {
    top: .5em;
}

.stripe-space-s .stripe-space.stripe-negative-top>.section-image-bg {
    top: 1em;
}

.stripe-space-m .stripe-space.stripe-negative-top>.section-image-bg {
    top: 2.5em;
}

.stripe-space-l .stripe-space.stripe-negative-top>.section-image-bg {
    top: 5em;
}

.stripe-space-xl .stripe-space.stripe-negative-top>.section-image-bg {
    top: 7em;
}

.stripe-negative-bottom>.stripe-in {
    padding-bottom: 0 !important;
}

.stripe-negative-bottom>.section-image-bg {
    top: 0;
    height: auto;
}

.stripe-space-xs .stripe-space.stripe-negative-bottom>.section-image-bg {
    bottom: .5em;
}

.stripe-space-s .stripe-space.stripe-negative-bottom>.section-image-bg {
    bottom: 1em;
}

.stripe-space-m .stripe-space.stripe-negative-bottom>.section-image-bg {
    bottom: 2.5em;
}

.stripe-space-l .stripe-space.stripe-negative-bottom>.section-image-bg {
    bottom: 5em;
}

.stripe-space-xl .stripe-space.stripe-negative-bottom>.section-image-bg {
    bottom: 7em;
}

.stripe[class*="stripe-overlap-"] {
    overflow: visible;
}

.content-overlap-pad-b>.stripe-in .ws-slider-slide .element-html-image>.row,
.content-overlap-pad-b-l>.stripe-in .ws-slider-slide .element-html-image>.row,
.content-overlap-pad-b-xl>.stripe-in .ws-slider-slide .element-html-image>.row {
    position: relative;
}

.stripe-overlap-top>.stripe-in,
.stripe-overlap-top.stripe-space>.stripe-in,
.stripe-overlap-top-l>.stripe-in,
.stripe-overlap-top-l.stripe-space>.stripe-in,
.stripe-overlap-top-xl>.stripe-in,
.stripe-overlap-top-xl.stripe-space>.stripe-in {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.stripe-overlap-top,
.stripe-overlap-top.stripe-space,
.content-overlap-pad-b .ws-slider-controls {
    margin-top: -5rem;
}

.content-overlap-pad-b .ws-slider-slide .element-html-image {
    padding-bottom: 5rem !important;
}

.content-overlap-pad-b .ws-slider-controls {
    top: calc(100% - 5em);
}

.stripe-overlap-top-l,
.stripe-overlap-top-l.stripe-space.content-overlap-pad-b-l .ws-slider-controls {
    margin-top: -7rem;
}

.content-overlap-pad-b-l .ws-slider-slide .element-html-image {
    padding-bottom: 7rem !important;
}

.content-overlap-pad-b-l .ws-slider-controls {
    top: calc(100% - 7em);
}

.stripe-overlap-top-xl,
.stripe-overlap-top-xl.stripe-space.content-overlap-pad-b-xl .ws-slider-controls {
    margin-top: -10rem;
}

.content-overlap-pad-b-xl .ws-slider-slide .element-html-image {
    padding-bottom: 10rem !important;
}

.content-overlap-pad-b-xl .ws-slider-controls {
    top: calc(100% - 10em);
}

.stripe-overlap-top-overlay {
    margin-top: 0 !important;
}

.stripe-overlap-bottom>.stripe-in,
.stripe-overlap-bottom.stripe-space>.stripe-in,
.stripe-overlap-bottom-l>.stripe-in,
.stripe-overlap-bottom-l.stripe-space>.stripe-in,
.stripe-overlap-bottom-xl>.stripe-in,
.stripe-overlap-bottom-xl.stripe-space>.stripe-in {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.stripe-overlap-bottom,
.stripe-overlap-bottom.stripe-space {
    margin-bottom: -5rem;
}

.stripe-overlap-bottom-l {
    margin-bottom: -7rem;
}

.stripe-overlap-bottom-xl {
    margin-bottom: -10rem;
}

.stripe-overlap-bottom-overlay {
    margin-bottom: 0 !important;
}

.stripe-space.stripe-image-overlap-top {
    margin-top: 5em;
}

.stripe-space.stripe-image-overlap-top .section-image-in,
.stripe-space.stripe-overlap-top-overlay .section-image-in {
    top: -5em;
}

.stripe-space-xs .stripe-space.stripe-image-overlap-top,
.stripe-space-xs.stripe-space.stripe-image-overlap-top {
    margin-top: .5em;
}

.stripe-space-xs .stripe-space.stripe-image-overlap-top .section-image-in,
.stripe-space-xs.stripe-space.stripe-image-overlap-top .section-image-in,
.stripe-space-xs .stripe-space.stripe-overlap-top-overlay .section-image-in,
.stripe-space-xs.stripe-space.stripe-overlap-top-overlay .section-image-in {
    top: -.5em;
}

.stripe-space-s .stripe-space.stripe-image-overlap-top,
.stripe-space-s.stripe-space.stripe-image-overlap-top {
    margin-top: 1em;
}

.stripe-space-s .stripe-space.stripe-image-overlap-top .section-image-in,
.stripe-space-s.stripe-space.stripe-image-overlap-top .section-image-in,
.stripe-space-s .stripe-space.stripe-overlap-top-overlay .section-image-in,
.stripe-space-s.stripe-space.stripe-overlap-top-overlay .section-image-in {
    top: -1em;
}

.stripe-space-m .stripe-space.stripe-image-overlap-top,
.stripe-space-m.stripe-space.stripe-image-overlap-top {
    margin-top: 2.5em;
}

.stripe-space-m .stripe-space.stripe-image-overlap-top .section-image-in,
.stripe-space-m.stripe-space.stripe-image-overlap-top .section-image-in,
.stripe-space-m .stripe-space.stripe-overlap-top-overlay .section-image-in,
.stripe-space-m.stripe-space.stripe-overlap-top-overlay .section-image-in {
    top: -2.5em;
    ;
}

.stripe-space-xl .stripe-space.stripe-image-overlap-top,
.stripe-space-xl.stripe-space.stripe-image-overlap-top {
    margin-top: 7em;
}

.stripe-space-xl .stripe-space.stripe-image-overlap-top .section-image-in,
.stripe-space-xl.stripe-space.stripe-image-overlap-top .section-image-in,
.stripe-space-xl .stripe-space.stripe-overlap-top-overlay .section-image-in,
.stripe-space-xl.stripe-space.stripe-overlap-top-overlay .section-image-in {
    top: -7em;
}

.stripe-space.stripe-image-overlap-top .stripe-image-resize .section-image-in,
.stripe-space.stripe-overlap-top-overlay .stripe-image-resize .section-image-in {
    top: -10em;
}

.stripe-space-xs .stripe-space.stripe-image-overlap-top .stripe-image-resize .section-image-in,
.stripe-space-xs.stripe-space.stripe-image-overlap-top .stripe-image-resize .section-image-in,
.stripe-space-xs .stripe-space.stripe-overlap-top-overlay .stripe-image-resize .section-image-in,
.stripe-space-xs.stripe-space.stripe-overlap-top-overlay .stripe-image-resize .section-image-in {
    top: -1em;
}

.stripe-space-s .stripe-space.stripe-image-overlap-top .stripe-image-resize .section-image-in,
.stripe-space-s.stripe-space.stripe-image-overlap-top .stripe-image-resize .section-image-in,
.stripe-space-s .stripe-space.stripe-overlap-top-overlay .stripe-image-resize .section-image-in,
.stripe-space-s.stripe-space.stripe-overlap-top-overlay .stripe-image-resize .section-image-in {
    top: -2em;
}

.stripe-space-m .stripe-space.stripe-image-overlap-top .stripe-image-resize .section-image-in,
.stripe-space-m.stripe-space.stripe-image-overlap-top .stripe-image-resize .section-image-in,
.stripe-space-m .stripe-space.stripe-overlap-top-overlay .stripe-image-resize .section-image-in,
.stripe-space-m.stripe-space.stripe-overlap-top-overlay .stripe-image-resize .section-image-in {
    top: -5em;
}

.stripe-space-xl .stripe-space.stripe-image-overlap-top .stripe-image-resize .section-image-in,
.stripe-space-xl.stripe-space.stripe-image-overlap-top .stripe-image-resize .section-image-in,
.stripe-space-xl .stripe-space.stripe-overlap-top-overlay .stripe-image-resize .section-image-in,
.stripe-space-xl.stripe-space.stripe-overlap-top-overlay .stripe-image-resize .section-image-in {
    top: -14em;
}

.stripe-space.stripe-image-overlap-bottom {
    margin-bottom: 5em;
}

.stripe-space.stripe-image-overlap-bottom .section-image-in,
.stripe-space.stripe-overlap-bottom-overlay .section-image-in {
    bottom: -5em;
}

.stripe-space-xs .stripe-space.stripe-image-overlap-bottom,
.stripe-space-xs.stripe-space.stripe-image-overlap-bottom {
    margin-bottom: .5em;
}

.stripe-space-xs .stripe-space.stripe-image-overlap-bottom .section-image-in,
.stripe-space-xs.stripe-space.stripe-image-overlap-bottom .section-image-in,
.stripe-space-xs .stripe-space.stripe-overlap-bottom-overlay .section-image-in,
.stripe-space-xs.stripe-space.stripe-overlap-bottom-overlay .section-image-in {
    bottom: -.5em;
}

.stripe-space-s .stripe-space.stripe-image-overlap-bottom,
.stripe-space-s.stripe-space.stripe-image-overlap-bottom {
    margin-bottom: 1em;
}

.stripe-space-s .stripe-space.stripe-image-overlap-bottom .section-image-in,
.stripe-space-s.stripe-space.stripe-image-overlap-bottom .section-image-in,
.stripe-space-s .stripe-space.stripe-overlap-bottom-overlay .section-image-in,
.stripe-space-s.stripe-space.stripe-overlap-bottom-overlay .section-image-in {
    bottom: -1em;
}

.stripe-space-m .stripe-space.stripe-image-overlap-bottom,
.stripe-space-m.stripe-space.stripe-image-overlap-bottom {
    margin-bottom: 2.5em;
}

.stripe-space-m .stripe-space.stripe-image-overlap-bottom .section-image-in,
.stripe-space-m.stripe-space.stripe-image-overlap-bottom .section-image-in,
.stripe-space-m .stripe-space.stripe-overlap-bottom-overlay .section-image-in,
.stripe-space-m.stripe-space.stripe-overlap-bottom-overlay .section-image-in {
    bottom: -2.5em;
}

.stripe-space-xl .stripe-space.stripe-image-overlap-bottom,
.stripe-space-xl.stripe-space.stripe-image-overlap-bottom {
    margin-bottom: 7em;
}

.stripe-space-xl .stripe-space.stripe-image-overlap-bottom .section-image-in,
.stripe-space-xl.stripe-space.stripe-image-overlap-bottom .section-image-in,
.stripe-space-xl .stripe-space.stripe-overlap-bottom-overlay .section-image-in,
.stripe-space-xl.stripe-space.stripe-overlap-bottom-overlay .section-image-in {
    bottom: -7em;
}

.stripe-space.stripe-image-overlap-bottom .stripe-image-resize .section-image-in,
.stripe-space.stripe-overlap-bottom-overlay .stripe-image-resize .section-image-in {
    bottom: -10em;
}

.stripe-space-xs .stripe-space.stripe-image-overlap-bottom .stripe-image-resize .section-image-in,
.stripe-space-xs.stripe-space.stripe-image-overlap-bottom .stripe-image-resize .section-image-in,
.stripe-space-xs .stripe-space.stripe-overlap-bottom-overlay .stripe-image-resize .section-image-in,
.stripe-space-xs.stripe-space.stripe-overlap-bottom-overlay .stripe-image-resize .section-image-in {
    bottom: -1em;
}

.stripe-space-s .stripe-space.stripe-image-overlap-bottom .stripe-image-resize .section-image-in,
.stripe-space-s.stripe-space.stripe-image-overlap-bottom .stripe-image-resize .section-image-in,
.stripe-space-s .stripe-space.stripe-overlap-bottom-overlay .stripe-image-resize .section-image-in,
.stripe-space-s.stripe-space.stripe-overlap-bottom-overlay .stripe-image-resize .section-image-in {
    bottom: -2em;
}

.stripe-space-m .stripe-space.stripe-image-overlap-bottom .stripe-image-resize .section-image-in,
.stripe-space-m.stripe-space.stripe-image-overlap-bottom .stripe-image-resize .section-image-in,
.stripe-space-m .stripe-space.stripe-overlap-bottom-overlay .stripe-image-resize .section-image-in,
.stripe-space-m.stripe-space.stripe-overlap-bottom-overlay .stripe-image-resize .section-image-in {
    bottom: -5em;
}

.stripe-space-xl .stripe-space.stripe-image-overlap-bottom .stripe-image-resize .section-image-in,
.stripe-space-xl.stripe-space.stripe-image-overlap-bottom .stripe-image-resize .section-image-in,
.stripe-space-xl .stripe-space.stripe-overlap-bottom-overlay .stripe-image-resize .section-image-in,
.stripe-space-xl.stripe-space.stripe-overlap-bottom-overlay .stripe-image-resize .section-image-in {
    bottom: -14em;
}

.stripe-space.stripe-image-valign-bottom .stripe-text-image:not(.stripe-image-full) .section-image {
    height: auto;
    bottom: -5em;
}

.stripe-space-xs .stripe-space.stripe-image-valign-bottom:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xs.stripe-space.stripe-image-valign-bottom .stripe-text-image:not(.stripe-image-full) .section-image {
    height: auto;
    bottom: -.5em;
}

.stripe-space-s .stripe-space.stripe-image-valign-bottom:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-s.stripe-space.stripe-image-valign-bottom .stripe-text-image:not(.stripe-image-full) .section-image {
    height: auto;
    bottom: -1em;
}

.stripe-space-m .stripe-space.stripe-image-valign-bottom:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-m.stripe-space.stripe-image-valign-bottom .stripe-text-image:not(.stripe-image-full) .section-image {
    height: auto;
    bottom: -2.5em;
}

.stripe-space-xl .stripe-space.stripe-image-valign-bottom:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xl.stripe-space.stripe-image-valign-bottom .stripe-text-image:not(.stripe-image-full) .section-image {
    height: auto;
    bottom: -7em;
}

.stripe-space.stripe-image-valign-bottom .stripe-text-image:not(.stripe-image-full) .section-image img,
.stripe-space.stripe-image-valign-top .stripe-text-image:not(.stripe-image-full) .section-image img {
    position: absolute;
    top: 0;
    left: 50%;
    vertical-align: top;
    max-height: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.stripe-space.stripe-image-valign-bottom.pad-b1-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-5em - 1em);
}

.stripe-space-xs .stripe-image-valign-bottom.pad-b1-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xs.stripe-image-valign-bottom.pad-b1-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-.5em - 1em);
}

.stripe-space-s .stripe-image-valign-bottom.pad-b1-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-s.stripe-image-valign-bottom.pad-b1-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-1em - 1em);
}

.stripe-space-m .stripe-image-valign-bottom.pad-b1-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-m.stripe-image-valign-bottom.pad-b1-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-2.5em - 1em);
}

.stripe-space-xl .stripe-image-valign-bottom.pad-b1-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xl.stripe-image-valign-bottom.pad-b1-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-7em - 1em);
}

.stripe-space.stripe-image-valign-bottom.pad-b2-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-5em - 2em);
}

.stripe-space-xs .stripe-image-valign-bottom.pad-b2-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xs.stripe-image-valign-bottom.pad-b2-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-.5em - 2em);
}

.stripe-space-s .stripe-image-valign-bottom.pad-b2-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-s.stripe-image-valign-bottom.pad-b2-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-1em - 2em);
}

.stripe-space-m .stripe-image-valign-bottom.pad-b2-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-m.stripe-image-valign-bottom.pad-b2-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-2.5em - 2em);
}

.stripe-space-xl .stripe-image-valign-bottom.pad-b2-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xl.stripe-image-valign-bottom.pad-b2-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-7em - 2em);
}

.stripe-space.stripe-image-valign-bottom.pad-b2x .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-5em * 2);
}

.stripe-space-xs .stripe-image-valign-bottom.pad-b2x:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xs.stripe-image-valign-bottom.pad-b2x .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-.5em * 2);
}

.stripe-space-s .stripe-image-valign-bottom.pad-b2x:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-s.stripe-image-valign-bottom.pad-b2x .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-1em * 2);
}

.stripe-space-m .stripe-image-valign-bottom.pad-b2x:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-m.stripe-image-valign-bottom.pad-b2x .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-2.5em * 2);
}

.stripe-space-xl .stripe-image-valign-bottom.pad-b2x:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xl.stripe-image-valign-bottom.pad-b2x .stripe-text-image:not(.stripe-image-full) .section-image {
    bottom: calc(-7em * 2);
}

.stripe-space.stripe-image-valign-top .stripe-text-image:not(.stripe-image-full) .section-image {
    height: auto;
    top: -5em;
}

.stripe-space-xs .stripe-space.stripe-image-valign-top:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xs.stripe-space.stripe-image-valign-top .stripe-text-image:not(.stripe-image-full) .section-image {
    height: auto;
    top: -.5em;
}

.stripe-space-s .stripe-space.stripe-image-valign-top:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-s.stripe-space.stripe-image-valign-top .stripe-text-image:not(.stripe-image-full) .section-image {
    height: auto;
    top: -1em;
}

.stripe-space-m .stripe-space.stripe-image-valign-top:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-m.stripe-space.stripe-image-valign-top .stripe-text-image:not(.stripe-image-full) .section-image {
    height: auto;
    top: -2.5em;
}

.stripe-space-xl .stripe-space.stripe-image-valign-top:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xl.stripe-space.stripe-image-valign-top .stripe-text-image:not(.stripe-image-full) .section-image {
    height: auto;
    top: -7em;
}

.stripe-space.stripe-image-valign-top .stripe-text-image:not(.stripe-image-full) .section-image img {
    top: auto;
    bottom: 0;
    vertical-align: bottom;
}

.stripe-space.stripe-image-valign-top.pad-t1-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-5em - 1em);
}

.stripe-space-xs .stripe-image-valign-top.pad-t1-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xs.stripe-image-valign-top.pad-t1-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-.5em - 1em);
}

.stripe-space-s .stripe-image-valign-top.pad-t1-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-s.stripe-image-valign-top.pad-t1-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-1em - 1em);
}

.stripe-space-m .stripe-image-valign-top.pad-t1-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-m.stripe-image-valign-top.pad-t1-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-2.5em - 1em);
}

.stripe-space-xl .stripe-image-valign-top.pad-t1-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xl.stripe-image-valign-top.pad-t1-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-7em - 1em);
}

.stripe-space.stripe-image-valign-top.pad-t2-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-5em - 2em);
}

.stripe-space-xs .stripe-image-valign-top.pad-t2-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xs.stripe-image-valign-top.pad-t2-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-.5em - 2em);
}

.stripe-space-s .stripe-image-valign-top.pad-t2-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-s.stripe-image-valign-top.pad-t2-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-1em - 2em);
}

.stripe-space-m .stripe-image-valign-top.pad-t2-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-m.stripe-image-valign-top.pad-t2-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-2.5em - 2em);
}

.stripe-space-xl .stripe-image-valign-top.pad-t2-plus:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xl.stripe-image-valign-top.pad-t2-plus .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-7em - 2em);
}

.stripe-space.stripe-image-valign-top.pad-t2x .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-5em * 2);
}

.stripe-space-xs .stripe-image-valign-top.pad-t2x:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xs.stripe-image-valign-top.pad-t2x .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-.5em * 2);
}

.stripe-space-s .stripe-image-valign-top.pad-t2x:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-s.stripe-image-valign-top.pad-t2x .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-1em * 2);
}

.stripe-space-m .stripe-image-valign-top.pad-t2x:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-m.stripe-image-valign-top.pad-t2x .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-2.5em * 2);
}

.stripe-space-xl .stripe-image-valign-top.pad-t2x:not([class*="stripe-space-"]) .stripe-text-image:not(.stripe-image-full) .section-image,
.stripe-space-xl.stripe-image-valign-top.pad-t2x .stripe-text-image:not(.stripe-image-full) .section-image {
    top: calc(-7em * 2);
}

.stripe-text-image {
    position: relative;
}

.stripe-text-image:not(.stripe-image-full)>.row {
    position: relative;
}

.stripe-width .stripe-text-image>.row {
    position: static;
}

.stripe-text-image .section-text-in>*:first-child {
    margin-top: 0;
}

.stripe-text-image .section-text,
.stripe-text-image .section-image {
    float: left;
}

.stripe-text-image .section-text-in+.valign {
    display: none;
}

.stripe-text-image .section-text-in p .button {
    margin-top: .6em;
}

.stripe-text-image[style*="min-height"]>.row,
.stripe-text-image[style*="min-height"] .section-text {
    height: 100%;
}

.stripe-text-vertical .section-text-in,
.stripe-text-vertical-bottom .section-text-in {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
}

.stripe-text-vertical .section-text-in+.valign,
.stripe-text-vertical-bottom .section-text-in+.valign {
    display: inline-block;
}

.stripe-text-vertical-bottom .section-text-in {
    vertical-align: bottom;
}

.section-image-in {
    position: relative;
}

.section-image .image {
    padding-bottom: 0;
    height: 100%;
    background: none;
    border: none;
}

.stripe-text-image>.row {
    max-width: none;
    margin-left: auto !important;
    margin-right: auto !important;
}

.stripe-image-width:not(.stripe-text-width) .section-image:not(.col-6) {
    left: 50%;
}

.stripe-text-width:not(.stripe-image-width) .section-text:not(.col-6) {
    left: 50%;
    width: auto;
}

.stripe-image-width.stripe-text-r:not(.stripe-text-width) .section-image:not(.col-6) {
    right: 50%;
    margin-left: auto;
}

.stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) {
    right: 50%;
    left: auto;
    margin-left: auto;
}

.stripe-image-width.stripe-text-r:not(.stripe-text-width) .section-image:not(.col-6) .section-image-in,
.stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) .section-text-in {
    right: -100%;
    left: auto;
}

.stripe-image-width:not(.stripe-text-width) .section-image:not(.col-6) .section-image-in,
.stripe-text-width:not(.stripe-image-width) .section-text:not(.col-6) .section-text-in {
    left: -100%;
}

.stripe-text-width:not(.stripe-image-width) .section-text:not(.col-6) {
    padding: 0;
}

.stripe-text-width .section-text:not(.col-6) .section-text-in,
.stripe-image-width .section-image:not(.col-6) .section-image-in {
    max-width: none !important;
}

.stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text.col-8 {
    padding-left: 83.333333%;
}

.stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text.col-7 {
    padding-left: 91.666666%;
}

.stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text.col-5 {
    padding-left: 108.333333%;
}

.stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text.col-4 {
    padding-left: 116.666666%;
}

.stripe-text-width.stripe-text-l:not(.stripe-image-width) .section-text.col-8 {
    padding-right: 83.333333%;
}

.stripe-text-width.stripe-text-l:not(.stripe-image-width) .section-text.col-7 {
    padding-right: 91.666666%;
}

.stripe-text-width.stripe-text-l:not(.stripe-image-width) .section-text.col-5 {
    padding-right: 108.333333%;
}

.stripe-text-width.stripe-text-l:not(.stripe-image-width) .section-text.col-4 {
    padding-right: 116.666666%;
}

.stripe-image-full .section-image,
.stripe-image-resize .section-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.stripe-image-full .section-image-in,
.stripe-image-resize .section-image-in {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
}

.stripe-image-resize .section-image-in {
    margin: 0 auto;
}

.stripe-image-resize .section-image-in img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.ws-slider .stripe-text-image.stripe-image-resize {
    height: auto;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

.ws-slider .stripe-image-width .section-image-in {
    width: 100% !important;
}

.stripe-image-full.stripe-text-l .section-text-in {
    margin-left: 0 !important;
}

.stripe-image-full.stripe-text-r .section-text-in {
    margin-right: 0 !important;
}

.section-image-c .section-image-in {
    text-align: center;
}

.section-image-r .section-image-in {
    text-align: right;
}

.section-image-space .section-image {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

.section-image-space .stripe-image-resize .section-image {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.stripe-video-full .auto-resize .element-video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0 !important;
    padding-bottom: 100%;
    margin-left: 0;
    margin-top: -28.125%;
}

.stripe-video-full .auto-resize .element-video .auto-resize-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56.25%;
    margin-top: 0;
}

.stripe-image-width .section-image {
    margin-left: 0;
    margin-right: 0;
}

.stripe-text-l .section-image {
    left: auto;
    right: 0;
}

.stripe-text-l .section-text-in {
    float: left;
    padding-right: 50px;
    margin-left: 0 !important;
}

.stripe-text-l.stripe-text-width .section-text {
    text-align: right;
    padding-right: 0;
}

.stripe-text-l.stripe-text-width .section-text-in {
    float: right;
    text-align: left;
}

.stripe-text-r .section-image {
    left: 0;
    right: auto;
    text-align: right;
}

.stripe-text-r .section-text {
    float: right;
}

.stripe-text-r.stripe-text-width .section-text {
    padding-left: 0;
}

.stripe-text-r .section-text-in {
    float: left;
    padding-left: 50px;
    margin-right: 0 !important;
}

.stripe-text-r.stripe-image-width .section-image-in {
    float: right;
}

.stripe-text-c .stripe-text-image {
    text-align: center;
}

.stripe-text-c .section-text,
.stripe-text-c .section-image {
    display: block !important;
    float: none;
    text-align: center;
    margin: 0 auto;
}

.stripe-text-c .section-text-in {
    padding-left: 0;
    padding-right: 0;
}

.stripe-text-c .section-image-in {
    margin: 0 auto;
}

.stripe-text-c .section-image-in+.valign {
    display: none;
}

.stripe-text-c .row,
.stripe-text-c .section-image {
    height: auto;
}

.stripe-text-c .section-image .image-in {
    position: relative;
}

.stripe-text-full .section-text-in {
    max-width: 100%;
}

.section-image-bg,
.section-image-bg-in {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    text-align: center;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.section-image-bg img {
    width: 100%;
    height: auto;
}

.section-image-bg-height img {
    width: auto;
    height: 100%;
}

.section-image-bg-full img {
    width: 100%;
    height: 100%;
}

.section-image-bg-auto img {
    width: auto;
    height: auto;
}

.article-detail-visual>.section-image-bg .section-image-bg-in {
    background-position: 50% 50%;
}

.section-image-bg-mobile {
    display: none;
}

.section-image-bg-in-img>span.valign {
    display: none;
}

.section-image-bg-in-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
}

.stripe-image-overlap-top .section-image,
.stripe-image-overlap-bottom .section-image,
.stripe-overlap-top-overlay .section-image,
.stripe-overlap-bottom-overlay .section-image {
    overflow: visible;
}

.stripe-image-overlap-top .section-image-in,
.stripe-image-overlap-bottom .section-image-in,
.stripe-overlap-top-overlay .section-image-in,
.stripe-overlap-bottom-overlay .section-image-in {
    position: absolute;
    height: auto;
}

.stripe-overlap-top-overlay .stripe-text-r .section-image-in,
.stripe-overlap-bottom-overlay .stripe-text-r .section-image-in {
    right: 0;
    left: auto;
}

.stripe-image-overlap-top .section-image-in,
.stripe-overlap-top-overlay .section-image-in {
    bottom: 0;
}

.stripe-image-overlap-bottom .section-image-in,
.stripe-overlap-bottom-overlay .section-image-in {
    top: 0;
}

.stripe-width .row {
    position: relative;
}

.row-valign .col,
.row-valign-item .item>.row>.col {
    display: inline-block;
    float: none;
    vertical-align: middle;
    height: auto !important;
}

.row-valign-bottom .col {
    vertical-align: bottom;
    height: auto !important;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.row::after,
.row::before {
    content: "";
    display: block;
}

.row::after {
    clear: both;
}

.row-center,
.row-center .row {
    text-align: center;
    vertical-align: top;
}

.row-center>.col,
.row-center .row>.col {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.col {
    position: relative;
    float: left;
    padding: 0 8px;
    min-height: 1px;
}

.col .item {
    margin-bottom: 16px;
}

.col .image {
    margin: 0;
}

.col-empty-placeholder {
    min-height: 1px;
}

.stripe-empty .col {
    min-height: 0;
}

.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666666%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.666666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666666%;
}

.col-12 {
    width: 100%;
}

.col-1-5 {
    width: 20%;
}

.col-1-7 {
    width: 14.28571428571429%;
}

.col-1-8 {
    width: 12.5%;
}

.col-1-9 {
    width: 11.11111111111111%;
}

.col-1-10 {
    width: 10%;
}

.col-1-11 {
    width: 9.090909090909091%;
}

.col-pull-1 {
    right: 8.333333%;
}

.col-pull-2 {
    right: 16.666666%;
}

.col-pull-3 {
    right: 25%;
}

.col-pull-4 {
    right: 33.333333%;
}

.col-pull-5 {
    right: 41.666666%;
}

.col-pull-6 {
    right: 50%;
}

.col-pull-7 {
    right: 58.333333%;
}

.col-pull-8 {
    right: 66.666666%;
}

.col-pull-9 {
    right: 75%;
}

.col-pull-10 {
    right: 83.333333%;
}

.col-pull-11 {
    right: 91.666666%;
}

.col-pull-12 {
    right: 100%;
}

.col-push-1 {
    left: 8.333333%;
}

.col-push-2 {
    left: 16.666666%;
}

.col-push-3 {
    left: 25%;
}

.col-push-4 {
    left: 33.333333%;
}

.col-push-5 {
    left: 41.666666%;
}

.col-push-6 {
    left: 50%;
}

.col-push-7 {
    left: 58.333333%;
}

.col-push-8 {
    left: 66.666666%;
}

.col-push-9 {
    left: 75%;
}

.col-push-10 {
    left: 83.333333%;
}

.col-push-11 {
    left: 91.666666%;
}

.col-push-12 {
    left: 100%;
}

.col-pull-1-5 {
    right: 20%;
}

.col-pull-1-7 {
    right: 14.28571428571429%;
}

.col-pull-1-8 {
    right: 12.5%;
}

.col-pull-1-9 {
    right: 11.11111111111111%;
}

.col-pull-1-10 {
    right: 10%;
}

.col-pull-1-11 {
    right: 9.090909090909091%;
}

.col-push-1-5 {
    left: 20%;
}

.col-push-1-7 {
    left: 14.28571428571429%;
}

.col-push-1-8 {
    left: 12.5%;
}

.col-push-1-9 {
    left: 11.11111111111111%;
}

.col-push-1-10 {
    left: 10%;
}

.col-push-1-11 {
    left: 9.090909090909091%;
}

.grid-space-s .row,
body[class*="grid-space"] .grid-space-s>.row,
.grid-space-s.row {
    margin-left: -4px;
    margin-right: -4px;
}

.grid-space-s .col,
.grid-space-s>.row>.col,
.grid-space-s>.element-content>.row>.col,
.grid-space-s.stripe>.stripe-in>.row>.col {
    padding: 0 4px;
}

.grid-space-s .col .item,
.grid-space-s>.row>.col .item,
.grid-space-s .flex-container .row>.col,
.grid-space-s .flex-container.row>.col {
    margin-bottom: 8px;
}

.grid-space-s.flex-container>.row>.col,
.grid-space-s>.element-content>.row>.col {
    margin-bottom: 8px !important;
}

.grid-space-s .stripe-in {
    padding-left: 8px;
    padding-right: 8px;
}

.grid-space-s .stripe-edge>.stripe-in,
.grid-space-s .content-edge {
    margin-left: -8px;
    margin-right: -8px;
}

.grid-space-s .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-l .section-text-in,
.grid-space-s .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-r.stripe-image-width .section-image-in {
    padding-left: 8px;
}

.grid-space-s .stripe-edge .stripe-text-l .stripe-text-image .section-text-in {
    padding-left: 4px;
}

.grid-space-s .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-r .section-text-in,
.grid-space-s .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-l.stripe-image-width .section-image-in {
    padding-right: 8px;
}

.grid-space-s .stripe-edge .stripe-text-r .stripe-text-image .section-text-in {
    padding-right: 4px;
}

.grid-space-s .section-text,
.grid-space-l .section-image {
    padding: 0;
}

.grid-space-s .stripe-text-width.stripe-text-l:not(.stripe-image-width) .section-text:not(.col-6) .section-text-in,
.grid-space-s .stripe-text-width.stripe-image-width.stripe-text-l .section-text:not(.col-6) .section-text-in {
    padding-left: 8px;
}

.grid-space-s .stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) .section-text-in,
.grid-space-s .stripe-text-width.stripe-image-width.stripe-text-r .section-text:not(.col-6) .section-text-in {
    padding-right: 8px;
}

.grid-space-s .stripe-image-width:not(.stripe-text-width) .section-image:not(.col-6) .section-image-in,
.grid-space-s .stripe-image-width.stripe-text-width .section-image:not(.col-6) .section-image-in {
    width: calc(100% - 8px);
}

.grid-space-s .section-text.col-12 .section-text-in {
    padding-left: 8px;
    padding-right: 8px;
}

.grid-space-s fieldset {
    padding: 8px;
}

.grid-space-s .form-border .form-part,
.grid-space-s .form-part>.boxed {
    padding: 0 8px;
}

.grid-space-s .form-border .form-part.form-head,
.grid-space-s .form-part-border .form-part,
.grid-space-s fieldset,
.grid-space-s .form-part>.boxed {
    padding-top: 8px;
}

.grid-space-s fieldset,
.grid-space-s .masonry .article .item,
.grid-space-s .masonry.article .item {
    margin-bottom: 8px;
}

.grid-space-s .masonry .article,
.grid-space-s .masonry.article {
    column-gap: 8px;
}

.grid-space-s .article.items-boxed-text .article-item-image {
    left: 4px;
}

.grid-space-s .stripe-last-item-margin-reset {
    margin-top: calc(-8px - 1px);
}

.grid-space-m .row,
body[class*="grid-space"] .grid-space-m>.row,
.grid-space-m.row {
    margin-left: -8px;
    margin-right: -8px;
}

.grid-space-m .col,
.grid-space-m>.row>.col,
.grid-space-m>.element-content>.row>.col,
.grid-space-m.stripe>.stripe-in>.row>.col {
    padding: 0 8px;
}

.grid-space-m .col .item,
.grid-space-m>.row>.col .item,
.grid-space-m .flex-container .row>.col,
.grid-space-m .flex-container.row>.col {
    margin-bottom: 16px;
}

.grid-space-m.flex-container>.row>.col,
.grid-space-m>.element-content>.row>.col {
    margin-bottom: 16px !important;
}

.grid-space-m .stripe-in {
    padding-left: 16px;
    padding-right: 16px;
}

.grid-space-m .stripe-edge>.stripe-in,
.grid-space-m .content-edge {
    margin-left: -16px;
    margin-right: -16px;
}

.grid-space-m .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-l .section-text-in,
.grid-space-m .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-r.stripe-image-width .section-image-in {
    padding-left: 16px;
}

.grid-space-m .stripe-edge .stripe-text-l .stripe-text-image .section-text-in {
    padding-left: 8px;
}

.grid-space-m .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-r .section-text-in,
.grid-space-m .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-l.stripe-image-width .section-image-in {
    padding-right: 16px;
}

.grid-space-m .stripe-edge .stripe-text-r .stripe-text-image .section-text-in {
    padding-right: 8px;
}

.grid-space-m .section-text,
.grid-space-l .section-image {
    padding: 0;
}

.grid-space-m .stripe-text-width.stripe-text-l:not(.stripe-image-width) .section-text:not(.col-6) .section-text-in,
.grid-space-m .stripe-text-width.stripe-image-width.stripe-text-l .section-text:not(.col-6) .section-text-in {
    padding-left: 16px;
}

.grid-space-m .stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) .section-text-in,
.grid-space-m .stripe-text-width.stripe-image-width.stripe-text-r .section-text:not(.col-6) .section-text-in {
    padding-right: 16px;
}

.grid-space-m .stripe-image-width:not(.stripe-text-width) .section-image:not(.col-6) .section-image-in,
.grid-space-m .stripe-image-width.stripe-text-width .section-image:not(.col-6) .section-image-in {
    width: calc(100% - 16px);
}

.grid-space-m .section-text.col-12 .section-text-in {
    padding-left: 16px;
    padding-right: 16px;
}

.grid-space-m fieldset {
    padding: 16px;
}

.grid-space-m .form-border .form-part,
.grid-space-m .form-part>.boxed {
    padding: 0 16px;
}

.grid-space-m .form-border .form-part.form-head,
.grid-space-m .form-part-border .form-part,
.grid-space-m fieldset,
.grid-space-m .form-part>.boxed {
    padding-top: 16px;
}

.grid-space-m fieldset,
.grid-space-m .masonry .article .item,
.grid-space-m .masonry.article .item {
    margin-bottom: 16px;
}

.grid-space-m .masonry .article,
.grid-space-m .masonry.article {
    column-gap: 16px;
}

.grid-space-m .article.items-boxed-text .article-item-image {
    left: 8px;
}

.grid-space-m .stripe-last-item-margin-reset {
    margin-top: calc(-16px - 1px);
}

.grid-space-l .row,
body[class*="grid-space"] .grid-space-l>.row,
.grid-space-l.row {
    margin-left: -12px;
    margin-right: -12px;
}

.grid-space-l .col,
.grid-space-l>.row>.col,
.grid-space-l>.element-content>.row>.col,
.grid-space-l.stripe>.stripe-in>.row>.col {
    padding: 0 12px;
}

.grid-space-l .col .item,
.grid-space-l>.row>.col .item,
.grid-space-l .flex-container .row>.col,
.grid-space-l .flex-container.row>.col {
    margin-bottom: 24px;
}

.grid-space-l.flex-container>.row>.col,
.grid-space-l>.element-content>.row>.col {
    margin-bottom: 24px !important;
}

.grid-space-l .stripe-in {
    padding-left: 24px;
    padding-right: 24px;
}

.grid-space-l .stripe-edge>.stripe-in,
.grid-space-l .content-edge {
    margin-left: -24px;
    margin-right: -24px;
}

.grid-space-l .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-l .section-text-in,
.grid-space-l .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-r.stripe-image-width .section-image-in {
    padding-left: 24px;
}

.grid-space-l .stripe-edge .stripe-text-l .stripe-text-image .section-text-in {
    padding-left: 12px;
}

.grid-space-l .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-r .section-text-in,
.grid-space-l .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-l.stripe-image-width .section-image-in {
    padding-right: 24px;
}

.grid-space-l .stripe-edge .stripe-text-r .stripe-text-image .section-text-in {
    padding-right: 12px;
}

.grid-space-l .section-text,
.grid-space-l .section-image {
    padding: 0;
}

.grid-space-l .stripe-text-width.stripe-text-l:not(.stripe-image-width) .section-text:not(.col-6) .section-text-in,
.grid-space-l .stripe-text-width.stripe-image-width.stripe-text-l .section-text:not(.col-6) .section-text-in {
    padding-left: 24px;
}

.grid-space-l .stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) .section-text-in,
.grid-space-l .stripe-text-width.stripe-image-width.stripe-text-r .section-text:not(.col-6) .section-text-in {
    padding-right: 24px;
}

.grid-space-l .stripe-image-width:not(.stripe-text-width) .section-image:not(.col-6) .section-image-in,
.grid-space-l .stripe-image-width.stripe-text-width .section-image:not(.col-6) .section-image-in {
    width: calc(100% - 24px);
}

.grid-space-l .section-text.col-12 .section-text-in {
    padding-left: 24px;
    padding-right: 24px;
}

.grid-space-l fieldset {
    padding: 24px;
}

.grid-space-l .form-border .form-part,
.grid-space-l .form-part>.boxed {
    padding: 0 24px;
}

.grid-space-l .form-border .form-part.form-head,
.grid-space-l .form-part-border .form-part,
.grid-space-l fieldset,
.grid-space-l .form-part>.boxed {
    padding-top: 24px;
}

.grid-space-l fieldset,
.grid-space-l .masonry .article .item,
.grid-space-l .masonry.article .item {
    margin-bottom: 24px;
}

.grid-space-l .masonry .article,
.grid-space-l .masonry.article {
    column-gap: 24px;
}

.grid-space-l .article.items-boxed-text .article-item-image {
    left: 12px;
}

.grid-space-l .stripe-last-item-margin-reset {
    margin-top: calc(-24px - 1px);
}

.grid-space-xl .row,
body[class*="grid-space"] .grid-space-xl>.row,
.grid-space-xl.row {
    margin-left: -16px;
    margin-right: -16px;
}

.grid-space-xl .col,
.grid-space-xl>.row>.col,
.grid-space-xl>.element-content>.row>.col,
.grid-space-xl.stripe>.stripe-in>.row>.col {
    padding: 0 16px;
}

.grid-space-xl .col .item,
.grid-space-xl>.row>.col .item,
.grid-space-xl .flex-container .row>.col,
.grid-space-xl .flex-container.row>.col {
    margin-bottom: 32px;
}

.grid-space-xl.flex-container>.row>.col,
.grid-space-xl>.element-content>.row>.col {
    margin-bottom: 32px !important;
}

.grid-space-xl .stripe-in {
    padding-left: 32px;
    padding-right: 32px;
}

.grid-space-xl .stripe-edge>.stripe-in,
.grid-space-xl .content-edge {
    margin-left: -32px;
    margin-right: -32px;
}

.grid-space-xl .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-l .section-text-in,
.grid-space-xl .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-r.stripe-image-width .section-image-in {
    padding-left: 32px;
}

.grid-space-xl .stripe-edge .stripe-text-l .stripe-text-image .section-text-in {
    padding-left: 16px;
}

.grid-space-xl .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-r .section-text-in,
.grid-space-xl .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image.stripe-text-l.stripe-image-width .section-image-in {
    padding-right: 32px;
}

.grid-space-xl .stripe-edge .stripe-text-r .stripe-text-image .section-text-in {
    padding-right: 16px;
}

.grid-space-xl .section-text,
.grid-space-l .section-image {
    padding: 0;
}

.grid-space-xl .stripe-text-width.stripe-text-l:not(.stripe-image-width) .section-text:not(.col-6) .section-text-in,
.grid-space-xl .stripe-text-width.stripe-image-width.stripe-text-l .section-text:not(.col-6) .section-text-in {
    padding-left: 32px;
}

.grid-space-xl .stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) .section-text-in,
.grid-space-xl .stripe-text-width.stripe-image-width.stripe-text-r .section-text:not(.col-6) .section-text-in {
    padding-right: 32px;
}

.grid-space-xl .stripe-image-width:not(.stripe-text-width) .section-image:not(.col-6) .section-image-in,
.grid-space-xl .stripe-image-width.stripe-text-width .section-image:not(.col-6) .section-image-in {
    width: calc(100% - 32px);
}

.grid-space-xl .section-text.col-12 .section-text-in {
    padding-left: 32px;
    padding-right: 32px;
}

.grid-space-xl fieldset {
    padding: 24px;
}

.grid-space-xl .form-border .form-part,
.grid-space-xl .form-part>.boxed {
    padding: 0 32px;
}

.grid-space-xl .form-border .form-part.form-head,
.grid-space-xl .form-part-border .form-part,
.grid-space-xl fieldset,
.grid-space-xl .form-part>.boxed {
    padding-top: 32px;
}

.grid-space-xl fieldset,
.grid-space-xl .masonry .article .item,
.grid-space-xl .masonry.article .item {
    margin-bottom: 32px;
}

.grid-space-xl .masonry .article,
.grid-space-xl .masonry.article {
    column-gap: 32px;
}

.grid-space-xl .article.items-boxed-text .article-item-image {
    left: 16px;
}

.grid-space-xl .stripe-last-item-margin-reset {
    margin-top: calc(-32px - 1px);
}

.stripe-last-item-margin-reset {
    border-top: 1px solid transparent;
}

.grid-space-s .stripe-image-width .section-image,
.grid-space-m .stripe-image-width .section-image,
.grid-space-l .stripe-image-width .section-image,
.grid-space-xl .stripe-image-width .section-image {
    padding-left: 0;
    padding-right: 0;
}

.grid-space-1px .row {
    margin-left: -1px !important;
    margin-right: -1px !important;
}

.grid-space-1px .row>.col {
    padding: 0 1px !important;
    margin-bottom: 2px !important;
}

.grid-space-none .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.grid-space-none .row>.col {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.flex-container.row,
.flex-container .row,
.flex-container .item,
.flex-container-stripe>.stripe-in>.row,
.row-flex,
.col-flex,
.catalogue-view1 .item-content-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.row-flex::before,
.row-flex::after {
    display: none;
}

.row-flex.row>.col {
    float: none;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-container.row,
.flex-container .row,
.flex-container .item {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.row-flex,
.col-flex,
.flex-container .item {
    flex-wrap: nowrap;
}

.flex-row,
.row-flex>*,
.col-flex>* {
    flex-direction: row;
}

.flex-column,
.flex-container .item,
.catalogue-view1 .item-content-text {
    flex-direction: column;
}

.flex-start {
    justify-content: flex-start;
}

.flex-center,
.row-center.flex-container.row,
.row-center.flex-container .row,
.row-center .flex-container.row,
.row-center .flex-container .row {
    justify-content: center;
}

.flex-space-between,
#head .row-flex,
#head .col-flex {
    justify-content: space-between;
}

.flex-1 {
    flex: 1;
}

.flex-valign-top {
    align-items: flex-start !important;
}

.flex-valign-bottom {
    align-items: flex-end !important;
}

.flex-container .item {
    height: 100%;
    margin-bottom: 0 !important;
}

.flex-container .item-content-text {
    height: 100%;
}

.flex-container .item .image,
.flex-container .element-search .item,
.flex-container.gallery-v2 .item-content-text {
    height: auto;
}

.flex-container .item .image {
    flex-shrink: 0;
}

.row-flex,
.col-flex {
    align-items: center;
}

.row-flex>* {
    width: auto;
}

.col-flex>* {
    margin-top: 0;
    margin-bottom: 0;
}

.row-flex>.col-flex>*:not(.col-head-logo) {
    height: auto !important;
}

#body {
    z-index: 3;
}

#head,
#head-content {
    z-index: 400;
}

#head.head-fixed,
#head.head-fixed.sticky-element.stuck {
    z-index: 400;
}

#top-bar,
.head-elements,
.element-head {
    z-index: 401;
}

#nav {
    z-index: 300;
}

#nav .nav li>ul {
    z-index: 300;
}

.nav-unpacking {
    z-index: 90;
}

.nav-unpacking .nav li>ul {
    z-index: 100;
}

#nav>.stripe {
    z-index: 3;
}

#nav:hover {
    z-index: 402;
}

#top-page {
    z-index: 200;
}

.megamenu:hover,
.megamenu-hover {
    z-index: 1000;
}

.megamenu-container {
    z-index: 1001;
}

.stripe-in {
    z-index: 2;
}

.stripe-link-layer,
.stripe-link-layer a {
    z-index: 3;
}

.col {
    z-index: 2;
}

.field-icon .icon,
.label-icon {
    z-index: 1;
}

.image-in.icon::before {
    z-index: 0;
}

.image-in.icon a {
    z-index: 1;
}

.testimonial .item-content-text::before,
.testimonial .item-content-text::after {
    z-index: 2;
}

.testimonial .item-content-text::after {
    z-index: 1;
}

.image-gallery-icon,
.image-in.icon a.image-gallery-icon {
    z-index: 3;
}

.search-form {
    z-index: 50;
}

.search-form .item+.item {
    z-index: 1000;
}

.gallery-v2 .item-text {
    z-index: 1;
}

.catalogue-filter-items,
.catalogue-stickers {
    z-index: 3;
}

.ws-slider-controls,
.ws-slider-controls-arrows {
    z-index: 4;
}

.ws-slider-timmer {
    z-index: 4;
}

.ws-pack-item-content {
    z-index: 3;
}

#cookie-info-in {
    z-index: 300;
}

#special-element-side-1,
#special-element-side-2 {
    z-index: 200;
}

#advert-slide {
    z-index: 1;
}

.article-filter,
.filters-horizontal {
    z-index: 10;
}

.article-filter .ws-unpack .ws-pack-item-header {
    z-index: 3;
}

.popup-window-close {
    z-index: 1000;
}

.preview-bar-in {
    z-index: 1001;
}

#demand-window {
    z-index: 1000;
}

.ws-dialog-container {
    z-index: 10000000;
}

.ws-dialog-window {
    z-index: 1001;
}

.ws-dialog-window-close {
    z-index: 1002;
}

.over-page-layer {
    z-index: -1;
}

.ws-dialog-container .over-page-layer {
    z-index: 1;
}

.transition100,
.nav a,
.nav-default a,
.items-shadow-inner-hover .item,
input[type="radio"]+label::before,
input[type="checkbox"]+label::before,
.filter .field .image~label::before,
.catalogue-subcats .item,
.social-icon::after {
    -webkit-transition: 100ms;
    -moz-transition: 100ms;
    transition: 100ms;
}

.transition150,
a,
.megamenu-container {
    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms;
}

.transition200,
.head-absolute.head-fixed #head-content,
.col-head-logo img,
.head-claim p,
#head-content>.stripe>.stripe-in,
.logo-image,
#head .nav a,
.head-elements,
.head-elements .head-icon,
#nav .nav ul:first-child>li>a>strong::before,
#nav .nav ul:first-child>li>a:hover>span:first-child::before,
input,
textarea,
select,
button,
.button,
.gallery-v2 .item .item-text,
.gallery-v2 .image-gallery-icon,
.image img,
.image2 img {
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}

.transition300,
.items-image-box .image,
.item-image-box .image,
.gallery-v2 .item-text,
.strip,
.ws-slider-hidden-controls .ws-slider-controls,
.ws-slider-hidden-controls .ws-slider-controls-arrows,
.ws-faq-answer.jump-to-highlight {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    transition: 300ms;
}

.transition400,
.ws-show-event,
.image-switch .lazy-div,
.image-switch a>img {
    transition: 400ms;
}

.transition600 {
    transition: 600ms;
}

.transition-delay100,
.image-switch:hover .lazy-div,
.image-switch:hover a>img {
    transition-delay: 100ms;
}

.transition-delay150 {
    transition-delay: 150ms;
}

*,
.icon::before,
.icon::after {
    line-height: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    text-align: center;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0 .8em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *,
.item-heading,
.item-heading *:not(input):not(label) {
    line-height: 1.3em;
}

h1,
.ws-slider *.item-heading {
    margin: 0 0 .4em;
}

#content .title-decoration,
.title-decoration h1,
.title-decoration .section-text-standard h1.item-heading,
.title-decoration #content h2:not(.item-heading):not(.form-heading),
.title-decoration-h1 h1,
.title-decoration-h2 h2,
.title-decoration-h3 h3,
.title-decoration-h4 h4,
.title-decoration-h5 h5,
.title-decoration-h6 h6 {
    position: relative;
    padding-bottom: .5em;
}

#content .title-decoration:not(.title-decoration-before),
.title-decoration:not(.title-decoration-before) h1,
.title-decoration:not(.title-decoration-before) .section-text-standard h1.item-heading,
.title-decoration:not(.title-decoration-before) #content h2:not(.item-heading):not(.form-heading),
.title-decoration-h1:not(.title-decoration-before) h1,
.title-decoration-h2:not(.title-decoration-before) h2,
.title-decoration-h3:not(.title-decoration-before) h3,
.title-decoration-h4:not(.title-decoration-before) h4,
.title-decoration-h5:not(.title-decoration-before) h5,
.title-decoration-h6 h6:not(.title-decoration-before),
.title-decoration:not(.title-decoration-before) .catalogue-detail h1,
.title-decoration:not(.title-decoration-before) .catalogue-detail #h1 {
    margin-bottom: .7em;
}

#content .title-decoration::after,
.title-decoration h1::after,
.title-decoration #content h2:not(.item-heading):not(.form-heading)::after,
.title-decoration-h1 h1::after,
.title-decoration-h2 h2::after,
.title-decoration-h3 h3::after,
.title-decoration-h4 h4::after,
.title-decoration-h5 h5::after,
.title-decoration-h6 h6::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 2px;
}

#content .title-decoration[style*="center"]::after,
#content .title-decoration.c::after,
#content .c .title-decoration::after,
.title-decoration h1[style*="center"]::after,
.title-decoration #content h2[style*="center"]:not(.item-heading):not(.form-heading)::after,
.title-decoration .element-heading-c h1::after,
.title-decoration #content .element-heading-c h2:not(.item-heading):not(.form-heading)::after,
.title-decoration .stripe-text-only .section-text-in h1::after,
.title-decoration .c h1::after,
.title-decoration #content .c h2:not(.item-heading):not(.form-heading)::after,
.title-decoration h1.c::after,
.title-decoration #content h2.c:not(.item-heading):not(.form-heading)::after {
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#content .title-decoration.title-decoration-before,
.title-decoration.title-decoration-before h1,
.title-decoration.title-decoration-before .section-text-standard h1.item-heading,
.title-decoration.title-decoration-before #content h2:not(.item-heading):not(.form-heading),
.title-decoration-before .title-decoration-h1 h1,
.title-decoration-before .title-decoration-h2 h2,
.title-decoration-before .title-decoration-h3 h3,
.title-decoration-before .title-decoration-h4 h4,
.title-decoration-before .title-decoration-h5 h5,
.title-decoration-before .title-decoration-h6 h6 {
    padding-bottom: 0;
    padding-top: .5em;
}

#content .title-decoration.title-decoration-before::after,
.title-decoration.title-decoration-before h1::after,
.title-decoration.title-decoration-before #content h2:not(.item-heading):not(.form-heading)::after,
.title-decoration-before .title-decoration-h1 h1::after,
.title-decoration-before .title-decoration-h2 h2::after,
.title-decoration-before .title-decoration-h3 h3::after,
.title-decoration-before .title-decoration-h4 h4::after,
.title-decoration-before .title-decoration-h5 h5::after,
.title-decoration-before .title-decoration-h6 h6::after {
    top: 0;
    bottom: auto;
}

.title-decoration-none h1,
.title-decoration-none h2,
.title-decoration-none h3,
.title-decoration-none h4,
.title-decoration-none h5,
.title-decoration-none h6 {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: .7em !important;
}

.title-decoration-none h1::after,
.title-decoration-none h2::after,
.title-decoration-none h3::after,
.title-decoration-none h4::after,
.title-decoration-none h5::after,
.title-decoration-none h6::after {
    display: none !important;
}

strong,
dt {
    font-weight: 700;
}

p {
    margin: 1em 0;
}

ul,
ol {
    margin-top: 1em;
    margin-bottom: 1em;
}

li {
    margin-top: .4em;
    margin-bottom: .4em;
}

dt {
    margin-top: .5em;
}

hr {
    height: 1px;
    margin: 1.5em 0;
    border-width: 1px 0 0 0;
    border-style: solid;
}

img,
a img {
    border: none;
}

iframe {
    max-width: 100%;
}

.items-border-none .item,
.items-boxed.items-border-none .item,
.tag-category-content:last-child {
    border: none !important;
}

.bg-white {
    background-color: white;
}

.bg-white * {
    color: black;
}

.bg-black {
    background-color: black;
}

.bg-black * {
    color: white;
}

.bg-layer span[class*="bg-"],
.section-bg .section-text-bg-layer,
.megamenu-loading-content .section-text-bg-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
}

.megamenu-loading-content .section-text-bg-layer {
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
}

.opacity-1,
.bg-image-opacity-01>.section-image-bg {
    opacity: .1 !important;
}

.opacity-2,
.bg-image-opacity-02>.section-image-bg {
    opacity: .2 !important;
}

.opacity-3,
.bg-image-opacity-03>.section-image-bg {
    opacity: .3 !important;
}

.opacity-4,
.bg-image-opacity-04>.section-image-bg {
    opacity: .4 !important;
}

.opacity-5,
.bg-image-opacity-05>.section-image-bg {
    opacity: .5 !important;
}

.opacity-6,
.bg-image-opacity-06>.section-image-bg {
    opacity: .6 !important;
}

.opacity-7,
.bg-image-opacity-07>.section-image-bg {
    opacity: .7 !important;
}

.opacity-8,
.bg-image-opacity-08>.section-image-bg {
    opacity: .8 !important;
}

.opacity-9,
.bg-image-opacity-09>.section-image-bg {
    opacity: .9 !important;
}

.bg-prim .message h1,
.bg-prim .message h2,
.bg-prim .message h3,
.bg-prim .message h4,
.bg-prim .message h5,
.bg-prim .message h6,
.bg-sec .message h1,
.bg-sec .message h2,
.bg-sec .message h3,
.bg-sec .message h4,
.bg-sec .message h5,
.bg-sec .message h6 {
    color: inherit !important;
}

.section-bg .section-text-bg {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 2em 40px 2.5em;
}

.text-light.section-bg .section-text-bg-layer {
    background-color: black;
    background-color: rgba(0, 0, 0, .7);
}

.text-dark.section-bg .section-text-bg-layer {
    background-color: white;
    background-color: rgba(255, 255, 255, .7);
}

body.bg-image-width {
    background-position: 0 0;
    background-repeat: no-repeat;
}

.bg-image,
.bg-image-auto,
.bg-image-width,
.bg-image-height,
.bg-image-full,
.bg-image-auto>.section-image-bg .section-image-bg-in,
.bg-image-width>.section-image-bg .section-image-bg-in,
.bg-image-height>.section-image-bg .section-image-bg-in,
.bg-image-full>.section-image-bg .section-image-bg-in {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.bg-image,
.bg-image>.section-image-bg .section-image-bg-in {
    background-size: cover;
}

.bg-image-full,
.bg-image-full>.section-image-bg .section-image-bg-in {
    background-size: 100% 100%;
}

.bg-image-auto,
.bg-image-auto>.section-image-bg .section-image-bg-in {
    background-size: auto;
}

.bg-image-width,
.bg-image-width>.section-image-bg .section-image-bg-in {
    background-size: 100% auto;
}

.bg-image-height,
.bg-image-height>.section-image-bg .section-image-bg-in {
    background-size: auto 100%;
}

.bg-image-fixed,
.body-bg-image-fixed,
.bg-image-fixed>.section-image-bg .section-image-bg-in {
    background-attachment: fixed;
}

.bg-parallax>.section-image-bg .section-image-bg-in,
.bg-parallax-section-image.stripe-image-full .section-image .image-in {
    height: calc(100% + 400px);
    top: -200px;
}

.bg-parallax-section-image.stripe-image-full .section-image .image-in {
    max-height: none;
}

.bg-position-c,
.bg-position-c>.section-image-bg .section-image-bg-in {
    background-position: 50% 50%;
}

.bg-position-l,
.bg-position-l>.section-image-bg .section-image-bg-in {
    background-position: 0 0;
}

.bg-image-w25>.section-image-bg {
    width: 25%;
}

.bg-image-w30>.section-image-bg {
    width: 30%;
}

.bg-image-w50>.section-image-bg {
    width: 50%;
}

.bg-image-w75>.section-image-bg {
    width: 75%;
}

.bg-image-right>.section-image-bg {
    left: auto;
    right: 0;
}

.bg-image-right.bg-image-auto>.section-image-bg .section-image-bg-in {
    background-position: 100% 0;
}

.bg-position-c.bg-image-w25>.section-image-bg {
    width: 25% !important;
    left: 50% !important;
    margin-left: -12.5% !important;
}

.bg-position-c.bg-image-w30>.section-image-bg {
    width: 30% !important;
    left: 50% !important;
    margin-left: -15% !important;
}

.bg-position-c.bg-image-w50>.section-image-bg {
    width: 50% !important;
    left: 50% !important;
    margin-left: -25% !important;
}

.bg-position-c.bg-image-w75>.section-image-bg {
    width: 75% !important;
    left: 50% !important;
    margin-left: -37.5% !important;
}

.bg-image-top>.section-image-bg .section-image-bg-in {
    background-position-y: 0;
}

.bg-image-bottom>.section-image-bg .section-image-bg-in {
    background-position-y: 100%;
}

.bg-image-w25.stripe-width>.section-image-bg {
    left: 25%;
    margin-left: -500px;
}

.bg-image-w25.bg-image-right.stripe-width>.section-image-bg {
    right: 25%;
    left: auto;
    margin-right: -500px;
}

.layout-s .bg-image-w25.stripe-width>.section-image-bg {
    width: calc(25% + 225px);
}

.layout-m .bg-image-w25.stripe-width>.section-image-bg {
    width: calc(25% + 140px);
}

.layout-l .bg-image-w25.stripe-width>.section-image-bg {
    width: calc(25% + 82.5px);
}

.bg-transparent,
.bg-transparent>.section-image-bg .section-image-bg-in {
    background-color: transparent;
}

.bg-image-auto>.section-image-bg .section-image-bg-in-img img {
    object-fit: none;
}

.bg-image-width>.section-image-bg .section-image-bg-in-img img {
    object-position: 50% 50%;
}

.bg-image-height>.section-image-bg .section-image-bg-in-img img {
    width: auto;
    margin: 0 auto;
}

.bg-position-l>.section-image-bg .section-image-bg-in-img img {
    object-position: 0 0;
}

.bg-position-c>.section-image-bg .section-image-bg-in-img img {
    object-position: 50% 50%;
}

.bg-image-right.bg-image-auto>.section-image-bg .section-image-bg-in-img img {
    object-position: 100% 0;
}

.bg-image-top>.section-image-bg .section-image-bg-in-img img {
    object-position: 50% 0;
}

.bg-image-bottom>.section-image-bg .section-image-bg-in-img img {
    object-position: 50% 100%;
}

.bg-image-fixed>.section-image-bg .section-image-bg-in-img img {
    position: fixed;
    top: 0;
    left: 0;
}

.bg-image-fixed>.section-image-bg .section-image-bg-in-img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.element-head {
    text-align: left;
}

.element-head .ws-pack-item-header.icon,
.head-elements .item.boxed,
.element-head .ws-pack-icons-svg .ws-pack-item-header {
    padding-left: 10px;
    padding-right: 10px;
}

.topbar-element-icon #top-bar .element-head:last-child .boxed:not(.ws-pack-item-content):not(.element-cart-price-sum),
.head-element-icon .head-elements .element-head:last-child .boxed:not(.ws-pack-item-content):not(.element-cart-price-sum) {
    padding-right: 0 !important;
}

#top-bar {
    position: relative;
    border-width: 0 0 1px 0;
    border-style: solid;
}

#top-bar .stripe-valign .row>.col {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

#top-bar .element {
    vertical-align: middle;
}

.top-bar-hidden #top-bar {
    display: none !important;
}

#top-bar .element {
    font-size: 90%;
}

#top-bar .element:not(.element-head) * {
    font-size: 100%;
}

#top-bar .element .item,
.head-elements .element .item {
    margin: 0 !important;
}

#top-bar .element .boxed:not(.ws-pack-item-content):not(.search-suggest),
.head-elements .boxed {
    padding-top: .2em;
    padding-bottom: .2em;
}

#top-bar .ws-pack-item-header>.icon::before,
#top-bar .ws-pack-item-header>.icon .icon,
#top-bar .element-head .item .icon::before,
#top-bar .element-head .item .icon .icon {
    margin-right: 0;
}

#top-bar .ws-pack-item-header.icon::after,
#top-bar .ws-pack-item-header .icon {
    margin-left: 0;
}

.top-bar-minimal #top-bar .element .boxed:not(.ws-pack-item-content):not(.search-suggest):not(.element-cart-price-sum) {
    background-color: transparent;
    border-color: transparent;
}

.top-bar-minimal #top-bar .element-no-boxed+.element-no-boxed {
    margin-left: 0;
}

.topbar-element-icon #top-bar .element-head {
    border: none;
}

.topbar-element-icon #top-bar .head-icon-in {
    display: none;
}

#head,
#head-content {
    position: relative;
}

#head .nav ul:first-child>li>a.nav-container::after {
    display: inline-block;
    margin-left: .3em;
    line-height: 0;
}

#nav .nav ul:first-child>li>a>strong,
#nav .nav ul:first-child>li>a>span:first-child,
.nav-decoration #head-content .element-nav-catalogue .nav ul:first-child>li>a>strong {
    position: relative;
}

.nav-decoration #nav .nav ul:first-child>li>a>strong::before,
.nav-decoration #head-content .element-nav-catalogue .nav ul:first-child>li>a>strong::before {
    content: "";
    position: absolute;
    top: 1.6em;
    width: 30px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-decoration #nav .nav ul:first-child>li>a.nav-container>strong::before,
.nav-decoration #head-content .element-nav-catalogue .nav ul:first-child>li>a.nav-container>strong::before {
    margin-left: .5em;
}

#logo {
    font-weight: 400;
}

#logo a,
#logo img {
    display: block;
    width: auto;
    text-decoration: none;
}

.head-claim p {
    font-size: 130%;
    padding: .2em 0 .2em 20px;
    margin: 0;
    border-width: 0 0 0 1px;
    border-style: solid;
}

.head-shrink .head-claim p {
    font-size: 100%;
}

.stripe-space-xs>.stripe-in .col-head-logo img {
    max-height: 2.4em;
}

.stripe-space-s>.stripe-in .col-head-logo img {
    max-height: 3.4em;
}

.stripe-space-m>.stripe-in .col-head-logo img {
    max-height: 5.4em;
}

.stripe-space-l>.stripe-in .col-head-logo img {
    max-height: 11.4em;
}

.stripe-space-xl>.stripe-in .col-head-logo img {
    max-height: 15.4em;
}

.logo-overflow .col-head-logo {
    position: static;
    vertical-align: bottom;
}

.logo-overflow #logo {
    position: absolute;
    bottom: -50%;
    left: 0;
    height: 150%;
    padding-left: inherit;
}

#head.head-absolute {
    position: absolute;
    width: 100%;
}

#head.head-absolute~#body {
    padding-top: 0;
}

.layout-boxed #head.head-fixed {
    position: absolute;
}

#head.head-fixed,
#head.head-fixed.stuck {
    position: fixed;
    width: 100%;
}

#fixing-header-height {
    display: none;
}

#head.head-fixed~#fixing-header-height {
    display: block;
}

.head-over-layer #fixing-header-height,
.layout-1 #head.head-absolute~#fixing-header-height {
    display: none !important;
}

.head-over-disable #head.head-absolute:not(.head-fixed),
.head-over-disable-detail.page-detail #head.head-absolute:not(.head-fixed),
.page-error #head.head-absolute:not(.head-fixed) {
    position: relative;
}

.megamenu-container {
    position: relative;
    top: 0;
    left: 0;
}

.megamenu-container:not(.megamenu-loading),
.megamenu-container.megamenu-hidden:not(.megamenu-loading) {
    opacity: 0;
}

.megamenu-container.megamenu-visible:not(.megamenu-loading) {
    opacity: 1;
}

.megamenu-container-in,
.megamenu-loading-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.megamenu-loading-content {
    display: none;
    padding: 30px;
}

#megamenu-over-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.megamenu:hover {
    -webkit-transition: 0ms !important;
    -moz-transition: 0ms !important;
    transition: 0ms !important;
}

#head #nav .nav li:hover>.megamenu~ul,
#head .element-nav .nav li:hover>.megamenu~ul {
    display: none;
}

.sidebar .megamenu-hover::after,
.sidebar .megamenu:hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
}

.megamenu-close {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 500;
}

.megamenu-container .stripe-indent {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#head-content #nav .stripe-in {
    padding-left: 0;
    padding-right: 0;
}

#head .row-flex .col-head-nav {
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#head .row-flex .col-head-logo {
    justify-content: flex-start;
}

#head .row-flex .col-head-logo {
    max-width: 600px;
}

#head .row-flex #logo {
    max-width: 300px;
}

#head .row-flex #logo-in {
    max-width: 100%;
}

#head .row-flex .col-head-logo .head-elements {
    margin-left: 20px;
}

#head .row-flex .col-head-logo .head-elements .head-claim {
    padding: 0 !important;
}

.head-element-icon #head-content .head-elements .element-head {
    border: none;
}

.head-element-icon #head-content .head-elements .head-icon-in {
    display: none;
}

.head-element-icon #head-content .head-elements .element-nav-hamburger .head-icon>span:first-child {
    display: inline;
}

.head-elements {
    position: relative;
}

.head-elements #nav {
    display: inline-block;
}

.head-elements .element~.element,
.head-elements #nav~.element {
    margin-left: 0;
}

.head-elements .element-contact,
.head-elements .element~.element-contact {
    margin-left: 20px;
    margin-right: 20px;
}

.head-elements .element:last-child {
    margin-right: 0;
}

.head-elements .element-contact {
    text-align: right;
}

.head-elements .element-contact *,
.head-elements .element:not(.element-head) {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.head-elements .element-contact .icon::before {
    font-size: 380%;
    line-height: .8em;
}

.head-elements .element:not(.element-head):not(.head-claim) * {
    font-size: 100%;
}

.head-elements .ws-pack-item-header,
.head-elements .item>.boxed:not(.search-suggest),
.head-elements .item.boxed {
    text-align: center;
    color: inherit;
    background-color: transparent;
    border: none;
}

.head-elements .ws-pack-item-header.icon::after,
.head-elements .ws-pack-item-header .icon {
    margin-left: 0;
}

.head-elements .head-icon::before,
.head-elements .head-icon-image,
.head-elements .head-icon-currency,
.head-elements .head-icon-image {
    display: inline-block;
    font-size: 125%;
    height: 1.8em;
    line-height: 1.8em;
    margin: 0 auto;
}

.head-elements .head-icon>.icon-svg {
    font-size: 125%;
    vertical-align: -.2em;
}

.head-elements .head-icon-currency span {
    font-size: 80%;
}

.head-elements .ws-pack-item-content.boxed {
    padding: 20px;
}

.head-elements .element-search-expand .search-form,
#top-bar .element-search-expand .search-form {
    width: 400px;
}

.head-elements .element-contact-icon {
    display: inline-block;
}

.head-elements .element-contact-content>span {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

.head-elements .element:not(.head-element) {
    display: inline-block;
    vertical-align: middle;
}

.element-head .number-info {
    position: relative;
    top: -.8em;
    left: -1em;
    margin-left: 0;
    margin-right: -1.6em;
}

.head-v1 .head-elements .item.boxed,
.head-v1 .head-elements .ws-pack-item-header.boxed,
.head-v2 .head-elements .item.boxed,
.head-v2 .head-elements .ws-pack-item-header.boxed,
.head-elements .element:not(.element-head):not(.element-nav) {
    padding: 0 10px;
}

.head-elements .element-nav .nav>.stripe>.stripe-in {
    padding-right: 0;
    padding-left: 0;
}

.head-v2 #nav {
    flex-basis: 100%;
}

.head-v2 #nav .stripe-in {
    text-align: right;
}

.head-v2 .col-head-nav .head-elements {
    margin-bottom: .4em;
}

.head-v3 .col-head-nav .head-elements>*:not(.element-nav):not(.megamenu-container) {
    margin-top: .2em;
    margin-bottom: .2em;
}

.head-v3 #head-content .stripe-in {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.head-v3 .stripe-space-m #nav>.stripe .nav>.nav-in>ul>li>a,
.head-v3 .stripe-space-m .nav>.stripe>.stripe-in>ul>li>a {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.head-v3 .stripe-space-xs #nav>.stripe .nav>.nav-in>ul>li>a,
.head-v3 .stripe-space-xs .nav>.stripe>.stripe-in>ul>li>a {
    padding-top: .5em;
    padding-bottom: .5em;
}

.head-v3 .stripe-space-s #nav>.stripe .nav>.nav-in>ul>li>a,
.head-v3 .stripe-space-s .nav>.stripe>.stripe-in>ul>li>a {
    padding-top: 1em;
    padding-bottom: 1em;
}

.head-v3 .stripe-space-l #nav>.stripe .nav>.nav-in>ul>li>a,
.head-v3 .stripe-space-l .nav>.stripe>.stripe-in>ul>li>a {
    padding-top: 5em;
    padding-bottom: 5em;
}

.head-v3 .stripe-space-xl #nav>.stripe .nav>.nav-in>ul>li>a,
.head-v3 .stripe-space-xl .nav>.stripe>.stripe-in>ul>li>a {
    padding-top: 7em;
    padding-bottom: 7em;
}

.head-v3 .stripe-space-xs>.stripe-in .col-head-logo img {
    max-height: 1.4em;
}

.head-v3 .stripe-space-s>.stripe-in .col-head-logo img {
    max-height: 2.4em;
}

.head-v3 .stripe-space-m>.stripe-in .col-head-logo img {
    max-height: 4.4em;
}

.head-v3 .stripe-space-l>.stripe-in .col-head-logo img {
    max-height: 9.4em;
}

.head-v3 .stripe-space-xl>.stripe-in .col-head-logo img {
    max-height: 13.4em;
}

.skipnav {
    display: none;
}

.nav ul,
.nav li,
.nav-default ul,
.nav-default li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav li,
.nav-default li {
    display: block;
    text-align: left;
}

.nav li li {
    font-size: 90%;
    margin-left: 1em;
}

.nav li li li {
    font-size: 100%;
}

.nav a,
.nav-default a {
    position: relative;
    display: block;
    padding: .6em .8em;
    text-decoration: none;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.nav li:last-child a,
.nav-default li:last-child a {
    border-bottom-width: 0;
}

.nav a strong,
.nav-default a strong {
    font-weight: inherit;
}

.nav img {
    width: 1.4em;
    height: 1.4em;
    object-fit: contain;
    margin-right: .5em;
    vertical-align: middle;
}

.nav svg {
    font-size: 110%;
    margin-right: .4em;
}

.sidebar .nav svg {
    width: 1.25em;
}

.nav-default {
    border-width: 1px;
    border-style: solid;
}

#nav,
.nav-unpacking {
    position: relative;
}

#nav .nav li,
.nav-unpacking .nav li {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    border: none;
}

#nav .nav a,
.nav-unpacking .nav a {
    padding: .8em 1.5em;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: transparent;
}

#nav .nav li li a,
#nav .nav .last>a,
.nav-unpacking .nav li li a,
.nav-unpacking .nav .last>a {
    border-right: none;
}

#nav .nav li>ul,
.nav-unpacking .nav li>ul {
    display: none;
    text-transform: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
}

#nav .nav li:hover>ul,
.nav-unpacking .nav li:hover>ul {
    display: block;
}

#nav .nav li ul li,
.nav-unpacking .nav li ul li {
    display: block;
    position: relative;
    margin-left: 0;
}

#nav .nav li ul li ul,
.nav-unpacking .nav li ul li ul {
    position: absolute;
    left: 100%;
    top: 1px;
    border-width: 0 0 0 1px;
    border-style: solid;
}

#nav .nav li ul li:first-child ul,
.nav-unpacking .nav li ul li:first-child ul {
    top: 0;
}

#nav .nav li ul li a,
.nav-unpacking .nav li ul li a {
    padding-top: .6em;
    padding-bottom: .6em;
}

#nav .nav li ul li~li>a,
.nav-unpacking .nav li ul li~li>a {
    border-width: 1px 0 0 0;
    border-style: solid;
}

#nav #subnav .nav li>ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

#nav.nav-no-rollover .nav li:hover>ul {
    display: none;
}

#nav .nav a.js-mobile-nav-toggle-trigger,
.nav a.js-mobile-nav-toggle-trigger {
    display: none;
}

#nav .icon::before,
#subnav .icon::before,
.nav-unpacking .icon::before,
.nav-unpacking ul:first-child>li>a.icon::before {
    display: none;
}

#nav .element-search .icon::before,
#nav .head-icon::before {
    display: inline-block;
}

#nav .nav-container.icon::before,
.nav-unpacking .nav-container.icon::before,
.sidebar .nav .nav-container.icon::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -0.7em;
}

.sidebar .nav .icon-angle-right::before {
    display: none;
}

.sidebar .nav .nav-container.icon::after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

#nav ul:first-child>li>a.icon::before,
#nav ul:first-child>li>a.nav-container.icon::before {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
    display: inline-block;
}

#nav>.stripe {
    position: relative;
}

.nav-hidden>.stripe {
    display: none;
}

.nav-uppercase-horizontal #nav .nav ul:first-child>li>a,
.nav-uppercase-all .nav a {
    text-transform: uppercase;
}

.element-nav-hamburger {
    display: none !important;
}

.element-nav-hamburger .flr {
    float: none;
}

#nav .head-elements .element-no-boxed .item.boxed,
#nav .element-search.element-no-boxed .item.boxed,
#nav .element-lang.element-no-boxed .item.boxed {
    padding: 0;
    background: transparent;
    border: none;
}

#crumbs {
    font-size: 90%;
}

#crumbs * {
    font-weight: inherit;
}

#crumbs p {
    margin-top: 0;
    margin-bottom: .5em;
}

#crumbs .icon {
    margin: 0 .35em;
}

.body-pad-t0 #crumbs,
.crumbs-visual #crumbs {
    padding-top: 1.5em;
}

#body,
.layout-page-empty .layout-2 #body,
.layout-page-empty .layout-3 #body,
.page-error #head.head-absolute~#body {
    position: relative;
    top: 0;
    left: 0;
    padding: 1.5em 0;
}

.layout-page-empty #body {
    padding: 0;
}

#content,
#content-in-content {
    width: 100%;
    float: left;
}

#content-in-content-in {
    min-height: 1px;
}

#content-in,
#content-in-content #content-in-content-in,
.layout-3.layout-left #content-in,
.layout-3.layout-right #content-in {
    margin: 0 270px;
}

#main {
    overflow: hidden;
}

.layout-fluid #content-in,
.layout-fluid #content-in-content #content-in-content-in,
.layout-fluid .layout-3.layout-left #content-in,
.layout-fluid .layout-3.layout-right #content-in {
    margin-left: 25%;
    margin-right: 25%;
}

.layout-fluid .sidebar {
    width: 25%;
}

.layout-fluid .layout-left #sidebar2 {
    margin-left: -25%;
}

.layout-fluid .layout-right #sidebar1,
.layout-fluid .layout-right #sidebar1-content,
.layout-fluid .layout-right .sidebar1-content {
    margin-left: -25%;
}

#content .segment+.segment {
    margin-top: 1.5em;
}

.content-overflow-div {
    overflow: auto;
}

.content-overflow-div>*:first-child {
    margin-top: 0;
}

.content-overflow-div>*:last-child {
    margin-bottom: 0;
}

.sidebar {
    width: 270px;
    float: left;
}

.layout-1 #content-in {
    margin: 0;
}

.layout-left #content-in,
.layout-left #content-in-content #content-in-content-in {
    margin-right: 0;
}

.layout-left #sidebar1,
.layout-left #sidebar1-content,
.layout-left .sidebar1-content {
    margin-left: -100%;
}

.layout-left #sidebar2 {
    margin-left: -270px;
}

.layout-left #sidebar1>.stripe>.stripe-in,
.layout-left #sidebar1-content>.stripe>.stripe-in,
.layout-left .sidebar1-content>.stripe>.stripe-in {
    padding-right: 0;
}

.layout-left #sidebar2>.stripe>.stripe-in {
    padding-left: 0;
}

.layout-right #content-in,
.layout-right #content-in-content #content-in-content-in {
    margin-left: 0;
}

.layout-right #sidebar2 {
    margin-left: -100%;
}

.layout-right #sidebar1,
.layout-right #sidebar1-content,
.layout-right .sidebar1-content {
    margin-left: -270px;
}

.layout-right #sidebar1>.stripe>.stripe-in,
.layout-right #sidebar1-content>.stripe>.stripe-in,
.layout-right .sidebar1-content>.stripe>.stripe-in {
    padding-left: 0;
}

.layout-right #sidebar2>.stripe>.stripe-in {
    padding-right: 0;
}

.layout-left .element .sidebar1-content {
    margin-left: 0;
}

.layout-right .element .sidebar1-content {
    float: right;
}

#foot {
    font-size: 85%;
}

#foot ul,
#foot li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#foot li+li {
    margin-top: .5em;
}

#foot-nav ul,
#foot-after ul {
    margin: .7em 0;
}

#foot-nav li,
#foot-after li {
    display: inline-block;
    margin: 0;
}

#foot-nav li+li,
#foot-after li+li {
    margin-left: 10px;
}

#top-page {
    position: fixed;
    right: 0;
    bottom: 0;
}

#top-page a {
    text-decoration: none;
    display: block;
    line-height: 1em;
    padding: 1em;
}

.sticky-element.stuck {
    position: fixed;
    top: 0;
}

#tab {
    margin-top: 1.5em;
}

.tab-nav {
    position: relative;
    top: 1px;
}

.tab-nav,
.tab-nav li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-nav li {
    float: left;
    position: relative;
}

.tab-nav li+li {
    margin-left: 5px;
}

.tab-nav li>*:first-child {
    display: block;
    font-size: 110%;
    text-decoration: none;
    padding: 10px 1.5em;
    border-width: 1px 1px 0 1px;
    border-style: solid;
}

.tab-nav li.active>*:first-child {
    padding-bottom: 11px;
}

.tab-nav li>.icon::before {
    text-align: center;
    display: block;
    font-size: 130%;
    margin: 0;
    -webkit-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
}

.tab-nav li.active>.icon::before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tab {
    clear: left;
    padding: 1.5em;
    margin-bottom: 1em;
    border-width: 1px;
    border-style: solid;
}

.tab *:first-child {
    margin-top: 0;
}

.tab-v2 {
    padding-bottom: 1.5em;
}

.tab-v2 .tab-nav li {
    display: inline-block;
    vertical-align: bottom;
    float: none;
    text-align: center;
    width: 20%;
}

.tab-v2 .tab-nav li+li {
    margin-left: 0;
    padding-left: .4em;
}

.tab-v2 .tab-nav li>*:first-child {
    background-color: transparent;
    padding-top: 1em;
    padding-bottom: 1em;
    border-width: 0 0 2px 0;
}

.tab-v2 .tab-nav li.active>*:first-child {
    padding-bottom: 1em;
}

.tab-v2 .tab {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border: none;
    background-color: transparent;
}

.pagination>*,
.tab-switch>* {
    display: inline-block;
    vertical-align: middle;
    min-width: 2.3em;
    text-align: center;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
}

.tab-switch>* {
    padding: .4em .6em;
}

.tab-switch>.field>* {
    padding: .4em .6em !important;
}

.tab-switch>.field {
    padding: 0;
}

.tab-switch>.field+.field {
    margin-left: 0 !important;
}

.tab-switch>.field label {
    margin: 0;
    cursor: pointer;
}

.tab-switch>*+* {
    border-left-width: 0;
}

.tab-switch input[type="checkbox"]+label::before,
.tab-switch input[type="checkbox"]+label::after,
.tab-switch input[type="checkbox"]+label .icon,
.tab-switch input[type="radio"]+label::before,
.tab-switch input[type="radio"]+label::after {
    display: none;
}

.tab-switch>.field+.field {
    margin-top: 0 !important;
}

.toogle-switch .field label {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5em;
    height: 1.4em;
    padding: 0 !important;
    border-radius: calc(1.4em / 2);
}

.toogle-switch input[type="checkbox"]+label .icon,
.toogle-switch input[type="checkbox"]+label span {
    display: none;
}

.toogle-switch input[type="checkbox"]+label {
    font-size: 130%;
}

.toogle-switch input[type="checkbox"]+label::before {
    border-radius: 50%;
    background-color: white !important;
    border: 3px solid transparent !important;
    transition: 200ms;
    box-sizing: border-box;
    background-clip: content-box;
}

.toogle-switch input[type="checkbox"]:checked+label::before {
    left: calc(2.5em - 1.4em);
}

.forum-thread-pager.pagination>* {
    line-height: 1.4em;
    min-width: calc(1.6em + 2px);
    padding: .1em 0 0;
}

.list {
    margin: 1em 0;
}

.ws-rating {
    position: relative;
    display: inline-block;
}

.ws-rating ul,
.ws-rating li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ws-rating a {
    text-decoration: none;
}

.ws-rating:not(.ws-rating-thumbs) li {
    float: right;
}

.ws-rating>* {
    display: inline-block;
    vertical-align: middle;
}

.ws-rating>*+* {
    margin-left: .5em;
}

.item-info .ws-rating span {
    margin-right: 0;
}

.ws-rating:not(.ws-rating-thumbs) .icon::before,
.ws-rating-empty.icon::before {
    display: block;
    margin: 0;
}

.ws-rating+a {
    vertical-align: middle;
}

.ws-rating-total {
    margin: 1.5em 0;
}

.ws-rating-total>* {
    display: inline-block;
    vertical-align: middle;
}

.ws-rating-total .ws-rating {
    margin: 0 .5em;
}

.ws-rating .icon-both {
    position: relative;
    overflow: hidden;
}

.ws-rating .icon-both::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    overflow: hidden;
}

.ws-rating .icon-both::after {
    display: block !important;
    overflow: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ws-rating-icon-w50::before,
.ws-rating-icon-w50::after {
    width: 50%;
}

.ws-rating .icon-both.ws-rating-icon-w50::after {
    position: relative;
    left: 50%;
}

.ws-rating-thumbs li+li {
    margin-left: .7em;
}

.ws-rating-thumbs a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: 85%;
}

.ws-rating-thumbs .icon::before {
    font-size: 150%;
    margin-right: .1em;
    vertical-align: middle;
}

.ws-rating-thumbs .icon-svg {
    font-size: 150%;
}

.message {
    clear: left;
    position: relative;
    width: 100%;
    margin: 1em 0;
}

.message-in {
    padding: 20px;
}

.message.icon .message-in {
    padding-left: 4em;
    min-height: 4em;
}

.message h2,
.ws-dialog-title-heading h2,
.message-in h1:first-child,
.message-in h2:first-child,
.message-in h3:first-child,
.message-in h4:first-child,
.message-in h5:first-child,
.message-in h6:first-child {
    font-size: 145%;
    padding: 0 !important;
}

.message h3 {
    font-size: 135%;
}

.message h4,
.message h5,
.message h6 {
    font-size: 125%;
}

.message h1,
.message h2 {
    margin: .5em 0 0 !important;
}

.message h1::after,
.message h2::after {
    display: none !important;
}

.message-in * {
    margin: .5em 0 0;
}

.message-in *:first-child {
    margin-top: 0 !important;
}

.message li {
    margin: 0;
}

.message::before {
    position: absolute;
    top: .3em;
    left: .6em;
    font-size: 2em;
    width: 1em;
    text-align: center;
}

.message>.icon-svg {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 200%;
}

.message>.icon-svg+.message-in {
    padding-left: 70px;
}

form {
    margin: 0;
}

.form {
    margin: 1.5em 0;
}

.special-element-side .form {
    margin: 0;
}

.form-border,
fieldset,
legend {
    border-width: 1px;
    border-style: solid;
}

.form-part+.form-part>.boxed {
    border-top-width: 0;
}

.form-part-border .form-part {
    border-width: 0 0 1px 0;
    border-style: solid;
}

.form-part-border .form-part:last-of-type {
    border: none;
}

.form-part-border .form-part.form-head {
    padding-top: 0;
}

.form-part .item>*:first-child,
.form-heading,
.form-part fieldset:first-child {
    margin-top: 0;
}

.form-part .item>.form-heading:last-child,
.form-part .item>*:nth-last-child(2):not(label):not(.label):not(.field) {
    margin-bottom: 0;
}

.form table,
.form th,
.form td {
    padding-left: 0;
    border: none;
}

.form-heading {
    margin-top: 0;
}

legend {
    padding: .5em 20px;
}

label {
    display: block;
    padding-right: 1.5em;
    margin-bottom: .2em;
}

.field {
    position: relative;
}

.field-checkbox>label,
.field-radio>label {
    margin-bottom: .5em;
}

.field-checkbox .field label,
.field-radio .field label {
    display: inline-block;
    padding-right: 0;
    padding-top: .1em;
}

.field-checkbox .field label *,
.field-radio .field label * {
    display: inline;
    margin: 0;
}

.label-h3 {
    margin-top: .5em;
    margin-bottom: 0;
}

.label-h3 h3 {
    position: relative;
    top: -.3em;
    line-height: 1.4em;
}

.form .item .tooltip,
.field-icon img {
    position: absolute;
    top: 0;
    right: 0;
}

.field-inline .field,
.field-auto-size {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.field-inline .field+.field,
.field-auto-size+.field-auto-size {
    margin-left: .5em;
}

.field-inline.field-radio,
.field-inline.field-checkbox label {
    margin: 0;
}

.field-inline-label label {
    display: inline-block;
}

.item-captcha>* {
    display: inline-block;
    vertical-align: top;
}

.item-captcha .item-captcha-img img {
    width: 130px;
    height: 65px;
    margin: 0 .5em;
    background-color: white;
}

.field-content:empty {
    display: none;
}

.items-boxed .form .item,
.items-border .form .item {
    padding: 0;
    background: transparent;
    border: none;
}

input,
textarea,
select,
button,
.button,
.field-icon .icon::before,
.label-icon {
    font-size: 100%;
    text-decoration: none;
    height: 2.6em;
    padding: .5em;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    outline: none;
}

select[multiple] {
    height: auto;
}

input,
textarea,
select,
button,
.button {
    font-weight: inherit;
}

input,
textarea,
select,
.field-icon {
    width: 100%;
}

.sidebar .button,
.sidebar button,
.search-form button,
.element-cta .button,
.button-cart,
.button.button-cart,
#cookie-info .button {
    font-size: 100%;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    display: inline-block;
    width: auto;
    padding: 0;
    border: none;
}

textarea,
button,
.button,
input[type="checkbox"],
input[type="radio"],
input[type="image"],
input[type="file"] {
    height: auto;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    padding-left: 2em;
    position: relative;
    top: .02em;
}

.tab-switch input[type="radio"]+label,
.tab-switch input[type="checkbox"]+label {
    top: 0;
}

input[type="radio"]+label::before,
input[type="radio"]+label::after,
input[type="checkbox"]+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.4em;
    height: 1.4em;
    border-width: 1px;
    border-style: solid;
}

input[type="radio"]+label::before,
input[type="radio"]+label::after {
    border-radius: 50%;
}

input[type="checkbox"]+label>.icon:not(.tooltip) {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
}

input[type="checkbox"]+label .icon-svg {
    position: absolute;
    z-index: 2;
    top: .2em;
    left: .2em;
    font-size: 110%;
}

input[type="checkbox"]+label .icon::before {
    margin: 0;
}

input[type="radio"]+label::after {
    top: .47em;
    left: .47em;
    width: .6em;
    height: .6em;
    border: none;
}

.field-radio>.field+.field {
    margin-top: .3em;
}

.field-checkbox>.field+.field {
    margin-top: .4em;
}

.field-inline .field+.field {
    margin-top: 0;
}

input[type="checkbox"]+label>.icon:not(.tooltip),
input[type="checkbox"]+label .icon-svg {
    display: none;
}

input[type="checkbox"]:checked+label>.icon:not(.tooltip),
input[type="checkbox"]:checked+label .icon-svg {
    display: block;
}

.input-number-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.input-number-group~.button-cart {
    margin-left: .3em;
}

.input-number-group input {
    text-align: right;
    width: auto;
    padding-right: 2.5em;
}

.input-number-group a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 2em;
    height: 50%;
    border-width: 0 0 0 1px;
    border-style: solid;
}

.input-number-group a.input-number-dec {
    top: auto;
    bottom: 0;
    border-top-width: 1px;
}

.input-number-group a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -.7em;
    line-height: 1.4em;
}

.field .chosen-container {
    font-size: inherit;
    width: 100% !important;
}

.field .chosen-choices,
.field .chosen-container-multi .chosen-choices,
.field .chosen-container-active .chosen-choices {
    border-radius: 0;
}

.field .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: calc(2.6em - 2px);
    margin: 0;
}

.field .chosen-container-multi .chosen-choices li.search-choice {
    line-height: 1.4em;
    padding: .1em .1em .1em .5em;
    margin: .35em .35em 0 0;
}

.field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    font-size: inherit;
    position: relative;
    top: 0;
    right: auto;
    display: inline-block;
    width: 1.4em;
    height: auto;
    text-align: center;
    background: none;
}

.required input,
.required select,
.required textarea,
.required .field-icon .icon::before,
.required .label-icon {
    border-width: 1px;
    border-style: solid;
}

.required label:not(.configurator-label) strong {
    font-weight: inherit;
}

.field-required-star {
    position: relative;
    font-size: 60%;
    top: -.5em;
}

.disabled,
.disabled:hover {
    color: gray;
    font-weight: normal !important;
}

button.disabled,
.button.disabled {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    cursor: default;
}

button,
.button {
    display: inline-block;
    padding-left: 1.4em;
    padding-right: 1.4em;
    cursor: pointer;
}

button+button,
button+.button,
.button+.button,
.button+button {
    margin-left: .5em;
}

.button-uppercase button,
.button-uppercase .button {
    text-transform: uppercase;
}

.hint {
    position: relative;
    display: inline-block;
    font-size: 83%;
    padding: .4em .6em;
    margin-top: .7em;
}

.hint::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top-width: 0;
}

.hint strong {
    font-weight: inherit;
}

.input-tooltip-image {
    position: relative;
    top: 3px;
    margin: 0 4px;
}

.input-tooltip-text {
    display: none;
    margin-right: 5px;
}

.field-icon {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    font-size: 100%;
}

.field-icon button {
    display: none;
}

.field-icon input {
    padding-right: 2.5em;
}

.field-icon .icon,
.label-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
}

.field-icon .icon {
    padding-right: 0;
}

.field-icon .icon::before,
.label-icon {
    font-size: 100%;
    display: block;
    min-width: 2.4em;
    height: 100%;
    text-align: center;
    margin: 0;
    border-width: 1px;
    border-style: solid;
}

.label-icon {
    height: 100% !important;
    padding: .65em;
}

.ui-datepicker {
    padding: 0;
}

.ui-datepicker table {
    background-color: transparent;
    border: none;
}

.ui-datepicker th,
.ui-datepicker td {
    height: auto;
    padding: .1em;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 0;
    right: 0;
    height: 100%;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
    right: auto;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    background: none;
    border-color: transparent;
}

.ui-datepicker-group~.ui-datepicker-group {
    position: relative;
}

.ui-datepicker-header {
    min-height: 2.5em !important;
    border: none;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 85%;
    padding: 0;
}

.ui-datepicker th span,
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
}

table {
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
}

th,
td {
    text-align: left;
    vertical-align: middle;
    padding: .7em 15px;
    border-width: 1px 0;
    border-style: solid;
}

.form table,
.form th,
.form td,
.form tr:nth-child(even) td {
    width: auto;
    background: none;
    border: none;
}

.border th,
.border td {
    border-width: 1px;
    border-style: solid;
}

tr.selected-row td {
    background-color: transparent !important;
}

.table-none,
.table-none table,
.table-none th,
.table-none td,
.table-none tr:hover td,
.table-none tr:nth-child(even) td {
    padding-left: 0;
    color: inherit;
    background: none !important;
    border: none;
}

.table-none tr>td:last-child {
    padding-right: 0;
}

.table-none-space th,
.table-none-space td {
    padding-top: 0;
    padding-bottom: 0;
}

.table-responsive-always {
    width: 100%;
    min-height: 0.01%;
    margin: 1em 0;
    overflow-y: hidden;
    overflow-x: auto;
}

.table-responsive-always table {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.image {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-width: 1px;
    border-style: solid;
}

.image-in {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.image * {
    vertical-align: middle;
}

.image-in a {
    text-decoration: none;
}

.images-width .image,
.image-width,
.items-box .item,
.items-box .image,
.article-v3.images-width .item {
    padding-bottom: 65%;
}

.images-height .image,
.image-height,
.article-v3.images-height .item {
    padding-bottom: 154%;
}

.images-width-2by1 .image,
.image-width-2by1,
.items-2by1 .item,
.items-2by1 .image {
    padding-bottom: 50%;
}

.images-width-16by9 .image,
.image-width-16by9,
.items-16by9 .item,
.items-16by9 .image {
    padding-bottom: 56.25%;
}

.images-width-3by2 .image,
.image-width-3by2,
.items-3by2 .item,
.items-3by2 .image,
.article-v3.images-width-3by2 .item,
.images-width-3by2 .catalogue-stickers-c.catalogue-sale .catalogue-sale-in {
    padding-bottom: 67%;
}

.images-width-4by3 .image,
.image-width-4by3,
.items-4by3 .item,
.items-4by3 .image,
.article-v3.images-width-4by3 .item,
.images-width-4by3 .catalogue-stickers-c.catalogue-sale .catalogue-sale-in {
    padding-bottom: 75%;
}

.images-height-2by1 .image,
.image-height-2by1,
.items-1by2 .item,
.items-1by2 .image {
    padding-bottom: 200%;
}

.images-height-3by2 .image,
.image-height-3by2,
.items-2by3 .item,
.items-2by3 .image,
.article-v3.images-height-3by2 .item,
.images-height-3by2 .catalogue-stickers-c.catalogue-sale .catalogue-sale-in {
    padding-bottom: 150%;
}

.images-height-4by3 .image,
.image-height-4by3,
.items-3by4 .item,
.items-3by4 .image,
.article-v3.images-height-3by4 .item,
.images-height-4by3 .catalogue-stickers-c.catalogue-sale .catalogue-sale-in {
    padding-bottom: 133%;
}

.images-auto .image,
.image-auto {
    padding: 0;
}

.images-auto .image-in,
.image-auto .image-in {
    position: relative;
}

.images-noresize .image img,
.image-noresize img {
    width: auto;
    height: auto;
}

.image-in.icon::before,
.image-in.icon .icon-svg:not(.image-gallery-icon-svg) {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 500%;
    width: 100%;
    text-align: center;
    margin: 0;
    color: #dddddd;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.image-in.icon::before {
    line-height: 0;
}

.image-in.icon .icon-svg:not(.image-gallery-icon-svg) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-in.icon a:first-of-type {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.image.fl,
.image.flr {
    width: auto;
}

.image-div-width .image-in {
    margin: 0 auto;
}

.images-width-90:not(.images-full-box) .image-div-width .image-in .img-width {
    max-width: 90%;
}

.images-width-80:not(.images-full-box) .image-div-width .image-in .img-width {
    max-width: 80%;
}

.images-width-70:not(.images-full-box) .image-div-width .image-in .img-width {
    max-width: 70%;
}

.images-width-60:not(.images-full-box) .image-div-width .image-in .img-width {
    max-width: 60%;
}

.images-width-50:not(.images-full-box) .image-div-width .image-in .img-width {
    max-width: 50%;
}

.catalogue-view1.images-valign-bottom .image img {
    vertical-align: bottom;
}

.catalogue-view1.images-valign-bottom .image .lazy-div-in img {
    bottom: 0;
    top: auto;
    transform: translate(-50%, 0);
}

.image-switch-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-switch-img .lazy-div {
    opacity: 0;
}

.image-switch a>img {
    opacity: 1;
}

.lazy {
    -webkit-animation: showresult 1s;
    animation: showresult 1s;
}

.lazy-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.lazy-box .icon--anim-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    z-index: 100;
    font-size: 250%;
}

.lazy-box .icon--anim-spin>.icon {
    opacity: .5;
}

.catalogue .lazy-box {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.lazy-div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.lazy-div img[src*="n-big.gif"] {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.lazy-div-in img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.stripe-text-image .lazy-div {
    width: 100% !important;
}

.images-width-2by1 .image-in>a .lazy-div,
.images-width-3by2 .image-in>a .lazy-div,
.images-width-4by3 .image-in>a .lazy-div,
.images-width-2by1 .image-in>a .lazy-div-in,
.images-width-3by2 .image-in>a .lazy-div-in,
.images-width-4by3 .image-in>a .lazy-div-in {
    height: 100%;
}

.images-width-2by1 .image-in>a .lazy-div-in .img-width,
.images-width-3by2 .image-in>a .lazy-div-in .img-width,
.images-width-4by3 .image-in>a .lazy-div-in .img-width {
    width: auto;
}

.images-zoom:not(.images-full-box) .image-in a:hover .lazy-div img {
    margin: 0;
}

.basket-table .basket-table-image .image .lazy-div-in {
    padding-bottom: 100% !important;
}

.digest:not(.images-border) .image,
.gallery:not(.images-border) .image,
.images-border-none .image,
.image-border-none,
.border-none {
    border: none !important;
}

.images-border .image,
.image-border {
    border-width: 1px;
    border-style: solid;
}

img {
    max-width: 100%;
    height: auto;
}

.image .img-width {
    max-width: 100%;
    height: auto;
}

.image .img-height {
    max-height: 100%;
    width: auto;
}

.img100 .img-width {
    max-width: 100%;
}

.img100 .img-height {
    max-height: 100%;
}

.img90 .img-width {
    max-width: 90%;
}

.img90 .img-height {
    max-height: 90%;
}

.img80 .img-width {
    max-width: 80%;
}

.img80 .img-height {
    max-height: 80%;
}

.img70 .img-width {
    max-width: 70%;
}

.img70 .img-height {
    max-height: 70%;
}

.img60 .img-width {
    max-width: 60%;
}

.img60 .img-height {
    max-height: 60%;
}

.img50 .img-width {
    max-width: 50%;
}

.img50 .img-height {
    max-height: 50%;
}

.image100 .image {
    width: 100%;
}

.image90 .image {
    width: 90%;
}

.image80 .image {
    width: 80%;
}

.image70 .image {
    width: 70%;
}

.image60 .image {
    width: 60%;
}

.image50 .image {
    width: 50%;
}

.image40 .image {
    width: 40%;
}

.image30 .image {
    width: 30%;
}

.image20 .image {
    width: 20%;
}

.image10 .image {
    width: 10%;
}

.images-square .image,
.image100.images-square .image {
    width: 100%;
    padding-bottom: 100%;
}

.image90.images-square .image {
    width: 90%;
    padding-bottom: 90%;
}

.image80.images-square .image {
    width: 80%;
    padding-bottom: 80%;
}

.image70.images-square .image {
    width: 70%;
    padding-bottom: 70%;
}

.image60.images-square .image {
    width: 60%;
    padding-bottom: 60%;
}

.image50.images-square .image {
    width: 50%;
    padding-bottom: 50%;
}

.image40.images-square .image {
    width: 40%;
    padding-bottom: 40%;
}

.image30.images-square .image {
    width: 30%;
    padding-bottom: 30%;
}

.image20.images-square .image {
    width: 20%;
    padding-bottom: 20%;
}

.image10.images-square .image {
    width: 10%;
    padding-bottom: 10%;
}

.images-square .image-in,
.image100.images-square .image-in,
.image90.images-square .image-in,
.image80.images-square .image-in,
.image70.images-square .image-in,
.image60.images-square .image-in,
.image50.images-square .image-in,
.image40.images-square .image-in,
.image30.images-square .image-in,
.image20.images-square .image-in,
.image10.images-square .image-in {
    position: absolute;
}

.image90 .img-height,
.image80 .img-height,
.image70 .img-height,
.image60 .img-height,
.image50 .img-height,
.image40 .img-height,
.image30 .img-height,
.image20 .img-height,
.image10 .img-height {
    height: auto;
}

:not(.image-in)>a[data-gallery-id] {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.images-full-box .image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.images-full-box .image-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    overflow: hidden;
}

.article.images-full-box.images-width:not(.article-v2) .image {
    padding-bottom: 0;
}

.images-full-box:not(.article-cards) .image img,
.stripe-image-full .section-image-in .image img {
    position: absolute;
    left: -2500%;
    right: -2500%;
    top: -2500%;
    bottom: -2500%;
    margin: auto !important;
    width: auto;
    height: auto;
    min-width: 250%;
    min-height: 250%;
    max-width: none;
    max-height: none;
    -ms-transform: scale(0.401);
    -webkit-transform: scale(0.401);
    transform: scale(0.401);
}

.stripe-image-full.stripe-image-align-left .section-image-in .image img,
.stripe-image-full.stripe-image-align-right .section-image-in .image img {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.stripe-image-full.stripe-image-align-right .section-image-in .image img {
    left: auto;
    right: 0;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-bg>*,
.video-bg video {
    display: block;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-bg>.auto-resize {
    padding-bottom: 100%;
}

.video-bg>.video-auto-resize-video {
    height: 100%;
    padding-bottom: 0;
}

.js-photoswipe-video:not(.button):not(button) {
    display: block;
}

.item {
    position: relative;
}

.item-heading,
.item-heading *:not(input):not(label) {
    margin-top: 0;
}

.item-heading:empty,
.item-text:empty {
    display: none;
}

.item-text,
.item-info {
    position: relative;
}

.gallery .item-text {
    margin-top: .5em;
}

.article .item-text {
    margin-top: 1em;
}

.article .item-info {
    font-size: 85%;
}

.item-text p,
.item-text ul {
    margin: 0 0 1em;
}

.item-text p:last-child,
.item-text ul:last-child {
    margin-bottom: 0;
}

.item-text+.button,
.item-text+button {
    margin-top: 1.4em;
}

.item-info-gallery-icon {
    margin-right: 5.4em;
}

.item-info>* {
    margin: 0;
}

.item-info>*>*:not(.icon-svg) {
    display: inline-block;
    line-height: 1.6em;
}

.item-info>*>*:not(.icon-svg) {
    margin-right: .6em;
}

.item-info>*>*~span:not(.item-recommend) {
    padding-left: .8em;
    border-width: 0 0 0 1px;
    border-style: solid;
}

.item-info .image span {
    margin: 0;
}

.item-info a {
    text-decoration: none;
}

.item-info>.item-author * {
    line-height: 1.3em !important;
}

.item-author>* {
    display: inline-block;
    vertical-align: middle;
}

.item-author .image {
    width: 38px;
    padding-bottom: calc(38px - 2px);
}

.design-minimal .item-author .image {
    padding-bottom: 38px;
}

.item-author .image-in.icon .icon-svg {
    font-size: 150%;
}

.item-recommend {
    padding: .1em .6em .15em;
}

.item-info .item-recommend {
    margin-right: 0;
}

.item-info .item-recommend+span {
    border: none;
}

.item .more,
.item-desc .more {
    display: inline;
    margin: 0;
}

#content .item-info-bottom .segment+.segment {
    margin-top: 1em;
}

a.item-more {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.item-more>span {
    position: relative;
    top: 50%;
    margin-top: -1.4em;
}

.items-border .item {
    border-width: 1px;
    border-style: solid;
}

.item-detail .item-info {
    margin: 1.5em 0;
}

.item-detail .item .item-info {
    margin: 0;
}

.item-detail .item-info>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.item-detail .item-info>*+* {
    margin-left: .5em;
}

.item-heading-sub {
    font-size: 140%;
    font-weight: 300;
    margin-bottom: .5em;
}

.item-heading-sub+h1,
.item-heading-sub+h2,
.item-heading-sub+h3 {
    margin-top: 0;
}

h1+.item-heading-sub,
h2+.item-heading-sub,
h3+.item-heading-sub {
    margin-top: .5em;
    margin-bottom: 1.5em;
}

.items-image-box .item {
    overflow: hidden;
}

.items-image-box .item,
.item-image-box {
    vertical-align: middle;
}

.items-image-box .item a,
.item-image-box a {
    text-decoration: none;
}

.items-image-box.items-boxed .item,
.items-image-box.items-boxed-s .item,
.items-image-box.items-boxed-l .item,
.items-image-box.items-boxed-xl .item,
.items-boxed-text .item.item-image-box .item-content-text {
    background-color: transparent;
    border: none;
}

.items-image-box .image,
.item-image-box .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.items-image-box .image a:not(.image-gallery-icon),
.item-image-box .image a:not(.image-gallery-icon) {
    display: block;
    width: 100%;
    height: 100%;
}

.items-image-box .image img.img-width {
    width: auto;
}

.items-image-box .image img.img-height {
    height: auto;
}

.items-image-box.digest-v3 .image-in {
    display: none;
}

.items-image-box .item-content,
.item-image-box .item-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.items-image-box .item-content-text {
    position: relative;
    z-index: 2;
    background-color: transparent !important;
}

.items-image-box .item-heading {
    padding-top: 0 !important;
}

.items-image-box.images-square .item>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.items-image-box.images-square .item {
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 100%;
    vertical-align: middle;
}

.items-image-box.images-square .item-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.items-image-box.images-square .item-content {
    width: 100%;
}

.items-box .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.items-box .item-in {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.items-box .image-in {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.items-box .item-content {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
}

.items-box .item,
.items-box .image {
    border: none;
    z-index: -2;
}

.items-image-space .item-content-text,
.item-image-space .item-content-text {
    margin-top: 15em;
}

.items-image-space .item-content-text .item-desc,
.item-image-space .item-content-text .item-desc {
    display: none;
}

.items-text-light .item-content-text::before,
.item-text-light .item-content-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, .3);
    background-image: url(../image/gradient-dark-70-b-t.svg);
    background-size: cover;
}

.items-text-light .item-content-text *,
.item-text-light .item-content-text * {
    color: white !important;
}

.items-image-video.items-image-box .image img,
.item-image-box .image img {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.015);
    object-fit: cover;
}

.items-image-video.items-image-box .image img {
    width: auto;
}

.items-image-video.items-image-box .image img.lazy,
.item-image-box .image img.lazy {
    position: absolute;
}

.items-image-video:not(.video) .item .image-in a::before,
.item-image-video:not(.video) .image-in a::before {
    width: 1em;
    height: 1em;
    line-height: 1em;
    padding: 1em .9em 1em 1.1em;
    color: white;
    background-color: black;
    border-radius: 50%;
}

.items-image-video:not(.video) .item .image-in a::before,
.item-image-video:not(.video) .image-in a::before,
.items-image-video .item .image-in a .icon-svg-box,
.item-image-video .image-in a .icon-svg-box {
    font-size: 120%;
    display: block;
    position: absolute;
    z-index: 2;
    top: 6em;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .5);
}

.items-image-video .item:hover .image-in a .icon-svg-box,
.item-image-video:hover .image-in a .icon-svg-box,
.items-image-video:not(.video) .item:hover a::before {
    background-color: #ec0100;
}

.items-image-video:not(.video):not(.items-image-box) .item .image-in a::before,
.item-image-video:not(.video):not(.items-image-box) .image-in a::before,
.items-image-video:not(.items-image-box) .item .image-in a .icon-svg-box,
.item-image-video:not(.items-image-box) .image-in a .icon-svg-box {
    top: 50%;
}

.items-image-video .item .image-in a .icon-svg-box .icon-svg {
    position: relative;
    left: -.07em;
}

.item-selected {
    border-width: 1px;
    border-style: solid;
}

.item-selected-icon {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 120%;
}

.catalogue-alternatives-tiles-in-s .item-selected-icon {
    top: -.4em;
    right: -.4em;
    font-size: 80%;
}

.search-form {
    position: relative;
}

.search-form input[type="text"] {
    padding: .5em 3.5em .5em .5em;
}

.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 1em;
}

.search-form .item+.item {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 300px;
}

#head .search-form .form,
#head .search-form .form-part {
    padding: 0;
    margin: 0;
    border: none;
}

.element-search-expand .ws-pack-item-content {
    overflow: visible;
}

.search-heading {
    font-size: 150%;
}

.search-item-heading {
    font-size: 130%;
}

.search-item #sidebar1-content {
    margin-left: 0;
}

.search-item-filter-category .search-heading,
.search-item-filter-result .search-heading {
    font-size: 130%;
    margin-top: .3em;
}

.search-no-result {
    margin-bottom: 3em;
}

.search-item-filter-category .nav svg {
    font-size: 100%;
    width: auto;
    margin-right: .1em;
    display: none;
}

.page-search-title,
.page-search-title>* {
    z-index: 10;
}

.page-search-title>#h1>strong {
    font-weight: inherit;
}

.page-search .element-search-expand,
.page-search-title .search-form {
    max-width: 600px;
}

.page-search .element-search-expand .form,
.page-search .element-search-expand .item {
    margin: 0;
}

.page-search .ws-pack-item-content {
    margin-top: .5em;
}

.page-search-title .search-form .form-part .item {
    margin-bottom: 0 !important;
}

.ws-placeholder-container {
    margin-bottom: 2.5em;
}

.ws-placeholder-title {
    font-size: 180%;
    height: 1.2em !important;
    margin-top: 1em;
    margin-bottom: .6em;
    max-width: 220px;
    padding: 0 !important;
}

.catalogue-subcats-v2 .ws-placeholder {
    padding-bottom: 24%;
}

.search-item-filter-category .ws-placeholder:not(.ws-placeholder-title) {
    height: 2.8em;
    padding: 0;
}

.search-item-filter-category .ws-placeholder:not(.ws-placeholder-title)+.ws-placeholder {
    margin-top: .2em;
}

.catalogue-view1 .ws-placeholder {
    height: auto;
    min-height: none;
    padding-bottom: 150%;
}

.search-item-item .ws-placeholder {
    height: 1.4em;
    padding: 0;
}

.search-item-item .ws-placeholder:first-child {
    margin-top: 1.5em;
    margin-bottom: .5em;
    max-width: 250px;
}

.search-item-item .ws-placeholder+.ws-placeholder {
    max-width: 800px;
}

.search-suggest {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    min-height: 200px;
    max-height: 400px;
    overflow: auto;
    transition: 100ms;
}

.search-suggest.boxed {
    padding: 0;
}

.search-suggest.boxed>*.mar-t1:not(.js-search-suggest-extra-cont):first-child {
    margin-top: 1em !important;
}

.search-suggest-container {
    margin-bottom: 1em;
}

.search-suggest-container:last-child {
    margin-bottom: 0;
}

.search-suggest ul,
.search-suggest li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.search-suggest-title,
.search-suggest-item>a {
    display: block;
    text-align: left;
    text-decoration: none;
    padding: .1em 15px;
    margin: 0;
}

.search-suggest-title {
    font-weight: 600;
}

.search-suggest-item-all-results {
    text-align: center;
}

.search-suggest-item-all-results a {
    display: block;
    text-decoration: none;
    padding: .6em 15px;
}

.search-suggest:empty {
    display: none !important;
}

.js-search-suggest-empty {
    min-height: 0;
}

.search-suggest>* {
    width: 100%;
}

.search-suggest>*:empty {
    display: none;
}

.search-suggest>*:empty+.search-suggest-item-all-results {
    margin-top: 1em;
}

.js-search-suggest-empty .search-suggest-item-all-results {
    margin-top: 0 !important;
}

.search-suggest-eshop-category {
    margin-bottom: .5em;
}

.search-suggest-eshop-product:nth-last-child(2) {
    margin-bottom: 0;
}

.search-suggest-eshop-product .search-suggest-title,
.search-suggest-eshop-product .search-suggest-item>a {
    position: relative;
    top: 0;
    left: 0;
    padding-top: .4em;
    padding-bottom: .4em;
    border-width: 0 0 1px;
    border-style: solid;
}

.search-suggest-eshop-product .search-suggest-item>a>* {
    display: inline-block;
    vertical-align: middle;
}

.search-suggest-eshop-product .search-suggest-item .item-heading {
    width: calc(100% - 150px);
    font-size: 100%;
    font-weight: inherit;
    text-transform: none;
    margin: 0;
}

.search-suggest-item .image {
    width: 40px;
    padding-bottom: 40px;
    margin-right: 10px;
    margin-bottom: 0;
}

.search-suggest-item .image .icon::before {
    font-size: 100%;
}

.search-suggest-item .catalogue-price {
    font-size: 80%;
    text-align: right;
    width: 100px;
}

.search-suggest-item .catalogue-price span {
    display: block;
}

.search-suggest-articles ul,
.search-suggest-eshop-category ul {
    margin-top: .1em;
}

.search-suggest-articles .search-suggest-item .icon::before,
.search-suggest-articles .search-suggest-item .icon-svg {
    vertical-align: top;
}

.search-suggest-articles .search-suggest-item>a {
    padding-top: .2em;
    padding-bottom: .2em;
}

.search-suggest-articles .search-suggest-item a>span {
    display: inline-block;
    width: calc(100% - 2em);
}

.search-suggest-articles .search-suggest-item .item-date {
    display: block;
    font-size: 85%;
}

#top-bar .search-suggest .icon::before {
    margin-right: .35em !important;
}

#head-content .search-suggest .item-heading {
    font-size: 90%;
}

.ws-placeholder-search-suggest {
    padding: 15px;
}

.ws-placeholder-search-suggest-item {
    margin: .5em 0;
}

.ws-placeholder-search-suggest-item>* {
    display: inline-block;
    vertical-align: top;
}

.ws-placeholder-search-suggest .ws-placeholder-image {
    width: 40px;
}

.ws-placeholder-search-suggest .ws-placeholder-text {
    width: calc(100% - 40px);
    padding-left: 1em;
    font-size: 80%;
}

.ws-placeholder-search-suggest .ws-placeholder-image .ws-placeholder {
    width: 100%;
    padding-bottom: 100%;
}

.ws-placeholder-search-suggest .ws-placeholder-text .ws-placeholder {
    max-width: 200px;
    height: 1.4em;
    margin-bottom: .5em;
}

.ws-placeholder-search-suggest .ws-placeholder-text .ws-placeholder+.ws-placeholder {
    max-width: 250px;
}

.article:not(.images-full-box) .item .image img {
    transform: scale(1.015);
}

.article .item-heading {
    font-size: 160%;
}

.article .item+.item {
    padding-top: 2em;
    margin-top: 2em;
    border-width: 1px 0 0 0;
    border-style: solid;
}

.article.items-boxed-text .row {
    position: relative;
}

.article.items-boxed-text:not(.article-v3) .item {
    padding: 0;
}

.article.items-boxed-text .item+.item {
    border-top-width: 0;
}

.article.items-boxed-text .article-item-image {
    position: absolute;
    top: 0;
    height: 100%;
}

.article.items-boxed-text .article-item-content:not(.col-12) {
    margin-left: 33.333333%;
}

.article.items-boxed-text:not(.article-v2) .item .image {
    position: absolute;
    height: 100%;
}

.article.items-boxed-text .item {
    overflow: hidden;
}

.item-content-text .item-desc p,
.article-detail .perex *:last-child {
    margin: 0;
}

.item-content-text .item-desc p+br,
.article-detail .perex p+br,
.item-content-text .item-desc br:first-child,
.article-detail .perex br:first-child {
    display: none;
}

.item-category {
    font-size: 85%;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1em;
    font-size: 90%;
}

.article .item-info .item-author .image {
    width: 1.6em;
    padding-bottom: 1.6em;
}

.article .item-info .item-author .image-in {
    position: absolute;
}

.article .item-info .item-author .image+* {
    display: inline-block;
    vertical-align: middle;
}

.article-v2:not(.items-boxed) .item+.item {
    padding-top: 0;
    border: none;
}

.article-v2 .image,
.article.masonry .image {
    margin-bottom: .8em;
}

.article-v2 .item-heading,
.article.items-boxed-text .item .item-heading {
    font-size: 120%;
}

.article-v2 .item-info {
    margin-bottom: .7em;
}

.article-v2 .item-info:last-of-type {
    margin-bottom: 0;
}

.article-v2.items-image-box .item .item-content-text {
    background-color: black !important;
    background-color: rgba(0, 0, 0, .6) !important;
}

.article-v2.items-image-box .item *:not(.item-recommend) {
    color: white !important;
}

.article-v2.items-image-box.images-square .item .item-content-text {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.article-v2.items-image-box .item .item-text {
    display: none;
}

.article-v2.items-image-box-gradient .item .item-content-text {
    background: none !important;
}

.article-v2.items-image-box-gradient .item .item-content-text::before {
    display: none;
}

.article-v2.items-image-box-gradient .image::after,
.article-v2.items-image-box-gradient .image a::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    width: 102%;
    height: 102%;
    background-image: url(../image/gradient-dark-70-b-t.svg);
    background-size: cover;
}

.article-v3.items-image-box .item .item-content-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}

.article-v3.items-image-box .item .image-gallery-icon {
    bottom: 27px;
}

.article-v3 .item-info {
    margin-right: 3em;
}

.article-cards .item .image {
    padding-bottom: 0;
}

.article-cards .item .image-in {
    position: relative;
}

.article-cards:not(.items-image-box) .item>.image img {
    width: 100%;
}

.image-gallery-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 85%;
    padding: .3em .7em;
    color: white;
    background-color: black;
    background: rgba(0, 0, 0, .7);
}

.masonry .page-articles-preview .article {
    column-count: 3;
}

.masonry-2 .page-articles-preview .article {
    column-count: 2;
}

.masonry-4 .page-articles-preview .article {
    column-count: 4;
}

.masonry .page-articles-preview .item {
    display: inline-block;
    width: 100%;
    margin-top: 0 !important;
}

.masonry .page-articles-preview .item .col {
    width: 100%;
}

.masonry .page-articles-preview .item-heading {
    font-size: 120%;
}

.masonry .page-articles-preview .item .image {
    position: relative;
    height: auto;
    padding: 0;
}

.masonry .page-articles-preview .item .image-in {
    position: relative;
}

.masonry .page-articles-preview .item .image img {
    width: 100%;
}

.masonry:not(.items-boxed-text) .page-articles-preview .article .item {
    padding-top: 0;
    border-top: 0;
}

.article.masonry,
.items-masonry>* {
    column-count: 3;
    margin-top: -1em;
    margin-bottom: 1em;
}

.article.masonry-2,
.items-masonry-2>* {
    column-count: 2;
}

.article.masonry-4,
.items-masonry-4>* {
    column-count: 4;
}

.masonry .item,
.items-masonry .item {
    display: inline-block;
    width: 100%;
    top: 1em;
    margin-top: 0 !important;
}

.masonry .item {
    overflow: hidden;
}

.items-masonry>* {
    column-gap: 0 !important;
}

.article-filter {
    text-align: center;
    margin-bottom: 1.5em;
}

.article-filter .item {
    display: inline-block;
    margin: 0 .1em !important;
    text-align: left;
}

.article-filter .item a.boxed,
.article-filter .ws-pack-item-header.boxed {
    font-size: 120%;
    padding-top: .4em;
    padding-bottom: .4em;
    border-width: 0 0 1px 0;
}

.article-filter .item>a {
    color: inherit;
    text-decoration: none;
}

.article-filter .item>a>span:not(.live-edit-translation),
.article-filter .ws-pack-item-header>p>span {
    font-size: 75%;
    opacity: .8;
    white-space: nowrap;
}

.article-filter .item a.boxed,
.article-filter .ws-pack .ws-pack-item-header {
    border-color: transparent;
}

.article-filter .item a.boxed:not(:hover),
.article-filter .ws-pack:not(:hover) .ws-pack-item-header {
    background-color: transparent;
}

.article-filter .ws-pack-item-header>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.article-filter .ws-pack-item-content {
    width: 100%;
    padding: .5em 0;
    border-width: 0;
}

.article-filter .ws-pack-item-content ul,
.article-filter .ws-pack-item-content li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-filter .ws-pack-item-content li a {
    display: block;
    padding: .3em 20px;
}

.page-articles-detail:not(.page-articles-detail-v2) .article-detail-image {
    max-width: 50%;
    margin-bottom: 2em !important;
}

.article-detail-content>* {
    margin-top: 0;
}

.article-detail .perex,
.article-detail .perex *,
.article-detail-content p,
.article-detail-content li {
    line-height: 1.6em;
}

.article-detail-content ul,
.article-detail-content ol {
    width: auto;
    overflow: hidden;
}

.article-detail-image-100 .article-detail-image {
    float: none;
    width: 100%;
    max-width: none;
    margin-right: 0;
}

.article-detail-image-100 .article-detail-content {
    clear: both;
}

.body-article-detail.article-detail-center #crumbs .stripe-in,
.article-detail-center .article-detail #h1,
.article-detail-center .article-detail #h1+.item-info,
.article-detail-center .article-detail .perex {
    text-align: center;
}

.article-detail-visual>.stripe-in {
    height: 100%;
}

.article-detail-visual>#crumbs+.stripe-in {
    height: calc(100% - 3.1em);
}

.article-detail-visual .stripe-text-image {
    display: inline-block;
    vertical-align: bottom;
}

.article-detail-visual .section-text-in {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-articles-detail-v2 .perex {
    font-style: normal;
    font-weight: 700;
    font-size: 170%;
    padding: 0;
    margin-bottom: 1em;
}

.page-articles-detail-v2 .perex,
.page-articles-detail-v2 .perex * {
    line-height: 1.4em;
}

.page-articles-detail-v2 .perex+.item-info {
    margin: 2em 0;
}

.page-articles-detail-v2 .item-info>* {
    margin: 0 2em 0 0;
    border: none;
}

.page-articles-detail-v2 .item-info>*:last-child {
    margin-right: 0;
}

.page-articles-detail-v2 .item-info>*+* {
    padding: 0;
}

.page-articles-detail-v2 .item-detail-content {
    margin-top: 2em;
}

.page-articles-detail-v2 .item-detail-content>*:not(.articles-related):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 120%;
}

.page-articles-detail-v2 .article-detail-visual .section-image-bg-in::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../image/gradient-dark-70-b-t.svg);
    background-size: cover;
}

.page-articles-detail-v2 .article-detail-visual .section-image-bg-in-img::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-articles-detail-v2 .article-detail-visual .section-image-bg-in-img img {
    object-position: 50% 50%;
}

.articles-related {
    clear: both;
    margin: 3em 0;
}

.articles-related .segment {
    margin: 2em 0 2.5em;
}

.articles-related .element-heading {
    font-size: 140%;
}

.articles-related .item-heading {
    font-size: 120%;
}

.articles-related .item:last-of-type {
    margin-bottom: 0;
}

.articles-linked-container .articles-linked .element-heading {
    text-align: center;
}

.articles-linked-container .articles-linked-more {
    text-align: center;
}

.page-author-detail {
    margin-top: 1em;
}

.video .item-heading {
    margin-bottom: 0;
}

.video-detail-player {
    padding-bottom: 60vh;
    transition: 300ms;
}

.video-detail-player .auto-resize {
    position: absolute;
    padding-bottom: 0;
    height: 100%;
}

.video-detail-visual-start .video-detail-player {
    padding-bottom: 80vh;
}

.video-detail-visual-empty-in {
    width: 250px;
    max-width: 100%;
    padding-bottom: 1.5em;
    margin: 0 auto;
}

.video-detail-visual-empty .image>span {
    position: absolute;
    bottom: 20%;
    left: 0;
    padding: .5em 0 0;
    display: block;
    width: 100%;
    text-align: center;
}

.items-image-video.items-image-box .image-empty {
    bottom: auto;
    height: 15em !important;
}

.items-image-video.items-image-box .image-empty a::after,
.items-image-video .image-empty .image-in a::before,
.item-image-video .image-in a::before {
    display: none !important;
}

.video-detail-visual-button-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-detail-visual-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 76px;
    height: 54px;
    z-index: 10;
    margin-left: -38px;
    margin-top: -27px;
    display: none;
}

.video-detail-visual-button-layer:hover .video-detail-visual-button {
    display: block;
}

.video-detail-visual-button svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.digest .item-heading {
    font-size: 140%;
    padding: .8em 0 0;
    margin: 0 0 .8em;
}

.digest:not(.images-full-box):not(.images-square) .image {
    padding-bottom: 0;
}

.digest:not(.images-full-box):not(.images-square) .image-in {
    position: relative;
}

.digest .image+.item-content-text .item-text:first-child,
.digest.items-color-heading .item-heading+.item-text {
    padding-top: .8em;
}

.digest .item-content-text>.button {
    display: inline-block;
    margin-top: 1em;
}

.digest:not(.items-color-heading) .item-content-text>.item-heading+.button {
    margin-top: 0;
}

.digest.items-color-heading .item-heading {
    padding: .8em 20px;
    margin: 0;
}

.digest.items-color-heading .item-heading a,
.digest.items-color-text .item-text {
    display: block;
    text-decoration: none;
    padding: .8em 20px;
}

.digest.items-color-heading .item-heading a {
    margin: -.8em -20px;
}

.digest.items-color-text .item-text .button {
    margin-bottom: .5em;
}

.digest.items-boxed-text .item-heading {
    padding-top: 0;
}

.digest.element-catalogue-top-category .item-heading {
    margin-bottom: 0;
}

.digest.items-rounded .item,
.digest.items-rounded-xl .item {
    overflow: hidden;
}

.digest-v2 .item-heading {
    padding-top: 0;
    margin-bottom: .5em;
}

.digest-v2.items-col-left-width-75 .item>.row>.col {
    width: 75px;
}

.digest-v2.items-col-left-width-75 .item>.row>.col+.col {
    width: calc(100% - 75px);
}

.digest-v2.items-col-left-width-100 .item>.row>.col {
    width: 100px;
}

.digest-v2.items-col-left-width-100 .item>.row>.col+.col {
    width: calc(100% - 100px);
}

.digest-v2.items-col-left-width-125 .item>.row>.col {
    width: 125px;
}

.digest-v2.items-col-left-width-125 .item>.row>.col+.col {
    width: calc(100% - 125px);
}

.digest-v2.items-col-left-width-150 .item>.row>.col {
    width: 150px;
}

.digest-v2.items-col-left-width-150 .item>.row>.col+.col {
    width: calc(100% - 150px);
}

.digest-v2.items-col-left-width-175 .item>.row>.col {
    width: 175px;
}

.digest-v2.items-col-left-width-175 .item>.row>.col+.col {
    width: calc(100% - 175px);
}

.digest-v2.items-col-left-width-200 .item>.row>.col {
    width: 200px;
}

.digest-v2.items-col-left-width-200 .item>.row>.col+.col {
    width: calc(100% - 200px);
}

.digest-v2.items-col-left-width-225 .item>.row>.col {
    width: 225px;
}

.digest-v2.items-col-left-width-225 .item>.row>.col+.col {
    width: calc(100% - 225px);
}

.digest-v2.items-col-left-width-250 .item>.row>.col {
    width: 250px;
}

.digest-v2.items-col-left-width-250 .item>.row>.col+.col {
    width: calc(100% - 250px);
}

.digest-v2.items-col-image-c .item>.row>.col:first-child {
    text-align: center;
}

.digest-v2.items-col-image-r .item>.row>.col:first-child {
    text-align: right;
}

.digest-v3 .item>a {
    color: inherit;
}

.digest-v3.images-square .item>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonial .item-content-text {
    position: relative;
    margin-bottom: 20px;
}

.testimonial .item-text {
    font-size: 100%;
    font-style: italic;
}

.ws-slider .testimonial .item-text {
    font-size: 100%;
}

.testimonial .image {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    padding-bottom: 70px;
    margin-right: .5em;
}

.testimonial .item-info {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.testimonial .image+.item-info {
    max-width: calc(100% - 90px);
}

.testimonial .item-info p {
    margin: 0;
}

.testimonial .item-info span {
    display: block;
}

.testimonial .item-info .image span {
    display: inline-block;
}

.testimonial.items-boxed .item {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.testimonial.items-boxed .item-content-text {
    border-width: 0 0 1px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.testimonial.items-boxed .item-content-text>div.cl {
    display: block;
}

.testimonial.items-boxed .image {
    margin-left: 20px;
}

.testimonial.items-boxed .item-info {
    margin-left: 20px;
    margin-right: 20px;
}

.testimonial.items-boxed .image+.item-info {
    margin-left: 0;
    margin-right: 0;
    max-width: calc(100% - 115px);
}

.testimonial-no-boxed:not(.items-boxed) .item-content-text {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: none;
}

.images-none .item .image {
    display: none;
}

.testimonial.items-rounded.items-boxed .item {
    overflow: hidden;
}

.testimonial-v2 .image {
    float: left;
    width: 120px;
    padding-bottom: 120px;
    margin: 0 0 20px;
}

.testimonial-v2 .item-info {
    max-width: none;
}

.testimonial-v2 .item-content-text {
    width: 100%;
}

.testimonial-v2.items-boxed .item-info,
.testimonial-v2 .item-info {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.testimonial-v2 .image+.item-content-text {
    margin-left: 140px;
    min-height: 120px;
    width: calc(100% - 140px);
}

.testimonial-v2 .item-content-text>div.cl {
    display: none;
}

.testimonial-v2.items-boxed .item {
    padding: 0;
}

.testimonial-v2.items-boxed .image+.item-content-text {
    margin-left: 160px;
    min-height: 140px;
}

.testimonial-v2.items-boxed .item-content-text {
    margin-bottom: 0;
    border-width: 0;
}

.testimonial-v2.items-boxed .image+.item-content-text {
    border-width: 0 0 0 1px;
}

.testimonial-v2.items-boxed .image {
    margin-top: 20px;
}

.flex-container.testimonial-v2 .item {
    flex-direction: row;
}

.flex-container.testimonial-v2 .item .image {
    height: 120px;
}

.flex-container.testimonial-v2 .image+.item-content-text {
    margin-left: 20px;
}

.testimonial-v3 .item-content-text {
    margin-top: 20px;
    margin-bottom: 0;
}

.testimonial-v3.items-boxed .item,
.testimonial-minimal.items-boxed .item {
    padding-top: 20px;
    padding-bottom: 0;
}

.testimonial-v3.items-boxed .item-content-text {
    border-width: 1px 0 0 0;
}

.testimonial .item .icon-svg {
    position: absolute;
    bottom: 0;
    left: 28px;
    width: 1em;
    height: 1em;
    max-width: none;
    transform: rotate(45deg);
}

.testimonial:not(.testimonial-v2):not(.testimonial-v3) .item .icon-svg {
    margin-bottom: -.5em;
}

.testimonial.items-boxed .item .icon-svg {
    left: 48px;
}

.testimonial-v2 .item .icon-svg,
.testimonial-v2.items-boxed .item .icon-svg {
    display: none;
    top: 60px;
    bottom: auto;
    left: -.5em;
    margin-top: -.5em;
    transform: rotate(135deg);
}

.testimonial-v2 .item .image+.item-content-text .icon-svg {
    display: block;
}

.testimonial-v3 .item .icon-svg {
    top: 0;
    bottom: auto;
    margin-top: calc(-.5em - 1px) !important;
}

.testimonial.items-color-text .item .icon-svg {
    box-shadow: none !important;
}

.element-ws-testimonials-external .testimonial .item-info span {
    display: inline-block;
}

.testimonial .item-info>* {
    margin-bottom: .5em;
}

.testimonial-minimal .item-content-text {
    padding-top: 0;
    margin: 0;
    border-width: 0 !important;
}

.testimonial-minimal .item-content-text::before,
.testimonial-minimal .item-content-text::after {
    display: none;
}

.gallery .item .item-heading {
    font-size: 110%;
    margin: 0;
}

.gallery .item .item-heading a {
    display: block;
    text-decoration: none;
}

.gallery .item .item-content-text {
    border-top-width: 1px !important;
}

.gallery .item .item-text {
    max-height: 4.2em;
    overflow: hidden;
    margin-bottom: 0;
}

.gallery-preview-item-text-hidden .item .item-text {
    display: none;
}

.gallery-v2 .item {
    position: relative;
    overflow: hidden;
}

.gallery-v2 .item .item-content-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: black !important;
    background-color: rgba(0, 0, 0, .6) !important;
    border: none;
}

.gallery-v2 .item .item-content-text,
.gallery-v2 .item .item-heading,
.gallery-v2 .item .item-heading a,
.gallery-v2 .item .item-heading span {
    color: white !important;
}

.gallery-v2 .item .item-heading {
    font-weight: inherit;
    height: 1.3em;
    margin-right: 2.8em;
    overflow: hidden;
}

.gallery-v2 .item .item-text {
    margin-top: 0;
}

.gallery-v2.gallery-preview .item .item-text {
    height: 0;
}

.gallery-v2 .image-gallery-icon {
    padding-right: 0;
    background-color: transparent !important;
}

.gallery-v2 .image-gallery-icon,
.gallery-v2 .item:hover .image-gallery-icon.image-gallery-icon-not-perex {
    bottom: 1.4em;
}

.gallery-v2 .item:hover .image-gallery-icon:not(.image-gallery-icon-not-perex) {
    bottom: 7em;
}

.gallery-v2-hover-text .item-text {
    left: -100%;
}

.gallery .col-1:nth-child(12n+0)+.col,
.gallery .col-2:nth-child(6n+0)+.col,
.gallery .col-1-7:nth-child(7n+0)+.col,
.gallery .col-1-8:nth-child(8n+0)+.col,
.gallery .col-1-9:nth-child(9n+0)+.col,
.gallery .col-1-10:nth-child(10n+0)+.col,
.gallery .col-1-11:nth-child(11n+0)+.col,
.gallery .col-1-5:nth-child(5n+0)+.col,
.gallery .col-3:nth-child(4n+0)+.col,
.gallery .col-4:nth-child(3n+0)+.col,
.gallery .col-6:nth-child(2n+0)+.col,
.gallery .col-12:nth-child(1n+0)+.col {
    clear: both;
}

.gallery-more {
    font-size: 250%;
    display: block;
    z-index: 100;
    text-align: center;
    color: white;
    background-color: black;
    background: rgba(0, 0, 0, .5);
}

.gallery-more,
.gallery-more>span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.4em;
    height: 2.4em;
    line-height: 1.4em;
    padding: .5em 0;
    margin: -1.2em 0 0 -1.2em;
}

.gallery-more-full-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.ws-videoholder {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 80%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ws-videoholder iframe {
    width: 100%;
    height: 100%;
}

.pswp__button {
    opacity: 1;
}

.pswp__button.pswp__button--arrow--right,
.pswp__button.pswp__button--arrow--left {
    top: 50%;
    margin-top: -1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 250%;
    background-color: rgba(0, 0, 0, .3);
    opacity: 1;
}

.pswp__button.pswp__button--arrow--right::before,
.pswp__button.pswp__button--arrow--left::before {
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    color: white;
    background-image: none;
    background-position: -1000px -1000px;
    background: none;
    text-align: center;
}

.pswp__button.pswp__button--arrow--left::before {
    left: 0;
}

.pswp__button.pswp__button--arrow--right .icon-svg,
.pswp__button.pswp__button--arrow--left .icon-svg {
    color: white;
}

.pswp__caption__center {
    text-align: center;
}

.poll.items-border .item {
    background: none;
    border-width: 0;
}

.poll.items-border .item+.item {
    padding-top: 2em;
    margin-top: 2em;
    border-width: 1px 0 0;
}

.answer {
    padding: 0;
    margin: 0 0 .9em;
}

.answer p {
    margin: 0 2.8em .3em 0;
}

.answer-count {
    position: absolute;
    bottom: 1em;
    right: 0;
}

.strip-box,
.strip-box a,
.strip {
    height: 1em;
}

.strip-box {
    position: relative;
    border-width: 1px;
    border-style: solid;
}

.strip-box a {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.strip {
    position: absolute;
    height: 100%;
    display: block;
}

.poll-count p {
    margin-bottom: 0;
}

.forum-th-info {
    display: none;
}

.forum-category-title {
    width: 60%;
}

.forum-theme-title {
    width: 70%;
}

.forum-category-theme {
    text-align: center;
}

.forum-category-posts {
    text-align: center;
}

.forum-category-last-post {
    width: 25%;
}

.forum table .item {
    position: static;
    margin: 0;
}

.forum table .item-heading {
    font-size: 100%;
    margin-bottom: .3em;
}

.forum .item p {
    margin: 0;
}

.forum .item-info span {
    display: block;
}

.forum .item-info span~span {
    padding: 0;
    border: none;
}

.forum .item .item-text>* {
    display: inline-block;
    vertical-align: middle;
}

.forum-thread-pager {
    margin-left: .5em;
}

.forum-thread-pager>* {
    font-size: 80%;
}

.post.items-border .item {
    padding-bottom: 2em;
    margin-bottom: 2em;
    background: none;
    border-width: 0 0 1px 0;
}

.post .item-heading {
    display: none;
}

.post .item-info p {
    margin-top: 0;
}

.post .item-text {
    margin-top: .5em;
}

.post .item-option {
    float: right;
}

.post .item-option>* {
    margin-bottom: 0;
}

.post-message blockquote {
    padding: 0;
    margin: 1em 0 1em 2em;
}

.post-content .item-info {
    margin: 0 0 .5em;
}

.level .level {
    margin-left: 1em;
}

.map-option {
    position: relative;
    top: 0;
    left: 0;
}

.map-option,
.map-option.boxed {
    padding-top: 4.5em;
}

.map-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0 !important;
    background-color: transparent;
    border: none;
}

.map-list {
    height: 100%;
    padding-right: 10px;
    overflow: auto;
}

.map-list ul,
.map-list li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.map-list input[type="radio"]+label {
    font-size: 90%;
    padding: .7em .5em .7em 2.5em;
    margin: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.map-list input[type="radio"]+label::before,
.map-list input[type="radio"]+label::after {
    display: none;
}

.map-list input[type="radio"]+label {
    padding: .7em .5em;
    cursor: pointer;
}

.map-list .map-list-address {
    font-size: 90%;
}

.map-list .map-list-psc {
    float: right;
    font-size: 80%;
    margin-left: .3em;
}

.map-option-popup {
    height: calc(100% - 10.5em) !important;
    padding-bottom: 0 !important;
}

.map-option-popup .stripe-space-none,
.map-option-popup .row,
.map-option-popup .col,
.map-option-popup .map-option,
.map-option-popup .map-with-options,
.map-option-popup .js-balikovna-map,
.map-option-popup .js_balik_na_postu-map {
    height: 100%;
}

.map-option-popup-button {
    margin: 0;
}

.ws-dialog-map-list .ui-dialog-titlebar img {
    height: 1.4em !important;
    width: auto;
    margin-right: .3em;
    vertical-align: middle;
}

.ws-dialog-full-screen,
.ws-dialog-narrow {
    position: fixed;
    top: 20px !important;
    left: 20px !important;
    width: calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
}

.ws-dialog-map-list.ws-dialog-narrow {
    left: 50% !important;
    margin-left: -250px;
    max-width: 500px;
}

.ws-dialog-map-list.ws-dialog-narrow .map-option.boxed,
.ws-dialog-map-list.ws-dialog-narrow .map-search.boxed {
    border: none;
}

.ws-dialog-map-list.ws-dialog-narrow .map-search.boxed {
    padding: 0;
}

.ws-dialog-map-list.ws-dialog-narrow .map-option.boxed {
    padding: 3em 0 0;
}

.ui-dialog.ws-dialog-map-list .ui-dialog-title {
    font-size: 100%;
}

.ui-dialog.ws-dialog-map-list .ui-dialog-buttonpane {
    text-align: center;
}

.ui-dialog.ws-dialog-map-list .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.ui-dialog.ws-dialog-map-list .ui-dialog-buttonpane button {
    margin: 0;
}

.help .item+.item {
    padding-top: 2em;
    margin-top: 2em;
    border-top: 1px solid #dddddd;
}

.help .item .item-info {
    margin: 1em 0;
}

.filters h3 {
    font-size: 120%;
    margin-bottom: .5em;
}

.filters h3+.filter .form {
    margin-top: 0;
}

.filter label {
    padding: 0;
}

.filter .ws-pack-item-header {
    vertical-align: top;
}

.filter .ws-pack-item-header.icon::after,
.filter .ws-pack-item-header:not(.filter-more) .icon,
.filter .ws-pack-icons-svg .icon-svg {
    float: right;
}

.filter .ws-pack-item-header>* {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.filter .ws-pack-item-header .filter-unit {
    font-size: 80%;
    font-weight: 400;
    text-transform: none;
}

.filter .ws-pack-item-content.boxed {
    padding-top: 3px;
    border-top-width: 0;
}

.filter .ws-pack-item-content {
    margin-top: .4em;
}

.filter .item>.ws-pack-main>.ws-pack-item>.ws-pack-item-content {
    font-size: 85%;
}

.filter .filter-more {
    margin: .5em 0 0;
}

.filter .ws-pack-item-content .field+.field {
    margin-top: .4em;
}

.filter .ws-pack-item-content .field label {
    width: 100%;
}

.filter .item {
    margin-bottom: 0 !important;
}

.sidebar .filters .filter .item {
    margin-top: -1px;
}

.filters-number-of-product {
    display: inline-block;
    padding: .2em 0;
    margin-bottom: .4em;
}

.filter .field .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.2em;
    padding-bottom: calc(2.2em - 2px);
    overflow: hidden;
}

.filter .field .image~label {
    line-height: 2.2em;
    top: 0;
    left: 0;
    padding-left: 2.6em;
}

.filter .field .image~label::before,
.filter .field .image~label .icon {
    top: 0;
    left: 0;
    width: 2.2em;
    height: 2.2em;
    box-sizing: border-box;
    background-color: transparent;
    border-color: transparent;
}

.filter .field .image~label::after,
.filter .field .image~label .icon {
    text-align: center;
    line-height: 2.2em;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.filter .field .image+input:checked+label::after,
.filter .field .image+input:checked+label .icon {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.filter .field .image+input:checked+label::before,
.filter .field .image~label:hover::before {
    background-color: black;
    background-color: rgba(0, 0, 0, .3);
}

.filter .field .image~label .icon-svg {
    left: .5em;
    top: .5em;
}

.filter-image .col {
    max-width: 60px;
}

.filter .filter-image .field .image {
    width: 100%;
    padding-bottom: calc(100% - 2px);
}

.filter .filter-image .field .image~label {
    display: block;
    width: 100%;
    padding-bottom: calc(100% - 2px);
    padding-left: 0;
    margin-bottom: 8px;
}

.filter .filter-image .field .image~label::before,
.filter .filter-image .field .image~label .icon {
    width: 100%;
    height: 100%;
}

.filter .filter-image .field .image~label::after,
.filter .filter-image .field .image~label .icon {
    font-size: 125%;
}

.filter .filter-image .field .image~label .icon-svg {
    font-size: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filters-vertical .catalogue-filter-items {
    width: 100%;
}

.filters-horizontal {
    position: relative;
    z-index: 10;
    font-size: 95%;
    margin-top: 1em;
}

.filters-horizontal.boxed {
    padding-top: .9em;
    padding-bottom: 0;
    margin-bottom: 1em;
}

.filters-horizontal .filter .ws-pack-item-header.icon::after,
.filters-horizontal .filter .ws-pack-item-header .icon,
.filters-horizontal .filter .ws-pack-icons-svg .icon-svg {
    float: none;
    margin: 0;
}

.filters-horizontal .filter .ws-pack-icons-svg .icon-svg {
    margin-top: -.2em;
}

.filters-horizontal .filter .form {
    margin: 0;
}

.filters-horizontal .ws-pack-item-header {
    font-weight: inherit;
}

.filters-horizontal .filter .ws-pack-item-header>* {
    vertical-align: middle;
}

.filters-horizontal .catalogue-filter-items-title {
    margin-right: .3em;
}

.filters-horizontal .catalogue-filter-items,
.filters-horizontal .catalogue-sorting,
.filters-horizontal .catalogue-options,
.filters-mobile>a {
    margin-bottom: .9em;
}

.filters-horizontal .catalogue-filter-view+.catalogue-filter-items {
    margin-right: 7.5em;
}

.filters-horizontal .catalogue-filter-items>.row {
    margin: 0 !important;
}

.filters-horizontal .catalogue-filter-items>.row>.col {
    padding: 0;
}

.filters-horizontal .catalogue-filter-items>.row>.col:not([class*="col-"]) {
    width: auto;
}

.filters-horizontal .boxed {
    line-height: 1.4em;
    padding: .5em .7em;
}

.filters-horizontal .ws-pack-item-content {
    min-width: 240px;
    max-height: 240px;
    overflow: auto;
}

.filters-horizontal .col[class*="col-"] .ws-pack-item-content {
    min-width: 0;
}

.filters-horizontal .catalogue-filter-items>.row>.col:not([class*="col-"]) .ws-pack-item-content {
    padding-top: 10px;
    border-top-width: 1px;
}

.filters-horizontal .filter-used .ws-pack-item-header.boxed {
    background: transparent;
}

.filters-horizontal .catalogue-sorting .field-inline {
    display: inline-block;
}

.filters-horizontal .catalogue-sorting .item {
    margin-right: .5em;
}

.filters-horizontal .catalogue-sorting .item:not(.tab-switch) .field {
    margin-right: .5em;
}

.filters-horizontal .catalogue-sorting .item .field+.field {
    margin-left: 0;
}

.filters-horizontal .catalogue-sorting .item:last-child,
.filters-horizontal .catalogue-sorting .item .field:last-child {
    margin-right: 0;
}

.filters-mobile {
    font-size: 90%;
}

.filters-mobile .boxed {
    padding: 15px;
}

.filters-mobile>* {
    margin: 1em 0;
}

.filters-mobile>*:last-child {
    margin-bottom: 0;
}

.filters-mobile-filter-header {
    font-size: 100%;
    margin: 0;
}

.filters-mobile-filter-header .icon {
    float: right;
}

.filters-mobile .catalogue-filter-items .col+.col {
    margin: 0 !important;
}

.filters-mobile .catalogue-filter-items .ws-pack-item-header {
    border-width: 1px 0 0;
}

.filters-mobile .pagination {
    text-align: center;
}

.filters-mobile .filter .ws-pack-item-content {
    font-size: 100% !important;
    border-width: 0;
}

.filters-mobile .filter-button-confirm {
    margin: 0 !important;
    border-width: 1px 0 0;
    text-align: center;
}

.filters-mobile .filter-button-confirm button {
    width: 100%;
    max-width: 200px;
}

.filters-mobile-filter .filter-used .ws-pack-item-header::before {
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    margin-right: .2em;
    margin-bottom: .12em;
}

.filter-slider-on {
    position: relative;
    width: auto;
    padding: 0 1em;
    margin: .6em 0 !important;
}

.filter-slider-min-value,
.filter-slider-max-value {
    position: absolute;
    top: -1.8em;
    left: 0;
}

.filter-slider-max-value {
    right: 0;
    left: auto;
}

.filter-slider-off {
    text-align: center;
    margin-top: 1em;
}

.filter-slider-off>* {
    display: inline-block;
}

.filter-slider-off label {
    display: none;
}

.filter-slider-off input {
    font-size: 95%;
    text-align: right;
    width: auto;
    margin: .4em .2em;
}

.filters .form-bottom {
    margin-top: 1em;
}

.ui-slider-range {
    border-width: 1px;
    border-style: solid;
}

.ui-slider-horizontal .ui-slider-handle {
    background-color: white;
    border-width: 1px;
    border-style: solid;
}

.ui-state-focus {
    outline: none !important;
}

.filter h4 {
    font-size: 100%;
    margin: 0;
}

.filters-active {
    font-size: 95%;
    margin: 0 0 1em;
}

.filters-mobile+.filters-active {
    margin-top: 1em;
}

.filters-reset-all a,
.filters-reset-all a:visited,
.filters-view-all,
.filters-view-all:visited {
    text-decoration: none;
    color: inherit;
}

.catalogue-category-nav-title {
    display: none;
    margin: 0 0 .3em;
}

.segment+.catalogue-category-nav-title {
    margin-top: 1em;
}

.catalogue-category-nav-title span {
    font-size: 90%;
}

.catalogue-sorting-view {
    font-size: 95%;
}

.catalogue-sorting .form {
    margin: 0;
}

.catalogue-sorting .form-part {
    float: left;
}

.catalogue-sorting .form-part+.form-part {
    float: right;
}

.catalogue-sorting .form-part,
.catalogue-sorting .form .item {
    margin: 0;
}

.catalogue-sorting .field-checkbox .field {
    padding-top: .4em;
    padding-bottom: .4em;
}

.catalogue-ordering form {
    display: inline-block;
    margin-right: .5em;
}

.catalogue-ordering input,
.catalogue-ordering select {
    padding: 0;
}

.catalogue-part-head {
    display: none;
}

.catalogue-sorting-view-2 .catalogue-sorting {
    float: left;
}

.catalogue-sorting-view-2 .catalogue-filter-view~.catalogue-sorting .form-part:first-child,
.catalogue-sorting-view-2 .form-part+.form-part {
    padding-left: 1.5em;
    margin-left: 1.5em;
    border-width: 0 0 0 1px;
    border-style: solid;
}

.catalogue-stickers {
    position: relative;
    left: 0;
    top: 0;
    font-size: 85%;
}

.catalogue-stickers-in {
    position: absolute;
    left: 0;
    top: 0;
}

.catalogue-stickers-margin .catalogue-stickers-in,
.catalogue-stickers-margin-l .catalogue-stickers-in {
    margin: 1em;
}

.catalogue-stickers-margin-l .catalogue-stickers:not(.catalogue-sale) {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.catalogue-stickers-margin-l .catalogue-sale-in {
    width: calc(100% - 350px);
    left: 100%;
}

.catalogue-stickers-margin-l .catalogue-sale-in>* {
    margin-right: calc(100% * 1.5 + 1em) !important;
}

.catalogue-stickers-margin-l .catalogue-stickers-r.catalogue-sale .catalogue-sale-in {
    right: 100%;
    left: auto;
}

.catalogue-stickers-margin-l .catalogue-stickers-r.catalogue-sale .catalogue-sale-in>* {
    margin-left: calc(100% * 1.5 + 1em) !important;
}

.catalogue-stickers-in>span {
    position: relative;
    clear: left;
    display: inline-block;
    line-height: 1.4em;
    padding: .3em 1em;
}

.catalogue-stickers-in>span+span {
    margin-top: .5em;
}

.catalogue-stickers-c:not(.catalogue-sale) .catalogue-stickers-in {
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
}

.catalogue-stickers-margin .catalogue-stickers-c:not(.catalogue-sale) .catalogue-stickers-in,
.catalogue-stickers-margin-l .catalogue-stickers-c:not(.catalogue-sale) .catalogue-stickers-in {
    padding: 1em;
    margin: 0;
}

.catalogue-stickers-c:not(.catalogue-sale) .catalogue-stickers-in>span {
    margin: 0 .1em .2em;
    clear: none;
    float: none;
}

.catalogue-stickers-r:not(.catalogue-sale) .catalogue-stickers-in {
    left: auto;
    right: 0;
    text-align: right;
}

.catalogue-stickers-r:not(.catalogue-sale) .catalogue-stickers-in>span {
    float: right;
    clear: right;
}

.image~.catalogue-stickers {
    display: block;
}

.image~.catalogue-stickers .catalogue-stickers-in,
.image~.catalogue-stickers.catalogue-sale .catalogue-stickers-in>* {
    top: auto;
    bottom: 0;
}

.catalogue-stickers-inline {
    margin: 1em 0;
}

.catalogue-stickers-inline .catalogue-stickers-in {
    position: relative;
    left: 0;
}

.catalogue-stickers-inline span {
    float: none;
}

.catalogue-stickers-inline .catalogue-stickers-in>span+span {
    margin-top: 0;
}

.catalogue-stickers-inline span+span {
    margin-left: .3em;
}

.catalogue-stickers-inline span::before {
    display: none;
}

.catalogue-sale {
    font-size: 100%;
    left: auto;
    right: 0;
}

.catalogue-sale-in {
    left: auto;
    right: 0;
}

.catalogue-sale strong {
    font-size: 130%;
    line-height: 2.9em;
    margin-right: -.1em;
}

.catalogue-sale .catalogue-sale-in>* {
    position: absolute;
    right: 0;
}

.catalogue-sale .catalogue-sale-in .catalogue-sticker-sale {
    display: inline-block;
    text-align: center;
    margin: 0;
    line-height: 3.7em;
    width: 3.7em;
    height: 3.7em;
    padding: 0;
}

.catalogue-stickers-r.catalogue-sale .catalogue-sale-in {
    left: 0;
    right: auto;
}

.catalogue-stickers-r.catalogue-sale .catalogue-sale-in>* {
    left: 0;
    right: auto;
}

.catalogue-stickers-c.catalogue-sale .catalogue-sale-in {
    top: 0;
    padding-bottom: 100%;
}

.catalogue-stickers-c.catalogue-sale .catalogue-sale-in>* {
    bottom: 0;
}

.catalogue-stickers-margin .catalogue-sale .catalogue-stickers-in,
.catalogue-stickers-margin-l .catalogue-sale .catalogue-stickers-in {
    margin: 0;
}

.catalogue-stickers-margin .catalogue-sale .catalogue-stickers-in>*,
.catalogue-stickers-margin-l .catalogue-sale .catalogue-stickers-in>* {
    margin: 1em;
}

.image~.catalogue-stickers-c.catalogue-sale .catalogue-sale-in {
    bottom: 0;
    top: auto;
}

.image~.catalogue-stickers-c.catalogue-sale .catalogue-stickers-in>* {
    bottom: auto;
    top: 0;
}

.catalogue-preview-items-rows-text-in .catalogue-stickers {
    top: 0 !important;
    left: 0 !important;
    font-size: 80%;
    margin-bottom: .4em;
}

.catalogue-preview-items-rows-text-in .catalogue-stickers-in>span {
    float: none;
    clear: none;
    padding: .15em .6em;
}

.catalogue-preview-items-rows-text-in .catalogue-stickers-in>span+span {
    margin-top: .3em;
}

.catalogue-sticker-container .catalogue-gift-icon {
    padding: .8em;
    margin: 0;
}

.catalogue-gift ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalogue-gift li {
    margin: 0;
}

.catalogue-gift li+li {
    margin-top: 1em;
}

.catalogue-gift-icon .icon::before {
    margin: 0 !important;
}

.catalogue-detail-desc .catalogue-gift {
    margin: 2em 0 2.5em;
}

.catalogue-detail-desc .catalogue-gift .image {
    width: 45px;
    padding-bottom: 45px !important;
    margin-right: 12px;
    margin-left: 1.5em;
}

.catalogue-detail-desc .catalogue-gift .image .catalogue-gift-icon {
    position: absolute;
    top: 50%;
    left: -1.5em;
    margin-top: -1.20em;
}

.catalogue-detail-desc .catalogue-gift .catalogue-gift-icon {
    margin-right: .7em;
}

.catalogue-price-stock,
.catalogue-price-stock-piece {
    font-size: 90%;
}

.catalogue-price-stock *,
.catalogue-price-stock-na {
    font-weight: inherit;
}

.catalogue-price-stock p {
    margin: 0;
}

.page-catalogue {
    margin-top: 1em;
}

.page-catalogue.page-catalogue-detail-v2 {
    margin-top: 0;
}

body:not(.page-catalogue-detail-body) .stripe-catalogue-preview-width>.stripe-in,
body:not(.page-catalogue-detail-body) .stripe-catalogue-preview-width .page-catalogue-preview>.content-edge {
    margin-left: 0;
    margin-right: 0;
}

body:not(.page-catalogue-detail-body) .stripe-catalogue-preview-width>.stripe-in {
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.catalogue-subcats {
    font-size: 110%;
    margin: 1em 0;
}

#catalogue-subcats p {
    margin: 0;
    display: none;
}

#catalogue-subcats ul,
#catalogue-subcats li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#catalogue-subcats li {
    display: inline-block;
    margin-right: 1.5em;
}

#catalogue-subcats .icon::before {
    color: #cccccc;
}

.catalogue-subcats-v2 {
    font-size: 100%;
    margin-bottom: 0;
}

.catalogue-subcats-v2 .item.boxed {
    padding: 0;
}

.catalogue-subcats-v2 .item a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: .3em;
    text-decoration: none;
}

.catalogue-subcats-v2 .item a>* {
    display: inline-block;
    vertical-align: middle;
}

.catalogue-subcats-v2 .image {
    width: 20%;
    padding-bottom: 20%;
    margin-right: .5em;
}

.catalogue-subcats-v2 .item a>span {
    width: 70%;
}

.catalogue-subcats-v2 .image-in.icon::before,
.catalogue-subcats-v2 .image-in.icon .icon-svg {
    font-size: 150%;
}

.catalogue-subcats-v3 .item-content {
    font-weight: 600;
}

.catalogue-subcats-v4 .item-heading {
    font-size: 100%;
    text-align: center;
    min-height: 2.8em;
}

#catalogue-category-desc {
    margin: 0 0 1.5em;
}

#catalogue-category-desc>.row>.col>*:first-child {
    margin-top: 0;
}

.catalogue-category-visual {
    margin-bottom: 2em;
}

.catalogue-category-visual>.stripe-in {
    padding-bottom: 2em;
}

.catalogue-category-visual>img {
    display: block;
}

.body-pad-t0 .catalogue-category-content-stripe-no-crumbs {
    padding-top: 1.5em;
}

.catalogue-category-visual+.catalogue-category-content-stripe-no-crumbs {
    padding-top: 0;
}

.stripe-division.stripe-width .catalogue-category-content-stripe>.stripe-in {
    padding-left: 0;
    padding-right: 0;
}

.catalogue-category-megamenu .item {
    padding-top: 15px;
}

.catalogue-category-megamenu .item>.row>.col {
    margin-bottom: 0;
}

.catalogue-category-megamenu .item .image {
    margin-top: -15px;
}

.catalogue-category-megamenu.items-boxed .item .image {
    margin-top: 0;
}

.catalogue-category-megamenu .item-heading {
    margin-bottom: 0;
}

.catalogue-category-megamenu .item-text {
    margin-top: .5em;
}

.catalogue-category-megamenu .item-text .megamenu-a {
    margin-right: .4em;
}

.catalogue-category-megamenu .item-text .megamenu-a-more {
    white-space: nowrap;
}

.catalogue-category-megamenu .item-text .megamenu-a::after {
    content: ",";
}

.catalogue-category-megamenu .item-text .megamenu-a:last-of-type::after {
    display: none;
}

.catalogue-category-megamenu .image-in {
    position: absolute !important;
}

.catalogue-category-megamenu .image .icon {
    min-height: 4em !important;
}

.catalogue-category-megamenu .image .icon::before,
.catalogue-category-megamenu .image-in.icon .icon-svg {
    font-size: 260%;
}

.catalogue.stripe-space-none>.row {
    border-width: 1px 0 0 1px;
    border-style: solid;
}

.catalogue.stripe-space-none>.row>.col {
    margin: 0 !important;
}

.catalogue.stripe-space-none>.row>.col .item {
    border-width: 0 1px 1px 0;
}

.catalogue.stripe-space-none {
    margin-bottom: 1.5em;
}

.catalogue:not(.images-border-none) .catalogue-stickers {
    top: 8px;
    left: 7px;
}

.catalogue:not(.images-border-none) .catalogue-stickers.catalogue-sale {
    left: auto;
    right: 7px;
}

.catalogue-preview-info {
    text-align: left;
    margin-top: .5em;
}

.catalogue-preview-info .ws-rating {
    float: left;
}

.catalogue-preview-info .ws-rating ul {
    display: block;
}

.catalogue-preview-info .ws-rating *,
.catalogue-preview-info .ws-rating .icon::before {
    line-height: 1.4em;
}

.catalogue-preview-info-c .catalogue-preview-info {
    text-align: center;
}

.catalogue-preview-info-c .catalogue-preview-info>* {
    float: none;
}

.catalogue-preview-info-c .catalogue-price-stock {
    float: none !important;
}

.items-boxed-text .catalogue-preview-info {
    margin-top: 0;
}

.catalogue .item-heading {
    font-size: 110%;
    font-weight: inherit;
    margin: .5em 0;
}

.catalogue .item-text {
    margin-bottom: .5em;
}

.catalogue .catalogue-basket {
    margin-top: .5em;
}

.cat-prev-list {
    font-size: 90%;
    text-align: left;
}

.item-desc+.cat-prev-list {
    margin-top: 1em;
}

.cat-prev-list ul,
.cat-prev-list li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cat-prev-list li span+span {
    font-weight: 600;
}

.catalogue-price span,
.catalogue-price strong {
    display: inline-block;
    vertical-align: middle;
}

.catalogue-price strong {
    font-size: 120%;
}

.catalogue-price-without-vat,
.catalogue-product-ean,
.catalogue-product-code {
    font-size: 90%;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
}

.catalogue-detail-desc .item-info span.catalogue-product-ean,
.catalogue-detail-desc .item-info span.catalogue-product-code {
    margin-right: .5em;
}

.catalogue-price-delete+strong {
    margin-left: .5em;
}

.catalogue-price-vat {
    font-size: 70%;
}

.catalogue-price-vat:empty {
    display: none;
}

.catalogue-preview .catalogue-product-code {
    position: absolute;
    bottom: .2em;
    left: 0;
    font-size: 80%;
    width: 100%;
    text-align: center;
    display: none;
}

.catalogue-preview .item:hover .catalogue-product-code {
    display: block;
}

.catalogue-preview:not(.items-boxed):not(.items-boxed-text) .item-content-text:after,
.catalogue-view2 .item>.row>.col:first-child:after {
    content: "";
    display: block;
    height: 1.2em;
}

.catalogue-view3 .catalogue-product-code {
    bottom: -1.4em;
}

.basket-table .catalogue-product-code {
    font-size: 80%;
}

.catalogue-price+.catalogue-basket-form,
.catalogue-price+.button {
    margin-top: .5em;
}

.catalogue-preview-items-rows-price .catalogue-basket-form {
    margin-top: 0;
}

.catalogue-basket-form>* {
    display: inline-block;
    vertical-align: middle;
}

.catalogue-basket-count[type="text"] {
    width: auto;
    text-align: right;
}

.catalogue-preview .catalogue-basket-count {
    display: none;
}

.item-stock-na> :not(.catalogue-stickers) {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.catalogue-view1 {
    text-align: center;
}

.catalogue-view1 .catalogue-price-stock {
    float: right;
}

.catalogue-view1 .catalogue-basket {
    margin-bottom: .5em;
    margin-top: auto;
}

.catalogue-view1 .catalogue-basket-button-space {
    height: calc(2.4em + 2px);
    margin-top: .5em;
}

.catalogue-view1 .catalogue-basket-no-button .catalogue-price {
    margin-bottom: 0;
}

.catalogue-view3.catalogue .item-desc {
    height: auto;
}

.catalogue-view2.catalogue .item-heading {
    margin-top: .3em;
}

.catalogue-view2 .catalogue-price-stock,
.catalogue-view3 .catalogue-price-stock {
    margin-bottom: .5em;
}

.catalogue-view3.catalogue .item-heading {
    height: auto;
}

.catalogue-view2 .catalogue-price span,
.catalogue-view2 .catalogue-price strong,
.catalogue-view3 .catalogue-price span,
.catalogue-view3 .catalogue-price strong {
    display: block;
    margin: 0;
}

.catalogue-view3.catalogue.stripe-space-none>.row>.col {
    height: auto;
}

.catalogue-view-align-left .item-content-text>* {
    text-align: left;
}

.catalogue-detail h1,
.catalogue-detail #h1 {
    font-size: 200%;
    font-weight: 600;
    margin-bottom: .1em;
}

.catalogue-detail .item-desc {
    margin: 1.2em 0 1.5em;
}

.catalogue-detail-price-container {
    margin: .5em 0 1.5em;
}

.catalogue-detail-quantity-prices table {
    margin: 0;
}

.catalogue-detail-quantity-prices table,
.catalogue-detail-quantity-prices th,
.catalogue-detail-quantity-prices td {
    color: inherit;
    padding: .5em 0;
    background-color: transparent !important;
}

.catalogue-detail-quantity-prices table,
.catalogue-detail-quantity-prices th {
    border: none;
}

.catalogue-detail-quantity-prices th {
    font-weight: 400;
    font-size: 110%;
}

.catalogue-detail-quantity-prices th strong {
    font-weight: 600;
}

.catalogue-detail-quantity-prices table tr:first-child>* {
    padding-top: 0;
}

.catalogue-detail-quantity-prices table tr:last-child>* {
    padding-bottom: 0;
    border-bottom: 0;
}

.catalogue-detail-quantity-prices td {
    border-width: 0 0 1px 0;
}

.catalogue-detail-price-box .col {
    margin-bottom: 0 !important;
}

.catalogue-detail-on-request a {
    margin-right: .8em;
}

.catalogue-detail .catalogue-price {
    min-height: 0;
    margin: 0 .3em 0 0;
    display: inline-block;
    vertical-align: middle;
}

.catalogue-detail-desc .catalogue-price>*,
.catalogue-alternatives .catalogue-price>.catalogue-price-from {
    display: block;
}

.catalogue-detail-desc .catalogue-price>strong {
    white-space: nowrap;
}

.catalogue-detail-desc .catalogue-price-stock {
    font-size: 120%;
}

.catalogue-detail-desc .catalogue-price strong {
    font-size: 200%;
    margin: 0;
    margin: -.1em 0;
}

.catalogue-detail .catalogue-price-delete {
    font-size: 100%;
}

.catalogue-detail .button-cart {
    margin-bottom: 0;
}

.catalogue-detail input,
.catalogue-detail .button-cart {
    height: auto;
}

.catalogue-detail .catalogue-detail-container .catalogue-sale {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.catalogue-detail .catalogue-detail-container .catalogue-stickers-in,
.catalogue-detail .catalogue-detail-container .catalogue-sale span {
    position: relative;
}

.catalogue-detail-desc .ws-rating ul {
    font-size: 120%;
}

.catalogue-detail #tab {
    margin-top: 3em;
}

.page-catalogue-detail .catalogue-detail~.stripe .stripe-in h2:first-child {
    margin-top: 0;
}

.page-catalogue-detail :not(#content-in-content)+.sidebar {
    display: none;
}

.page-catalogue-detail :not(#content-in-content) #tab {
    margin-top: 0;
}

.catalogue-detail-tab-files ul {
    list-style: none;
    padding: 0;
}

.page-catalogue-detail-v2 .catalogue-detail-columns {
    margin-top: 0;
}

.catalogue-detail-columns div[id*="tab"]:first-child h2:first-child {
    margin-top: 0;
}

.page-catalogue-detail-v1 .catalogue-detail-columns .catalogue-detail-desc {
    margin-left: 0;
}

.page-catalogue-detail .catalogue-detail>.catalogue-detail-container>.stripe-in {
    padding-bottom: 0;
}

.page-catalogue-detail #content-in-content #content-in-content-in .catalogue-detail>.stripe-space:first-child>.stripe-in {
    padding-right: 0;
}

.page-catalogue-detail #content-in-content+#sidebar1-content>.stripe>.stripe-in {
    padding-left: 0;
}

.catalogue-detail-properties .tab-nav .icon::before,
.catalogue-detail-properties .tab-nav .icon-svg {
    display: none;
}

.page-catalogue-detail-v1 .catalogue-gallery-detail-images,
.page-catalogue-detail-v1 .catalogue-detail-desc,
.page-catalogue-detail-v1 .catalogue-alternatives {
    margin-bottom: 2em;
}

.catalogue-detail-gallery {
    position: relative;
    margin-right: 1em;
}

.catalogue-detail-gallery-image .image-in img {
    max-height: 640px;
}

.catalogue-detail-gallery-image.image-none .image-in {
    min-height: 140px;
}

.catalogue-detail-desc .item-info {
    margin: 1em 0;
}

.catalogue-detail-desc #h1+.item-info {
    margin: 0 0 1.5em;
}

.catalogue-detail-desc .item-info>* {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    margin-bottom: .3em;
}

.catalogue-detail-desc .item-info>*:last-child {
    margin-right: 0;
}

.catalogue-detail-desc .item-info span {
    margin-right: 0;
    border: none;
}

.catalogue-detail-desc .catalogue-basket {
    margin: 1em 0;
}

#content-in-content .catalogue-detail-gallery {
    margin-right: 0;
}

.catalogue-detail-gallery-image-stickers {
    position: absolute;
    z-index: 3;
    top: 1em;
    right: 20px;
    min-width: 3.7em;
    text-align: center;
    height: calc(100% - 2em);
    overflow: hidden;
}

.catalogue-detail-gallery-image-stickers * {
    position: relative !important;
}

.catalogue-detail-gallery-image-stickers>* {
    margin: 0 0 .8em !important;
    max-width: 80px;
}

.catalogue-detail-gallery-image-stickers .catalogue-stickers-in>span {
    float: none;
}

.catalogue-detail-gallery-image-stickers .catalogue-sticker-sale {
    display: block !important;
}

.catalogue-detail-gallery-image-stickers .icon-svg-box,
.catalogue-detail-gallery-image-stickers .icon--box {
    padding: .85em;
}

.catalogue-detail-gallery-image-stickers img {
    display: block;
    margin: 0 auto;
}

.catalogue-detail-product-labels {
    font-size: 85%;
}

.catalogue-detail-product-labels>* {
    margin-bottom: 1em;
    line-height: 1.2em;
}

.catalogue-detail-product-label>svg {
    display: block;
    margin: 0 auto;
    margin-bottom: .3em;
}

.catalogue-detail-product-label-text {
    padding: 10px 5px;
}

.catalogue-detail .catalogue-price-stock {
    font-weight: 600;
    margin: 0;
}

.catalogue-detail .catalogue-price-stock-date {
    padding-left: 1em;
    margin-left: 1em;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #dddddd;
}

.catalogue-detail-options {
    margin: 2em 0;
}

.catalogue-detail-options ul,
.catalogue-detail-options li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalogue-detail-options li {
    display: inline-block;
    text-align: center;
}

.catalogue-detail-options li+li {
    margin-left: 1.5em;
}

.catalogue-detail-options a {
    text-decoration: none;
}

.catalogue-detail-options .icon::before {
    text-align: center;
    display: block;
    font-size: 120%;
    margin: 0;
}

.catalogue-detail-options .icon>span {
    font-size: 90%;
}

.catalogue-detail .tab-nav .number-info {
    position: relative;
    left: 0;
    top: 0;
}

.page-catalogue-detail-body .catalogue-detail-desc-left .catalogue-detail::after {
    content: "";
    display: block;
    clear: both;
}

.page-catalogue-detail-body .catalogue-detail-desc-left .catalogue-detail>.stripe .stripe-in::before,
.page-catalogue-detail-body .catalogue-detail-desc-left .catalogue-detail>.stripe .stripe-in::after,
.page-catalogue-detail-body .catalogue-detail-desc-left .catalogue-detail>.stripe .stripe-in>.row::before,
.page-catalogue-detail-body .catalogue-detail-desc-left .catalogue-detail>.stripe .stripe-in>.row::after {
    display: none !important;
}

.page-catalogue-detail-body .catalogue-detail-desc-left .catalogue-detail .col-catalogue-detail-desc {
    float: right;
}

.page-catalogue-detail-body .catalogue-detail-desc-left .catalogue-detail>.catalogue-detail-properties {
    z-index: 0;
}

.page-catalogue-detail-body .catalogue-detail-desc-left .catalogue-detail>.catalogue-detail-properties #tab {
    width: 50%;
    float: left;
    clear: left;
}

.catalogue-product-expired .catalogue-detail-gallery-image .image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
}

#catalogue-detail-request-form .form {
    margin: 0;
}

.catalogue-detail+.catalogue-detail-stripe-form {
    margin-top: 0 !important;
}

.page-catalogue-detail-v2 .catalogue-detail-brand-space>.stripe-in,
.page-catalogue-detail:not(.page-catalogue-detail-v1) .catalogue-detail+.catalogue-detail-brand-space>.stripe-in,
.page-catalogue-detail:not(.page-catalogue-detail-v1) .catalogue-detail+.catalogue-detail-stripe-related>.stripe-in,
.page-catalogue-detail:not(.page-catalogue-detail-v1) .catalogue-detail+.catalogue-detail-stripe-recommended>.stripe-in,
.catalogue-detail-stripe-tags+.articles-linked-container>.stripe>.stripe-in,
.page-catalogue-detail-v1 .catalogue-detail+.catalogue-detail-stripe-accessories>.stripe-in,
.catalogue-detail-stripe-related+.catalogue-detail-stripe-recommended>.stripe-in {
    padding-top: 0;
}

#catalogue-detail-desc-container {
    clear: both;
}

.page-catalogue-detail-body .stripe-catalogue-detail-width:not(.stripe-edge)>.stripe-in {
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.catalogue-detail-stripe-recommended-container-tabs .item {
    margin-top: 20px;
    border-bottom-width: 0 !important;
}

.catalogue-subcats-v4 .active .item {
    margin-top: 0;
}

.catalogue-detail-stripe-recommended-container-tabs.grid-space-1px .row>.col,
.catalogue-detail-stripe-recommended-container .catalogue,
.catalogue-detail-stripe-recommended-container .catalogue .col {
    margin-bottom: 0 !important;
}

.catalogue-detail-stripe-recommended-container-tabs .col {
    max-width: 190px;
    max-height: 190px;
    overflow: hidden;
}

.catalogue-detail-visual>.stripe-in {
    height: 100%;
}

.catalogue-detail-visual>#crumbs+.stripe-in {
    height: calc(100% - 3.1em);
}

.catalogue-detail-visual .stripe-text-image {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.catalogue-detail-visual .catalogue-detail-gallery {
    margin-right: 0;
}

.catalogue-detail-visual div[id="tab-5"]:first-child h2 {
    margin-top: 0;
}

.catalogue-detail-visual .stripe-text-image .section-text-in {
    padding-left: 0;
}

.catalogue-detail-visual .stripe-text-image .section-image-in {
    padding-top: 2.5em;
    padding-right: 20px;
}

.catalogue-detail-visual .stripe-text-image .item-heading,
.catalogue-detail .element-html-image .item-text {
    position: relative;
    display: inline-block;
    margin: 0 !important;
}

.catalogue-detail-visual .stripe-text-image .item-heading {
    padding-bottom: 40px;
}

.catalogue-detail-visual .stripe-text-image .item-heading:after {
    display: none;
}

.catalogue-detail-visual .stripe-text-image .item-text.boxed {
    padding-top: 1em;
    padding-bottom: 1em;
}

.catalogue-detail-visual .stripe-text-image .catalogue-stickers:not(.catalogue-sale) span {
    border-radius: 0;
}

.catalogue-detail-visual .stripe-text-image .catalogue-price-delete {
    font-size: 150%;
    margin-right: .3em;
}

.catalogue-detail-visual .stripe-text-image .catalogue-price strong {
    font-size: 200%;
}

.catalogue-detail-visual .stripe-text-image .catalogue-price-price {
    display: inline-block;
}

.catalogue-detail-visual .stripe-text-image .catalogue-sale {
    display: inline-block;
    vertical-align: middle;
    margin: -.3em 0 -.3em 1em;
}

.catalogue-detail-visual .stripe-text-image .catalogue-sale strong {
    font-size: 130%;
}

.catalogue-detail-visual .stripe-text-image .catalogue-sale span {
    line-height: 3.5em;
}

.catalogue-detail-columns .col-catalogue-detail-desc,
.page-catalogue-detail-v3 .catalogue-detail-columns .col-catalogue-detail-desc,
.col.col-catalogue-detail-desc-full,
.page-catalogue-detail-v3 .col-catalogue-detail-gallery {
    width: calc(100% - 550px);
}

.catalogue-detail-columns .col-catalogue-detail-param:not(.col-12),
.col-catalogue-detail-desc-full+.col-catalogue-detail-param:not(.col-12),
.page-catalogue-detail-v3 .col-catalogue-detail-desc:not(.col-catalogue-detail-desc-full) {
    width: 550px;
}

.catalogue-detail-controls {
    padding-top: .6em;
    border-top: 1px solid #dddddd;
}

.catalogue-detail-desc .catalogue-detail-controls>* {
    margin-right: 1.5em;
}

.catalogue-detail-controls a,
.catalogue-detail-controls a:visited {
    color: inherit;
    text-decoration: none;
}

.catalogue-alternatives {
    padding: 1px 0;
}

.catalogue-alternatives>h2 {
    color: inherit;
    font-size: 120%;
}

.catalogue.catalogue-alternatives.items-boxed .item {
    padding: 1em 0;
    margin: 0;
    background-color: transparent;
    border-width: 1px 0;
}

.catalogue-alternatives.items-boxed .item+.item {
    border-top: 0;
}

.catalogue-alternatives.items-boxed .ws-pack-main .item {
    border-top: 0;
}

.catalogue-alternatives .item-heading {
    font-size: 100%;
    height: auto;
    margin-top: 0;
}

.catalogue-alternatives .catalogue-basket {
    margin-top: 0;
}

.catalogue-alternatives .catalogue-price-stock {
    margin-top: .3em;
    margin-bottom: 0;
}

.catalogue-alternatives .catalogue-price strong {
    font-size: 100%;
}

.catalogue-alternatives .catalogue-basket-count {
    display: none;
}

.catalogue-detail .catalogue-alternatives .catalogue-basket .catalogue-price {
    margin-bottom: .3em;
}

.catalogue-detail .catalogue-alternatives .catalogue-basket button,
.basket-order-gifts-select .catalogue-alternatives .catalogue-basket button {
    padding-top: .5em;
    padding-bottom: .5em;
}

.page-catalogue-detail-v2 .catalogue-alternatives {
    margin-left: 0;
}

.page-catalogue-detail-v1 .catalogue-alternatives-tiles {
    margin: 1.5em 0 1em;
}

.catalogue-alternatives-tiles>h2 {
    margin-top: 0;
}

.catalogue-alternatives-tiles-in .item-heading {
    margin: 0;
}

.catalogue-alternatives-tiles-in-s .col {
    width: 65px;
    float: left;
}

.catalogue-alternatives-tiles .catalogue-alternatives-tiles-in:not(.catalogue-alternatives-tiles-in-s) .item {
    overflow: hidden;
}

.catalogue-alternatives-tiles .item:not(.item-selected) {
    border-width: 1px;
    border-style: solid;
}

.catalogue-variants-full>h2 {
    padding-left: 0;
}

.catalogue-preview-items-rows-text>*,
.catalogue-preview-items-rows-price>* {
    display: inline-block;
    vertical-align: middle;
}

.catalogue-preview-items-rows-image.image {
    width: 70px;
    padding-bottom: 70px;
    margin-right: 12px;
}

.catalogue-preview-items-rows-text {
    width: 62%;
}

.catalogue-preview-items-rows-text-in {
    width: calc(100% - 82px);
}

.catalogue-preview-items-rows-price {
    width: 38%;
    padding-left: 0 !important;
    text-align: right;
}

.catalogue-preview-items-rows-price .catalogue-basket {
    width: 100%;
}

.catalogue-variants-full .catalogue-preview-items-rows-price .catalogue-basket-form {
    display: inline-block;
    min-width: 50%;
}

.catalogue-preview-items-rows-price .catalogue-price>* {
    display: inline-block;
}

.catalogue-preview-items-rows-price .catalogue-price .catalogue-price-vat {
    display: block;
}

.catalogue-detail .catalogue-basket .catalogue-price {
    margin: 0;
}

.catalogue-detail .catalogue-basket input,
.catalogue-detail .catalogue-basket button,
.catalogue-detail .catalogue-basket .cart {
    padding-top: .8em;
    padding-bottom: .8em;
}

.catalogue-detail-price-box-pieces.boxed {
    padding: 0;
    background-color: transparent !important;
}

.catalogue-detail-price-box-pieces .catalogue-basket-form>*,
.catalogue-detail .catalogue-detail-price-box-pieces .catalogue-price {
    display: block;
}

.catalogue-detail-price-box-pieces .catalogue-basket-form .item {
    margin-bottom: 0;
}

.catalogue-detail-price-box-pieces .catalogue-basket-form .field {
    margin: 0 0 1px;
}

.catalogue-detail-price-box-pieces .catalogue-basket-form .field label {
    display: block;
    padding: 1em 1em 1em 3.2em;
    margin: 0;
}

.catalogue-detail-price-box-pieces .catalogue-basket-form .field input[type="radio"]+label {
    top: 0;
}

.catalogue-detail-price-box-pieces .catalogue-basket-form .field input[type="radio"]+label::before {
    box-sizing: border-box;
    width: 23px;
    height: 23px;
    top: 1.1em;
    left: 1em;
}

.catalogue-detail-price-box-pieces .catalogue-basket-form .field input[type="radio"]:checked+label::before {
    border-width: 5px;
}

.catalogue-detail-price-box-pieces .catalogue-basket-form .field input[type="radio"]+label::after {
    display: none;
}

.catalogue-detail-desc .catalogue-detail-price-box-pieces .catalogue-basket {
    margin: 0;
}

.catalogue-detail-price-box-pieces .field label>* {
    display: inline-block;
    vertical-align: middle;
}

.catalogue-basket-pieces-price-box~.button-cart {
    margin-top: 1.5em;
}

.catalogue-basket-pieces-quantity {
    width: 14%;
    font-size: 120%;
}

.catalogue-basket-pieces-gift {
    width: 30%;
}

.catalogue-basket-pieces-gift-info {
    width: 30%;
    text-align: right;
}

.catalogue-basket-pieces-price {
    width: 26%;
    text-align: right;
    font-size: 120% !important;
}

.catalogue-variants {
    margin: 1.5em 0 1em;
}

.ws-dialog-window-product-variants .catalogue-variants {
    margin: 1em 0;
}

.catalogue-variants h2 {
    color: inherit;
    font-size: 120%;
    font-weight: 600;
    margin: 0 0 .5em;
}

.catalogue-variants ul,
.catalogue-variants li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalogue-variants li,
.catalogue-variants .catalogue-variant-item {
    display: inline-block;
    position: relative;
    margin: 0 .4em .6em 0;
}

.catalogue-variants li:last-child,
.catalogue-variants .catalogue-variant-item:last-child {
    margin-right: 0;
}

.catalogue-variants li a,
.catalogue-variants .catalogue-variant-item input[type="radio"]+label {
    text-decoration: none;
    display: block;
    padding: .4em 1em;
    border-width: 1px;
    border-style: solid;
}

.catalogue-variants li.catalogue-variants-na a,
.catalogue-variants .catalogue-variant-item.catalogue-variants-na input[type="radio"]+label {
    background: none;
}

.catalogue-variants .catalogue-variants-na svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.catalogue-variants .catalogue-variants-na svg line {
    stroke: #dddddd;
    stroke-width: 1px;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
}

.catalogue-variants input[type="radio"]+label {
    margin: 0;
    cursor: pointer;
}

.catalogue-variants input[type="radio"]+label::before,
.catalogue-variants input[type="radio"]+label::after {
    display: none;
}

.catalogue-variants .hint {
    -webkit-animation: ws-animation-shaking 200ms linear 0s 2 normal;
    animation: ws-animation-shaking 200ms linear 0s 2 normal;
}

.catalogue-recommend input[type="text"] {
    display: none;
}

.catalogue-recommend.catalogue.stripe-space-none>.row {
    border-width: 0;
}

.catalogue-recommend.catalogue.stripe-space-none>.row>.col .item {
    border-width: 1px;
}

.catalogue-recommend.catalogue.stripe-space-none>.row>.col+.col .item {
    border-left-width: 0;
}

.order {
    position: relative;
}

.catalogue-shipping-info .strip-box {
    border: none;
}

.catalogue-shipping-info .message-in>p {
    font-size: 110%;
}

#order-steps-top {
    max-width: 1140px;
    margin: 1em auto 2em;
}

#order-steps-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#order-steps-top li {
    position: relative;
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: top;
}

#order-steps-top li a {
    text-decoration: none;
    color: inherit;
}

#order-steps-top li::after {
    content: "";
    display: block;
    position: absolute;
    top: 1.25em;
    left: 68%;
    width: 64%;
    height: 2px;
}

#order-steps-top li:last-child::after {
    display: none;
}

.order-step-number {
    display: inline-block;
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: calc(2.5em - 2px);
    margin-bottom: .5em;
    border-width: 1px;
    border-style: solid;
}

.order-step-text {
    display: block;
    font-size: 90%;
    text-align: center;
}

.order-step-active strong {
    font-weight: inherit;
}

div[class*="page-order-"] h1 {
    text-align: center;
}

.title-decoration div[class*="page-order-"] h1::after {
    left: 50%;
    transform: translate(-50%);
}

.order-content {
    position: relative;
}

.basket-merge-or-delete {
    margin: 2em 0;
}

.order-merge-info {
    padding: 0 0 10px 40px;
    margin-bottom: 10px;
}

.order-merge-info h3 {
    padding: 0;
    margin: 0;
    background: none;
}

.order-merge-info p {
    margin-bottom: 0;
}

.basket-merge {
    text-decoration: underline;
    padding: 3px 0 3px 25px;
    margin: 0 20px 0 0;
    border: none;
    cursor: pointer;
}

.basket-show-old-basket {
    padding: 3px 0;
}

.basket-delete {
    margin-right: 0;
}

.basket-merge-or-delete-merge,
.basket-merge-or-delete-delete {
    float: right;
}

.basket-merge-or-delete-delete {
    margin-left: 1em;
}

.basket {
    position: relative;
    top: 0;
    left: 0;
}

.basket-table {
    border: none;
}

.basket-table th {
    font-weight: inherit;
    white-space: nowrap;
    border: none;
}

.basket-table th,
.basket-table td {
    padding-left: 18px;
    padding-right: 18px;
}

.basket-table td {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.basket-table .basket-table-name {
    padding-left: 0;
}

.page-order-basket .basket-table-name,
.page-order-summary .basket-table-name {
    width: auto;
}

.basket-table-name-title {
    display: block;
}

.basket-table-name-info {
    font-size: 85%;
    display: block;
    margin-top: .3em;
}

.basket-table-name-info .icon+.icon {
    margin-left: .4em;
}

.basket-table .basket-table-image {
    width: 118px;
    min-height: 100px;
}

.basket-table .basket-table-image .image {
    width: 82px;
    height: 82px;
}

.basket-table .basket-table-image .image {
    display: table-cell;
}

.basket-table .basket-table-image .image .img-width {
    width: 97%;
}

.basket-table-stock {
    text-align: center;
}

.basket-table-stock .catalogue-price-stock {
    font-size: 100%;
    white-space: nowrap;
}

.basket-table td:not(.basket-table-name) a.icon,
.basket-table-delete button,
.element-cart-content .item .item-icon-delete,
#head-content .element-cart-content .item .item-icon-delete {
    font-size: 135%;
    color: #b90000;
    text-decoration: none;
}

.basket-table .basket-table-sum-order strong {
    font-weight: inherit;
}

.basket-table .basket-table-sum-order:last-child strong {
    font-size: 130%;
    font-weight: 700;
}

.basket-table .basket-table-sum-order td {
    padding-bottom: 0;
    border-width: 0;
}

.basket-table .basket-table-sum-order+.basket-table-sum-order td {
    padding-top: 0;
}

.basket-table .basket-table-sum-order:last-child td {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom-width: 1px;
}

.basket-table .basket-table-sum-order+.basket-table-sum-order:last-child td {
    padding-top: .5em;
}

.basket-table-recount {
    padding: 0;
}

.basket-table-recount button {
    font-size: 65%;
}

.basket-table-price-vat-text>span {
    display: none;
}

.basket-table-price-delivery-payment>strong {
    display: inline-block;
    min-width: 3em;
    margin-left: .3em;
}

.basket-table-date strong {
    display: block;
}

.basket-table-delete button {
    padding: 0;
    background-color: transparent;
    border: none;
}

.basket-coupon .icon-svg {
    margin-right: .3em;
}

.basket-order-sum {
    margin-top: 1.5em;
    margin-bottom: .5em;
}

#form-basket-coupon {
    margin: 0 0 1em;
}

#form-basket-coupon .form {
    margin: 0;
}

#form-basket-coupon .form-border,
#form-basket-coupon .form-part {
    padding: 0;
    background: none;
    border: none;
}

#form-basket-coupon .form .item {
    max-width: 350px;
    margin: 0 !important;
}

.basket-sum-total>*+* {
    margin-top: .5em;
}

.basket-sum-total-with-vat {
    font-size: 160%;
    font-weight: 700;
    margin-top: .2em;
}

.basket-sum-total strong {
    font-weight: 700;
}

.basket-table .basket-table-gift td,
.basket-table .basket-table-gift .basket-table-name>div {
    border-top-width: 2px;
    border-top-width: 2px;
    border-color: white;
    padding-top: .7em;
    padding-bottom: .7em;
}

.basket-table .basket-table-gift .basket-table-name {
    padding: 0;
}

.basket-table .basket-table-gift .basket-table-name .basket-table-name-div {
    position: relative;
    padding-left: 118px;
}

.basket-table .basket-table-gift .basket-table-name .basket-table-name-div::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
}

.basket-table-gift .image {
    width: 45px;
    padding-bottom: 45px;
    margin: 0 12px;
}

.basket-table-gift .basket-table-name p,
.basket-table-gift-all-basket .basket-table-name p {
    display: inline-block;
    max-width: calc(100% - 130px);
    margin: 0;
    vertical-align: middle;
}

.basket-table-gift-all-basket .basket-table-name p {
    max-width: calc(100% - 80px);
    margin-left: 15px;
}

.basket-table .basket-table-gift-sum-total td {
    padding-top: 1em;
}

.basket-table .basket-table-gift-sum-total-sidekick td {
    padding: .5em 0 !important;
}

.basket-order-gifts {
    max-width: 1200px;
    margin: 2em auto 0;
}

.basket-order-gifts:not(.basket-order-gifts-rows) {
    border-width: 1px;
    border-style: solid;
}

.basket-order-gifts-desc {
    position: relative;
    text-align: center;
    padding: 1.5em 30px;
}

.basket-order-gifts:not(.basket-order-gifts-rows) .basket-order-gifts-desc>* {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.basket-order-gifts-desc .catalogue-gift-icon {
    margin-right: .7em;
}

.basket-order-gifts-desc h3 {
    font-size: 110%;
    margin: .3em 0;
}

.basket-order-gifts-desc p {
    margin: 0;
}

.basket-order-gifts-select .boxed+.boxed {
    margin-top: 10px;
}

.basket-order-gifts-select .message:first-child {
    margin-top: 1em;
}

.basket-order-gifts-select .element-heading {
    font-size: 120%;
    color: inherit !important;
    margin-top: 0;
}

.basket-order-gifts-rows.basket-order-gifts>* {
    display: inline-block;
    vertical-align: top;
}

.basket-order-gifts-rows .basket-order-gifts-desc {
    width: 30%;
    margin-right: 2%;
}

.basket-order-gifts-rows .basket-order-gifts-desc::after {
    position: absolute;
    top: 1.5em;
    right: -.35em;
    font-size: 200%;
    margin-top: -.35em;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.basket-order-gifts-rows .basket-order-gifts-desc .catalogue-gift-icon {
    margin: 0 0 .5em;
}

.basket-order-gifts-rows .basket-order-gifts-select {
    width: 68%;
}

.basket-order-gifts-rows .basket-order-gifts-select .boxed {
    padding: 5px 35px;
}

.basket-order-gifts-select .catalogue.catalogue-alternatives.items-boxed .item {
    border-width: 1px 0;
}

.basket-order-gifts-select .catalogue.catalogue-alternatives.items-boxed .item:first-child {
    border-top-width: 0;
}

.basket-order-gifts-select .catalogue.catalogue-alternatives.items-boxed.catalogue-preview-items-rows:last-child .item:last-child {
    border-bottom-width: 0;
}

.basket-order-gifts-select .catalogue-preview-items-rows-image.image {
    width: 45px;
    padding-bottom: 45px;
    margin-right: 12px;
}

.basket-order-gifts-select .catalogue-preview-items-rows-text-in {
    width: calc(100% - 67px);
}

.basket-order-gifts-select .catalogue.catalogue-alternatives .message {
    margin-bottom: 0;
}

.basket-order-gifts-rows .basket-order-gifts-select .catalogue-price {
    display: inline-block;
}

.basket-order-gifts-rows .basket-order-gifts-select .button-cart {
    margin-left: 1em;
}

.basket-order-gifts-desc>.icon-svg {
    position: absolute;
    left: 50%;
    bottom: -.5em;
    font-size: 160%;
    width: 1em;
    height: 1em;
    max-width: none;
    margin-left: -.5em;
    transform: rotate(45deg);
}

.basket-order-gifts-rows .basket-order-gifts-desc>.icon-svg {
    left: auto;
    bottom: auto;
    top: 1.4em;
    right: -.5em;
    margin: 0;
}

.page-order-basket .basket-table {
    margin-top: 0;
}

.basket-order-pieces .basket-order-gifts-desc {
    text-align: left;
}

.basket-order-pieces .basket-order-gifts-desc .catalogue-gift-icon {
    margin: 0 1em 0 0;
    float: left;
}

.basket-order-pieces .basket-order-gifts-select {
    margin-bottom: 2em;
}

.basket-order-pieces .catalogue-preview-items-rows-text {
    width: 72%;
}

.basket-order-pieces .catalogue-preview-items-rows-price {
    width: 28%;
}

.basket-free-pieces .message {
    margin: 0;
}

.basket-free-pieces .icon-svg-xl {
    font-size: 7em;
}

.basket-free-pieces .basket-table-name p {
    margin-left: 0;
}

.message-info.basket-table-gift td:not(.basket-table-image):not(.basket-table-delete) {
    background-color: inherit;
}

.basket-table .basket-free-pieces-sum-total td {
    padding-top: 0;
}

.client-section-orders-preview .basket-table .basket-table-image .image a {
    width: 60px;
    height: 60px;
}

.client-section-orders-preview .basket-table td,
.client-section-orders-preview .basket-table .basket-table-sum-order:last-child td {
    padding-top: .6em;
    padding-bottom: .6em;
}

.client-section-orders-preview .basket-table-image {
    width: 100px;
}

.client-section-orders-preview .basket-table tr:not(.basket-table-gift) td:first-child {
    padding-left: 0;
}

.client-section-orders-preview .basket-table tr:not(.basket-table-gift) td:last-child {
    padding-right: 0;
}

.client-section-orders-preview .basket-table .basket-table-sum-order:last-child td {
    padding-bottom: 0;
    border-bottom: none;
}

.order-payment-delivery ul,
.order-payment-delivery li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.order-payment-delivery li>.row>.col {
    padding-top: 1.2em;
    padding-bottom: 1em;
}

.order-payment-delivery li+li {
    border-top: 1px solid #dddddd;
}

.order-payment-delivery li .field {
    padding-left: 2em;
    margin: 0;
}

.order-payment-delivery label {
    display: inline-block;
    min-height: 2em;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.delivery-payment-icon {
    display: inline-block;
    height: 2em;
    width: 4em;
    margin-right: .4em;
}

.delivery-payment-icon img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.delivery-payment-icon,
.delivery-payment-icon~* {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.2em;
}

.order-payment-delivery ul label>* {
    vertical-align: middle;
}

.order-payment-delivery input[type="radio"]+label {
    left: -2em;
}

.order-payment-delivery ul .tooltip {
    position: relative;
}

.order-payment-delivery .disabled>* {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

.delivery-payment-desc {
    display: block;
    font-size: 85%;
}

.delivery-payment-desc * {
    display: inline-block !important;
    vertical-align: middle;
    padding: 0;
    margin: 0 !important;
}

.delivery-payment-desc img {
    height: 25px;
    width: auto;
}

.delivery-payment-place {
    padding: .8em 20px 1em;
    margin-left: 2em;
    margin-bottom: 1em;
}

.delivery-payment-place p {
    margin: 0;
}

.delivery-payment-place p strong {
    display: inline-block;
}

.delivery-payment-place button {
    font-size: 100%;
    margin-top: .5em;
}

.order-steps {
    margin: 1.5em 0 1em;
}

.order-steps a,
.order-steps button {
    display: inline-block;
}

.order-steps .button+.button {
    margin-left: 0;
}

.order-next {
    float: right;
    font-size: 110%;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
}

.order-next-last {
    font-size: 130%;
}

.order-back {
    float: left;
    text-decoration: none;
    text-transform: none;
}

.order-next,
.order-back {
    height: auto;
}

.order-sum-payment {
    font-size: 110%;
    font-weight: 700;
    margin: 1em 0;
}

.order-summary-info {
    padding-left: 1em;
}

.element-cart .cart {
    float: left;
    font-size: 140%;
    height: auto;
}

.element-cart-info {
    margin-left: 3.8em;
}

.element-cart-info span {
    display: block;
}

.element-cart-price strong {
    white-space: nowrap;
}

.page-order-summary .basket-table-stock .catalogue-price-stock {
    font-size: 95%;
}

.order-agreement-form {
    text-align: center;
    margin-top: 2em;
}

.order-agreement-form.boxed {
    padding: 40px;
}

.order-agreement-form-in {
    text-align: left;
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.order-agreement-form .item {
    margin-bottom: 0 !important;
}

.order-agreement-form .item+.item {
    margin-top: .4em;
}

.order-pay,
.order-pay.boxed {
    padding-top: 20px;
    padding-bottom: 25px;
    margin: 2em auto;
    border-width: 2px;
    border-style: solid;
}

.order-pay h3,
.order-pay.boxed h3 {
    margin: 0 0 .3em;
}

.order-pay img {
    max-height: 70px;
    width: auto;
}

.order-pay-qrcode {
    margin-left: 30px;
}

.order-pay-qrcode p {
    margin-bottom: .4em;
}

.order-pay-qrcode img {
    display: block;
    max-width: 160px;
    max-height: none;
}

.order-print {
    text-align: center;
}

.login-form {
    max-width: 550px;
    margin: 0 auto;
}

.login-form .form-part:not(.form-foot):not(.form-head) .item {
    margin-bottom: 1em;
}

.login-form .form-part button {
    margin-right: 1em;
}

.login-form .form-foot .item {
    display: inline-block;
    vertical-align: middle;
    margin-top: .5em;
}

.login-form .form-foot .item:not(.item-hidden)+.item {
    float: right;
}

.login-form .login-form-foot .item {
    margin: 1.5em 0;
}

.page-order-customer .login-form {
    max-width: none;
}

.page-order-customer .login-form .form-part:not(.form-head):not(.form-foot)>.row>.col {
    width: 33.333333%;
}

.page-order-customer .login-form .form-foot .item+.item {
    float: none;
}

.page-client-section {
    margin-top: 1em;
}

.client-section-info {
    margin: 1em 0;
}

.client-section .item p:first-child:first-line {
    font-weight: 700;
}

.client-section-orders-preview .item-heading,
.watchdog-table .basket-table-name .item-heading {
    font-size: 130%;
}

.client-section-orders-preview .item-heading+.tag {
    margin-left: .5em;
}

.client-section-orders-preview .order-documents {
    display: inline-block;
}

.client-section-orders-preview .order-documents+.tag {
    margin-right: .5em;
}

.invoice-table-date {
    width: 10em;
}

.invoice-table-file {
    width: 5em;
}

.client-section-order-payment .message {
    margin-top: 1.5em;
}

.client-section-order-payment .order-pay {
    margin-top: 0;
}

.client-section-basket-table {
    margin: 0;
}

.client-section-basket-table tr:not(.basket-table-gift) td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none;
}

.client-section-basket-table .basket-table-image {
    width: 100px;
    padding-left: 0;
    vertical-align: top;
}

.client-section-basket-table .basket-table-name {
    width: auto;
}

.client-section-basket-table .catalogue-price-stock {
    margin-top: .3em;
}

.client-section-complaint-preview .basket-table-number {
    width: 120px;
}

.client-section-complaint-addresses h2 {
    font-size: 160%;
}

.client-section-complaint-addresses .item>* {
    margin-bottom: 0;
}

.client-section-complaint .basket-table-name {
    width: auto;
}

.client-section-complaint .basket-table-number {
    white-space: nowrap;
}

.client-section-complaint .basket-table-number input+* {
    margin-left: .3em;
}

.basket-table-select-complaint {
    width: 160px;
}

.client-section-complaint-form {
    margin-top: 2em;
}

.client-section-complaint-form .item>label,
.client-section-complaint-form h4 {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: .7em;
}

.client-section-complaint-form .form-foot {
    margin-top: 1.5em;
}

.watchdog-table .watchdog-table-button {
    width: 300px;
    padding-right: 0;
}

.watchdog-table-button strong {
    display: block;
    margin-bottom: .5em;
}

.watchdog-table-button button {
    margin-bottom: .5em;
    white-space: nowrap;
}

.watchdog-form {
    max-width: 680px;
}

.watchdog-form>.item {
    padding: .5em 0;
    margin: 0 !important;
}

.watchdog-form>.item+.item {
    border-top: 1px solid #dddddd;
}

.watchdog-form>.item:first-child {
    padding-top: 0;
}

.watchdog-form>.item:last-child {
    padding-bottom: 0;
}

.watchdog-form>.item strong {
    font-weight: 700 !important;
}

.watchdog-form>.item>*,
.watchdog-form>.item .field-content strong,
.watchdog-form>.item .field strong {
    white-space: nowrap;
}

.watchdog-form>.item .field {
    display: inline-block;
    width: 60%;
}

.watchdog-form>.item .field-content {
    display: inline-block;
}

.item-watchdog-reported .watchdog-form {
    opacity: .5;
}

.client-section-favourite-preview .basket-table-name {
    width: 35%;
}

.client-section-favourite-preview .basket-table-price-vat-text {
    width: 20%;
}

.client-section-favourite-preview .catalogue-price-vat {
    display: block;
}

.client-section-favourite-preview .basket-table-delete button {
    padding: .15em .5em;
}

.client-section-files .item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#configurator-desc {
    margin: 0 0 1.5em;
}

#configurator-desc .image {
    width: 90px;
    padding-bottom: 90px;
    margin: 0 .8em 0 0;
}

.configurator-desc-text {
    display: inline-block;
    vertical-align: middle;
}

.configurator-desc-text h1 {
    margin: 0;
}

.configurator-desc-text h1 span {
    display: block;
    font-weight: 400;
    font-size: 85%;
}

#configurator-total {
    float: right;
    font-size: 140%;
    margin: 0 0 .5em;
}

.configurator-chapter {
    margin-bottom: 1em;
}

.configurator-chapter~.configurator-chapter {
    border-top: 1px solid #dddddd;
}

.configurator-chapter label {
    padding: 0;
}

.configurator-chapter-desc {
    margin-bottom: 1.5em;
}

.configurator-chapter~.configurator-chapter .configurator-chapter-desc {
    padding-top: 2em;
}

.configurator-chapter-desc h2 {
    margin-top: 0;
}

.configurator-chapter .items-boxed-text .item .item-content-text {
    color: inherit;
    background-color: inherit;
}

.configurator .image {
    margin-bottom: .5em;
}

.configurator .item {
    border-width: 1px;
    border-style: solid;
}

.configurator .item-heading {
    display: inline-block;
    font-size: 100%;
    font-weight: inherit;
}

.configurator .item-heading label:not(.configurator-label) {
    line-height: calc(1.4em + 2px);
}

.configurator .item-text {
    font-size: 85%;
    margin-bottom: 1em;
}

.configurator .catalogue-price {
    text-align: left;
}

.configurator-selects-container.boxed .item-heading {
    color: inherit;
}

.configurator-selects .configurator-chapter {
    margin: 0;
    border: none;
}

.configurator-selects .configurator-chapter .ws-pack-item-header,
.configurator-selects .configurator-chapter .ws-pack-item-header *,
.configurator-selects .configurator-chapter .ws-pack-item-content label {
    cursor: pointer;
}

.configurator-selects .configurator-chapter .ws-pack-item-header {
    z-index: 4;
}

.configurator-selects .configurator-chapter .ws-pack-item-content {
    border-top: none;
}

.configurator-selects .configurator-chapter .ws-pack-main .ws-pack-item-header.boxed+.ws-pack-item-content {
    margin-top: 0;
}

.configurator-selects .configurator-chapter label::before,
.configurator-selects .configurator-chapter label::after {
    display: none;
}

.configurator-selects .configurator-chapter label {
    font-size: 95%;
}

.configurator-selects-choose {
    display: inline-block;
    font-size: 120%;
    font-weight: 600;
}

.configurator-selects .configurator-chapter .field-checkbox {
    margin: 10px 0 !important;
}

.configurator-selects .configurator-chapter .field-checkbox .field,
.configurator-selects .configurator-chapter .item .field-checkbox label {
    margin: 0;
}

.configurator-selects .configurator-chapter .field-checkbox label {
    display: block;
    padding: .3em 20px;
}

.configurator-selects-item-price {
    font-weight: 600;
    float: right;
}

.configurator-selects .configurator-chapter-choose .ws-pack-item:not(.ws-unpack) .ws-pack-item-header::before {
    content: "";
    display: block;
    width: 3px;
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
}

.configurator-selects-price-box.boxed {
    border-width: 0;
}

.configurator-selects-price-box.boxed.stuck {
    border-bottom-width: 1px;
}

.configurator-heading {
    font-size: 120%;
    font-weight: inherit;
    color: inherit;
    margin: .3em 0 .5em;
}

.configurator-delivery-free {
    font-size: 110%;
}

.configurator-delivery-free .icon-svg {
    margin-right: .2em;
}

.configurator-label {
    top: 0 !important;
    padding: 0 !important;
    margin: 0;
    cursor: pointer;
}

.configurator-label .catalogue-price strong {
    font-size: 100%;
}

.configurator-popup-dialog label::before,
.configurator-popup-dialog label::after {
    display: none !important;
}

.configurator-popup-dialog .configurator.flex-container .item-content-text {
    height: auto;
}

.catalogue-detail-price-box .configurator-buttons .catalogue-basket,
.catalogue-detail-price-box .configurator-buttons .konfigurator-page-select {
    margin: 1em 0;
}

.element-configurator .catalogue-basket {
    margin: 0 !important;
}

.element-configurator .catalogue-detail-price-box.sticky-element {
    z-index: 10;
}

.ws-booking .boxed {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ws-booking .boxed~.boxed {
    margin-top: 1.5em;
}

.ws-booking-date.boxed {
    padding-top: 20px;
}

.ws-booking-date h2 {
    margin: 0;
}

.ws-booking-date .item {
    margin-top: 1em;
    margin-bottom: 0 !important;
}

.ws-booking-category {
    padding: 1px 0;
}

.ws-booking-category.boxed .ws-booking-table table {
    margin-bottom: 0;
}

.ws-booking-category-desc .image {
    width: 90px;
    padding-bottom: 90px;
    margin: 0 .8em 0 0;
}

.ws-booking-category-text {
    display: inline-block;
    vertical-align: middle;
}

.ws-booking-category-text h2 {
    margin: 0;
}

.ws-booking-category-text h2 span {
    font-weight: normal;
}

.ws-booking-category-text h2 .button {
    vertical-align: middle;
    font-size: 45%;
    line-height: 1.4em;
    padding: .2em .75em;
    margin-top: -.35em;
    font-weight: 400;
}

.ws-booking-category-text p:empty {
    display: none;
}

.ws-booking-table table {
    border: none;
}

.ws-booking-table td {
    position: relative;
    top: 0;
    left: 0;
    height: 3em;
    background-clip: padding-box;
}

.ws-booking-table td:not(.ws-booking-object):not(.ws-booking-object-image):not(.ws-booking-day-cell)>div {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 2.92em;
}

.ws-booking-table th,
.ws-booking-table td {
    border-width: 1px;
}

.ws-booking-table th {
    text-align: center;
    font-weight: inherit;
    padding-left: .2em;
    padding-right: .2em;
}

.ws-booking-tr-space {
    height: 15px;
}

.ws-booking-tr-space:first-child {
    height: 0;
}

.ws-booking-object {
    width: 20%;
    padding-top: .1em;
    padding-bottom: .1em;
}

.ws-booking-object .image {
    width: 35px;
    padding-bottom: 35px;
    margin-right: 1em;
}

.ws-booking-object .image+.ws-booking-object-name {
    display: inline-block;
}

.ws-booking-day-cell {
    width: 6%;
    vertical-align: top;
}

.ws-booking-day-cell-day {
    text-align: center;
    font-size: 90%;
    white-space: nowrap;
}

.ws-booking-day-cell-date {
    font-size: 90%;
    display: block;
    border: none;
}

.ws-booking-day-cell-date strong {
    display: block;
    font-size: 270%;
    line-height: 1em;
}

.ws-booking-unit {
    padding: 0;
}

.ws-booking-unit a,
.ws-booking-unit>div>span {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.ws-booking-unit a>span,
.ws-booking-unit>div>span>span {
    display: inline-block;
    font-size: 75%;
    vertical-align: middle;
}

.ws-booking-unit a+a,
.ws-booking-unit>div>span+span {
    border-width: 0 0 0 1px;
    border-style: solid;
}

.ws-booking-unit .ws-booking-unit-selected+a,
.ws-booking-unit .ws-booking-unit-reserved+span {
    border-left: none;
}

.ws-booking-unit-na {
    background-image: url("../image/bg-hatching-black-03.png");
    background-position: 0 0;
    background-repeat: repeat;
}

.ws-booking-legend {
    display: inline-block;
    vertical-align: middle;
    font-size: 90%;
    margin: 0 0 1.5em;
}

.ws-booking-legend span {
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 1.4em;
    margin-right: .5em;
    border-width: 1px;
    border-style: solid;
}

.ws-booking-legend span:not(:first-child) {
    margin-left: 1em;
}

.reservation-filter-anchor {
    margin-top: 1.5em;
    margin-bottom: -1em;
}

.reservation-filter-anchor .catalogue-subcats {
    margin: 0;
}

.reservation-filter-switch {
    margin-top: .5em;
}

.reservation-filter-switch .button {
    text-transform: none;
    font-size: 110%;
    margin-top: .5em;
    margin-right: .4em;
}

.reservation-filter-switch .button+.button {
    margin-left: 0;
}

.reservation-filter-switch .image {
    display: inline-block;
    vertical-align: middle;
    width: 1.4em;
    padding-bottom: 1.3em;
    margin-right: .3em;
}

.reservation-filter-switch .image .img-height {
    vertical-align: top;
}

.ws-slider {
    overflow: hidden;
}

.ws-slider,
.ws-slider-slides,
.ws-slider-slide {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.ws-slider-slides,
.ws-slider-slide {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0 !important;
}

.ws-slider:not(.mobile-ws-slider-arrange) .ws-slider-slides {
    height: 100% !important;
}

.ws-slider-slide {
    left: 100%;
    overflow: hidden;
}

.ws-slider-slide.ws-slider-slide-first {
    left: 0;
}

.ws-slider-slides,
.ws-slider-slide,
.ws-slider .stripe,
.ws-slider .stripe-in,
.ws-slider .stripe-text-image,
.ws-slider .row,
.ws-slider-slide .section-text,
.ws-slider .section-image,
.ws-slider .section-image-in {
    height: 100%;
}

.ws-slider .section-image:not(.col-6) {
    position: absolute;
}

.ws-slider-slide>.stripe {
    max-height: none !important;
}

.ws-slider-slide .section-text {
    padding-left: 0;
    padding-right: 0;
}

.ws-slider .section-image-in .image img {
    max-height: 100%;
    width: auto;
}

.ws-slider .item-text {
    font-size: 140%;
}

.ws-slider .section-text-individual *:last-child {
    margin-bottom: 0;
}

.ws-slider-video .ws-slider-slide>.stripe>.stripe-in,
.ws-slider-video.stripe>.stripe-in {
    display: inline-block;
    width: 98%;
    height: auto;
    vertical-align: bottom;
}

.ws-slider-video .video-bg+.valign {
    display: inline-block;
}

.ws-slider-video .stripe-text-image {
    margin-bottom: 4em;
}

.ws-slider-video .section-text {
    width: 70%;
}

.ws-slider-video .section-image {
    display: none;
}

.ws-video-slide .section-text-in {
    padding: 0 !important;
    max-width: none !important;
}

.ws-slider-controls,
.ws-slider-controls-arrows {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: 0;
    text-align: center;
}

.ws-slider-controls-arrows {
    top: 50%;
    height: 0;
    font-size: 200%;
}

.ws-slider-controls-arrows a {
    display: inline-block;
    text-decoration: none;
    line-height: 1.4em;
    width: 1.4em;
    height: 1.4em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.ws-slider-controls-arrows a,
.ws-slider-controls-arrows a:visited {
    color: white !important;
    background-color: black;
    background: rgba(0, 0, 0, .5);
}

.ws-slider-controls-arrows a.disabled {
    opacity: .3;
}

.ws-slider-controls-prev {
    position: absolute;
    top: -50%;
    left: .5em;
    margin-top: -.7em;
    padding-right: .05em;
}

.ws-slider-controls-next {
    position: absolute;
    top: -50%;
    right: .5em;
    margin-top: -.7em;
    padding-left: .05em;
}

.ws-slider-controls-numbers {
    position: relative;
    display: inline-block;
    bottom: 3.5em;
    width: auto;
    height: 2.4em;
}

.ws-slider-controls-numbers a {
    display: inline-block;
    text-decoration: none;
    width: 1.4em;
    height: 1.4em;
    margin: .5em .2em;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.ws-slider-hidden-controls .ws-slider-controls,
.ws-slider-hidden-controls .ws-slider-controls-arrows {
    display: none;
    -webkit-opacity: .0;
    -moz-opacity: .0;
    opacity: 0;
}

.ws-slider-controls-arrows-yes .ws-slider-slide .stripe-text-image {
    padding-left: 40px;
    padding-right: 40px;
}

.ws-slider-timmer {
    position: absolute;
    top: 0;
    background-color: white;
    background-color: rgba(255, 255, 255, .5);
    height: .3em;
}

.ws-slider-animate-v1 {
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.ws-slider-animate-in-next-v1 {
    left: 100%;
    -webkit-animation-name: ws-slider-slide-in-next-v1;
    animation-name: ws-slider-slide-in-next-v1;
}

.ws-slider-animate-out-next-v1 {
    left: 0;
    -webkit-animation-name: ws-slider-slide-out-next-v1;
    animation-name: ws-slider-slide-out-next-v1;
}

.ws-slider-animate-in-preview-v1 {
    left: 100%;
    -webkit-animation-name: ws-slider-slide-in-preview-v1;
    animation-name: ws-slider-slide-in-preview-v1;
}

.ws-slider-animate-out-preview-v1 {
    left: 0;
    -webkit-animation-name: ws-slider-slide-out-preview-v1;
    animation-name: ws-slider-slide-out-preview-v1;
}

@-webkit-keyframes ws-slider-slide-in-next-v1 {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}

@keyframes ws-slider-slide-in-next-v1 {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}

@-webkit-keyframes ws-slider-slide-out-next-v1 {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@keyframes ws-slider-slide-out-next-v1 {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@-webkit-keyframes ws-slider-slide-in-preview-v1 {
    from {
        left: -100%;
    }

    to {
        left: 0;
    }
}

@keyframes ws-slider-slide-in-preview-v1 {
    from {
        left: -100%;
    }

    to {
        left: 0;
    }
}

@-webkit-keyframes ws-slider-slide-out-preview-v1 {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@keyframes ws-slider-slide-out-preview-v1 {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

.ws-slider-animate-v2 {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.ws-slider-animate-in-next-v2 {
    left: 0 !important;
    -webkit-opacity: .0;
    -moz-opacity: .0;
    opacity: 0;
    z-index: 2;
    -webkit-animation-name: ws-slider-slide-in-next-v2;
    animation-name: ws-slider-slide-in-next-v2;
}

.ws-slider-animate-out-next-v2 {
    left: 0 !important;
    -webkit-animation-name: ws-slider-slide-out-next-v2;
    animation-name: ws-slider-slide-out-next-v2;
}

.ws-slider-animate-in-preview-v2 {
    left: 0 !important;
    -webkit-opacity: .0;
    -moz-opacity: .0;
    opacity: 0;
    z-index: 2;
    -webkit-animation-name: ws-slider-slide-in-preview-v2;
    animation-name: ws-slider-slide-in-preview-v2;
}

.ws-slider-animate-out-preview-v2 {
    left: 0 !important;
    -webkit-animation-name: ws-slider-slide-out-preview-v2;
    animation-name: ws-slider-slide-out-preview-v2;
}

@-webkit-keyframes ws-slider-slide-in-next-v2 {
    from {
        -webkit-opacity: .0;
        -moz-opacity: .0;
        opacity: 0;
    }

    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@keyframes ws-slider-slide-in-next-v2 {
    from {
        -webkit-opacity: .0;
        -moz-opacity: .0;
        opacity: 0;
    }

    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@-webkit-keyframes ws-slider-slide-out-next-v2 {
    from {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@keyframes ws-slider-slide-out-next-v2 {
    from {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        ;
    }

    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@-webkit-keyframes ws-slider-slide-in-preview-v2 {
    from {
        -webkit-opacity: .0;
        -moz-opacity: .0;
        opacity: 0;
    }

    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@keyframes ws-slider-slide-in-preview-v2 {
    from {
        -webkit-opacity: .0;
        -moz-opacity: .0;
        opacity: 0;
    }

    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@-webkit-keyframes ws-slider-slide-out-preview-v2 {
    from {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@keyframes ws-slider-slide-out-preview-v2 {
    from {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

.ws-slider-digest {
    position: relative;
}

.ws-slider-digest .row {
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
}

.ws-slider-digest .row .col {
    flex-shrink: 0;
}

.ws-slider-digest .ws-slider-controls-arrows .disabled {
    cursor: default;
}

#cookie-info {
    font-size: 85%;
    height: 3.3em;
}

#cookie-info-in {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.cookie-info-text {
    padding: .6em 20px;
}

.cookie-info-text>* {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: .4em 0;
    margin: 0;
}

.cookie-info-text-in>* {
    margin: .5em 0;
}

#cookie-info a:not(.button) {
    color: inherit;
}

#cookie-info .button {
    text-transform: none;
    margin-left: .8em;
    padding-top: .3em;
    padding-bottom: .3em;
}

.cookie-info-close {
    display: inline-block;
    text-align: center;
    line-height: 1.3em;
    width: 1.5em;
    height: 1.3em;
    margin-left: .3em;
    padding-bottom: .2em;
    text-decoration: none;
    color: white;
    background-color: gray;
    overflow: visible !important;
}

.cookie-info-dialog .form {
    margin: 0;
}

.cookie-info-dialog .form-part {
    padding-top: 20px !important;
}

.cookie-info-dialog .form-head {
    padding-top: 0 !important;
}

.cookie-info-dialog .item {
    margin-bottom: 20px;
}

.cookie-info-dialog .item p {
    margin: 0 0 .5em !important;
}

.cookie-info-dialog .form-foot>*:last-child,
.cookie-info-dialog .item .col,
.cookie-info-dialog label p:last-child {
    margin-bottom: 0 !important;
}

.cookie-info-dialog .form {
    padding-bottom: calc(2.3em + 20px);
}

.cookie-info-dialog .form-foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 15px 0;
}

.cookie-info-dialog .form-foot::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: 1;
}

.cookie-info-dialog .form-foot button {
    position: relative;
    padding: .5em 1.4em !important;
    z-index: 2;
}

.cookie-info-dialog-v2 .form-part:not(.form-foot),
.design-minimal .cookie-info-dialog-v2 .form-part:not(.form-foot):not(.filter-button-confirm) {
    padding: 0 !important;
    border: none;
    position: relative;
    z-index: 1;
}

.cookie-info-dialog-v2 .form-part>.boxed,
.design-minimal .cookie-info-dialog-v2 .form-part>.boxed {
    padding: 20px !important;
    margin: 0;
    border-width: 1px;
}

.cookie-info-dialog-v2 .form-part+.form-part {
    margin-top: -1px;
}

.cookie-info-dialog-v2 .tab-switch,
.cookie-info-dialog-v2 .toogle-switch,
.cookie-info-dialog-v2 .cookie-info-allways-set {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    margin-top: -.5em;
}

.cookie-info-dialog-v2 .ws-pack-item-header.boxed {
    padding-right: 55%;
    margin: -20px -20px -20px -20px;
}

.cookie-info-dialog-v2 .ws-pack-item-header.boxed+.ws-pack-item-content {
    margin-top: 20px;
}

.cookie-info-dialog-v2 h4 {
    font-size: 100%;
    color: inherit !important;
    margin: 0;
}

.cookie-info-dialog-v2 .ws-pack-item-content {
    padding-top: 15px;
}

.checked-off[type="radio"]:checked+label {
    color: white;
    background-color: #808080;
}

.checked-on[type="radio"]:checked+label {
    color: white;
    background-color: #38a20f;
}

.ws-dialog-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    animation: showresult .2s;
}

.ws-dialog-window {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: left;
    width: auto;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
}

.ws-dialog-window-in {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.ws-dialog-window-main-content {
    height: 100%;
}

.ws-dialog-window-main-content {
    flex-grow: 1;
    overflow: auto;
}

.ws-dialog-head * {
    text-transform: none;
}

.ws-dialog-head .message,
.ws-dialog-title-heading * {
    margin: 0;
}

.ws-dialog-head h2 {
    line-height: 1em;
}

.ws-dialog-head .message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-animation: showresult 1s;
    animation: showresult 1s;
}

.ws-dialog-title-heading {
    position: relative;
    width: 100%;
    padding: 1.2em 20px;
    margin: 0;
}

.ws-dialog-title-heading h2 {
    color: inherit;
}

.ws-dialog-window-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .4em .65em;
}

.ws-dialog-window-close.button-soft {
    background-color: transparent;
    border: none;
}

.ws-dialog-window-content-boxed .ws-dialog-window-content,
.ws-dialog-window-buttons {
    padding: 20px;
}

.ws-dialog-window-content-boxed .ws-dialog-window-content .ws-dialog-window-content-in {
    margin-left: -20px;
    margin-right: -20px;
}

.ws-dialog-window-content-boxed .ws-dialog-window-content .ws-dialog-window-content-in:last-child {
    margin-bottom: -20px;
}

.ws-dialog-window-content .ws-dialog-window-buttons {
    padding-left: 0;
    padding-right: 0;
    margin-top: 1.5em;
}

.ws-dialog-window-content>*:first-child {
    margin-top: 0;
}

.over-page-layer {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100000px;
    background: rgba(0, 0, 0, .6);
}

.ws-dialog-container .over-page-layer {
    left: 0;
}

.ws-dialog-1200 {
    width: 1200px;
}

.ws-dialog-900 {
    width: 900px;
}

.ws-dialog-800 {
    width: 800px;
}

.ws-dialog-700 {
    width: 700px;
}

.ws-dialog-600 {
    width: 600px;
}

.ws-dialog-500 {
    width: 500px;
}

.ws-dialog-400 {
    width: 400px;
}

.ws-dialog-300 {
    width: 300px;
}

.ws-dialog-200 {
    width: 200px;
}

.ws-dialog-window-basket .catalogue .item-heading {
    height: auto;
    margin-top: 0;
}

.ws-dialog-window-basket .catalogue-price {
    margin: .3em 0 0;
}

.basket-added-basket-info {
    text-align: right;
    margin-bottom: .8em;
}

.ws-dialog-window-basket .catalogue-shipping-info {
    margin-top: 1.5em;
}

.ws-dialog-window-basket .catalogue-shipping-info~.ws-dialog-window-buttons {
    border: none;
    padding: 0;
    margin: 0;
}

.ws-dialog-window-buttons {
    border-top: 1px solid #dddddd;
}

.ws-dialog-window-buttons p {
    margin: 0;
}

.ws-dialog-window-buttons>.button {
    margin: 0;
}

.ws-dialog-window-buttons>.button.order-back {
    font-size: 100%;
}

.ws-dialog-window-basket-item>* {
    display: inline-block;
    vertical-align: middle;
}

.ws-dialog-window-basket-item .item-heading {
    font-size: 120%;
}

.ws-dialog-window-basket-item-image {
    width: 120px;
    margin-right: 20px;
}

.ws-dialog-window-basket-item .item-content-text {
    width: calc(100% - 140px);
}

.ws-dialog-catalogue-detail-quantity-prices {
    margin-bottom: 1em;
}

.ws-dialog-catalogue-detail-quantity-prices.boxed {
    padding: 15px;
}

.ws-dialog-catalogue-detail-quantity-prices th {
    padding-bottom: 0;
    font-size: 100%;
}

.ws-dialog-catalogue-detail-quantity-prices td {
    font-size: 90%;
}

.ws-dialog-window-basket-item-recommended {
    margin-top: 20px;
}

.ws-dialog-window-basket-item-recommended+.ws-dialog-window-basket-item-recommended {
    margin-top: 0;
}

.ws-dialog-window-basket-item-recommended .catalogue>.row {
    margin-left: -5px;
    margin-right: -5px;
}

.ws-dialog-window-basket-item-recommended .catalogue>.row>.col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.ws-dialog-window-basket-item-recommended .element-heading {
    font-size: 120%;
    margin-top: 0;
    text-transform: none;
    color: inherit;
}

.ws-dialog-window-basket-item-recommended .item {
    font-size: 90%;
}

.ws-dialog-window-basket-item-recommended .item .catalogue-preview-info {
    display: none;
}

.ws-dialog-window-basket-item-recommended .items-boxed-text .item .item-content-text {
    padding-top: 10px;
}

.ws-dialog-window-product-variants .item-heading {
    font-size: 150%;
    text-transform: none;
}

.ws-dialog-window-product-variants .item-heading a {
    text-decoration: none;
    color: inherit;
}

.ws-dialog-window-product-variants .catalogue-price-stock {
    margin: 1em 0;
}

.ws-dialog-window-login {
    width: 550px;
}

.ws-dialog-window-login .form-heading {
    font-size: 180%;
    text-align: center;
    color: inherit;
}

.ws-dialog-window-login .login-form>.message {
    margin: 0;
}

.ws-dialog-window-login .login-form {
    max-width: none;
}

.ws-dialog-window-login .ws-dialog-window-content {
    padding: 0;
}

.ws-dialog-window-login .form {
    margin: 0;
    background-color: transparent;
    border: 0;
}

.ws-dialog-window-login .form-head+.form-part>.row>.col:first-child .item {
    margin-bottom: 1em;
}

.ws-dialog-window-login .form-foot .item {
    margin-bottom: 0;
}

.ws-dialog-window-login .form-part {
    padding: 50px 50px !important;
}

.ws-dialog-window-login .form-part:not(.form-head):not(.form-foot) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ws-dialog-window-login .form-head,
.ws-dialog-window-login .login-form-foot {
    padding-bottom: 0 !important;
}

.ws-dialog-window-login .form-foot {
    padding-top: 0 !important;
}

.ws-dialog-window-login .login-form-foot .item {
    margin: 1.5em 0;
}

.ws-dialog-window-watchdog .item-heading {
    font-size: 120%;
    text-transform: none;
}

.ws-dialog-window-watchdog .form {
    margin: 0;
}

.ws-dialog-window-watchdog .item-heading+.item {
    margin-bottom: .4em;
}

.ws-dialog-window-watchdog .field-inline input,
.ws-dialog-window-watchdog .field-inline select {
    padding-top: 0;
    padding-bottom: 0;
    height: 2.2em;
}

.ws-dialog-window-watchdog .form-foot>.item:last-child {
    margin-bottom: 0 !important;
}

.ws-dialog-window-watchdog button {
    font-size: 100%;
}

.ws-dialog-window-ilayer-image {
    margin-left: 15px;
    margin-right: 15px;
}

.ws-ilayer-image {
    display: block;
    max-height: 100%;
}

.element,
.element-content {
    position: relative;
}

.in-row .element {
    display: inline-block;
}

.in-row .element~.element,
#top-bar .element~.element {
    margin-left: 1em;
}

.element-heading:empty {
    display: none;
}

.sidebar .element {
    padding: 1em 20px;
    border-width: 1px;
    border-style: solid;
}

.sidebar .element+.element {
    margin-top: 1em;
}

.sidebar .element-heading {
    font-size: 110%;
    margin-top: 0;
}

.sidebar .element.element-no-boxed {
    padding: 0;
    background: none;
    border: none;
}

.sidebar .element-social-widget {
    overflow: hidden;
}

.sidebar .element .item-heading {
    font-size: 100%;
}

.sidebar .element .form {
    margin: 0;
}

.sidebar .element .form-border {
    margin: -1em -20px;
    border: none;
}

.sidebar .form-heading {
    font-size: 110%;
    margin-top: 0;
}

.col>.element:first-child .form,
.col .editing_editable:first-child>.element .form {
    margin-top: 0;
}

.col>.element:last-child .form,
.col .editing_editable:nth-last-of-type(2)>.element .form {
    margin-bottom: 0;
}

.sidebar .element-content iframe {
    display: block;
    width: 100%;
    margin: 0;
}

#special-element-mobile-nav-1,
#special-element-mobile-nav-2 {
    display: none;
}

.special-element-side {
    position: fixed;
    top: 0;
    right: 100%;
    width: auto;
    height: 100%;
    padding: 15% 0;
}

#special-element-side-2.special-element-side {
    right: auto;
    left: 100%;
}

.special-element-side .special-element-in {
    position: relative;
    right: -100%;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
}

#special-element-side-2.special-element-side .special-element-in {
    right: auto;
    left: -100%;
}

.special-element-side .element {
    text-align: left;
}

.element-cta {
    font-size: 140%;
}

.element-cta .icon {
    vertical-align: middle;
    font-size: 150%;
}

.element-cta .icon::before {
    top: -.1em;
}

.perex {
    font-size: 120%;
    font-style: italic;
    padding: 0 0 1.5em;
}

.perex-image {
    position: relative;
    top: 0;
    left: 0;
    text-transform: uppercase;
    padding: 1.5em 300px 1.8em 1.5em;
    margin: 1.5em 0 2em;
}

.perex-image h2 {
    font-size: 180%;
    font-weight: inherit;
    margin: 0;
}

.perex-image p {
    font-size: 120%;
    margin: 0;
}

.perex-image img {
    position: absolute;
    bottom: -1em;
    right: 1em;
    height: 145px;
    width: auto;
}

.element-login-expand {
    position: relative;
}

.element-login-expand a {
    text-decoration: none;
}

.element-login-expand .head-icon-image>span {
    position: relative;
    top: -.1em;
    font-size: 70%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    width: 2em;
    height: 2em;
    word-spacing: -.3em;
}

.element-login-expand li a {
    padding-left: 10px !important;
}

.element-login-expand li .icon-svg {
    width: 1.8em;
    max-width: 1.8em;
}

.element-code .more {
    margin-left: .5em;
}

.special-element-side .element-callback {
    width: 300px;
}

.element-lang a {
    display: inline-block;
    vertical-align: middle;
}

.element-lang a img,
.element-lang-selected img {
    float: left;
    max-width: 1.8em;
    max-height: 1.4em;
    position: relative;
    top: -.1em;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
}

.element-lang-unpack a img,
.element-lang-selected img {
    float: none;
}

.element-lang-unpack a img {
    margin-right: .3em;
}

.element-lang-unpack .ws-pack-item-content li a {
    display: block;
}

#mobile-callback-box {
    display: none;
}

.sidebar .element-article .item .col {
    width: 100%;
}

.sidebar .element-article .image {
    margin-bottom: .6em;
}

.sidebar .element-article .item-heading {
    font-weight: inherit;
}

.sidebar .element-article .item-info p {
    margin: .6em 0;
}

.sidebar .element-article .article.items-border .item+.item {
    padding-top: 1.5em;
    margin-top: 1.5em;
}

.element-directmail .form-foot .item {
    display: inline-block;
}

.element-directmail-horizontal .form-heading {
    font-size: 180%;
    margin-bottom: 0;
}

.element-directmail-horizontal .label {
    display: none;
}

.element-directmail-horizontal .form-part:not(.form-head) {
    padding-top: .5em;
}

.element-directmail-horizontal .form-part {
    float: left;
    width: 33.333333%;
}

.element-directmail-horizontal .form-part+.form-part {
    padding-left: 20px;
}

.element-directmail-horizontal .form-foot .item {
    display: inline-block;
    margin-bottom: 0;
}

.element-directmail-horizontal .form-foot .item:not(.item-hidden)+.item {
    margin-left: .5em;
}

.element-directmail-horizontal .field-checkbox {
    margin-bottom: 0 !important;
}

.element-directmail-horizontal button {
    font-size: 100% !important;
    height: 2.6em;
}

.element-directmail-login-only .field {
    max-width: 450px;
}

.newsletter-form {
    max-width: 550px;
    margin: 0 auto;
}

.newsletter-form .form .form-foot .row:last-child>.col>* {
    display: inline-block;
    width: auto;
}

.newsletter-form .form .form-foot .row:last-child>.col>*+* {
    margin-left: .6em;
}

.element-contact-icon {
    display: none;
}

.element-contact-content>span {
    display: inline-block;
}

#top-bar .element-contact-content>span+span {
    padding-left: .5em;
    margin-left: .5em;
    border-width: 0 0 0 1px;
    border-style: solid;
}

.element-video {
    position: static;
}

.element-news-catalogue .item+.item {
    margin-top: 1.5em;
}

.element-news-catalogue .image {
    width: 60px;
    padding-bottom: 60px;
    margin: 0;
    float: left;
}

.element-news-catalogue h3,
.element-news-catalogue p {
    margin: 0 0 0 70px;
}

.element-news-catalogue p {
    margin-top: 1em;
}

.element-facebook .facebook {
    background-color: white;
    overflow: hidden;
}

.element-social .element-content,
.element-social .element-content>* {
    vertical-align: middle;
}

.element-social .social-icon {
    text-decoration: none;
}

.element-social .social-icon+.social-icon {
    margin-left: .3em;
}

.element-social social-icon:hover::before {
    color: inherit;
}

.social-icon-transparent .social-icon {
    background: none !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .2);
}

.social-icon-big .social-icon {
    font-size: 160%;
    line-height: 2.1em;
    width: 2.1em;
    height: 2.1em;
}

.social-icon-big.social-icon-transparent .social-icon {
    width: calc(2.1em + 2px);
    height: calc(2.1em + 2px);
}

.social-icon-big .social-icon+.social-icon {
    margin-left: .5em;
}

.special-element-side .element-social {
    padding-right: 1em;
}

.special-element-side .element-social .social-icon {
    font-size: 150%;
    margin-left: 0;
}

.special-element-side .element-social .social-icon+.social-icon {
    margin-top: .3em;
}

.social-icon {
    position: relative;
    font-size: 100%;
    display: inline-block;
    text-align: center;
    line-height: 1.6em;
    width: 1.6em;
    height: 1.6em;
    color: white !important;
    background-color: #4c4c4c;
}

.social-icon::before {
    z-index: 2;
    font-size: 90%;
}

.social-icon.icon-pinterest::before,
.social-icon.icon-instagram::before {
    top: -.02em;
}

.social-icon.icon-facebook,
.social-icon.social-icon-facebook {
    background-color: #3b5999;
}

.social-icon.icon-android,
.social-icon.social-icon-android {
    background-color: #a5c63b;
}

.social-icon.icon-apple,
.social-icon.social-icon-apple {
    background-color: #96aac5;
}

.social-icon.icon-card-visa,
.social-icon.social-icon-card-visa {
    background-color: #103794;
}

.social-icon.icon-envelope,
.social-icon.social-icon-envelope {
    background-color: #8e8e8e;
}

.social-icon.icon-flickr,
.social-icon.social-icon-flickr {
    background-color: #ff0086;
}

.social-icon.icon-google-plus,
.social-icon.social-icon-google-plus {
    background-color: #d84938;
}

.social-icon.icon-instagram,
.social-icon.social-icon-instagram {
    background-color: #d6249f;
    background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-icon.icon-linkedin,
.social-icon.social-icon-linkedin {
    background-color: #0082ca;
}

.social-icon.icon-rss,
.social-icon.social-icon-rss {
    background-color: #fd8b06;
}

.social-icon.icon-skype,
.social-icon.social-icon-skype {
    background-color: #24b4f0;
}

.social-icon.icon-twitter,
.social-icon.social-icon-twitter {
    background-color: #29c5f6;
}

.social-icon.icon-youtube,
.social-icon.social-icon-youtube {
    background-color: #de332c;
}

.social-icon.icon-pinterest,
.social-icon.social-icon-pinterest {
    background-color: #e60023;
}

.social-icon svg {
    position: relative;
    z-index: 2;
    vertical-align: -.2em;
}

.social-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.element-ws-share .element-social {
    margin-top: 0 !important;
    margin-bottom: .5em;
}

.tags ul,
#content .tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tags li,
#content .tags li {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: none;
}

.tag,
.client-section-info button,
.client-section-info .button,
.tag-filter>*,
.tag-filter-result a.icon-close {
    display: inline-block;
    padding: .2em .6em;
    text-decoration: none;
}

.tag,
.client-section-info button,
.client-section-info .button {
    margin: 0 .2em .4em 0;
}

.tag {
    border-width: 1px;
    border-style: solid;
}

.tag:last-child {
    margin-right: 0;
}

.tag>img {
    height: 1.3em;
    width: auto;
    vertical-align: middle;
    margin-right: .3em;
}

.title-tag-image,
.title-tag-image .image {
    vertical-align: top;
}

.title-tag-image .image,
.title-tag-image .image-in {
    line-height: 0;
}

.title-tag-image .image {
    width: 1.3em;
    padding-bottom: 1.3em;
}

.tag-category-content {
    border-width: 0 0 1px 0;
    border-style: solid;
}

.item-info .element-tag,
.item-info .element-tag a {
    display: inline-block;
}

.catalogue-detail-stripe-tags .element-tag .item-text {
    text-align: center;
}

.catalogue-detail-stripe-tags .element-tag .image+.item-text {
    margin-top: .5em;
}

.tag-filter {
    padding: 0;
}

.tag-filter-result {
    font-weight: 400;
}

.tag-filter-result+.tag-filter-result {
    border-width: 0 0 0 1px;
    border-style: solid;
}

.tag-filter-result a.icon-close {
    padding-left: .2em;
    margin: -.4em -.6em -.4em -.1em;
    text-align: center;
    opacity: .5;
}

.special-element-advert {
    text-align: center;
}

.special-element-advert img {
    vertical-align: bottom;
}

.element-advert {
    padding-bottom: 1.5em;
}

#special-element-advert-slide {
    position: absolute;
    top: 0;
    right: -21px;
    width: 1px;
}

.element-cart a {
    text-decoration: none;
}

.element-cart-expand .ws-pack-item-header::before,
.element-cart-expand .ws-pack-item-header::after {
    display: none !important;
}

.element-cart-expand .ws-pack-item-content.boxed {
    padding: 0;
}

.element-cart-content {
    width: 450px;
    max-height: 400px;
    overflow: auto;
    text-align: left;
}

.element-cart-content .item {
    position: relative;
    padding: 15px;
    border-width: 1px 0 0;
    border-style: solid;
}

.element-cart-content .item:first-child {
    border-top-width: 0;
}

.element-cart-content .item>* {
    display: inline-block;
    vertical-align: middle;
}

.element-cart-content .item .image,
.element-cart-content .item .image-spare-width {
    width: 60px;
    padding-bottom: 60px;
    margin: 0 10px 0 0;
}

.element-cart-content .item .image-spare {
    padding-bottom: 0;
}

.element-cart-content .image .icon::before {
    font-size: 100%;
}

.element-cart-content .item .item-content-text {
    width: calc(100% - 120px);
}

.element-cart-content .item .item-content-text .icon:not(.icon-gift)::before {
    margin-right: .3em !important;
}

.element-cart-content .item .item-heading {
    font-size: 100%;
    font-weight: inherit;
    text-transform: none;
    margin: 0 0 .2em;
    color: inherit !important;
}

.element-cart-content .item .item-heading a {
    text-decoration: none;
    color: inherit !important;
}

.element-cart-content .item .item-icon-delete {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 110%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.element-cart-expand .element-cart-price-sum.boxed {
    margin-top: 0;
    padding: 15px !important;
    border-width: 1px 0 0;
}

.element-cart-expand .element-cart-price-sum .basket-sum-total-with-vat {
    font-size: 110%;
    margin-top: .5em !important;
}

.element-cart-expand .element-cart-price-sum .order-next {
    font-size: 100%;
}

#responsive-controls-buttons .element-cart-expand .ws-pack-item-content {
    right: 0;
}

#responsive-controls-buttons .element-cart-expand .element-cart-price-sum .icon::before {
    display: none;
}

.element-cart-content .item-cart-gift:not(.item-cart-gift-all-basket) {
    padding-top: 0;
    padding-bottom: 8px;
    border: none;
}

.element-cart-content .item-cart-gift:not(.item-cart-gift-all-basket) .image {
    width: 30px;
    padding-bottom: 30px;
    margin-left: 30px;
    vertical-align: top;
}

.element-cart-content .item-cart-gift .catalogue-gift-icon {
    position: absolute;
    top: 0;
    left: 25px;
}

.element-cart-content .item-cart-gift-all-basket .catalogue-gift-icon {
    top: 10px;
    left: 10px;
}

.ws-pack-item-header {
    position: relative;
    text-align: left;
    cursor: pointer;
}

.ws-pack-item-content {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.ws-pack-item-header.icon::after,
.ws-pack-item-header .icon {
    display: inline-block;
}

.ws-unpack>.ws-pack-item-header.icon::after,
.ws-unpack>.ws-pack-item-header .icon:not(.head-icon),
.ws-pack-icons-svg .ws-unpack>.ws-pack-item-header .ws-pack-icon-pack {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ws-pack-main .ws-pack-item-header.boxed+.ws-pack-item-content {
    margin-top: -1px;
}

.ws-pack-item-header.boxed+.ws-pack-item-content .nav-default a {
    padding-left: 20px;
    padding-right: 20px;
}

.ws-pack-absolute {
    position: relative;
    top: 0;
    left: 0;
}

.ws-pack-absolute .ws-pack-item-content,
#top-bar .ws-pack-item-content,
.head-elements .ws-pack-item-content {
    position: absolute;
    left: 0;
    top: 100%;
}

.ws-pack-absolute-r .ws-pack-item-content,
#top-bar .col-flex.r .ws-pack-item-content,
.head-elements .ws-pack-item-content {
    left: auto;
    right: 0;
}

.ws-pack-absolute-full .ws-pack-item-content {
    width: 100%;
}

.ws-pack-open .ws-pack-item-header {
    cursor: default;
}

.ws-pack-open .ws-pack-item-header.icon::after,
.ws-pack-open .ws-pack-item-header .icon {
    display: none;
}

.ws-pack-open .ws-pack-item-content {
    position: relative;
}

.ws-pack-open .item {
    vertical-align: top;
}

.ws-faq {
    position: relative;
    top: -1em;
}

.ws-faq-questions,
.ws-faq-answer-category {
    padding: 1em 0;
}

.ws-faq-questions {
    position: absolute;
    width: 350px;
}

.ws-faq-answers {
    margin-left: 370px;
}

.ws-faq-questions h3 {
    font-size: 110%;
}

.ws-faq-questions ul {
    margin: 0;
}

.ws-faq-questions>*:first-child,
.ws-faq-answer-category>*:first-child {
    margin-top: 0;
}

.ws-faq-answer-category {
    margin-bottom: 1em;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.ws-faq-answer-category>* {
    padding: 20px;
}

.ws-faq-answer-category>h2 {
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
}

.ws-faq-answer>*:first-child {
    margin-top: 0;
}

.ws-faq-answer>*:last-child {
    margin-bottom: 0;
}

.ws-faq-answer.boxed:not(.jump-to-highlight-on) {
    border-color: transparent;
    background-color: transparent;
}

.ws-faq-answer.boxed:not(.jump-to-highlight-on)>h3 {
    color: inherit;
}

.indices p {
    padding: 5px 0;
    margin: 0;
}

.index-month {
    float: right;
}

.index-day {
    float: left;
}

.calendar table {
    clear: both;
}

.calendar th,
.calendar td {
    text-align: center;
}

.calendar td {
    padding: 0;
}

.calendar .cell {
    display: block;
    position: relative;
    padding: 2px;
}

.event-count {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 80%;
    margin-left: 8px;
    font-weight: normal;
}

.today {
    font-weight: 700;
}

.ws-help-screen {
    width: 100%;
    padding: 2em;
    margin: 2em 0;
    background: #fafafa;
}

.ws-help-screen-in {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.ws-help-screen img {
    display: block;
    margin: 0 auto;
}

.ws-help-screen .ws-help-screen-points {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.ws-help-screen .ws-help-screen-point {
    position: absolute;
    width: auto;
    max-width: 20%;
    padding: 10px;
    font-size: 80%;
    color: #627f00;
    background-color: #ecf5ce;
    border-width: 2px;
    border-style: solid;
    border-color: #90b908;
    border-radius: 3px;
}

.ws-help-screen .ws-help-screen-point::before,
.ws-help-screen .ws-help-screen-point::after {
    display: inline-block;
    text-align: center;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    content: "\f0d8";
    color: #ecf5ce;
    font-size: 25px;
    line-height: 25px;
    width: 25px;
    position: absolute;
    top: -16px;
    left: 10px;
    z-index: 1;
}

.ws-help-screen .ws-help-screen-point::after {
    z-index: -2;
    font-size: 31px;
    line-height: 31px;
    width: 31px;
    left: 7px;
    top: -22px;
    color: #90b908;
}

.ws-help-screen .ws-help-screen-point[style*="right"]::before,
.ws-help-screen .ws-help-screen-point[style*="right"]::after {
    left: auto;
    right: 10px;
}

.ws-help-screen .ws-help-screen-point[style*="right"]::after {
    right: 7px;
}

.ws-help-button {
    display: inline-block;
    text-decoration: none;
    padding: .3em 1.2em;
    margin: .1em .2em;
    border-radius: 3px;
    color: #4a4a4a;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
}

.ws-help-button-add {
    color: white;
    background-color: #5cbb00;
    border-color: #5cbb00;
}

.ws-help-button-edit {
    color: white;
    background-color: #347cd4;
    border-color: #347cd4;
}

.ws-help-button-delete {
    color: white;
    background-color: #e54954;
    border-color: #e54954;
}

.ws-help-button-icon {
    text-align: center;
    min-width: 2.2em;
    padding: .3em;
}

.ws-help-message {
    clear: left;
    position: relative;
    width: 100%;
    padding: 1em 1.5em;
    margin: 1em 0 1.5em;
    background-color: #efefef;
    border-radius: 5px;
}

.ws-help-message h2,
.ws-help-message h3,
.ws-help-message h4 {
    font-weight: 600;
    color: #5c5c5c;
    padding: 0;
    margin: 0;
}

.ws-help-message p,
.ws-help-message ul {
    margin: .3em 0;
}

.ws-help-message li {
    margin: 0;
}

.ws-help-message-warning {
    background-color: #f6f1d5;
}

.ws-help-message-warning,
.ws-help-message-warning h2,
.ws-help-message-warning h3,
.ws-help-message-warning h4 {
    color: #6e684e;
}

.ws-help-message-info {
    background-color: #dfeef4;
}

.ws-help-message-info,
.ws-help-message-info h2,
.ws-help-message-info h3,
.ws-help-message-info h4 {
    color: #3d6e7b;
}

.ws-help-message-success {
    background-color: #d4f1cb;
}

.ws-help-message-success,
.ws-help-message-success h2,
.ws-help-message-success h3,
.ws-help-message-success h4 {
    color: #406d41;
}

.ws-help-message-error {
    background-color: #f1d7d7;
}

.ws-help-message-error,
.ws-help-message-error h2,
.ws-help-message-error h3,
.ws-help-message-error h4 {
    color: #8d3d43;
}

.ws-points-screen {
    width: 100%;
}

.ws-points-screen-in {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.ws-points-screen img {
    display: block;
    margin: 0 auto;
}

.ws-points-screen-points {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.ws-points-screen-point {
    position: absolute;
}

.ws-points-screen-point-icon,
.ws-points-screen-point-tooltip {
    transition: 300ms;
}

.ws-points-screen-point-icon {
    color: rgba(0, 0, 0, 0);
    display: block;
    z-index: 2;
    position: absolute;
    width: 2em;
    height: 2em;
    margin: -1em auto auto -1em;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    border-radius: 50%;
    cursor: pointer;
}

.ws-points-screen-point-tooltip {
    position: absolute;
    opacity: 0;
}

.ws-points-screen-point-tooltip .item {
    width: 300px;
    margin: 0 !important;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 5px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .2);
    overflow: hidden;
}

.ws-points-screen-point-tooltip .col {
    margin: 0 !important;
}

.ws-points-screen-point-tooltip>.item {
    padding: 20px;
}

.ws-points-screen-point:hover {
    z-index: 2;
}

.ws-points-screen-point:hover .ws-points-screen-point-icon {
    transform: scale(1.5);
}

.ws-points-screen-point:hover .ws-points-screen-point-tooltip {
    opacity: 1;
}

.ws-points-screen-point-tooltip>.item img {
    margin-bottom: 1em;
}

.ws-points-screen-point-tooltip>.item .item-heading {
    font-size: 140%;
    margin: 0 0 .3em;
    color: inherit;
}

.ws-points-screen-point-tooltip>.item .item-heading a {
    text-decoration: none;
    color: inherit;
}

.ws-points-screen-point-tooltip {
    padding: 2.3em;
}

.ws-points-screen-point-top .ws-points-screen-point-tooltip {
    bottom: 100%;
    transform: translateX(-50%);
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.ws-points-screen-point-bottom .ws-points-screen-point-tooltip {
    top: 100%;
    transform: translateX(-50%);
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.ws-points-screen-point-left .ws-points-screen-point-tooltip {
    right: 100%;
    transform: translateY(-50%);
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.ws-points-screen-point-right .ws-points-screen-point-tooltip {
    left: 100%;
    transform: translateY(-50%);
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.ws-show-event:not(.ws-show-event-show),
.ws-show-event-hide {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.ws-show-event-show {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.design-minimal .image,
.design-minimal table,
.design-minimal .filters-vertical .boxed.ws-pack-item-content,
.design-minimal .filters-horizontal .filters-view-all.boxed,
.design-minimal .sidebar .element,
.design-minimal .sidebar .element .item.boxed,
.design-minimal .post-quote,
.design-minimal .gallery.items-border .item,
.design-minimal .gallery .item .item-content-text,
.design-minimal .article .item,
.design-minimal .testimonial .item-text,
.design-minimal .strip-box {
    border-width: 0 !important;
}

.design-minimal .form-part>.boxed,
.design-minimal .form-part:not(.form-foot):not(.filter-button-confirm) {
    padding-bottom: 1px !important;
}

.design-minimal .article .item {
    padding-top: 0 !important;
}

.design-minimal .testimonial .item-text::after {
    display: none;
}

.design-minimal-catalogue .page-catalogue.page-catalogue-preview {
    margin-top: 0;
}

.design-minimal-catalogue .catalogue-preview:not(.catalogue-preview-gifts) {
    margin-top: 1.5em;
}

.design-minimal-catalogue .catalogue-view1 .item a {
    text-decoration: none;
}

.design-minimal-catalogue .catalogue-view1:not(.catalogue-view-align-left) .item-content-text>*:not(.catalogue-preview-info):not(.catalogue-product-code) {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

.design-minimal-catalogue .catalogue-preview.catalogue-view1:not(.catalogue-preview-gifts)>.row>.col {
    margin-bottom: 4em;
}

.design-minimal-catalogue .catalogue .item-heading {
    font-size: 100%;
    height: auto;
}

.design-minimal-catalogue .catalogue-detail h1,
.design-minimal-catalogue .catalogue-detail #h1 {
    font-size: 150%;
}

.design-minimal-catalogue .catalogue-gallery-detail-images .image {
    border: none !important;
}

.design-minimal-catalogue .catalogue-detail .tab-v2 .tab-nav li {
    width: auto;
}

.design-minimal-catalogue .tab-v2 .tab-nav li>*:first-child {
    border-width: 0 0 1px 0 !important;
}

.design-minimal-catalogue .tab-nav li>*:first-child {
    border-color: transparent;
}

.design-minimal-catalogue .tab-nav li>*:first-child,
.design-minimal-catalogue .tab-v2 .tab-nav li.active>*:first-child {
    padding: .5em 1em;
}

.design-minimal-catalogue .tab-nav li.active>*:first-child {
    background-color: transparent;
}

.design-minimal-catalogue .catalogue-detail .item-heading-tab {
    font-size: 130%;
}

.design-minimal-catalogue .tab.panel .item-heading-tab {
    display: none;
}

.design-minimal-catalogue .page-catalogue-preview .catalogue-preview~.pagination {
    text-align: center;
}

.design-minimal-filters .sidebar .filters h3 {
    display: none;
}

.design-minimal-filters .sidebar .filters .boxed {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border: none;
}

.design-minimal-filters .sidebar .filters .filter .ws-pack-item-header.boxed {
    padding: .5em 0;
}

.design-minimal-filters .sidebar .filters .filter .ws-pack-item-header.icon::after,
.design-minimal-filters .sidebar .filters .filter .ws-pack-item-header .icon {
    right: 0;
}

.design-minimal-filters .filters-horizontal .ws-pack-item-header.boxed {
    padding: .5em .7em;
    background: transparent;
    border-width: 0 0 1px 0 !important;
}

.design-minimal-filters.design-minimal .filters-horizontal .ws-pack-item-header.boxed {
    border-width: 0 !important;
}

.design-minimal-filters .filters-horizontal .filter .ws-pack-item-header.icon::after,
.design-minimal-filters .filters-horizontal .filter .ws-pack-item-header .icon {
    float: none;
}

.design-minimal-filters .filters-horizontal .filter .ws-pack-item-content.boxed {
    padding: 15px !important;
    margin-top: 0;
}

.design-minimal-filters .filters-horizontal .catalogue-filter-items>.row>.col:not([class*="col-"]) {
    margin-right: .5em;
}

.design-minimal-filters .filters-horizontal .catalogue-filter-items>.row>.col:not([class*="col-"]) .ws-pack-item-content.boxed {
    margin-top: -1px;
}

.design-minimal-nav .catalogue-category-nav-title {
    display: block;
}

.design-minimal-nav .sidebar .element-nav {
    padding: 0;
    border: none;
}

.design-minimal-nav .sidebar .element-nav .nav>ul>li:first-child>a {
    border-top-style: solid;
    border-top-width: 1px;
}

.design-minimal-nav .sidebar .element-nav .nav li:last-child a {
    border-bottom-width: 1px;
}

.ui-dialog,
.ui-dialog * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ui-dialog .ui-dialog-content,
.ui-dialog .ui-dialog-content *,
.ui-dialog .row,
.ui-dialog .row * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-dialog {
    position: fixed !important;
    text-align: left;
    padding: 0;
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-buttonpane {
    padding: 1.2em 20px;
    margin: 0;
    border: none;
}

.ui-dialog .ui-dialog-title {
    font-size: 140%;
    font-weight: 400;
}

.ui-dialog-titlebar-close .ui-icon-closethick,
.ui-dialog-titlebar-close:hover .ui-icon-closethick {
    position: absolute;
    text-indent: 0;
    line-height: 16px;
    background: none;
}

.ui-dialog .ui-dialog-content {
    padding: 1.2em 20px;
}

.ui-dialog .ui-dialog-content>*:first-child,
.ui-dialog .ui-dialog-content form>*:first-child {
    margin-top: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 10px;
    width: 2em;
    height: 2em;
    padding: 0;
    margin: -1.1em 0 0;
    background: none;
    border: none;
}

.ui-dialog .ui-dialog-content .ws-dialog-window-buttons {
    margin: 0 -20px;
    padding-bottom: 0;
}

.ws-dialog-booking {
    max-width: 700px !important;
}

.ws-dialog-booking.ui-dialog .ui-dialog-content form>h2 {
    margin: 0;
}

.ui-widget-overlay {
    z-index: 1000 !important;
    background: rgba(0, 0, 0, .8);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

.ui-timepicker-rtl dl {
    text-align: right;
}

.ui-timepicker-rtl dl dd {
    margin: 0 65px 10px 10px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.7em;
    margin-left: -1em;
    width: 2em;
    height: 2em;
}

.icon--anim-spin>.icon::before,
.icon--hover-detail .icon::before,
.icon--pack-angle.icon::before {
    margin: 0 !important;
}

.icon--anim-spin {
    display: inline-block;
}

.icon--anim-spin>.icon,
.icon--anim-spin>.icon::before,
.icon--anim-spin>svg {
    display: block;
    width: 1em;
    line-height: 1em;
}

.icon--anim-spin-size-200 {
    font-size: 199%;
}

.icon--anim-spin-size-300 {
    font-size: 299%;
}

.icon--anim-spin-size-400 {
    font-size: 399%;
}

.icon--anim-spin-space {
    margin: 20px;
}

.icon--hover-detail {
    font-size: 250%;
    display: block;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, .5);
    border-radius: 100%;
    animation: showresult 300ms;
}

.icon--hover-detail .icon {
    position: relative;
    top: -.1em;
}

.icon--pack-angle {
    margin-top: -.1em;
}

.icon--box,
.icon-svg-box {
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
    text-align: center;
}

.icon--box>.icon,
.icon--box>.icon::before {
    line-height: 1em !important;
    width: 1em;
}

.icon--box-xs,
.icon-svg-box-xs {
    padding: .25em;
}

.icon--box-s,
.icon-svg-box-s {
    padding: .5em;
}

.icon--box-m,
.icon-svg-box-m {
    padding: 1em;
}

.icon--box-l,
.icon-svg-box-l {
    padding: 1.5em;
}

.icon--box-xl,
.icon-svg-box-xl {
    padding: 2em;
}

.icon--box-bgcolor-dark,
.icon-svg-box-bgcolor-dark {
    background-color: #4c4c4c;
}

.icon--box-circle,
.icon-svg-box-circle {
    border-radius: 100%;
}

.icon--color-white,
.icon-svg-color-white,
.icon-svg-box-bgcolor-dark>svg {
    color: white;
}

.icon-svg {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    max-width: 1.25em;
    height: 1em;
    vertical-align: -.15em;
    overflow: visible;
}

.icon-svg-m {
    vertical-align: -0.225em;
}

.icon-svg-l {
    vertical-align: -0.333em;
}

.icon-svg-xl {
    vertical-align: -0.377em;
}

.icon-svg-l.icon-svg-mr {
    margin-right: .15em;
}

.icon-svg-xl.icon-svg-mr {
    margin-right: .15em;
}

.icon-svg-box>svg {
    width: 1em;
}

.icon-svg-flip-h {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.icon--m,
.icon-svg-m {
    font-size: 1.3em;
}

.icon--l,
.icon-svg-l {
    font-size: 2em;
}

.icon--xl,
.icon-svg-xl {
    font-size: 3em;
}

.icon--hover-detail,
.image .icon-svg-box:not(.catalogue-gift-icon) {
    display: none;
}

.icon--anim-spin {
    -webkit-animation: icon-anim-spin 1.2s infinite linear;
    animation: icon-anim-spin 1.2s infinite linear;
}

@-webkit-keyframes icon-anim-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes icon-anim-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.circle,
.images-circle .image,
.images-circle .image2,
.post-image-user,
.ui-slider-horizontal .ui-slider-handle,
.order-step-number,
.catalogue-stickers span.circle,
.items-icon-zoom .image-in a:hover::before,
a[data-gallery-id="1"]::before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.circle,
.images-circle .image,
.images-rounded .image,
.images-rounded-xl .image {
    overflow: hidden;
}

.circle-inputs input,
.circle-inputs select,
.circle-inputs button:not([class*="pswp"]),
.circle-inputs .button:not([class*="jqmWindow-close"]),
.circle-inputs .search-form button,
.circle-inputs .field .icon::before,
.circle-inputs .label-icon {
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    border-radius: 100em;
}

.circle-inputs textarea {
    -webkit-border-radius: 1.4em;
    -moz-border-radius: 1.4em;
    border-radius: 1.4em;
}

.circle-inputs input[type="checkbox"]+label::before {
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
}

.stripe-add button,
.stripe-edit-bar>button,
.element-add button,
.element-edit-bar>button,
.button-nav-edit,
.button-footer-edit {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.rounded,
.images-rounded .image,
.search-form,
.form,
input,
textarea,
select,
button,
.button,
.hint,
.item-recommend,
input[type="checkbox"]+label::before,
.filter .field .image,
.form-part>.boxed,
.testimonial.items-rounded:not(.items-boxed) .item-content-text,
.testimonial.items-rounded.items-boxed .item,
.article.items-rounded .item,
.digest.items-rounded .item,
.section-bg-rounded .section-text-bg-layer,
.message,
fieldset,
.search-form button,
.tab-switch>*:first-child,
.tab-switch>*:last-child,
.tab-switch>*:first-child label,
.tab-switch>*:last-child label,
.forum-thread-pager.pagination>*,
button.ui-corner-all,
#top-page a,
.tooltipster-default,
.field .icon::before,
.label-icon,
.strip-box,
.strip,
.tag,
.catalogue-stickers span,
.catalogue-detail-product-label-text,
.catalogue-variants li a,
.catalogue-variants li.catalogue-variants-na svg,
.catalogue-variants input[type="radio"]+label,
.catalogue-alternatives-tiles .item,
.catalogue-alternatives-tiles-in-s .image,
.article-filter.rounded .ws-pack-item>*,
.article-filter.rounded .item,
.article-filter.rounded .item a.boxed {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.rounded-xl,
.items-rounded-xl .item,
.article.items-rounded-xl .item,
.digest.items-rounded-xl .item,
.article-filter.rounded-xl .ws-pack-item>*,
.article-filter.rounded-xl .item,
.images-rounded-xl .image,
.section-bg-rounded-xl .section-text-bg-layer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.search-form button,
.tab-switch>*:last-child,
.tab-switch>*:last-child label,
.field .icon::before,
.label-icon {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#top-page a,
.tab-switch>*:first-child,
.tab-switch>*:first-child label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.article-filter[class*="rounded"] .ws-pack-item:not(.ws-pack) .ws-pack-item-header {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.article-filter[class*="rounded"] .ws-pack-item-content {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.norounded,
.testimonial.items-boxed .item-text,
.norounded *,
.norounded input[type="checkbox"]+label::before,
.norounded-inputs input,
.norounded-inputs textarea,
.norounded-inputs select,
.norounded-inputs button,
.norounded-inputs .button,
.norounded-inputs input[type="checkbox"]+label::before,
.norounded-inputs button.ui-corner-all {
    border-radius: 0;
}

.shadow,
.items-shadow .item,
.images-shadow .image {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.shadow-l,
.items-shadow-l .item,
.images-shadow-l .image {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.element-login-expand #logged {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.layout-boxed #main,
.megamenu-container>.shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#nav .nav li:hover ul,
.nav-unpacking .nav li:hover ul {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.shadow-inner,
.shadow-inner-hover:hover,
.items-shadow-inner-hover .item:hover {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.shadow-inner-top {
    box-shadow: inset 0 15px 10px -10px rgba(0, 0, 0, 0.08);
}

.shadow-inner-right {
    box-shadow: inset -15px 0 10px -10px rgba(0, 0, 0, 0.08);
}

.shadow-inner-bottom {
    box-shadow: inset 0 -15px 10px -10px rgba(0, 0, 0, 0.08);
}

.shadow-inner-left {
    box-shadow: inset 15px 0 10px -10px rgba(0, 0, 0, 0.08);
}

.shadow-outer {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.shadow-outer-top {
    box-shadow: 0 -15px 10px -10px rgba(0, 0, 0, 0.08);
}

.shadow-outer-right {
    box-shadow: 15px 0 10px -10px rgba(0, 0, 0, 0.08);
}

.shadow-outer-bottom {
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.08);
}

.shadow-outer-left {
    box-shadow: -15px 0 10px -10px rgba(0, 0, 0, 0.08);
}

#head.head-fixed.sticky-element.stuck {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.ws-dialog-window {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.noshadow {
    box-shadow: none;
}

.text-shadow-inner {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}

.text-shadow-outer {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.text-shadow-inner-light {
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5);
}

.text-shadow-outer-light {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.filter-grayscale,
.order-payment-delivery .disabled>*,
.item-stock-na> :not(.catalogue-stickers) {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

@-webkit-keyframes showresult {
    0% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@keyframes showresult {
    0% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@keyframes ws-animation-shaking {
    0% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(-5px);
    }
}

@keyframes ws-animation-placeholder {
    0% {
        background-position: -100% 0%;
    }

    100% {
        background-position: 200% 0%;
    }
}

.ws-placeholder {
    animation: ws-animation-placeholder 1.5s infinite;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-width: 0 1px 0 0;
}

.ws-object-animate-slideupanim,
.ws-object-animate-slidedownanim,
.ws-object-animate-slideleftanim,
.ws-object-animate-sliderightanim,
.ws-object-animate-slideupshortanim,
.ws-object-animate-slidedownshortanim,
.ws-object-animate-slideleftshortanim,
.ws-object-animate-sliderightshortanim,
.ws-object-animate-blendanim,
.ws-object-animate-popanim {
    opacity: 0;
}

*[class*="anim-item"]:not([class*="anim-item-"]):not([class*="anim-image"]):not([class*="anim-button"]) .item {
    opacity: 0;
}

*[class*="anim-item-heading"] .item-heading {
    opacity: 0;
}

*[class*="anim-item-text"] .item-text {
    opacity: 0;
}

*[class*="anim-image"] .image {
    opacity: 0;
}

*[class*="anim-button"] .button {
    opacity: 0;
}

.ws-object-animate-start {
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes ws-object-animate-slideup {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ws-object-animate-slidedown {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ws-object-animate-slideleft {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes ws-object-animate-slideright {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.ws-object-animate-start.ws-object-animate-slideupanim {
    animation-name: ws-object-animate-slideup;
}

.ws-object-animate-start.ws-object-animate-slidedownanim {
    animation-name: ws-object-animate-slidedown;
}

.ws-object-animate-start.ws-object-animate-slideleftanim {
    animation-name: ws-object-animate-slideleft;
}

.ws-object-animate-start.ws-object-animate-sliderightanim {
    animation-name: ws-object-animate-slideright;
}

@keyframes ws-object-animate-slideupshort {
    0% {
        transform: translateY(25px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ws-object-animate-slidedownshort {
    0% {
        transform: translateY(-25px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ws-object-animate-slideleftshort {
    0% {
        transform: translateX(25px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes ws-object-animate-sliderightshort {
    0% {
        transform: translateX(-25px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.ws-object-animate-start.ws-object-animate-slideupshortanim {
    animation-name: ws-object-animate-slideupshort;
}

.ws-object-animate-start.ws-object-animate-slidedownshortanim {
    animation-name: ws-object-animate-slidedownshort;
}

.ws-object-animate-start.ws-object-animate-slideleftshortanim {
    animation-name: ws-object-animate-slideleftshort;
}

.ws-object-animate-start.ws-object-animate-sliderightshortanim {
    animation-name: ws-object-animate-sliderightshort;
}

.ws-object-animate-start.ws-object-animate-slideupanim[class*="item-"],
.ws-object-animate-start.ws-object-animate-slideupanim[class*="button"] {
    animation-name: ws-object-animate-slideupshort;
}

.ws-object-animate-start.ws-object-animate-slidedownanim[class*="item-"],
.ws-object-animate-start.ws-object-animate-slidedownanim[class*="button"] {
    animation-name: ws-object-animate-slidedownshort;
}

.ws-object-animate-start.ws-object-animate-slideleftanim[class*="item-"],
.ws-object-animate-start.ws-object-animate-slideleftanim[class*="button"] {
    animation-name: ws-object-animate-slideleftshort;
}

.ws-object-animate-start.ws-object-animate-sliderightanim[class*="item-"],
.ws-object-animate-start.ws-object-animate-sliderightanim[class*="button"] {
    animation-name: ws-object-animate-sliderightshort;
}

@keyframes ws-object-animate-blend {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ws-object-animate-start.ws-object-animate-blendanim {
    animation-name: ws-object-animate-blend;
}

@keyframes ws-object-animate-pop {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.ws-object-animate-start.ws-object-animate-popanim {
    animation-name: ws-object-animate-pop;
}

.stripe-image-valign-top .ws-object-animate-slideupanim-image .section-image-in,
.stripe-image-valign-top .ws-object-animate-slidedownanim-image .section-image-in,
.stripe-image-valign-bottom .ws-object-animate-slideupanim-image .section-image-in,
.stripe-image-valign-bottom .ws-object-animate-slidedownanim-image .section-image-in {
    overflow: hidden;
}

.boxed>*:first-child {
    margin-top: 0;
}

.boxed,
.items-boxed .item,
.items-image-box.items-boxed .item-in,
.items-boxed-text .item .item-content-text {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
}

.boxed-s,
.items-boxed-s .item,
.items-image-box.items-boxed-s .item-in,
.items-boxed-text-s .item .item-content-text {
    padding-top: 10px;
    padding-bottom: 10px;
}

.boxed-l,
.items-boxed-l .item,
.items-image-box.items-boxed-l .item-in,
.items-boxed-text-l .item .item-content-text {
    padding: 30px;
}

.boxed-xl,
.items-boxed-xl .item,
.items-image-box.items-boxed-xl .item-in,
.items-boxed-text-xl .item .item-content-text {
    padding: 40px;
}

a.boxed {
    display: block;
}

.images-square.items-boxed:not(.catalogue-category-megamenu):not(.digest-v3) .item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.items-image-box.items-boxed .item,
.items-image-box.items-boxed-s .item,
.items-image-box.items-boxed-l .item,
.items-image-box.items-boxed-xl .item {
    padding: 0;
}

.items-image-box.images-square .item {
    padding-bottom: 100%;
}

.items-image-box.items-boxed .item-in,
.items-boxed-text .item .item-content-text,
.items-boxed-text .item .image {
    border-width: 0 !important;
}

.items-boxed-text .item .image {
    margin-bottom: 0;
}

.font-size-80 {
    font-size: 80%;
}

.font-size-85 {
    font-size: 85%;
}

.font-size-90,
button.font-size-90,
.button.font-size-90 {
    font-size: 90%;
}

.font-size-100,
button.font-size-100,
.button.font-size-100 {
    font-size: 100%;
}

.font-size-110 {
    font-size: 110%;
}

.font-size-120 {
    font-size: 120%;
}

.font-size-130 {
    font-size: 130%;
}

.font-size-140 {
    font-size: 140%;
}

.font-size-150 {
    font-size: 150%;
}

.font-size-200 {
    font-size: 200%;
}

.font-size-220 {
    font-size: 220%;
}

.font-size-250 {
    font-size: 250%;
}

.items-heading-size-80 .item-heading,
.items-text-size-80 .item-text {
    font-size: 80%;
}

.items-heading-size-85 .item-heading,
.items-text-size-85 .item-text {
    font-size: 85%;
}

.items-heading-size-90 .item-heading,
.items-text-size-90 .item-text {
    font-size: 90%;
}

.items-heading-size-95 .item-heading,
.items-text-size-95 .item-text {
    font-size: 95%;
}

.items-heading-size-100 .item-heading {
    font-size: 100%;
}

.items-heading-size-110 .item-heading {
    font-size: 110%;
}

.items-heading-size-120 .item-heading {
    font-size: 120%;
}

.items-heading-size-130 .item-heading {
    font-size: 130%;
}

.items-heading-size-140 .item-heading {
    font-size: 140%;
}

.items-heading-size-150 .item-heading {
    font-size: 150%;
}

.items-heading-size-200 .item-heading {
    font-size: 200%;
}

.items-heading-size-220 .item-heading {
    font-size: 220%;
}

.items-heading-size-250 .item-heading {
    font-size: 250%;
}

.width {
    margin: 0 auto;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.333333%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w48 {
    width: 48%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.mw100 {
    max-width: 100%;
    height: auto;
}

.wauto {
    width: auto;
}

.auto-resize,
.items-auto-resize .item {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.auto-resize-in,
.items-auto-resize .item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.items-image-box .auto-resize .item-content,
.items-auto-resize .item-content {
    top: auto;
    bottom: 0;
    height: auto;
}

.auto-resize-100-25,
.items-auto-resize-100-25 .item {
    padding-bottom: 25%;
}

.auto-resize-100-33,
.items-auto-resize-100-33 .item {
    padding-bottom: 33.333333%;
}

.auto-resize-100-35,
.items-auto-resize-100-35 .item {
    padding-bottom: 35%;
}

.auto-resize-100-40,
.items-auto-resize-100-40 .item {
    padding-bottom: 40%;
}

.auto-resize-100-50,
.items-auto-resize-100-50 .item {
    padding-bottom: 50%;
}

.auto-resize-100-60,
.items-auto-resize-100-60 .item {
    padding-bottom: 60%;
}

.auto-resize-100-70,
.items-auto-resize-100-70 .item {
    padding-bottom: 70%;
}

.auto-resize-100-75,
.items-auto-resize-100-75 .item {
    padding-bottom: 75%;
}

.auto-resize-100-100,
.items-auto-resize-100-100 .item {
    padding-bottom: 100%;
}

.pad-t1:not(.stripe) {
    padding-top: 1em;
}

.pad-b1:not(.stripe) {
    padding-bottom: 1em;
}

.pad-r1 {
    padding-right: 20px;
}

.pad-l1 {
    padding-left: 20px;
}

.pad-t2:not(.stripe) {
    padding-top: 2em;
}

.pad-b2:not(.stripe) {
    padding-bottom: 2em;
}

.mar-t1 {
    margin-top: 1em;
}

.mar-b1 {
    margin-bottom: 1em;
}

.mar-r1 {
    margin-right: 20px;
}

.mar-l1 {
    margin-left: 20px;
}

.mar-t2 {
    margin-top: 2em;
}

.mar-b2 {
    margin-bottom: 2em;
}

.pad-0 {
    padding: 0 !important;
}

.pad-t0:not(.stripe),
.stripe.pad-t0>.stripe-in,
.body-pad-t0 #body {
    padding-top: 0 !important;
}

.pad-r0 {
    padding-right: 0 !important;
}

.pad-b0:not(.stripe),
.stripe.pad-b0>.stripe-in,
.body-pad-b0 #body {
    padding-bottom: 0 !important;
}

.pad-l0 {
    padding-left: 0 !important;
}

.mar-0 {
    margin: 0 !important;
}

.mar-t0 {
    margin-top: 0 !important;
}

.mar-r0 {
    margin-right: 0 !important;
}

.mar-b0 {
    margin-bottom: 0 !important;
}

.mar-l0 {
    margin-left: 0 !important;
}

.c,
.c td,
.c th,
.element-heading-c.element-heading,
.element-heading-c .element-heading,
.element-c .element,
.segment-heading-c.segment-heading,
.segment-heading-c .segment-heading {
    text-align: center;
}

.l,
.l td,
.l th {
    text-align: left;
}

.r,
.r td,
.r th {
    text-align: right;
}

.just {
    text-align: justify;
}

.valign {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.valign-t,
.valign-t th,
.valign-t td {
    vertical-align: top;
}

.valign-b,
.valign-b th,
.valign-b td {
    vertical-align: bottom;
}

.valign-m,
.valign-m th,
.valign-m td {
    vertical-align: middle;
}

.fl {
    float: left;
}

.flr {
    float: right;
}

.flnone {
    float: none
}

img.fl,
.image.fl,
a[data-gallery-id].fl {
    margin: 0 1.5em 1em 0;
}

img.flr,
.image.flr,
a[data-gallery-id].flr {
    margin: 0 0 1em 1.5em;
}

a[data-gallery-id] img,
a[data-gallery-id] img {
    margin: 0;
}

.cl {
    clear: both;
    display: block;
}

.cll {
    clear: left;
}

.clr {
    clear: right;
}

div.cl,
span.cl {
    font-size: .01em;
    height: .01em;
    padding: 0;
    margin: -.01em 0 0;
    overflow: hidden;
}

.mar-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-normal {
    text-transform: none;
}

.text-decoration-none,
.text-decoration-none a,
.items-text-decoration-none .item a,
.items-heading-decoration-none .item .item-heading a {
    text-decoration: none;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.popup-window-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.nowrap {
    white-space: nowrap;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.bgnone {
    background: none !important;
}

.image.bgnone,
.bgnone .image {
    background-color: transparent !important;
}

.list-none,
.list-none ul,
.list-none li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-none li+li {
    margin-top: .5em;
}

.overflow-hid,
.sidebar-in {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.vis {
    visibility: hidden;
}

.hid,
.nodisplay,
.onlyprint,
#responsive-controls,
.desktop-hidden {
    display: none;
}

.ws_cke_admin {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    padding: 1em 20px;
}

.preview-bar {
    height: 3.4em;
}

.preview-bar-in {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1em 20px;
}

.cursor-pointer,
.cursors-pointer label,
.cursors-pointer input {
    cursor: pointer;
}

.working-layer {
    z-index: 10000 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.working-layer .icon--anim-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    z-index: 100;
    font-size: 299%;
}

.working-layer .icon--anim-spin>.icon,
.working-layer .icon--anim-spin>.icon-svg {
    color: white;
}

#demand-window {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 580px;
    padding: 10px;
    margin-left: -300px;
    text-align: left;
}

.demand-td1 {
    width: 140px;
}

#demand-window input.demand-submit {
    width: auto;
}

#demand-close {
    float: right;
}

.tooltipster-default {
    width: auto !important;
    max-width: 300px;
    border-width: 1px;
    border-style: solid;
}

.tooltipster-base {
    font-size: 100%;
}

.tooltipster-default .tooltipster-content {
    font-size: 85% !important;
    text-align: left;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    right: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    left: -8px;
}

.wh,
.text-light,
.text-light *,
.text-light .item-heading,
.text-light .item-heading a,
.text-light .item-heading-sub {
    color: white;
}

.article-detail-visual .text-light *,
.crumbs-visual.text-light #crumbs * {
    color: white !important;
}

.bl,
.text-dark,
.text-dark *,
.text-dark .item-heading,
.text-dark .item-heading a {
    color: black;
}

.crumbs-visual.text-dark #crumbs * {
    color: black !important;
}

.blue {
    color: #0081cb;
}

.bluedark {
    color: #136695;
}

.red,
.caps-lock-check-text {
    color: #b81414;
}

.gray {
    color: #5d5d5d;
}

.green {
    color: #38a20f;
}

#top-page a {
    color: white;
    background: rgba(0, 0, 0, 0.3);
}

#demand-window {
    background-color: white;
}

.jqmOverlay {
    background-color: black;
}

.message-icon-none .message-in {
    padding-left: 20px !important;
}

.message-icon-none .message::before {
    display: none;
}

.boxed .message h1,
.boxed .message h2,
.boxed .message h3,
.boxed .message h4,
.boxed .message h5,
.boxed .message h6 {
    color: inherit;
}

.image .message {
    position: absolute;
    top: 50%;
    margin: 0;
    text-align: center;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.image .message.icon::before,
.image .message-in,
.section-image .message.icon::before,
.section-image .message-in {
    position: relative;
    top: .2em;
    display: inline-block;
}

.section-image .message.icon::before {
    top: .1em;
}

.section-image .message-in {
    top: 0;
}

.image .message.icon .message-in,
.stripe-text-r .section-image .message.icon .message-in {
    padding-left: 1em;
}

.catalogue-product-expired .stripe-text-r .section-image .message {
    text-align: center;
}

.number-info {
    position: absolute;
    top: 1em;
    left: 50%;
    display: inline-block;
    font-size: 80%;
    text-align: center;
    line-height: 1em;
    min-width: 1.6em;
    padding: .3em;
    margin-left: .4em;
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    border-radius: .8em;
}

body:not(.topbar-element-icon) #top-bar .number-info,
body:not(.head-element-icon) #head-content .number-info {
    left: -.5em;
}

script {
    display: none !important;
}

@media (hover:hover) and (pointer:fine) {

    .image-switch:hover a>img,
    .image-switch:hover>.image-in>a>.lazy-div {
        opacity: 0;
    }

    .image-switch:hover .image-switch-img .lazy-div {
        opacity: 1;
    }

    .images-zoom:not(.images-full-box) .image-in a:hover img {
        margin: -10%;
        max-width: none;
        max-height: none;
    }

    .images-zoom:not(.images-full-box) .image-in a:hover .img-width {
        width: 110%;
        max-width: 110%;
    }

    .images-zoom:not(.images-full-box) .image-in a:hover .img-height {
        height: 110%;
        max-height: 110%;
    }

    :not(.image-in)>a[data-gallery-id]:hover::before {
        background-color: black;
        background: rgba(0, 0, 0, .7);
    }

    .images-full-box.images-zoom .image-in a:hover img,
    .images-full-box.images-zoom a:hover .image-in img {
        -ms-transform: scale(0.441);
        -webkit-transform: scale(0.441);
        transform: scale(.441);
    }

    .items-image-box .item:hover .image img,
    .item-image-box .item:hover .image img {
        transform: scale(.441);
    }

    .items-image-video .item:hover a::before {
        background-color: #ec0100;
    }

    .items-image-video.items-image-box .item:hover .image img,
    .item-image-box .item:hover .image img {
        transform: translate(-50%, -50%) scale(1.1);
    }

    .article:not(.images-full-box) .item:hover .image img {
        transform: scale(1.1);
    }

    .gallery-v2.gallery-preview .item:hover .item-text {
        height: 4.2em;
        margin-top: .5em;
    }

    .gallery-v2 .item:hover .image-gallery-icon.image-gallery-icon-not-perex {
        bottom: .8em;
    }

    .gallery-v2 .item:hover .image-gallery-icon:not(.image-gallery-icon-not-perex) {
        bottom: 5.5em;
    }

    .gallery-v2-hover-text .item:hover>.item-text {
        left: 0;
    }

    .items-icon-zoom .image a:hover .icon--hover-detail,
    .items-icon-zoom .image a:hover .icon-svg-box {
        display: block;
    }

    .items-icon-zoom .image-in a.gallery-more-a:hover::before {
        display: none;
    }

    .filter .field .image~label:hover::before {
        background-color: black;
        background-color: rgba(0, 0, 0, .3);
    }

    .catalogue-subcats .item a:hover .bg-layer span {
        opacity: 1;
    }

    .catalogue-detail-stripe-recommended-container-tabs .item:hover,
    .catalogue-subcats-v4 .active .item {
        margin-top: 0;
    }

    .basket-table-delete button:hover {
        font-size: 135%;
        color: #b90000;
        text-decoration: none;
        background-color: transparent;
        border: none;
    }

    .ws-slider-controls-arrows a:not(.disabled):hover {
        color: white;
        background: black;
    }

    .ws-slider-hidden-controls:hover .ws-slider-controls,
    .ws-slider-hidden-controls:hover .ws-slider-controls-arrows {
        display: block;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    .cookie-info-close:hover {
        color: white;
        background-color: #dd0000;
    }

    .social-icon:hover::after {
        background: rgba(0, 0, 0, .3);
    }

    .tag-filter-result a.icon-close:hover {
        opacity: 1;
    }

    .design-minimal-catalogue .tab-nav li>*:hover:first-child {
        background-color: transparent;
    }

    #top-page a:hover {
        background: rgba(0, 0, 0, 0.6);
    }
}

/* /css/responsive.css */
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

stript {
    display: none !important;
}

.switch-version {
    display: block;
    text-align: center;
    padding: .5em 0;
    border-top: 1px solid #dddddd;
}

.switch-version a {
    display: inline-block;
    padding: .4em 1em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:980px) {

    select,
    textarea,
    input {
        font-size: 16px !important;
    }
}

@media only screen and (max-width:1366px) {
    body {
        font-size: 90%;
    }
}

@media only screen and (min-width:769px) and (max-width:1280px) {

    #nav .nav a,
    .nav-unpacking .nav a {
        padding-left: 1em;
        padding-right: 1em;
    }

    .page-order-summary .basket-table-name {
        width: auto;
    }
}

@media only screen and (max-width:1024px) {
    #main {
        padding: 0;
        margin: 0 !important;
    }

    .configurator-chapter.col-6 {
        width: 100%;
    }

    .basket-table .basket-table-gift .basket-table-name .basket-table-name-div {
        padding-left: 30px;
    }

    .basket-table .basket-table-gift .basket-table-name .basket-table-name-div:before {
        width: 18px;
    }

    .basket-table-gift .basket-table-name .catalogue-gift-icon {
        font-size: 70%;
        position: absolute;
        top: 50%;
        margin-left: -1em;
        margin-top: -1.5em;
        z-index: 1;
    }

    .basket-table-gift-all-basket .basket-table-name .catalogue-gift-icon {
        font-size: 100%;
        left: calc(-90px - 1.5em);
    }

    .basket-table-gift .basket-table-name p {
        max-width: calc(100% - 65px);
    }

    .basket-table-gift-all-basket .basket-table-name p {
        max-width: calc(100% - 50px);
    }

    .basket-table-gift-all-basket .basket-table-name p {
        margin-left: 0;
    }

    .basket-table-gift .image {
        margin: 0 8px 0 0;
    }

    .element-directmail-horizontal .form-part {
        float: none;
        width: 100%;
        text-align: center;
    }

    .element-directmail-horizontal .form-part+.form-part {
        padding-left: 0;
        padding-top: 1em;
    }

    .element-directmail-horizontal .form-foot .item {
        width: auto;
        margin: 0 .3em .5em;
    }

    .ws-dialog-map-list:not(.ws-dialog-narrow) .map-list-list {
        width: 50%;
    }

    .ws-dialog-map-list:not(.ws-dialog-narrow) .map-list-map {
        width: 50%;
    }
}

@media only screen and (min-width:981px) {
    .head-elements-empty {
        display: none !important;
    }

    div[class*="mobile-xl-cols"] span.cl {
        display: none;
    }

    .mobile-xl-cols-2>.row>.col,
    .mobile-xl-cols-2>.stripe-in>.row>.col {
        width: 16.666666%;
    }

    .mobile-xl-cols-1-5>.row>.col,
    .mobile-xl-cols-1-5>.stripe-in>.row>.col {
        width: 20%;
    }

    .mobile-xl-cols-3>.row>.col,
    .mobile-xl-cols-3>.stripe-in>.row>.col {
        width: 25%;
    }

    .mobile-xl-cols-4>.row>.col,
    .mobile-xl-cols-4>.stripe-in>.row>.col {
        width: 33.333333%;
    }

    .mobile-xl-cols-6>.row>.col,
    .mobile-xl-cols-6>.stripe-in>.row>.col {
        width: 50%;
    }

    .mobile-xl-cols-12>.row>.col,
    .mobile-xl-cols-12>.stripe-in>.row>.col {
        width: 100%;
    }

    .mobile-xl-cols-2>.row>.col:nth-of-type(6n+0)+.col,
    .mobile-xl-cols-2>.stripe-in>.row>.col:nth-child(6n+0)+.col,
    .mobile-xl-cols-1-5>.row>.col:nth-of-type(5n+0)+.col,
    .mobile-xl-cols-1-5>.stripe-in>.row>.col:nth-child(5n+0)+.col,
    .mobile-xl-cols-3>.row>.col:nth-of-type(4n+0)+.col,
    .mobile-xl-cols-3>.stripe-in>.row>.col:nth-child(4n+0)+.col,
    .mobile-xl-cols-4>.row>.col:nth-of-type(3n+0)+.col,
    .mobile-xl-cols-4>.stripe-in>.row>.col:nth-child(3n+0)+.col,
    .mobile-xl-cols-6>.row>.col:nth-of-type(2n+0)+.col,
    .mobile-xl-cols-6>.stripe-in>.row>.col:nth-child(2n+0)+.col {
        clear: both;
    }
}

@media only screen and (max-width:980px) {
    #head .nav ul:first-child>li>a.nav-container:after {
        display: none;
    }

    #nav .nav ul:first-child>li>a>strong:before {
        display: none;
    }

    .nav-hidden,
    #nav .nav li ul.mobile-hidden {
        display: none;
    }

    .nav-hidden>.stripe {
        display: block;
    }

    #nav {
        display: none;
        position: absolute;
        top: 100%;
        right: -70%;
        z-index: 100;
        width: 70%;
        margin-right: 0 !important;
        border: none !important;
    }

    #nav.js-res-nav-visible {
        display: block;
        right: 0;
    }

    #nav .nav li {
        display: block;
        top: 0 !important;
    }

    #nav .nav li ul {
        display: none;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: auto;
        margin-left: 20px;
        border: none !important;
    }

    #nav .nav li ul.mobile-visible,
    #nav .nav li:hover ul.mobile-visible {
        display: block !important;
    }

    #nav .nav li:hover ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #nav .nav a {
        padding: .8em 20px !important;
    }

    #nav .nav a,
    #nav .nav li li a {
        border-width: 0 0 1px !important;
        border-style: solid;
    }

    #nav #subnav {
        display: none;
    }

    #nav .nav a.icon:before {
        display: none;
    }

    #nav .nav a.js-mobile-nav-toggle-trigger.icon:before {
        display: inline-block;
    }

    #nav .nav a+.js-mobile-nav-toggle-trigger {
        position: absolute;
        z-index: 1000;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, .2) !important;
        border: none !important;
    }

    #nav .nav a.nav-container+.js-mobile-nav-toggle-trigger {
        display: block;
    }

    .nav-container>.nav-svg-icon-angle {
        display: none !important;
    }

    #special-element-head-2 .element-nav-catalogue {
        display: none;
    }

    .nav-decoration #nav .nav ul:first-child>li>a>strong:before {
        display: none;
    }

    #head {
        position: relative !important;
        z-index: 600 !important;
    }

    #head .stripe-in {
        padding: 0 !important;
    }

    #head #logo {
        display: none;
    }

    #head .row {
        margin: 0;
    }

    #head .col {
        padding: 0;
        min-height: 0;
    }

    #head .row-valign .col {
        display: block;
        width: 100%;
    }

    #head .head-elements,
    #head #top-bar {
        display: block;
        height: 0 !important;
        margin: 0 !important;
        overflow: hidden;
        border: none;
    }

    #fixing-header-height,
    #head.head-fixed~#fixing-header-height {
        display: none;
    }

    .megamenu-container {
        display: none !important;
    }

    .element-head .ws-pack-item-header.boxed {
        padding-top: .6em;
        padding-bottom: .6em;
    }

    #advert-top,
    #top-bar,
    #head-elements,
    .head-v3 #head-elements {
        display: none;
    }

    .page-error-content>.stripe-in {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #fixing-header-height-responsive {
        display: none;
    }

    #responsive-controls {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        z-index: 400;
        width: 100%;
        text-align: left;
        border-width: 0 0 1px 0;
        border-style: solid;
    }

    #responsive-controls-in {
        position: relative;
        height: 3.5em;
        padding: 0;
    }

    #responsive-controls-buttons {
        float: right;
        text-align: right;
    }

    #responsive-controls-buttons>a {
        text-decoration: none;
    }

    .responsive-control {
        display: inline-block;
        text-align: center;
        line-height: 3.5em;
        height: 100%;
        padding: 0 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        cursor: pointer;
    }

    .responsive-control,
    .responsive-control.icon:hover {
        border: none;
    }

    .responsive-control.icon:before {
        font-size: 125%;
        line-height: 0;
        top: .1em;
    }

    .responsive-control-logo {
        display: block;
        position: relative;
        top: 50%;
        max-width: 180px;
        height: 2.4em;
        padding-left: 20px;
        margin-top: -1.2em;
    }

    .responsive-control-logo img {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        left: 0;
        max-height: 100%;
        width: auto;
    }

    .over-page-layer {
        position: fixed;
        z-index: -1;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100000px;
        background: rgba(0, 0, 0, .8);
    }

    #special-element-mobile-head,
    #special-element-mobile-head .element {
        display: inline-block;
    }

    #special-element-mobile-head .element .boxed:not(.ws-pack-item-content) {
        padding-top: 0;
        padding-bottom: 0;
    }

    #special-element-mobile-head .element .item.boxed {
        padding: 0;
    }

    #special-element-mobile-head .element .ws-pack-item-header.icon,
    #special-element-mobile-head .element-content>.item>a {
        padding: 0 10px;
    }

    #special-element-mobile-head .ws-pack-item-header,
    #special-element-mobile-head .element-content>.item>a {
        display: inline-block;
        line-height: 3.5em;
    }

    #special-element-mobile-head .element .ws-pack-main .ws-pack-item-header.boxed+.ws-pack-item-content {
        margin-top: 0;
    }

    #special-element-mobile-head .icon:before {
        font-size: 120%;
        margin-right: 0;
    }

    #responsive-controls-buttons .icon-svg {
        font-size: 125%;
    }

    .search-suggest-item-all-results .icon:before {
        margin-right: .3em !important;
    }

    #special-element-mobile-head .ws-pack-item-header.icon:after {
        margin-left: 0;
    }

    #special-element-mobile-head .ws-pack-item-header>.valign {
        display: none;
    }

    #special-element-mobile-head .ws-pack-item-content {
        position: absolute;
    }

    #special-element-mobile-head .ws-pack-item-content .form {
        margin: 0;
    }

    #special-element-mobile-head .element .boxed:not(.ws-pack-item-content):not(.search-suggest):not(.element-cart-price-sum) {
        background-color: transparent;
        border: none;
    }

    #special-element-mobile-head .head-icon-in {
        display: none;
    }

    .responsive-nav-fixed #fixing-header-height-responsive {
        display: block;
        height: 3.5em;
    }

    .responsive-nav-fixed #nav,
    .responsive-nav-fixed #mobile-callback-box {
        top: calc(3.5em + 1px);
    }

    .responsive-nav-fixed #nav {
        max-height: calc(100% - 3.5em);
    }

    .responsive-nav-fixed #special-element-mobile-head .ws-pack-item-content {
        position: fixed;
        left: 0;
        width: 100%;
    }

    .responsive-nav-fixed #special-element-mobile-head .ws-pack-item-content .element-cart-content {
        width: 100%;
    }

    .responsive-nav-fixed #responsive-controls,
    .responsive-nav-fixed #nav,
    .responsive-nav-fixed #mobile-callback-box {
        position: fixed;
    }

    .responsive-nav-fixed #nav {
        overflow: auto;
    }

    .megamenu-loading-content {
        display: none !important;
    }

    #mobile-callback-box {
        text-align: center;
        position: absolute;
        top: 3.5em;
        left: 0;
        z-index: 400;
        width: 100%;
    }

    #mobile-callback-box-in {
        position: relative;
        top: 0;
        left: 0;
        padding: 1em 20px;
    }

    .mobile-callback-box-number {
        font-size: 150%;
    }

    #mobile-callback-box .form {
        border: none;
        padding: 0;
        margin: 0;
    }

    #mobile-callback-box input {
        text-align: center;
        max-width: 20em;
    }

    #mobile-callback-box .item {
        margin-bottom: 1em;
    }

    #special-element-mobile-nav-1,
    #special-element-mobile-nav-2 {
        display: block;
    }

    #special-element-mobile-nav-1 .element,
    #special-element-mobile-nav-2 .element {
        margin: 1em 20px;
    }

    #special-element-mobile-nav-1 .element+.element,
    #special-element-mobile-nav-2 .element+.element {
        margin-top: 0;
    }

    #special-element-mobile-nav-1 .element .item,
    #special-element-mobile-nav-2 .element .item {
        margin: 0;
    }

    #special-element-mobile-nav-1 .element-nav,
    #special-element-mobile-nav-2 .element-nav {
        margin: 0;
    }

    #special-element-mobile-nav-1 .element-nav .nav>ul,
    #special-element-mobile-nav-2 .element-nav .nav>ul {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    #special-element-mobile-nav-1 .element-nav,
    #special-element-mobile-nav-2 .element-nav {
        margin-left: 0;
        margin-right: 0;
    }

    #special-element-mobile-nav-1 .element-lang,
    #special-element-mobile-nav-2 .element-lang {
        text-align: center;
    }

    #special-element-mobile-nav-1 .element-lang a+a,
    #special-element-mobile-nav-2 .element-lang a+a {
        margin-left: .3em;
    }

    #special-element-mobile-nav-1 .element-lang a img,
    #special-element-mobile-nav-1 .element-lang-selected img,
    #special-element-mobile-nav-2 .element-lang a img,
    #special-element-mobile-nav-2 .element-lang-selected img {
        max-width: none;
        max-height: none;
        width: auto;
        height: 2em;
    }

    .over-page-layer {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .basket-table-name {
        width: auto;
    }

    .stripe-overlap-top,
    .stripe-overlap-top.stripe-space,
    .stripe-overlap-top-l,
    .stripe-overlap-top-l.stripe-space,
    .stripe-overlap-top-xl,
    .stripe-overlap-top-xl.stripe-space {
        margin-top: -5rem !important;
    }

    .content-overlap-pad-b .ws-slider-controls,
    .content-overlap-pad-b-l .ws-slider-controls,
    .content-overlap-pad-b-xl .ws-slider-controls {
        top: calc(100% - 5em) !important;
    }

    .content-overlap-pad-b .ws-slider-slide .element-html-image,
    .content-overlap-pad-b-l .ws-slider-slide .element-html-image,
    .content-overlap-pad-b-xl .ws-slider-slide .element-html-image,
    .content-overlap-pad-b .ws-slider-one-slide.mobile-ws-slider-arrange .stripe-text-image,
    .content-overlap-pad-b-l .ws-slider-one-slide.mobile-ws-slider-arrange .stripe-text-image,
    .content-overlap-pad-b-xl .ws-slider-one-slide.mobile-ws-slider-arrange .stripe-text-image {
        padding-bottom: 5rem !important;
    }

    .article.masonry,
    .items-masonry>* {
        column-count: 2;
    }

    .element-cta .row .col {
        width: 50%;
        margin-top: 1em;
        margin-bottom: 1em;
        text-align: center;
    }

    .element-cta .row .col:first-child,
    .element-cta .row .col-3:last-child {
        width: 100%;
        margin: 0;
    }

    .video-detail-player,
    .video-detail-visual-start .video-detail-player {
        padding-bottom: 56.25%;
    }

    .video-detail-visual-button-layer {
        display: none;
    }

    .page-order-summary .order-content>.row>.col {
        width: 100%;
    }

    .page-order-summary .order-summary-info {
        padding-left: 0;
        margin-top: 1em;
    }

    .page-order-summary .order-summary-info>.row>.col {
        width: 33.333333%;
    }

    .order-agreement-form {
        margin-top: 0;
    }

    .order-agreement-form.boxed {
        padding: 20px;
    }

    .basket-order-gifts-select .catalogue-preview-items-rows-text,
    .basket-order-gifts-select .catalogue-preview-items-rows-price {
        width: 50%;
    }

    .basket-order-gifts-select .catalogue-preview-items-rows-price .catalogue-basket-form {
        width: auto;
    }

    .basket-order-pieces .basket-order-gifts-select .catalogue-preview-items-rows-text {
        width: 70%;
    }

    .basket-order-pieces .basket-order-gifts-select .catalogue-preview-items-rows-price {
        width: 30%;
    }

    .page-client-section #content-in-content,
    .page-client-section #content-in-content-in,
    .page-client-section #sidebar1-content {
        float: none;
        width: auto;
        margin: 0 !important;
    }

    .page-client-section #sidebar1-content .stripe-in {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .ws-dialog-map-list:not(.ws-dialog-narrow) .map-list-list,
    .ws-dialog-map-list:not(.ws-dialog-narrow) .map-list-map {
        width: 50%;
        float: left !important;
    }

    .ws-dialog-map-list .ui-dialog-titlebar,
    .ws-dialog-map-list .ui-dialog-content,
    .ws-dialog-map-list .ui-dialog-buttonpane {
        padding: .5em;
    }

    .ws-dialog-map-list .map-option.boxed,
    .ws-dialog-map-list .map-search.boxed {
        padding: 0;
        border: none;
    }

    .ws-dialog-map-list .map-option.boxed {
        padding-top: 2.6em;
    }

    .map-option-popup {
        height: calc(100% - 6.5em) !important;
    }

    .map-list {
        padding-right: 0;
    }
}

@media only screen and (min-width:769px) and (max-width:980px) {
    .grid-space-s #nav {
        margin-right: -4px;
    }

    .grid-space-m #nav {
        margin-right: -8px;
    }

    .grid-space-l #nav {
        margin-right: -12px;
    }

    .grid-space-xl #nav {
        margin-right: -16px;
    }

    .head-v1 #nav {
        margin-right: 0;
    }

    .mobile-l-cols-1-5 .col,
    .mobile-l-cols-3 .col,
    .mobile-l-cols-4 .col,
    .mobile-l-cols-6 .col {
        float: left;
    }

    div[class*="mobile-l-cols"] span.cl {
        display: none;
    }

    .mobile-l-cols-1-5>.row>.col,
    .mobile-l-cols-3>.stripe-in>.row>.col {
        width: 20%;
    }

    .mobile-l-cols-3>.row>.col,
    .mobile-l-cols-3>.stripe-in>.row>.col {
        width: 25%;
    }

    .mobile-l-cols-4>.row>.col,
    .mobile-l-cols-4>.stripe-in>.row>.col {
        width: 33.333333%;
    }

    .mobile-l-cols-6>.row>.col,
    .mobile-l-cols-6>.stripe-in>.row>.col {
        width: 50%;
    }

    .mobile-l-cols-12>.row>.col,
    .mobile-l-cols-12>.stripe-in>.row>.col {
        width: 100%;
    }

    .mobile-l-cols-1-5>.row>.col:nth-of-type(5n+0)+.col,
    .mobile-l-cols-1-5>.stripe-in>.row>.col:nth-child(5n+0)+.col,
    .mobile-l-cols-3>.row>.col:nth-of-type(4n+0)+.col,
    .mobile-l-cols-3>.stripe-in>.row>.col:nth-child(5n+0)+.col,
    .mobile-l-cols-4>.row>.col:nth-of-type(3n+0)+.col,
    .mobile-l-cols-4>.stripe-in>.row>.col:nth-child(5n+0)+.col,
    .mobile-l-cols-6>.row>.col:nth-of-type(2n+0)+.col,
    .mobile-l-cols-6>.stripe-in>.row>.col:nth-child(5n+0)+.col {
        clear: both;
    }
}

@media only screen and (min-width:641px) and (max-width:980px) {
    .gallery .col {
        width: 33.333333%;
    }

    .gallery .col+.col {
        clear: none !important;
    }

    .gallery .col:nth-child(3n+0)+.col {
        clear: both !important;
    }
}

@media only screen and (max-width:768px) {
    .mobile-hidden {
        display: none !important;
    }

    .nav .mobile-hidden {
        display: none !important;
    }

    .sidebar .nav .mobile-hidden {
        display: block !important;
    }

    .mobile-c {
        text-align: center !important;
    }

    .mobile-l {
        text-align: left !important;
    }

    .mobile-r {
        text-align: right !important;
    }

    #content .mobile-c .title-decoration:after,
    .mobile-c .title-decoration h1:after,
    .title-decoration #content .mobile-c h2:not(.item-heading):not(.form-heading):after {
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .mobile-pad-0 {
        padding: 0 !important;
    }

    .mobile-pad-t0,
    .mobile-pad-t0>.stripe-in,
    .mobile-pad-t0 .section-text {
        padding-top: 0 !important;
    }

    .mobile-pad-r0 {
        padding-right: 0 !important;
    }

    .mobile-pad-b0,
    .mobile-pad-b0>.stripe-in,
    .mobile-pad-b0 .section-text {
        padding-bottom: 0 !important;
    }

    .mobile-pad-l0 {
        padding-left: 0 !important;
    }

    .mobile-pad-t1,
    .mobile-pad-t1>.stripe-in,
    .mobile-pad-t1 .section-text {
        padding-top: 1em !important;
    }

    .mobile-pad-r1 {
        padding-right: 20px !important;
    }

    .mobile-pad-b1,
    .mobile-pad-b1>.stripe-in,
    .mobile-pad-b1 .section-text {
        padding-bottom: 1em !important;
    }

    .mobile-pad-l1 {
        padding-left: 20px !important;
    }

    .mobile-mar-0 {
        margin: 0 !important;
    }

    .mobile-mar-t0 {
        margin-top: 0 !important;
    }

    .mobile-mar-r0 {
        margin-right: 0 !important;
    }

    .mobile-mar-b0 {
        margin-bottom: 0 !important;
    }

    .mobile-mar-l0 {
        margin-left: 0 !important;
    }

    .mobile-mar-t1 {
        margin-top: 1em !important;
    }

    .mobile-mar-b1 {
        margin-bottom: 1em !important;
    }

    .mobile-fl-none {
        float: none !important;
    }

    .mobile-fl {
        float: left !important;
    }

    .mobile-flr {
        float: right !important;
    }

    .desktop-hidden {
        display: initial;
    }

    .mobile-button {
        display: inline-block;
        text-transform: none;
        color: inherit;
        background: none;
    }

    .fullscreen {
        height: auto !important;
        min-height: 0;
    }

    .col {
        min-height: 0;
    }

    .sidebar .stripe-in {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .grid-space-l .sidebar .stripe-in {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .grid-space-xl .sidebar .stripe-in {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .stripe-text-image[style*="min-height"] {
        height: auto !important;
        min-height: 0 !important;
    }

    .stripe-text-image[style*="min-height"]>.row {
        height: auto;
    }

    .mobile-simple h1 {
        font-size: 160%;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 1.25em;
        text-align: center;
        padding: .3em 20px;
        margin: 0 -20px .7em;
        color: white;
        background-color: gray;
    }

    .mobile-simple h1.mobile-header-normal,
    .mobile-simple .ws-slider-slide .item-heading {
        font-size: 200%;
        text-transform: none;
        font-weight: 600;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        background-color: transparent;
        margin: 1em 0 .3em;
    }

    .mobile-simple h1.mobile-header-normal {
        text-align: left;
    }

    .mobile-simple.grid-space-l h1 {
        padding-left: 24px;
        padding-right: 24px;
        margin-left: -24px;
        margin-right: -24px;
    }

    .mobile-simple.grid-space-xl h1 {
        padding-left: 32px;
        padding-right: 32px;
        margin-left: -32px;
        margin-right: -32px;
    }

    #body {
        padding: 1.5em 0;
    }

    .mobile-simple #body {
        padding-top: 0;
    }

    .layout-page-empty #body {
        padding: 0;
    }

    .layout-page-empty #body #crumbs p {
        margin-top: 1.5em;
    }

    #main {
        overflow: hidden;
    }

    #content,
    #content-in,
    #sidebar1,
    #sidebar2,
    #content-in-content,
    #content-in-content-in,
    #sidebar1-content,
    .sidebar1-content,
    .layout-right .element .sidebar1-content {
        float: none;
        width: auto;
        margin: 0 !important;
    }

    #content {
        border: 0 solid red;
    }

    #sidebar1,
    #sidebar2,
    #sidebar1-content {
        margin: 1.5em 0 0 !important;
    }

    .sidebar-in {
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .ws-booking-table th,
    .ws-booking-object {
        font-size: 80%;
    }

    .image100 .image,
    .image90 .image,
    .image80 .image,
    .image70 .image,
    .image60 .image,
    .image50 .image {
        width: 100%;
    }

    .images-square .image,
    .images-square-100 .image,
    .images-square-90 .image,
    .images-square-80 .image,
    .images-square-70 .image,
    .images-square-60 .image,
    .images-square-50 .image,
    .images-square-40 .image,
    .images-square-30 .image,
    .images-square-20 .image,
    .images-square-10 .image {
        width: 100%;
        padding-bottom: 100%;
    }

    .font-size-120,
    .item-heading-size-120 .item-heading {
        font-size: 110%;
    }

    .font-size-130,
    .item-heading-size-130 .item-heading {
        font-size: 120%;
    }

    .font-size-150,
    .item-heading-size-150 .item-heading {
        font-size: 130%;
    }

    .font-size-200,
    .item-heading-size-200 .item-heading {
        font-size: 130%;
    }

    .font-size-250,
    .item-heading-size-250 .item-heading {
        font-size: 160%;
    }

    .font-size-200,
    .font-size-250,
    .item-heading-size-200 .item-heading,
    .item-heading-size-250 .item-heading {
        line-height: 1.2em;
    }

    .search-item-filter-category .element-nav .nav li {
        display: inline-block;
        width: 33.333333%;
    }

    .search-item-filter-category .element-nav .nav a {
        border-right-width: 1px;
    }

    .search-item-filter-result {
        margin-top: 1em;
    }

    .masonry .page-articles-preview .article {
        column-count: 2;
    }

    .article-detail-visual {
        height: auto !important;
    }

    .article-detail-visual .element-html-image {
        margin-top: 6em !important;
    }

    .page-catalogue-detail #content-in-content #content-in-content-in .catalogue-detail>.stripe-space:first-child>.stripe-in {
        padding-left: 0;
        padding-right: 0;
    }

    .page-catalogue-detail #sidebar1-content>.stripe>.stripe-in {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media only screen and (min-width:641px) and (max-width:768px) {

    .mobile-m-cols-1-5 .col,
    .mobile-m-cols-3 .col,
    .mobile-m-cols-4 .col,
    .mobile-m-cols-6 .col {
        float: left;
    }

    div[class*="mobile-m-cols"] span.cl {
        display: none;
    }

    .mobile-m-cols-1-5>.row>.col,
    .mobile-m-cols-1-5>.stripe-in>.row>.col {
        width: 20%;
    }

    .mobile-m-cols-3>.row>.col,
    .mobile-m-cols-3>.stripe-in>.row>.col {
        width: 25%;
    }

    .mobile-m-cols-4>.row>.col,
    .mobile-m-cols-4>.stripe-in>.row>.col {
        width: 33.333333%;
    }

    .mobile-m-cols-6>.row>.col,
    .mobile-m-cols-6>.stripe-in>.row>.col {
        width: 50%;
    }

    .mobile-m-cols-12>.row>.col,
    .mobile-m-cols-12>.stripe-in>.row>.col {
        width: 100%;
    }

    .mobile-m-cols-1-5>.row>.col:nth-of-type(5n+0)+.col,
    .mobile-m-cols-1-5>.stripe-in>.row>.col:nth-child(5n+0)+.col,
    .mobile-m-cols-3>.row>.col:nth-of-type(4n+0)+.col,
    .mobile-m-cols-3>.stripe-in>.row>.col:nth-child(4n+0)+.col,
    .mobile-m-cols-4>.row>.col:nth-of-type(3n+0)+.col,
    .mobile-m-cols-4>.stripe-in>.row>.col:nth-child(3n+0)+.col,
    .mobile-m-cols-6>.row>.col:nth-of-type(2n+0)+.col,
    .mobile-m-cols-6>.stripe-in>.row>.col:nth-child(2n+0)+.col {
        clear: both;
    }
}

@media only screen and (min-width:641px) {
    .stripe-image-full .section-image {
        padding: 0 !important;
    }
}

@media only screen and (min-width:641px) {
    .cookie-info-v2 .cookie-info-text {
        font-size: 110%;
        padding: 2.5em 20px;
    }

    .cookie-info-v2 .cookie-info-text>* {
        max-width: 800px;
        padding: 0 1em;
    }

    .cookie-info-v2 .cookie-info-text,
    .cookie-info-v2 .cookie-info-buttons {
        display: flex;
    }

    .cookie-info-v2 .cookie-info-text {
        justify-content: center;
        align-items: center;
    }

    .cookie-info-v2 .cookie-info-buttons {
        flex-direction: column;
    }

    .cookie-info-v2 .cookie-info-buttons button {
        display: block;
        padding: .7em 3em !important;
        margin: .2em 1em !important;
    }

    .cookie-info-v2 .cookie-info-buttons button:first-child {
        order: 2;
    }
}

@media only screen and (max-width:640px) {
    .mobile-s-hidden {
        display: none !important;
    }

    .mobile-s-c {
        text-align: center !important;
    }

    .mobile-s-l {
        text-align: left !important;
    }

    .mobile-s-r {
        text-align: right !important;
    }

    .mobile-s-hidden {
        display: none !important;
    }

    .col {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #body .col+.col {
        margin-top: 1em;
    }

    .grid-space-s .gallery-v2 .col,
    .grid-space-s .stripe-image-width .section-image,
    .grid-space-s .stripe-text-l.stripe-text-width .section-text,
    .grid-space-s .stripe-text-r.stripe-text-width .section-text {
        padding: 0 4px;
    }

    .grid-space-m .gallery-v2 .col,
    .grid-space-m .stripe-image-width .section-image,
    .grid-space-m .stripe-text-l.stripe-text-width .section-text,
    .grid-space-m .stripe-text-r.stripe-text-width .section-text {
        padding: 0 8px;
    }

    .grid-space-l .gallery-v2 .col,
    .grid-space-l .stripe-image-width .section-image,
    .grid-space-l .stripe-text-l.stripe-text-width .section-text,
    .grid-space-l .stripe-text-r.stripe-text-width .section-text {
        padding: 0 12px;
    }

    .grid-space-xl .gallery-v2 .col,
    .grid-space-xl .stripe-image-width .section-image,
    .grid-space-xl .stripe-text-l.stripe-text-width .section-text,
    .grid-space-xl .stripe-text-r.stripe-text-width .section-text {
        padding: 0 16px;
    }

    .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image .section-text-in,
    .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image .section-image-in {
        padding-left: 20px;
        padding-right: 20px;
    }

    .grid-space-l .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image .section-text-in,
    .grid-space-l .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image .section-image-in {
        padding-left: 24px;
        padding-right: 24px;
    }

    .grid-space-xl .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image .section-text-in,
    .grid-space-xl .stripe-edge:not(.stripe-catalogue-detail-width) .stripe-text-image .section-image-in {
        padding-left: 32px;
        padding-right: 32px;
    }

    .mobile-row-2 .col {
        float: left;
        width: 50%;
    }

    #body .mobile-row-2 .col {
        margin-top: 0;
    }

    .mobile-row-2.images-square .image {
        padding-bottom: 100% !important;
    }

    .mobile-row-2.images-square .image .image-in {
        position: absolute !important;
    }

    .mobile-row-2 div.cl,
    .mobile-row-2 span.cl {
        display: none;
    }

    .stripe-last-item-margin-reset {
        display: none;
    }

    .flex-container.row>.col+.col,
    .flex-container .row>.col+.col {
        margin-top: 0 !important;
    }

    .stripe-text-image .section-image {
        position: relative;
        text-align: center;
    }

    .stripe-text-image .section-text+.section-image {
        margin-top: 2em !important;
    }

    .stripe-text-image .section-text-in {
        float: none !important;
        max-width: none !important;
        padding-left: 0;
        padding-right: 0;
        margin: 0 !important;
    }

    .stripe-text-image[style*="min-height"]>.row .section-text-in+span.valign {
        display: none;
    }

    .stripe-image-full .section-image {
        margin-bottom: -2.5em;
    }

    .stripe-image-full .section-image-in {
        padding: 0 !important;
    }

    .stripe-image-full .section-image-in .image img {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin: auto;
        min-width: 0;
        min-height: 0;
        max-width: 100%;
        max-height: none;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .stripe-space .stripe-image-full {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        bottom: auto !important;
    }

    .stripe-space-xs .stripe-image-full {
        margin: -.5em 0 !important;
    }

    .stripe-space-xs .stripe-image-full .section-text-in {
        padding-top: .5em;
    }

    .stripe-space-s .stripe-image-full {
        margin: -1em 0 !important;
    }

    .stripe-space-s .stripe-image-full .section-text-in {
        padding-top: 1em;
    }

    .stripe-space-m .stripe-image-full {
        margin: -2.5em 0 !important;
    }

    .stripe-space-m .stripe-image-full .section-text-in {
        padding-top: 2.5em;
    }

    .stripe-space-l .stripe-image-full {
        margin: -5em 0 !important;
    }

    .stripe-space-l .stripe-image-full .section-text-in {
        padding-top: 5em;
    }

    .stripe-space-xl .stripe-image-full {
        margin: -7em 0 !important;
    }

    .stripe-space-xl .stripe-image-full .section-text-in {
        padding-top: 7em;
    }

    .stripe-space:not(.pad-t0)>.stripe-in {
        padding-top: 2.5em !important;
    }

    .stripe-space:not(.pad-b0)>.stripe-in {
        padding-bottom: 2.5em !important;
    }

    .stripe-space .stripe-image-full {
        margin: -2.5em 0 !important;
    }

    .stripe-space .stripe-image-full .section-text-in,
    .stripe:not(.stripe-space) .stripe-text-image[style*="min-height"]>.row .section-text-in {
        padding-top: 2.5em !important;
    }

    .stripe-negative-top>.stripe-in {
        padding-top: 0 !important;
    }

    .stripe.pad-b0>.stripe-in {
        padding-bottom: 1px !important;
    }

    .section-text-in.r {
        text-align: left;
    }

    .section-image-in span.valign {
        display: none;
    }

    .stripe-image-overlap-top {
        margin-top: 0 !important;
    }

    .stripe-image-overlap-bottom {
        margin-bottom: 0 !important;
    }

    .stripe-image-overlap-top .section-image-in,
    .stripe-image-overlap-bottom .section-image-in,
    .stripe-overlap-top-overlay .section-image-in,
    .stripe-overlap-bottom-overlay .section-image-in {
        position: relative;
        top: 0 !important;
        bottom: 0 !important;
    }

    .content-overlap-pad-b .ws-slider-controls,
    .content-overlap-pad-b-l .ws-slider-controls,
    .content-overlap-pad-b-xl .ws-slider-controls {
        top: calc(100% - 4em) !important;
    }

    .stripe-space.stripe-image-valign-bottom .stripe-text-image:not(.stripe-image-full) .section-image,
    .stripe-space.stripe-image-valign-top .stripe-text-image:not(.stripe-image-full) .section-image {
        top: 0 !important;
        bottom: 0 !important;
    }

    .stripe-space.stripe-image-valign-bottom .stripe-text-image:not(.stripe-image-full) .section-image .image img:not(.lazy),
    .stripe-space.stripe-image-valign-top .stripe-text-image:not(.stripe-image-full) .section-image .image img:not(.lazy) {
        position: relative;
    }

    div[class*="col-push"],
    div[class*="col-pull"] {
        left: 0;
        right: 0;
    }

    .section-image-space .section-image {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .mobile-simple #content .stripe-space .stripe-in,
    .mobile-simple #content .section-text-in {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .mobile-simple #content .stripe-space .stripe-in .segment>*:last-child,
    .mobile-simple #content .stripe-text-image .section-text-in>*:last-child {
        margin-bottom: 1.5em;
    }

    .mobile-simple #content .stripe-space .stripe-in .segment>*:first-child,
    .mobile-simple #content .stripe-text-image .section-text-in>*:first-child {
        margin-top: 1.5em;
    }

    .mobile-simple #content .stripe-space .stripe-in .segment>h2:first-child,
    .mobile-simple #content .stripe-text-image .section-text-in>h2:first-child {
        margin-top: 0;
    }

    .mobile-simple #content .element .form,
    .mobile-simple #content .stripe-space .stripe-in .segment.element-social>.element-content {
        margin: 0;
    }

    .mobile-simple #content .element .form .form-heading:first-child {
        margin-top: 0;
    }

    .mobile-simple #content .stripe-space .stripe-in,
    .mobile-simple #foot {
        border: 1px solid transparent;
        border-width: 1px 0;
    }

    h1:not(.item-heading) {
        font-size: 200%;
    }

    h2 {
        font-size: 160%;
    }

    h3 {
        font-size: 140%;
    }

    h4 {
        font-size: 130%;
    }

    h5 {
        font-size: 120%;
    }

    h6 {
        font-size: 110%;
    }

    .ws-slider .item-heading-sub {
        text-align: center;
    }

    .ws-slider .item-heading:after,
    .article-detail-visual h1:after {
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .mobile-simple.grid-space-l h2 {
        padding-left: 24px;
        padding-right: 24px;
        margin-left: -24px;
        margin-right: -24px;
    }

    .mobile-simple.grid-space-xl h2 {
        padding-left: 32px;
        padding-right: 32px;
        margin-left: -32px;
        margin-right: -32px;
    }

    .mobile-simple h1.item-heading {
        color: inherit;
    }

    .mobile-simple h2 {
        font-size: 120%;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: .4em 20px;
        margin: 1em -20px;
        color: white;
        background-color: gray;
    }

    .mobile-simple h2.mobile-header-normal,
    .mobile-simple .item-heading,
    .mobile-simple .form-border .form-heading,
    .mobile-simple .sidebar .element-heading,
    .mobile-simple .tab h2,
    .mobile-simple .message h2 {
        text-transform: inherit;
        font-weight: 600;
        text-align: inherit;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        color: inherit;
        background-color: transparent;
    }

    .mobile-simple .perex-image h2 {
        padding: 0;
        margin: 0;
    }

    .mobile-simple.grid-space-l .item h2,
    .mobile-simple.grid-space-l .form h2,
    .mobile-simple.grid-space-l .tab h2,
    .mobile-simple.grid-space-l .message h2,
    .mobile-simple.grid-space-l .boxed h2,
    .mobile-simple.grid-space-l .sidebar .element h2,
    .mobile-simple.grid-space-l .ws-slider-slide h2,
    .mobile-simple.grid-space-xl .item h2,
    .mobile-simple.grid-space-xl .form h2,
    .mobile-simple.grid-space-xl .tab h2,
    .mobile-simple.grid-space-xl .message h2,
    .mobile-simple.grid-space-xl .boxed h2,
    .mobile-simple.grid-space-xl .sidebar .element h2,
    .mobile-simple.grid-space-xl .ws-slider-slide h2 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .catalogue h2 {
        font-size: 110%;
    }

    .message h2 {
        font-size: 140%;
    }

    .perex-image h2 {
        font-size: 150%;
        background: none;
        padding: 0;
        text-align: left;
    }

    .sidebar-in .box h2 {
        font-size: 110%;
        font-weight: 400;
    }

    .bg-image-auto,
    .bg-image-width,
    .bg-image-height,
    .bg-image-full,
    .bg-image-auto>.section-image-bg .section-image-bg-in,
    .bg-image-width>.section-image-bg .section-image-bg-in,
    .bg-image-height>.section-image-bg .section-image-bg-in,
    .bg-image-full>.section-image-bg .section-image-bg-in {
        background-size: cover;
    }

    .mobile-bg-image-auto,
    .mobile-bg-image-auto>.section-image-bg .section-image-bg-in {
        background-size: auto;
    }

    .mobile-bg-image-width,
    .mobile-bg-image-width>.section-image-bg .section-image-bg-in {
        background-size: 100% auto;
    }

    .mobile-bg-image-height,
    .mobile-bg-image-height>.section-image-bg .section-image-bg-in {
        background-size: auto 100%;
    }

    .mobile-bg-image-full,
    .mobile-bg-image-full>.section-image-bg .section-image-bg-in {
        background-size: 100% 100%;
    }

    .section-image-bg-mobile {
        display: block;
    }

    .section-image-bg-mobile+.section-image-bg {
        display: none;
    }

    .mobile-s-bg-image-none>.section-image-bg {
        display: none;
    }

    .bg-image-auto>.section-image-bg .section-image-bg-in-img img,
    .bg-image-width>.section-image-bg .section-image-bg-in-img img,
    .bg-image-height>.section-image-bg .section-image-bg-in-img img {
        object-fit: cover;
    }

    .bg-image-height>.section-image-bg .section-image-bg-in-img img {
        object-position: 50% 50%;
        width: 100%;
    }

    .mobile-bg-image-auto>.section-image-bg .section-image-bg-in-img img {
        object-fit: none;
    }

    .mobile-bg-image-width>.section-image-bg .section-image-bg-in-img img {
        object-position: 50% 50%;
    }

    .mobile-bg-image-height>.section-image-bg .section-image-bg-in-img img {
        width: auto;
        margin: 0 auto;
    }

    #foot-nav .col,
    #foot-after .col {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    #foot-after .col {
        text-align: center;
    }

    #top-page {
        font-size: 90%;
    }

    .image,
    .images-width .image,
    .image-width,
    .images-width-2by1 .image,
    .image-width-2by1,
    .images-width-16by9 .image,
    .image-width-16by9,
    .images-width-3by2 .image,
    .image-width-3by2,
    .images-width-4by3 .image,
    .image-width-4by3,
    .images-height .image,
    .image-height,
    .images-height-2by1 .image,
    .image-height-2by1,
    .images-height-3by2 .image,
    .image-height-3by2,
    .images-height-4by3 .image,
    .image-height-4by3 {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .image-in {
        position: relative;
    }

    .image span.valign {
        display: none;
    }

    .image img {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
    }

    .image a:hover:before {
        display: none !important;
    }

    .images-zoom .image-in a img,
    .images-zoom .image-in a:hover img {
        margin: 0;
        width: auto;
        height: auto;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .images-full-box .image-in {
        left: 0;
        margin-left: 0;
        width: auto;
    }

    .stripe-image-full.stripe-image-align-left .section-image-in .image img,
    .stripe-image-full.stripe-image-align-right .section-image-in .image img {
        height: auto;
    }

    .images-circle .image,
    .images-circle .image-in,
    .images-circle .image img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .images-square .image {
        padding-bottom: 0 !important;
    }

    .images-square .image-in {
        position: relative !important;
    }

    .mobile-s-images-square .image {
        padding-bottom: 100% !important;
        height: 0;
    }

    .mobile-s-images-square .image-in {
        position: absolute !important;
    }

    .mobile-s-images-square .image-in span {
        display: inline-block;
    }

    .filter .field .image-in {
        position: absolute !important;
    }

    .image-in.icon {
        min-height: 6em;
    }

    .search-suggest-item .image-in.icon {
        min-height: 0;
    }

    .image span.gallery-more {
        display: block;
    }

    .gallery.images-full-box .image,
    .digest.images-full-box .image,
    .article.images-full-box:not(.article-v3):not(.items-image-space) .image {
        position: relative;
    }

    .gallery.images-full-box .image-in,
    .digest.images-full-box .image-in,
    .catalogue.images-full-box .image-in,
    .article.images-full-box:not(.items-image-space) .image-in,
    .article-gallery-detail-images.images-full-box .image-in {
        position: relative;
        top: 0;
        left: 0;
    }

    .gallery.images-full-box .image img,
    .digest.images-full-box .image img:not(.lazy),
    .article-gallery-detail-images.images-full-box .image img:not(.lazy),
    .article.images-full-box:not(.article-v3):not(.items-image-space) .image img:not(.lazy) {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        min-width: 0;
        min-height: 0;
        max-width: 100%;
        max-height: 100%;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .gallery.images-full-box.images-zoom .image-in a:hover img {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .catalogue-gallery-detail-images .image img,
    .catalogue.images-full-box .image img,
    .items-box .image img {
        margin: auto !important;
    }

    .catalogue .item .image span.valign,
    .testimonial .item .image span.valign {
        display: inline-block;
    }

    .testimonial .image-in {
        position: absolute;
        padding: 0;
    }

    .digest:not(.mobile-s-images-square):not(.images-square) .image {
        padding: 0 !important;
    }

    .post .image {
        padding-bottom: 100%;
    }

    .post .image-in {
        position: absolute;
        padding: 0;
    }

    .post .image span {
        display: inline-block;
    }

    .title-tag-image .image {
        padding-bottom: 0 !important;
        height: 1.3em;
    }

    .item,
    .mobile-items-no-column .item {
        width: 100%;
        margin: 0 0 1em;
    }

    #special-element-mobile-head .element-content>.item {
        margin-bottom: 0;
    }

    .item-heading,
    .ws-slider-slide .section-text .item-heading {
        margin-top: .5em;
    }

    .article .col .item {
        margin-bottom: 2em;
    }

    .article .item-heading {
        font-size: 120%;
    }

    .digest .item-heading {
        font-size: 120%;
    }

    .digest-v2[class*="items-col-left-width-"] .item>.row>.col+.col {
        width: 100%;
    }

    .mobile-items-v2>.row>.col~.col {
        margin-top: 1em;
    }

    .mobile-items-v2 .item,
    .mobile-items-v2 .item-content {
        width: auto;
        height: auto;
        padding: 0 0 0 25%;
        margin-bottom: 0 !important;
        border: 1px solid transparent;
    }

    .mobile-items-v2 .item-content {
        margin: 0 0 1em 0 !important;
    }

    .mobile-items-v2 .item .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 25%;
        height: 100%;
        padding-bottom: 0;
        text-align: center;
    }

    .mobile-items-v2 .item .image-in {
        width: 100%;
        height: 100%;
    }

    .mobile-items-v2 .item-heading,
    .mobile-items-v2 .item-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-items-v2:not(.items-color-heading) .item-heading {
        padding-top: 0;
    }

    .mobile-items-v2 .image+.item-content-text .item-text:first-child {
        padding-top: 0;
    }

    .mobile-items-v2 .item-text+.button {
        margin-left: 20px;
        margin-right: 20px;
    }

    .mobile-items-v2 .item-text+.button {
        margin-top: .8em;
    }

    .mobile-items-v2:not(.items-color-heading) .item>.image+.item-content-text .button:first-child {
        margin-top: 0;
    }

    .mobile-items-v2.items-color-heading .item {
        border-width: 0;
    }

    .mobile-items-v2.digest-v2 .item .row+span.valign {
        display: none;
    }

    .mobile-items-v2.digest-v2 .item .row,
    .mobile-items-v2.digest-v2 .item .row .col {
        position: static;
        padding: 0;
        margin: 0;
    }

    .mobile-items-v2.digest-v2 .item .row>.col:first-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 25%;
        height: 100%;
    }

    .mobile-items-v2.digest-v2 .item .row .col .image {
        width: 100%;
    }

    #body .digest-v2 .item .row .col+.col {
        margin-top: 0;
    }

    .mobile-items-icons .item .image-in {
        max-height: none;
    }

    .mobile-items-icons .item .image-in img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0;
    }

    .mobile-items-icons .item .image-in span {
        display: inline-block;
    }

    .mobile-items-icons.mobile-items-v2 .item {
        min-height: 4.2em;
    }

    .mobile-items-icons.mobile-items-v2 .item .image,
    .items-image-box.mobile-items-v2 .image {
        max-height: 4.2em;
    }

    .mobile-items-v2 .item .image {
        padding-bottom: 0 !important;
    }

    .mobile-items-icons.mobile-items-v2 .item-text:last-child {
        margin-bottom: 0;
    }

    .row-valign-item.mobile-items-v2 .item {
        padding: 0;
    }

    .row-valign-item.mobile-items-v2 .item .image {
        position: relative;
        height: 0;
        padding-bottom: 100% !important;
    }

    .row-valign-item.mobile-items-v2 .item .image-in {
        position: absolute !important;
        width: 100%;
        height: 100%;
    }

    .row-valign-item.mobile-items-v2 .item .row>.col:first-child {
        position: relative;
        width: 20%;
    }

    .row-valign-item.mobile-items-v2 .item .row>.col:first-child+.col {
        width: 80%;
    }

    .mobile-header-link .item-heading {
        position: relative;
    }

    .mobile-header-link .item-heading a:after {
        position: absolute;
        top: 50%;
        right: 13px;
        margin-top: -.7em;
        content: "\f105";
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
    }

    .mobile-items-hidden-text .item-text {
        display: none;
    }

    .items-image-box.images-square .item {
        padding-bottom: 0;
    }

    .items-image-box.images-square .item-in {
        position: relative;
    }

    .items-image-box.items-boxed.mobile-items-v2 .item-in {
        padding: 0;
    }

    .digest-v3.images-square .item>a {
        position: relative;
    }

    .form {
        margin: 1em 0;
    }

    .login-form .form-foot .item {
        width: auto;
    }

    .page-order-customer .login-form .form-part:not(.form-head):not(.form-foot)>.row>.col {
        width: 100%;
    }

    .page-order-customer .login-form .form-part button {
        margin-top: 0;
    }

    .order-content .form .item {
        margin-bottom: 1em !important;
    }

    .table-responsive,
    .mobile-table {
        width: 100%;
        min-height: 0.01%;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .table-responsive table,
    .mobile-table table {
        max-width: 100%;
        width: 100%;
    }

    .w10,
    .w15,
    .w20,
    .w25,
    .w30,
    .w33,
    .w35,
    .w40,
    .w45,
    .w48,
    .w50,
    .w55,
    .w60,
    .w65,
    .w70,
    .w75,
    .w80,
    .w85,
    .w90 {
        float: none;
        width: 100%;
    }

    .mobile-width {
        margin: 0 auto;
    }

    .mobile-w10 {
        width: 10%;
    }

    .mobile-w15 {
        width: 15%;
    }

    .mobile-w20 {
        width: 20%;
    }

    .mobile-w25 {
        width: 25%;
    }

    .mobile-w30 {
        width: 30%;
    }

    .mobile-w33 {
        width: 33.333333%;
    }

    .mobile-w35 {
        width: 35%;
    }

    .mobile-w40 {
        width: 40%;
    }

    .mobile-w45 {
        width: 45%;
    }

    .mobile-w48 {
        width: 48%;
    }

    .mobile-w50 {
        width: 50%;
    }

    .mobile-w55 {
        width: 55%;
    }

    .mobile-w60 {
        width: 60%;
    }

    .mobile-w65 {
        width: 65%;
    }

    .mobile-w70 {
        width: 70%;
    }

    .mobile-w75 {
        width: 75%;
    }

    .mobile-w80 {
        width: 80%;
    }

    .mobile-w85 {
        width: 85%;
    }

    .mobile-w90 {
        width: 90%;
    }

    .mobile-w100 {
        width: 100%;
    }

    .mobile-mw100 {
        max-width: 100%;
        height: auto;
    }

    .mobile-wauto {
        width: auto;
    }

    #content-in .fl,
    #content-in .flr {
        display: block;
        float: none;
        margin: 1em 0;
    }

    #content-in .element .fl:first-child,
    #content-in .element .flr:first-child {
        margin-top: 0;
    }

    #content-in .client-section-info .fl,
    #content-in .client-section-info .flr {
        margin: .3em 0;
    }

    .search-suggest-item .image .image-in {
        position: absolute;
    }

    .search-suggest-item .image .image-in span {
        display: inline-block;
    }

    .search-suggest .item-heading {
        max-width: 65%;
    }

    .search-suggest-eshop-product .search-suggest-item .item-heading {
        width: calc(100% - 30% - 50px);
    }

    .search-suggest-item .catalogue-price {
        text-align: right;
        width: 30%;
    }

    .element-head .search-form .form-part>.item {
        margin-bottom: 0;
    }

    .search-form .item+.item {
        min-width: 0;
    }

    .search-item-filter-category .element-nav .nav li {
        width: 50%;
    }

    .gallery-v2 .item {
        position: relative;
        margin: 0 0 1em !important;
    }

    .gallery-v2 .item-text {
        position: relative;
        left: 0;
    }

    .gallery-v2 .image {
        border-width: 1px;
    }

    .forum-table,
    .forum-table tbody,
    .forum-table tr {
        display: block;
    }

    .forum-table thead {
        display: none;
    }

    .forum-table tr.item {
        margin-bottom: 0 !important;
    }

    .forum-table tr:first-child td {
        border-top: none;
    }

    .forum-table td:not(.forum-category-title) {
        display: inline-block;
        padding-top: 0;
        border: none;
    }

    td.forum-category-title {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    td.forum-category-theme,
    td.forum-category-posts {
        width: 25%;
        padding-right: 0;
    }

    td.forum-category-last-post {
        width: 50%;
    }

    .forum-table td:not(.forum-category-title):not(.forum-category-last-post)>div {
        padding: .5em .8em;
        border: 1px solid #dddddd;
    }

    .forum-th-info {
        display: block;
        font-size: 90%;
    }

    .forum-table-themes .forum-category-last-post {
        width: 75%;
    }

    .strip-box {
        height: 1.5em;
    }

    .answer-count {
        bottom: 1.75em;
    }

    .element-social {
        font-size: 140%;
        line-height: 1.4em;
    }

    .special-element-side .element-social {
        font-size: 90%;
        padding-right: 0;
    }

    .social-icon-big .social-icon {
        font-size: 80%;
    }

    .element-cta .row .col {
        width: 100%;
        margin: 0;
    }

    .masonry .page-articles-preview .article,
    .article.masonry,
    .items-masonry>* {
        column-count: 1;
    }

    .masonry .page-articles-preview .article .item .col+.col .article-preview-content {
        padding-top: 0;
    }

    .article.items-boxed-text .article-item-image,
    .article.items-boxed-text:not(.article-v2) .item .image {
        position: relative;
    }

    .article.items-boxed-text .article-item-image {
        left: 0 !important;
    }

    .article.items-boxed-text .article-item-content {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    .article.items-boxed-text .item-heading {
        margin-top: 0;
    }

    .article-detail-visual .element-html-image {
        width: 100%;
    }

    .article-detail-visual .section-text-in {
        text-align: center;
        padding-top: 0 !important;
    }

    .article-detail-visual .item-heading {
        margin: 0;
    }

    .page-articles-detail:not(.page-articles-detail-v2) .article-detail-image {
        max-width: none;
        float: none;
    }

    .page-articles-detail-v2 .perex {
        font-size: 130%;
    }

    .page-articles-detail-v2 .item-detail-content>*:not(.articles-related):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
        font-size: 110%;
    }

    .page-articles-detail-v2 .article-detail-content>.stripe-in>.item-info {
        text-align: center;
    }

    .page-articles-detail-v2 .article-detail-content>.stripe-in>.item-info>.ws-rating {
        margin-right: 0;
    }

    .page-articles-detail-v2 .article-detail-content .element-social,
    .page-articles-detail-v2 .article-detail-content .element-tag {
        display: block;
        text-align: center;
        margin-top: 1em;
    }

    .page-articles-detail-v2 .article-detail-content .element-tag .element-heading {
        display: none;
    }

    .page-articles-detail .item-info>* {
        line-height: 2.5em;
        margin: 0 .5em;
    }

    .page-articles-detail .item .item-info>* {
        line-height: 1.4em;
    }

    .item-author {
        text-align: left;
    }

    .item-author .image {
        padding-bottom: 0 !important;
    }

    .item-author .image-in.icon {
        min-height: 38px !important;
    }

    .video-detail-visual-empty-in {
        padding-top: 1em;
    }

    .video-detail-visual-empty .image>span {
        position: relative;
    }

    .perex-image {
        font-size: 90%;
        padding: 1em 20px;
    }

    .perex-image img {
        max-width: 25%;
        height: auto;
        display: none;
    }

    .filters-horizontal .catalogue-filter-items {
        margin-bottom: .3em;
    }

    .filters-horizontal .catalogue-filter-items>.row>.col {
        float: left;
        width: 33.333333% !important;
        margin: 0 !important;
    }

    .filters-horizontal .catalogue-filter-items>.row>.col.catalogue-filter-items-title {
        width: 100% !important;
        padding-bottom: .5em;
    }

    .filters-horizontal .catalogue-sorting {
        margin-top: 0 !important;
    }

    .filters-horizontal .catalogue-sorting>.item+.item {
        margin-top: .5em;
    }

    .filters-horizontal .ws-pack-item-content {
        width: 100%;
        min-width: 0;
    }

    .catalogue-filter-items {
        margin-right: 0 !important;
    }

    .filter-image .col {
        float: left;
        margin-top: 0 !important;
        width: 45px;
    }

    .ws-dialog-window-product-variants .item-heading {
        font-size: 120%;
    }

    .ws-dialog-window-product-variants {
        padding-left: 0;
    }

    .ws-dialog-map-list.ws-dialog-narrow {
        left: 20px !important;
        margin-left: 0;
        max-width: none;
    }

    .message h2,
    .ws-dialog-title-heading h2,
    .message-in h1:first-child,
    .message-in h2:first-child,
    .message-in h3:first-child,
    .message-in h4:first-child,
    .message-in h5:first-child,
    .message-in h6:first-child {
        font-size: 120%;
    }

    .message>.icon-svg {
        font-size: 150%;
    }

    .message>.icon-svg+.message-in {
        padding-left: 50px;
    }

    .cookie-info-dialog * {
        line-height: 1.3em;
    }

    .cookie-info-dialog .form-part:not(.form-head) {
        padding-top: 10px !important;
    }

    .cookie-info-dialog .form-part.form-foot {
        padding-bottom: 10px !important;
    }

    .cookie-info-dialog .item {
        margin-bottom: 10px !important;
    }

    .cookie-info-buttons {
        display: block;
        padding: 0 0 .2em;
    }

    .cookie-info-buttons button {
        padding: .4em .8em;
        margin: .3em .2em 0 !important;
    }

    .cookie-info-dialog .flex-container>.row {
        display: block;
    }

    .cookie-info-label label {
        padding: 0;
        margin: 0;
    }

    .cookie-info-label label>*:first-child {
        max-width: 50%;
        min-height: 1.8em;
    }

    .cookie-info-switch {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        padding: 0 !important;
        margin: 0 !important;
    }

    .cookie-info-switch .tab-switch {
        margin: 0;
    }

    .cookie-info-switch .tab-switch>.field>* {
        padding: .3em .4em !important;
    }

    .cookie-info-dialog-v2 .form-head {
        margin-bottom: 1em;
    }

    .cookie-info-dialog-v2 .item {
        margin-bottom: 0 !important;
    }

    .cookie-info-dialog-v2 .form-part:not(.form-head) {
        padding-top: 0 !important;
    }

    .cookie-info-text>* {
        text-align: center;
    }

    #order-steps-top {
        margin-bottom: 1.5em;
    }

    #order-steps-top .icon:before {
        margin: 0;
    }

    .order-steps .button {
        text-align: center;
        width: 100%;
    }

    .order-steps .order-next {
        padding-top: 1em;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    .basket-merge-or-delete button {
        width: 100%;
        margin-bottom: .5em;
    }

    .basket-merge-or-delete-merge,
    .basket-merge-or-delete-delete {
        float: none;
        margin: 0;
    }

    .basket-table tr {
        clear: both;
        position: relative;
        display: block;
        padding: 10px;
        overflow: hidden;
        border-width: 0 0 1px 0;
        border-style: solid;
    }

    .basket-table tbody tr:first-child {
        border-top-width: 1px;
        border-style: solid;
    }

    .basket-table thead tr {
        padding: 0;
        border: none !important;
    }

    .basket-table tr.basket-table-gift {
        border-top-width: 2px;
        margin-top: -1px;
    }

    .basket-table th {
        display: none;
    }

    .basket-table td,
    .basket-table .basket-table-gift td {
        display: block;
        text-align: left;
        padding: 3px 10px 3px 0 !important;
        margin-left: 60px;
        border: none;
    }

    .basket-table .basket-table-image {
        float: left;
        width: 60px;
        min-height: 45px;
        margin-left: 0;
    }

    .basket-table .basket-table-image .image,
    .basket-table .basket-table-image .image-in,
    .basket-table .basket-table-gift .image,
    .basket-table .basket-table-gift .image-in {
        width: 45px;
        height: 45px;
    }

    .basket-table .basket-table-image .image .img-width,
    .basket-table .basket-table-gift .image .img-width {
        width: 100% !important;
    }

    .basket-table-image .image span.valign,
    .basket-table-gift .image span.valign {
        display: inline-block;
    }

    .basket-table-name,
    .basket-table-stock {
        width: calc(100% - 45px - 3em) !important;
    }

    .page-client-section .basket-table-name {
        width: calc(100% - 45px) !important;
    }

    .basket-table-number,
    .basket-table-gift-sum-total>td:first-child {
        float: left;
    }

    .basket-table .basket-table-price-vat-text {
        float: right;
        margin-left: 0;
    }

    .basket-table .basket-table-price-without-vat-text {
        display: none !important;
    }

    .basket-table-delete {
        position: absolute;
        top: 1em;
        right: 0;
        width: 2em;
        padding: 0 !important;
    }

    .basket-table-gift-sum-total .basket-table-delete {
        display: none;
    }

    .basket-table-date strong {
        display: inline;
    }

    .basket-table .basket-table-gift {
        overflow: hidden;
    }

    .basket-table .basket-table-gift td {
        padding-left: 55px
    }

    .basket-table .basket-table-gift .basket-table-name .basket-table-name-div {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .basket-table .basket-table-gift .basket-table-name .basket-table-name-div:before {
        top: -20px;
        left: -70px;
        width: 55px;
        height: 1000px;
    }

    .basket-table-gift .image {
        padding-bottom: 0;
    }

    .basket-table .basket-table-gift-sum-total td {
        padding-top: 0;
    }

    .basket-table-name .catalogue-gift-icon {
        vertical-align: top;
    }

    .basket-table .basket-table-gift-sum-total-sidekick td {
        padding: 0 !important;
    }

    .basket-order-gifts-desc .catalogue-gift-icon {
        font-size: 80%;
        margin-right: .5em;
    }

    .basket-order-gifts-desc-text h3 {
        margin-top: 0;
    }

    .basket-order-gifts-select .boxed {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .basket-order-gifts-rows .basket-order-gifts-desc,
    .basket-order-gifts-rows .basket-order-gifts-select {
        width: 100%;
    }

    .basket-order-gifts-rows .basket-order-gifts-desc:after,
    .basket-order-gifts-rows .basket-order-gifts-desc>.icon-svg {
        top: auto;
        bottom: -.35em;
        right: 50%;
        margin-right: -.35em;
        margin-top: auto;
    }

    .basket-order-gifts-rows .basket-order-gifts-desc>.icon-svg {
        margin-right: -.5em;
    }

    .basket-order-gifts-rows .basket-order-gifts-desc .catalogue-gift-icon,
    .basket-order-gifts-rows .basket-order-gifts-desc-text {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }

    .basket-free-pieces-item.message-info .basket-table-name~* {
        display: none;
    }

    .basket-coupon .basket-table-number {
        display: none;
    }

    .basket-coupon .basket-table-image {
        min-height: 100px;
    }

    .basket-coupon .basket-table-price-vat-text {
        padding-left: 1em !important;
    }

    .basket-table-price-delivery-payment {
        white-space: normal;
        margin-left: 0 !important;
    }

    .basket-table-sum-order td {
        margin-left: 0 !important;
    }

    .order-payment-delivery .col {
        float: left;
        width: 75%;
    }

    #body .order-payment-delivery .col+.col {
        width: 25%;
        margin-top: 0;
    }

    .order-pay {
        text-align: center;
    }

    .order-pay.row-flex {
        flex-direction: column;
    }

    .order-pay-qrcode {
        margin-left: 0;
    }

    .page-order-summary .basket-table-name {
        width: calc(100% - 82px - 2em);
    }

    .page-order-summary .order-summary-info>.row>.col {
        width: 100%;
    }

    .order-agreement-form.boxed-xl {
        padding: 20px;
    }

    #responsive-controls-buttons .element-cart-expand .ws-pack-item-content {
        position: fixed;
        max-width: 100%;
        margin: 0;
    }

    #responsive-controls-buttons .element-cart-content {
        width: 100%;
    }

    #responsive-controls-buttons .element-cart-expand .item {
        margin-bottom: 0;
    }

    #responsive-controls-buttons .element-cart-expand .item .image-in {
        position: absolute;
    }

    .page-client-section .basket-table .basket-table-sum-text {
        display: inline-block;
    }

    .page-client-section .basket-table .basket-table-sum-order:last-child strong {
        font-size: 110%;
    }

    .client-section-orders-preview .basket-table-sum-order .basket-table-price-vat-text {
        float: right;
    }

    .client-section-complaint-preview .basket-table-number,
    .client-section-complaint-preview .basket-table-select-complaint {
        width: auto;
    }

    .invoice-table td {
        padding-left: 0 !important;
    }

    .invoice-table-number,
    .invoice-table-date,
    .invoice-table-price {
        width: 25%;
    }

    .invoice-table-order,
    .invoice-table-file {
        padding-top: 0 !important;
    }

    .client-section-basket-table tr:not(.basket-table-gift) {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .client-section-favourite-preview.page-client-section tr:not(.basket-table-gift) .basket-table-name {
        width: calc(100% - 45px - 4em) !important;
    }

    .client-section-favourite-preview .basket-table-price-vat-text {
        width: auto;
    }

    .client-section-favourite-preview .basket-table .basket-table-price-vat-text {
        float: none;
        margin: .5em 0 .5em 60px;
    }

    .client-section-favourite-preview .catalogue-price-vat {
        display: inline-block;
    }

    .client-section-favourite-preview .basket-table-delete {
        top: 0;
    }

    #configurator-desc * {
        text-align: center;
    }

    #configurator-desc .image {
        padding: 0;
        margin: 0 auto;
    }

    .configurator-desc-text {
        display: block;
    }

    #configurator-total {
        float: none;
    }

    .configurator-popup-dialog .configurator>.row>.col {
        margin-bottom: 5px;
    }

    .configurator-label .image {
        float: left;
        width: 100px;
    }

    .configurator-label .item-content-text {
        float: left;
        width: calc(100% - 100px);
    }

    .configurator-label .item-heading {
        margin-top: 0;
    }

    .catalogue-detail-price-container>.boxed {
        padding: 20px;
    }

    .page-booking .basket-table-price-vat-text {
        padding-left: 1em !important;
    }

    .page-booking .basket-table-number {
        clear: left;
    }

    .ws-booking-category-desc .image {
        width: 90px;
        padding-bottom: 90px;
    }

    .ws-booking-object .image {
        width: 35px;
        padding-bottom: 35px;
    }

    .ws-booking-category .image-in {
        position: absolute;
    }

    .ws-booking-category .image span.valign {
        display: inline-block;
    }

    .ws-booking-object .image-not {
        display: none;
    }

    .ws-booking-term .col-6 {
        float: left;
        width: 50%;
    }

    .ws-object-animate-disable:not(.ws-object-animate-enable) *[class*="ws-object-animate-"],
    .ws-object-animate-disable:not(.ws-object-animate-enable) *[class*="anim-item"]:not([class*="anim-item-"]):not([class*="anim-image"]):not([class*="anim-button"]) .item,
    .ws-object-animate-disable:not(.ws-object-animate-enable) *[class*="anim-item-heading"] .item-heading,
    .ws-object-animate-disable:not(.ws-object-animate-enable) *[class*="anim-item-text"] .item-text,
    .ws-object-animate-disable:not(.ws-object-animate-enable) *[class*="anim-image"] .image,
    .ws-object-animate-disable:not(.ws-object-animate-enable) *[class*="anim-button"] .button {
        opacity: 1 !important;
        animation-duration: 0s !important;
    }

    .design-minimal-catalogue .catalogue-preview.catalogue-view1>.row>.col,
    .design-minimal-catalogue .catalogue-view1>.row>.col {
        margin-bottom: 24px;
    }
}

@media only screen and (min-width:469px) and (max-width:640px) {

    .mobile-s-cols-1-5 .col,
    .mobile-s-cols-3 .col,
    .mobile-s-cols-4 .col,
    .mobile-s-cols-6 .col {
        float: left;
    }

    #body .mobile-s-cols-1-5 .col,
    #body .mobile-s-cols-3 .col,
    #body .mobile-s-cols-4 .col,
    #body .mobile-s-cols-6 .col {
        margin-top: 0;
    }

    div[class*="mobile-s-cols"] span.cl {
        display: none;
    }

    .mobile-s-cols-1-5>.row>.col,
    .mobile-s-cols-1-5>.stripe-in>.row>.col {
        width: 20%;
    }

    .mobile-s-cols-3>.row>.col,
    .mobile-s-cols-3>.stripe-in>.row>.col {
        width: 25%;
    }

    .mobile-s-cols-4>.row>.col,
    .mobile-s-cols-4>.stripe-in>.row>.col {
        width: 33.333333%;
    }

    .mobile-s-cols-6>.row>.col,
    .mobile-s-cols-6>.stripe-in>.row>.col {
        width: 50%;
    }

    .mobile-s-cols-12>.row>.col,
    .mobile-s-cols-12>.stripe-in>.row>.col {
        width: 100%;
    }

    .mobile-s-cols-1-5>.row>.col:nth-of-type(5n+0)+.col,
    .mobile-s-cols-1-5>.stripe-in>.row>.col:nth-child(5n+0)+.col,
    .mobile-s-cols-3>.row>.col:nth-of-type(4n+0)+.col,
    .mobile-s-cols-3>.stripe-in>.row>.col:nth-child(4n+0)+.col,
    .mobile-s-cols-4>.row>.col:nth-of-type(3n+0)+.col,
    .mobile-s-cols-4>.stripe-in>.row>.col:nth-child(3n+0)+.col,
    .mobile-s-cols-6>.row>.col:nth-of-type(2n+0)+.col,
    .mobile-s-cols-6>.stripe-in>.row>.col:nth-child(2n+0)+.col {
        clear: both;
    }
}

@media only screen and (min-width:0) and (max-width:468px) {
    #nav {
        right: -100%;
        width: 100%;
    }

    .responsive-control-logo {
        max-width: 35%;
        padding-left: 10px;
    }

    #js-res-menu>span {
        display: none;
    }

    .mobile-items-icons.element-catalogue-top-category .item-heading {
        font-size: 100%;
        margin: 0;
    }

    .mobile-items-icons.element-catalogue-top-category .item-heading+span.valign {
        display: none;
    }

    .mobile-xs-bg-image-none>.section-image-bg {
        display: none;
    }

    .mobile-xs-cols-1-5 .col,
    .mobile-xs-cols-3 .col,
    .mobile-xs-cols-4 .col,
    .mobile-xs-cols-6 .col {
        float: left;
    }

    #body .mobile-xs-cols-1-5 .col,
    #body .mobile-xs-cols-3 .col,
    #body .mobile-xs-cols-4 .col,
    #body .mobile-xs-cols-6 .col {
        margin-top: 0;
    }

    div[class*="mobile-xs-cols"] span.cl {
        display: none;
    }

    .mobile-xs-cols-1-5>.row>.col,
    .mobile-xs-cols-1-5>.stripe-in>.row>.col {
        width: 20%;
    }

    .mobile-xs-cols-3>.row>.col,
    .mobile-xs-cols-3>.stripe-in>.row>.col {
        width: 25%;
    }

    .mobile-xs-cols-4>.row>.col,
    .mobile-xs-cols-4>.stripe-in>.row>.col {
        width: 33.333333%;
    }

    .mobile-xs-cols-6>.row>.col,
    .mobile-xs-cols-6>.stripe-in>.row>.col {
        width: 50%;
    }

    .mobile-xs-cols-1-5>.row>.col:nth-of-type(5n+0)+.col,
    .mobile-xs-cols-1-5>.stripe-in>.row>.col:nth-child(5n+0)+.col,
    .mobile-xs-cols-3>.row>.col:nth-of-type(4n+0)+.col,
    .mobile-xs-cols-3>.stripe-in>.row>.col:nth-child(4n+0)+.col,
    .mobile-xs-cols-4>.row>.col:nth-of-type(3n+0)+.col,
    .mobile-xs-cols-4>.stripe-in>.row>.col:nth-child(3n+0)+.col,
    .mobile-xs-cols-6>.row>.col:nth-of-type(2n+0)+.col,
    .mobile-xs-cols-6>.stripe-in>.row>.col:nth-child(2n+0)+.col {
        clear: both;
    }

    .flex-container.catalogue .item-content-text,
    .flex-container .catalogue .item-content-text {
        height: auto;
    }

    td.forum-category-theme,
    td.forum-category-posts {
        width: 50%;
        padding-left: 15px;
        padding-right: 7px;
    }

    td.forum-category-posts {
        padding-left: 7px;
        padding-right: 15px;
    }

    td.forum-category-last-post {
        width: 100%;
    }

    .forum-table-themes td.forum-category-posts {
        width: 32%;
        padding-left: 15px;
        padding-right: 0;
    }

    .forum-table-themes td.forum-category-last-post {
        width: 68%;
    }

    .testimonial-v2 .item .image+.item-content-text:before,
    .testimonial-v2 .item .image+.item-content-text:after {
        top: calc(35px + .7em);
    }

    .testimonial-v2.items-boxed .image+.item-content-text {
        border-width: 0;
    }

    .flex-container.testimonial-v2 .item .image {
        height: 70px;
    }

    .search-suggest-item a,
    .search-suggest-title {
        padding: .4em 10px;
    }

    .search-suggest-item .image {
        float: left;
    }

    .search-suggest .item-heading,
    .search-suggest-item .catalogue-price {
        display: block;
        width: auto;
        max-width: 100%;
        margin-left: 0;
    }

    .search-suggest-item .catalogue-price {
        text-align: left;
        position: relative;
        top: 0;
        right: auto;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .search-suggest-item .catalogue-price span {
        display: inline-block;
        vertical-align: middle;
    }

    .search-suggest .item-heading {
        font-size: 90%;
    }

    .search-suggest-eshop-product .search-suggest-item>a>* {
        display: block;
    }

    .search-suggest-eshop-product .search-suggest-item .item-heading {
        width: 100%;
    }

    .search-suggest-eshop-category .search-suggest-item>a {
        padding-top: .1em;
        padding-bottom: .1em;
    }

    #order-steps-top li:after {
        left: 80%;
        width: 40%;
    }

    .order-step-number {
        margin-bottom: 0;
    }

    .order-step-text {
        display: none;
    }

    .order-steps-top-completed .order-step-completed:not(.order-step-completed-last) {
        display: none !important;
    }

    .order-step-completed-last {
        font-size: 150%;
    }

    .basket-table .basket-table-gift .basket-table-name {
        padding-left: 0;
    }

    .boxed .basket-table-sum-order td {
        padding-left: 0;
    }

    .basket-order-gifts-desc .catalogue-gift-icon {
        font-size: 80%;
        margin-right: 0;
    }

    .basket-order-gifts-desc-text,
    .basket-order-gifts:not(.basket-order-gifts-rows) .basket-order-gifts-desc>.catalogue-gift-icon-text {
        display: block;
        text-align: center;
    }

    .basket-order-gifts:not(.basket-order-gifts-rows) .basket-order-gifts-desc:after {
        display: none;
    }

    .basket-order-gifts-select .catalogue-preview-items-rows-text,
    .basket-order-gifts-select .catalogue-preview-items-rows-price {
        width: 100%;
    }

    .basket-order-gifts-select .catalogue-preview-items-rows-price {
        text-align: right;
    }

    .basket-order-pieces .basket-order-gifts-select .catalogue-preview-items-rows-text,
    .basket-order-pieces .basket-order-gifts-select .catalogue-preview-items-rows-price {
        width: 100%;
    }

    .order-pay table,
    .order-pay table>*,
    .order-pay tr,
    .order-pay td {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 !important;
    }

    .order-pay tr+tr {
        margin-top: .7em;
    }

    .filters-horizontal .catalogue-filter-items>.row>.col {
        width: 50% !important;
    }

    .invoice-table td {
        width: auto !important;
        margin-left: 0 !important;
        float: left !important;
    }

    .invoice-table-price {
        clear: left;
    }

    .invoice-table-price {
        padding-top: 0 !important;
    }

    .ws-dialog-booking .form-part button {
        width: 100%;
    }

    .ui-dialog:not(.ws-dialog-map-list) {
        height: 100% !important;
        overflow: auto;
    }

    .ui-dialog:not(.ws-dialog-map-list) .ui-dialog-content {
        height: auto !important;
    }

    .boxed-xl,
    .items-boxed-xl .item,
    .items-image-box.items-boxed-xl .item-in,
    .items-boxed-text-xl .item .item-content-text {
        padding: 20px;
    }

    .ws-dialog-window-login .form-part {
        padding: 30px 30px !important;
    }

    .ws-dialog-window-login .form-part:not(.form-head):not(.form-foot) {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .ws-dialog-window-login .form-head,
    .ws-dialog-window-login .login-form-foot {
        padding-bottom: 0 !important;
    }

    .ws-dialog-window-login .form-foot {
        padding-top: 0 !important;
    }

    .ws-dialog-map-list:not(.ws-dialog-narrow) .map-list-list {
        width: 100%;
        height: 60%;
    }

    .ws-dialog-map-list:not(.ws-dialog-narrow) .map-list-map {
        width: 100%;
        height: 40%;
    }

    .ws-dialog-map-list .map-list-list .map-option {
        padding-bottom: .3px;
    }
}

@media only screen and (min-width:0) and (max-width:380px) {

    #responsive-controls .element-head .ws-pack-item-header.icon:after,
    #responsive-controls .element-head .ws-pack-icons-svg .ws-pack-icon-pack {
        display: none;
    }

    .filters-horizontal .catalogue-filter-items>.row>.col {
        width: 100% !important;
    }

    .search-item-filter-category .element-nav .nav li {
        width: 100%;
    }

    .search-item-filter-category .element-nav .nav a {
        border-right-width: 0;
    }
}

@media only screen and (min-width:0) and (max-width:320px) {
    .stripe-in {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .stripe-edge>.stripe-in,
    .content-edge {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    body:not(.page-catalogue-detail-body) .stripe-catalogue-preview-width .page-catalogue-preview>.content-edge {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media only screen and (min-width:769px) {
    #mobile-callback-box {
        display: none;
    }
}

@media only screen and (max-width:1600px) {
    .special-element-side {
        padding: 4em 0;
    }
}

@media only screen and (max-width:1590px) {

    .layout-l .stripe-text-width.stripe-text-l:not(.stripe-image-width):not(.stripe-text-image-ws-slider) .section-text:not(.col-6) .section-text-in,
    .layout-l .stripe-text-width.stripe-image-width.stripe-text-l:not(.stripe-text-image-ws-slider) .section-text:not(.col-6) .section-text-in {
        padding-left: 0;
    }

    .layout-l .stripe-text-width.stripe-text-r:not(.stripe-image-width):not(.stripe-text-image-ws-slider) .section-text:not(.col-6) .section-text-in,
    .layout-l .stripe-text-width.stripe-image-width.stripe-text-r:not(.stripe-text-image-ws-slider) .section-text:not(.col-6) .section-text-in {
        padding-right: 0;
    }

    .layout-l .stripe-image-width.stripe-text-width .section-image-in {
        width: 100% !important;
    }

    .layout-l .stripe-text-width.stripe-image-width>.row {
        max-width: none;
    }

    .layout-l .stripe-image-width:not(.stripe-text-width) .section-image:not(.col-6),
    .layout-l .stripe-text-width:not(.stripe-image-width) .section-text:not(.col-6) {
        left: 0;
        right: 0;
        padding: 0;
        margin-left: 0;
    }

    .layout-l .stripe-image-width.stripe-text-l:not(.stripe-text-width) .section-image:not(.col-6),
    .layout-l .stripe-text-width.stripe-text-l:not(.stripe-image-width) .section-text:not(.col-6) {
        left: auto;
    }

    .layout-l .stripe-image-width.stripe-text-r:not(.stripe-text-width) .section-image:not(.col-6),
    .layout-l .stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) {
        margin-right: 0 !important;
    }

    .layout-l .stripe-image-width:not(.stripe-text-width) .section-image-in {
        width: 100% !important;
        left: auto !important;
        right: auto !important;
    }

    .layout-l .stripe-image-width:not(.stripe-text-width) .section-image.col-8,
    .layout-l .stripe-image-width:not(.stripe-text-width) .section-text.col-8,
    .layout-l .stripe-text-width:not(.stripe-image-width) .section-text.col-8 {
        width: 66.666666%;
    }

    .layout-l .stripe-image-width:not(.stripe-text-width) .section-image.col-7,
    .layout-l .stripe-image-width:not(.stripe-text-width) .section-text.col-7,
    .layout-l .stripe-text-width:not(.stripe-image-width) .section-text.col-7 {
        width: 58.333333%;
    }

    .layout-l .stripe-image-width:not(.stripe-text-width) .section-image.col-5,
    .layout-l .stripe-image-width:not(.stripe-text-width) .section-text.col-5,
    .layout-l .stripe-text-width:not(.stripe-image-width) .section-text.col-5 {
        width: 41.666666%;
    }

    .layout-l .stripe-image-width:not(.stripe-text-width) .section-image.col-4,
    .layout-l .stripe-image-width:not(.stripe-text-width) .section-text.col-4,
    .layout-l .stripe-text-width:not(.stripe-image-width) .section-text.col-4 {
        width: 33.333333%;
    }

    .layout-l .bg-image-w25.stripe-width>.section-image-bg {
        width: calc(25% - 16px);
        left: 0;
        margin-left: 0;
    }

    .layout-l .bg-image-w25.bg-image-right.stripe-width>.section-image-bg {
        right: 0;
        left: auto;
        margin-right: 0;
    }
}

@media only screen and (max-width:1360px) {

    .layout-m .stripe-text-width.stripe-text-l:not(.stripe-image-width):not(.stripe-text-image-ws-slider) .section-text:not(.col-6) .section-text-in,
    .layout-m .stripe-text-width.stripe-image-width.stripe-text-l:not(.stripe-text-image-ws-slider) .section-text:not(.col-6) .section-text-in {
        padding-left: 0;
    }

    .layout-m .stripe-text-width.stripe-text-r:not(.stripe-image-width):not(.stripe-text-image-ws-slider) .section-text:not(.col-6) .section-text-in,
    .layout-m .stripe-text-width.stripe-image-width.stripe-text-r:not(.stripe-text-image-ws-slider) .section-text:not(.col-6) .section-text-in {
        padding-right: 0;
    }

    .layout-m .stripe-image-width.stripe-text-width .section-image-in {
        width: 100% !important;
    }

    .layout-m .stripe-text-width.stripe-image-width>.row {
        max-width: none;
    }

    .layout-m .stripe-image-width:not(.stripe-text-width) .section-image:not(.col-6),
    .layout-m .stripe-text-width:not(.stripe-image-width) .section-text:not(.col-6) {
        left: 0;
        right: 0;
        padding: 0;
        margin-left: 0;
    }

    .layout-m .stripe-image-width.stripe-text-l:not(.stripe-text-width) .section-image:not(.col-6),
    .layout-m .stripe-text-width.stripe-text-l:not(.stripe-image-width) .section-text:not(.col-6) {
        left: auto;
    }

    .layout-m .stripe-image-width.stripe-text-r:not(.stripe-text-width) .section-image:not(.col-6),
    .layout-m .stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) {
        margin-right: 0 !important;
    }

    .layout-m .stripe-image-width:not(.stripe-text-width) .section-image-in {
        width: 100% !important;
        left: auto !important;
        right: auto !important;
    }

    .layout-m .stripe-image-width:not(.stripe-text-width) .section-image.col-8,
    .layout-m .stripe-image-width:not(.stripe-text-width) .section-text.col-8,
    .layout-m .stripe-text-width:not(.stripe-image-width) .section-text.col-8 {
        width: 66.666666%;
    }

    .layout-m .stripe-image-width:not(.stripe-text-width) .section-image.col-7,
    .layout-m .stripe-image-width:not(.stripe-text-width) .section-text.col-7,
    .layout-m .stripe-text-width:not(.stripe-image-width) .section-text.col-7 {
        width: 58.333333%;
    }

    .layout-m .stripe-image-width:not(.stripe-text-width) .section-image.col-5,
    .layout-m .stripe-image-width:not(.stripe-text-width) .section-text.col-5,
    .layout-m .stripe-text-width:not(.stripe-image-width) .section-text.col-5 {
        width: 41.666666%;
    }

    .layout-m .stripe-image-width:not(.stripe-text-width) .section-image.col-4,
    .layout-m .stripe-image-width:not(.stripe-text-width) .section-text.col-4,
    .layout-m .stripe-text-width:not(.stripe-image-width) .section-text.col-4 {
        width: 33.333333%;
    }

    .layout-m .bg-image-w25.stripe-width>.section-image-bg {
        width: calc(25% - 16px);
        left: 0;
        margin-left: 0;
    }

    .layout-m .bg-image-w25.bg-image-right.stripe-width>.section-image-bg {
        right: 0;
        left: auto;
        margin-right: 0;
    }
}

@media only screen and (max-width:1020px) {

    .layout-s .stripe-text-width.stripe-text-l:not(.stripe-image-width):not(.stripe-text-image-ws-slider) .section-text:not(.col-6) .section-text-in,
    .layout-s .stripe-text-width.stripe-image-width.stripe-text-l:not(.stripe-text-image-ws-slider) .section-text:not(.col-6) .section-text-in {
        padding-left: 0;
    }

    .layout-s .stripe-text-width.stripe-text-r:not(.stripe-image-width):not(.stripe-text-image-ws-slider) .section-text:not(.col-6) .section-text-in,
    .layout-s .stripe-text-width.stripe-image-width.stripe-text-r:not(.stripe-text-image-ws-slider) .section-text:not(.col-6) .section-text-in {
        padding-right: 0;
    }

    .layout-s .stripe-text-width.stripe-image-width>.row {
        max-width: none;
    }

    .layout-s .stripe-image-width:not(.stripe-text-width) .section-image:not(.col-6),
    .layout-s .stripe-text-width:not(.stripe-image-width) .section-text:not(.col-6) {
        left: 0;
        right: 0;
        padding: 0;
        margin-left: 0;
    }

    .layout-s .stripe-image-width.stripe-text-l:not(.stripe-text-width) .section-image:not(.col-6),
    .layout-s .stripe-text-width.stripe-text-l:not(.stripe-image-width) .section-text:not(.col-6) {
        left: auto;
    }

    .layout-s .stripe-image-width.stripe-text-r:not(.stripe-text-width) .section-image:not(.col-6),
    .layout-s .stripe-text-width.stripe-text-r:not(.stripe-image-width) .section-text:not(.col-6) {
        margin-right: 0 !important;
    }

    .layout-s .stripe-image-width:not(.stripe-text-width) .section-image-in {
        width: 100% !important;
        left: auto !important;
        right: auto !important;
    }

    .layout-s .stripe-image-width:not(.stripe-text-width) .section-image.col-8,
    .layout-s .stripe-image-width:not(.stripe-text-width) .section-text.col-8,
    .layout-s .stripe-text-width:not(.stripe-image-width) .section-text.col-8 {
        width: 66.666666%;
    }

    .layout-s .stripe-image-width:not(.stripe-text-width) .section-image.col-7,
    .layout-s .stripe-image-width:not(.stripe-text-width) .section-text.col-7,
    .layout-s .stripe-text-width:not(.stripe-image-width) .section-text.col-7 {
        width: 58.333333%;
    }

    .layout-s .stripe-image-width:not(.stripe-text-width) .section-image.col-5,
    .layout-s .stripe-image-width:not(.stripe-text-width) .section-text.col-5,
    .layout-s .stripe-text-width:not(.stripe-image-width) .section-text.col-5 {
        width: 41.666666%;
    }

    .layout-s .stripe-image-width:not(.stripe-text-width) .section-image.col-4,
    .layout-s .stripe-image-width:not(.stripe-text-width) .section-text.col-4,
    .layout-s .stripe-text-width:not(.stripe-image-width) .section-text.col-4 {
        width: 33.333333%;
    }

    .layout-s .bg-image-w25.stripe-width>.section-image-bg {
        width: calc(25% - 16px);
        left: 0;
        margin-left: 0;
    }

    .layout-s .bg-image-w25.bg-image-right.stripe-width>.section-image-bg {
        right: 0;
        left: auto;
        margin-right: 0;
    }
}

@media only screen and (max-width:640px) {
    .stripe-text-image:not(.stripe-text-image-ws-slider)>.row {
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .stripe-text-image:not(.stripe-text-image-ws-slider) .section-image,
    .stripe-text-image:not(.stripe-text-image-ws-slider) .section-text,
    .ws-slider.mobile-ws-slider-arrange .stripe-text-image .section-image,
    .ws-slider.mobile-ws-slider-arrange .stripe-text-image .section-text {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    div[class*="box-max-width-"] {
        max-width: none;
    }
}

@media only screen and (min-width:1730px) {
    .layout-l:not(.layout-boxed) .layout-1 #content .stripe:not(.stripe-width) .stripe .ws-slider .stripe-text-image {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width:1500px) {
    .layout-m:not(.layout-boxed) .layout-1 #content .stripe:not(.stripe-width) .stripe .ws-slider .stripe-text-image {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width:1160px) {
    .layout-s:not(.layout-boxed) .layout-1 #content .stripe:not(.stripe-width) .stripe .ws-slider .stripe-text-image {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width:1100px) {
    .ws-slider-video .stripe-text-image {
        margin-bottom: 3em;
    }

    .ws-slider-video .section-text {
        width: 100%;
    }
}

@media only screen and (min-width:1591px) {}

@media only screen and (min-width:641px) and (max-width:1590px) {
    .layout-l .ws-slider {
        height: 0 !important;
    }
}

@media only screen and (max-width:1590px) {
    .layout-l .ws-slider .stripe-in .stripe-text-image {
        font-size: .95vw;
    }
}

@media only screen and (min-width:1361px) {}

@media only screen and (min-width:641px) and (max-width:1360px) {
    .layout-m .ws-slider {
        height: 0 !important;
    }
}

@media only screen and (max-width:1360px) {
    .layout-m .ws-slider .stripe-in .stripe-text-image {
        font-size: 1vw;
    }
}

@media only screen and (min-width:1021px) {}

@media only screen and (min-width:641px) and (max-width:1020px) {
    .layout-s .ws-slider {
        height: 0 !important;
    }
}

@media only screen and (max-width:1020px) {
    .layout-s .ws-slider .stripe-in .stripe-text-image {
        font-size: 1.2vw;
    }
}

@media only screen and (min-width:641px) {
    .ws-slider {
        height: auto !important;
        max-height: 100% !important;
    }

    .ws-slider-slides {
        position: absolute;
        height: 100% !important;
    }
}

@media only screen and (max-width:640px) {
    .ws-slider:not(.mobile-ws-slider-arrange) {
        height: 0 !important;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-1 {
        width: 8.333333%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-2 {
        width: 16.666666%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-3 {
        width: 25%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-4 {
        width: 33.333333%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-5 {
        width: 41.666666%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-6 {
        width: 50%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-7 {
        width: 58.333333%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-8 {
        width: 66.666666%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-9 {
        width: 75%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-10 {
        width: 83.333333%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-11 {
        width: 91.666666%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-12 {
        width: 100%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-1-5 {
        width: 20%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-1-7 {
        width: 14.28571428571429%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-1-8 {
        width: 12.5%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-1-9 {
        width: 11.11111111111111%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-1-10 {
        width: 10%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .col-1-11 {
        width: 9.090909090909091%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .section-text:last-child {
        width: 100%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .section-image,
    .ws-slider:not(.mobile-ws-slider-arrange) .section-text {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .section-image {
        height: 100%;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .section-image-in {
        padding: 0 !important;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .section-image-in .image-in {
        position: absolute;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .stripe-text-image>.row>.col+.col {
        margin-top: 0 !important;
    }

    .ws-slider .stripe-text-image {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: auto;
    }

    .ws-slider .section-bg .section-text .item-heading {
        margin-top: 0;
    }

    .ws-slider-controls {
        font-size: 130%;
    }

    .mobile-ws-slider-controls-hidden .ws-slider-controls-arrows,
    .mobile-ws-slider-controls-hidden .ws-slider-controls-numbers {
        display: none !important;
    }

    .ws-slider-controls-arrows a,
    .ws-slider-controls-numbers {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .ws-slider-controls-numbers {
        bottom: 2.4em;
    }

    .ws-slider-controls-prev {
        left: 0 !important;
    }

    .ws-slider-controls-next {
        right: 0 !important;
    }

    .ws-slider-controls-arrows-yes .ws-slider-slide .stripe-text-image {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ws-slider .section-image {
        height: auto;
    }

    .ws-slider:not(.mobile-ws-slider-arrange) .section-image {
        position: absolute;
    }

    .ws-slider.mobile-ws-slider-arrange .section-image {
        position: relative !important;
    }

    .ws-slider .section-image-first.stripe-text-l:not(.stripe-image-resize) .section-image {
        position: relative;
    }

    .ws-slider .stripe-text-image>span.valign,
    .ws-slider .section-image+span.valign,
    .ws-slider .section-image+.section-text+span.valign,
    .ws-slider .ws-slide-image-yes .section-text+span.valign {
        display: none;
    }

    .ws-slider-one-slide.mobile-ws-slider-arrange,
    .ws-slider-one-slide.mobile-ws-slider-arrange .ws-slider-slide,
    .ws-slider-one-slide.mobile-ws-slider-arrange .ws-slider-slide>.stripe {
        max-height: none !important;
    }

    .ws-slider-one-slide.mobile-ws-slider-arrange .ws-slider-slides {
        height: auto !important;
    }

    .ws-slider-one-slide.mobile-ws-slider-arrange .ws-slider-slide {
        position: relative;
    }

    .mobile-ws-slider-arrange .stripe-text-image * {
        text-align: center !important;
    }

    .mobile-ws-slider-arrange {
        height: auto !important;
        max-height: none !important;
        padding-top: 0 !important
    }

    .mobile-ws-slider-arrange .ws-slider-slides {
        position: relative;
        height: auto;
    }

    .mobile-ws-slider-arrange .ws-slider-slide>.stripe {
        max-height: none !important;
    }

    .mobile-ws-slider-arrange .ws-slider-slide>.stripe>.stripe-in {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    .mobile-ws-slider-arrange .stripe-text-image {
        font-size: 100% !important;
    }

    .mobile-ws-slider-controls-hidden.mobile-ws-slider-arrange .stripe-text-image,
    .ws-slider-one-slide.mobile-ws-slider-arrange .stripe-text-image {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mobile-ws-slider-arrange .section-text,
    .mobile-ws-slider-arrange .section-image {
        display: block !important;
        float: none;
        height: auto;
        margin: 0;
    }

    .mobile-ws-slider-arrange .section-text-in,
    .mobile-ws-slider-arrange .section-image-in {
        float: none !important;
    }

    .mobile-ws-slider-arrange .stripe-text-image .item-heading {
        font-size: 200%;
    }

    .mobile-ws-slider-arrange .stripe-text-image .item-text {
        font-size: 120%;
    }

    .ws-slider-video .section-image {
        display: none !important;
    }

    .ws-slider:not(.ws-slider-hidden-controls):not(.ws-slider-one-slide) .ws-slider-slide>.stripe {
        padding: 0;
    }

    .ws-slider .section-bg .section-text-bg {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width:468px) {
    .ws-slider .section-text-in {
        font-size: 90%;
    }
}

@media only screen and (min-width:469px) {
    .catalogue>.row>.col {
        margin-top: 0 !important;
    }

    .filters-mobile-quick-filter .field {
        display: inline-block;
        margin-right: .5em;
        margin-top: 0 !important;
    }
}

@media only screen and (max-width:468px) {

    .catalogue-detail-properties .tab-nav .icon:before,
    .catalogue-detail-properties .tab-nav .icon-svg {
        display: inline-block;
    }

    .catalogue-stickers-c.catalogue-sale {
        position: absolute;
        top: 2.8em;
    }

    .catalogue-stickers-c.catalogue-sale .catalogue-sale-in {
        padding-bottom: 0;
    }

    .catalogue-stickers-c.catalogue-sale span {
        top: 0;
        bottom: auto;
    }

    .image~.catalogue-stickers-c.catalogue-sale {
        top: 0;
    }
}

@media only screen and (min-width:1025px) and (max-width:1366px) {
    .megamenu-container .catalogue-category-megamenu>.row>.col-1-5 {
        width: 25%;
    }
}

@media only screen and (min-width:981px) and (max-width:1024px) {
    .megamenu-container .catalogue-category-megamenu>.row>.col {
        width: 33.333333%;
    }
}

@media only screen and (max-width:1200px) {

    .catalogue-view1 .col+span.cl,
    .catalogue-view2 .col+span.cl {
        display: none;
    }
}

@media only screen and (min-width:981px) and (max-width:1200px) {
    #content-in-content .catalogue-subcats-v3 .col {
        float: left;
        width: 33.333333%;
    }

    #content-in-content .catalogue-subcats-v3 .col:nth-of-type(3n+0)+.col {
        clear: left;
    }
}

@media only screen and (max-width:1024px) {
    .catalogue-sorting-view-2 .fl {
        float: left !important;
        margin-top: 0 !important;
    }

    .catalogue-sorting-view-2 .flr {
        float: right !important;
        margin-top: 0 !important;
    }

    .catalogue-sorting-view-2 .form-part {
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }
}

@media only screen and (min-width:769px) and (max-width:980px) {
    .catalogue-subcats-v3 .col {
        float: left;
        width: 33.333333%;
    }

    .catalogue-subcats-v3 .col:nth-of-type(3n+0)+.col {
        clear: left;
    }

    #content-in-content .catalogue-subcats-v3 .col {
        float: left;
        width: 50%;
    }

    #content-in-content .catalogue-subcats-v3 .col:nth-of-type(3n+0)+.col {
        clear: none;
    }

    #content-in-content .catalogue-subcats-v3 .col:nth-of-type(2n+0)+.col {
        clear: left;
    }
}

@media only screen and (min-width:641px) and (max-width:1024px) {
    .catalogue-sorting-view-2 .catalogue-sorting {
        clear: both;
        float: none;
        padding-top: .7em;
    }
}

@media only screen and (max-width:768px) {

    .sidebar-catalogue .catalogue-category-nav-title,
    .sidebar-catalogue .element-nav {
        display: none;
    }

    .catalogue-subcats-v3 .col {
        float: left;
        width: 33.333333%;
    }

    .catalogue-subcats-v3 .col:nth-of-type(2n+0)+.col {
        clear: none;
    }

    .catalogue-subcats-v3 .col:nth-of-type(3n+0)+.col {
        clear: left;
    }

    #content-in-content .catalogue-bestseller-category .catalogue.catalogue-view1>.row>.col {
        width: 100%;
        margin-bottom: .5em;
    }

    .catalogue-bestseller-category .catalogue .item {
        flex-direction: row;
    }

    .catalogue-bestseller-category .catalogue .item .catalogue-stickers {
        display: none;
    }

    .catalogue-bestseller-category .catalogue .item .image {
        width: 100px;
        padding-bottom: 100px !important;
        margin-right: 15px;
    }

    .catalogue-bestseller-category .catalogue .item .image-in {
        height: 100px !important;
    }

    .catalogue-bestseller-category .catalogue .item .image img {
        max-width: 80%;
        max-height: 80%;
    }

    .catalogue-bestseller-category .catalogue .item .item-content-text {
        display: inline-block;
        flex: 1;
    }

    .catalogue-bestseller-category .catalogue .item .catalogue-basket-form,
    .catalogue-bestseller-category .catalogue .item .catalogue-basket-button-space {
        display: none;
    }

    .catalogue-bestseller-category .catalogue .item *:last-child {
        margin-bottom: 0;
    }

    .catalogue-bestseller-category .catalogue.items-boxed .item {
        padding: 10px;
    }

    .catalogue-bestseller-category .catalogue.items-boxed-text .item .image {
        margin-right: 0;
    }

    .catalogue-bestseller-category .catalogue.items-boxed-text .item .item-content-text {
        padding-left: 0;
    }

    .catalogue-bestseller-category .catalogue.stripe-space-none>.row>.col+.col .item {
        border-width: 0 1px 1px;
    }
}

@media only screen and (max-width:640px) {
    #catalogue-category-desc .col-3 {
        width: 40%;
        float: right !important;
    }

    #catalogue-category-desc .image {
        margin: 0 0 1em .5em;
    }

    .catalogue-sorting-view-2 .form-part+.form-part {
        margin-left: 1em !important;
    }

    .catalogue-subcats-v3 .col {
        float: left;
        width: 50%;
        margin-top: 0 !important;
    }

    .catalogue-subcats-v3 .col:nth-of-type(3n+0)+.col {
        clear: none;
    }

    .catalogue-subcats-v3 .col:nth-of-type(2n+0)+.col {
        clear: left;
    }
}

@media only screen and (max-width:468px) {
    .catalogue.images-full-box .image img:not(.lazy) {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        min-width: 0;
        min-height: 0;
        max-width: 100%;
        max-height: 100%;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .catalogue-basket-button-space {
        display: none;
    }

    .catalogue-sorting-view-2 .form-part {
        width: 100%;
    }

    .catalogue-sorting-view-2 .form-part+.form-part {
        margin-top: 1em !important;
    }

    .catalogue-sorting-view-2 .fl,
    .catalogue-sorting-view-2 .flr {
        float: none !important;
    }

    .catalogue-subcats-v2 .item {
        margin-bottom: 0 !important;
    }

    .catalogue-subcats-v2>.row>.col+.col {
        margin-top: 1px !important;
    }

    .catalogue-subcats-v3 .col {
        float: none;
        width: 100%;
    }

    .tag-filter-title,
    .filters-reset-all {
        display: block;
    }

    .tag-filter-result {
        padding-right: 2px;
    }

    .tag-filter a {
        padding: 0 .4em;
    }

    .catalogue-bestseller-category .catalogue .item .image {
        padding-bottom: 0 !important;
        height: auto !important;
    }
}

@media only screen and (max-width:380px) {

    .catalogue-view1.items-boxed-text>.row>.col,
    .catalogue-view1.items-boxed:not(.stripe-space-none)>.row>.col {
        margin-bottom: 5px !important;
    }
}

@media only screen and (min-width:1201px) {
    .catalogue-view1 .col-1-5:nth-of-type(5n+6) {
        clear: left;
    }
}

@media only screen and (min-width:1026px) {
    .catalogue-view1 .col-3:nth-of-type(4n+5) {
        clear: left;
    }
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
    .catalogue-view1 .col {
        float: left;
        width: 25%;
    }

    .catalogue-view1 .col:nth-of-type(4n+0)+.col,
    .catalogue-view1 .col:nth-of-type(4n+0)+span.cl+.col {
        clear: left;
    }
}

@media only screen and (min-width:990px) {
    .catalogue-view1 .col-4 {
        float: left;
        width: 33.333333%;
    }

    .catalogue-view1 .col-4:nth-of-type(4n+0)+.col,
    .catalogue-view1 .col-4:nth-of-type(4n+0)+span.cl+.col {
        clear: none;
    }

    .catalogue-view1 .col-4:nth-of-type(3n+4) {
        clear: left !important;
    }
}

@media only screen and (min-width:641px) and (max-width:1024px) {
    .catalogue-view1 .col {
        float: left;
        width: 33.333333%;
    }

    .catalogue-view1 .col:nth-of-type(3n+0)+.col,
    .catalogue-view1 .col:nth-of-type(3n+0)+span.cl+.col {
        clear: left;
    }

    .catalogue-subcats-v2 .col {
        width: 33.333333%;
    }

    .catalogue-preview-info .ws-rating {
        font-size: 90%;
    }

    .catalogue-preview-info .catalogue-price-stock {
        font-size: 80%;
    }

    .ws-dialog-window-basket-item-recommended .catalogue-view1 .col {
        width: 25%;
    }

    .ws-dialog-window-basket-item-recommended .catalogue-view1 .col:nth-of-type(3n+0)+.col,
    .ws-dialog-window-basket-item-recommended .catalogue-view1 .col:nth-of-type(3n+0)+span.cl+.col {
        clear: none;
    }
}

@media only screen and (min-width:469px) and (max-width:640px) {
    .catalogue-view1 .col {
        float: left;
        width: 50%;
    }

    .catalogue-view1 .col:nth-of-type(2n+0)+.col,
    .catalogue-view1 .col:nth-of-type(2n+0)+span.cl+.col {
        clear: left;
    }

    .catalogue-subcats-v2 .col {
        float: left;
        width: 50%;
        margin-top: 0 !important;
    }
}

@media only screen and (min-width:469px) {

    .images-width-2by1 .image-in>a .lazy-div-in,
    .images-width-3by2 .image-in>a .lazy-div-in,
    .images-width-4by3 .image-in>a .lazy-div-in {
        padding-bottom: 0 !important;
    }
}

@media only screen and (min-width:1201px) and (max-width:1280px) {
    #content-in-content .catalogue-view1 .col-1-5 {
        float: left;
        width: 25%;
    }

    #content-in-content .catalogue-view1 .col-1-5:nth-child(4n+5) {
        clear: left;
    }
}

@media only screen and (min-width:990px) and (max-width:1200px),
(min-width:641px) and (max-width:768px) {
    #content-in-content .catalogue-view1 .col {
        float: left;
        width: 33.333333%;
    }

    #content-in-content .catalogue-view1 .col:nth-of-type(4n+0)+.col,
    #content-in-content .catalogue-view1 .col:nth-of-type(4n+0)+span.cl+.col {
        clear: none;
    }

    #content-in-content .catalogue-view1 .col:nth-of-type(3n+0)+.col,
    #content-in-content .catalogue-view1 .col:nth-of-type(3n+0)+span.cl+.col {
        clear: left;
    }

    #content-in-content .catalogue-subcats-v2 .col {
        width: 33.333333%;
    }
}

@media only screen and (min-width:769px) and (max-width:989px),
(min-width:469px) and (max-width:640px) {
    #content-in-content .catalogue-view1 .col {
        float: left;
        width: 50%;
    }

    #content-in-content .catalogue-view1 .col:nth-of-type(3n+0)+.col,
    #content-in-content .catalogue-view1 .col:nth-of-type(3n+0)+span.cl+.col {
        clear: none;
    }

    #content-in-content .catalogue-view1 .col:nth-of-type(2n+0)+.col,
    #content-in-content .catalogue-view1 .col:nth-of-type(2n+0)+span.cl+.col {
        clear: left;
    }

    #content-in-content .catalogue-subcats-v2 .col {
        float: left;
        width: 50%;
        margin-top: 0 !important;
    }
}

@media only screen and (min-width:469px) and (max-width:1120px) {
    #content-in-content .catalogue-view2 .col {
        float: left;
        width: 50%;
    }

    #content-in-content .catalogue-view2 .col:nth-of-type(2n+0)+.col,
    #content-in-content .catalogue-view2 .col:nth-of-type(2n+0)+span.cl+.col {
        clear: left;
    }
}

@media only screen and (min-width:469px) and (max-width:640px) {
    #content-in-content .catalogue-view2>.row>.col {
        width: 100%;
    }
}

@media only screen and (min-width:469px) and (max-width:989px) {
    .catalogue .col .item .image {
        padding-bottom: 100%;
    }

    .catalogue.images-height .col .item .image {
        padding-bottom: 154%;
    }

    .catalogue.images-width-2by1 .col .item .image {
        padding-bottom: 50%;
    }

    .catalogue.images-width-3by2 .col .item .image,
    .ws-dialog-window-basket-item-recommended .catalogue .col .item .image {
        padding-bottom: 67%;
    }

    .catalogue.images-width-4by3 .col .item .image {
        padding-bottom: 75%;
    }

    .catalogue.images-height-2by1 .col .item .image {
        padding-bottom: 200%;
    }

    .catalogue.images-height-3by2 .col .item .image {
        padding-bottom: 150%;
    }

    .catalogue.images-height-4by3 .col .item .image {
        padding-bottom: 133%;
    }

    .catalogue .col .item .image-in {
        position: absolute;
        padding: 0;
    }

    .catalogue .col .item .image span {
        display: inline-block;
    }
}

@media only screen and (min-width:469px) and (max-width:640px) {
    .catalogue-view3.catalogue .col .item .image {
        padding: 0;
    }

    .catalogue-view3.catalogue .col .item .image-in {
        position: relative;
        padding: 0;
    }
}

@media only screen and (max-width:468px) {
    #content-in-content .catalogue-subcats-v2 .row {
        margin-left: -3px;
        margin-right: -3px;
    }

    #content-in-content .catalogue-subcats-v2 .col {
        float: left;
        width: 50%;
        padding: 3px;
        margin-top: 0 !important;
    }

    #content-in-content .catalogue-subcats-v2 .col .image {
        width: 40px;
        padding-bottom: 40px;
    }

    #content-in-content .catalogue-subcats-v2 .item a span {
        line-height: 1.1em;
        width: calc(100% - 40px - 0.5em);
    }
}

@media only screen and (max-width:380px) {
    .catalogue-view1 .image .lazy-div-in {
        padding-bottom: 100% !important;
    }

    .catalogue-view1 .image,
    .catalogue-view1 .image-in {
        height: 200px !important;
    }

    .image-div-width .image-in {
        max-width: none !important;
    }
}

@media only screen and (min-width:1025px) {
    .catalogue-detail-gallery-vertical:not(.catalogue-detail-gallery-images-false) {
        position: relative;
        padding-bottom: 60%;
        margin-bottom: 1em;
    }

    .catalogue-detail-gallery-vertical .catalogue-detail-gallery-image {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 140px);
        height: 100%;
    }

    .catalogue-detail-gallery-vertical:not(.catalogue-detail-gallery-images-false) .catalogue-detail-gallery-image *:not(img):not(.catalogue-detail-gallery-image-stickers):not(.icon--hover-detail) {
        height: 100%;
    }

    .catalogue-detail-gallery-vertical .catalogue-gallery-detail-images {
        position: absolute;
        top: 0;
        width: 120px;
        height: 100%;
    }

    .catalogue-detail-gallery-vertical .catalogue-gallery-detail-images .row {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        margin: -6px 0 !important;
    }

    .catalogue-detail-gallery-vertical .catalogue-gallery-detail-images .col {
        width: 100%;
        height: calc(100% / 4);
        padding: 6px 0;
    }

    .catalogue-detail-gallery-vertical .catalogue-gallery-detail-images .item,
    .catalogue-detail-gallery-vertical .catalogue-gallery-detail-images .image {
        padding: 0;
        height: 100%;
    }

    .catalogue-detail-gallery-vertical:not(.catalogue-detail-gallery-images-false) .catalogue-detail-gallery-image .image-in img {
        max-height: 100%;
        vertical-align: top;
    }

    .catalogue-detail-gallery-images-false .catalogue-detail-gallery-image {
        position: relative;
        margin-left: auto;
        margin-right: 0;
    }
}

@media only screen and (max-width:1024px) {
    .catalogue-detail-gallery {
        margin-right: 0;
    }

    .catalogue-detail-desc,
    .page-catalogue-detail-v1 .catalogue-detail-desc,
    .catalogue-alternatives {
        margin-left: 0;
    }

    .catalogue-detail-gallery-vertical .catalogue-detail-gallery-image .image-in img {
        max-height: 450px;
    }

    .page-catalogue-detail-v3 .col-catalogue-detail-gallery,
    .page-catalogue-detail-v3 .col-catalogue-detail-desc:not(.col-catalogue-detail-desc-full),
    .col.col-catalogue-detail-desc-full,
    .page-catalogue-detail-v3 .catalogue-detail-columns .col-catalogue-detail-desc,
    .catalogue-detail-columns .col-catalogue-detail-desc,
    .catalogue-detail-columns .col-catalogue-detail-param:not(.col-12),
    .col-catalogue-detail-desc-full+.col-catalogue-detail-param:not(.col-12) {
        width: 50%;
    }

    .catalogue-preview-items-rows-price .catalogue-basket-form {
        display: block;
        width: 100%;
    }

    .catalogue-preview-items-rows-price .catalogue-basket-form:empty {
        display: none;
    }

    .catalogue-detail-price-box-pieces .field label>*:empty {
        display: none;
    }

    .catalogue-basket-pieces-quantity {
        width: 100%;
    }

    .catalogue-basket-pieces-gift,
    .catalogue-basket-pieces-gift-info {
        width: 100%;
        padding: .2em 0;
        text-align: left;
    }

    .catalogue-basket-pieces-price {
        position: absolute;
        top: 1em;
        right: 1em;
        width: 40%;
        float: right;
    }
}

@media only screen and (max-width:980px) {
    .catalogue-detail-visual {
        height: auto !important;
    }

    .catalogue-detail-visual>.stripe-in {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .catalogue-alternatives-tiles-in:not(.catalogue-alternatives-tiles-in-s) .col {
        width: 50%;
    }
}

@media only screen and (min-width:769px) {
    .catalogue-detail-columns>.stripe-in>.row>.col:not(.col-12):first-child {
        padding-right: 25px;
    }
}

@media only screen and (max-width:768px) {
    .page-catalogue-detail-v1 .catalogue-detail-gallery-image img {
        max-height: 350px !important;
    }

    .stripe.catalogue-detail-columns>.stripe-in>.row>.col {
        width: 100%;
    }

    .col-catalogue-detail-gallery,
    .col-catalogue-detail-desc,
    .col.col-catalogue-detail-desc-full,
    .col-catalogue-detail-desc-full+.col-catalogue-detail-param:not(.col-12) {
        width: 100% !important;
    }

    .page-catalogue-detail-v2 .catalogue-detail-desc-parameters>.stripe-in>.row>.col {
        width: 100%;
    }

    .catalogue-detail-visual .stripe-text-image>.row>.col {
        width: 100%;
        text-align: center;
    }

    .catalogue-detail-visual .stripe-text-image .section-text-in {
        width: 100%;
        padding: 0;
    }

    .catalogue-detail-visual .stripe-text-image .section-image {
        margin-top: 0 !important;
    }

    .catalogue-detail-visual .stripe-text-image .section-image-in {
        padding-top: 0;
        padding-right: 0;
    }

    .catalogue-alternatives-tiles-in:not(.catalogue-alternatives-tiles-in-s) .col {
        width: 33.333333%;
    }
}

@media only screen and (max-width:640px) {
    .catalogue-options .col {
        text-align: left !important;
    }

    #content-in .catalogue-preview-info .fl {
        float: left;
        margin: 0;
    }

    #content-in .catalogue-preview-info .flr {
        float: right;
        margin: 0;
    }

    #content-in .catalogue-preview-info-c .catalogue-preview-info>* {
        display: block;
        float: none;
    }

    #content-in .catalogue-preview-info-c .catalogue-preview-info>.ws-rating {
        display: inline-block;
    }

    #catalogue-subcats .image-in {
        position: absolute;
    }

    #catalogue-subcats .image span {
        display: inline-block;
    }

    .catalogue-subcats-v2 .image-in {
        position: absolute;
        padding: 0;
    }

    .catalogue-subcats-v2 .image-in.icon {
        min-height: 0;
    }

    .catalogue-subcats-v2 .image-in span.valign,
    .catalogue-gallery-detail-images .image-in span.valign {
        display: inline-block;
    }

    .catalogue-detail-gallery-image .image-in img {
        max-height: 350px !important;
    }

    .catalogue-detail-gallery,
    .catalogue-detail-desc,
    .catalogue-alternatives {
        margin-right: 0;
        margin-left: 0;
    }

    .catalogue-detail-gallery-image.image-none {
        display: none;
    }

    .catalogue-gallery-detail-images .col {
        float: left;
        width: 25%;
    }

    #body .catalogue-gallery-detail-images .col+.col {
        margin-top: 0;
    }

    .catalogue-gallery-detail-images .image {
        padding-bottom: 100%;
    }

    .catalogue-gallery-detail-images.images-width .image {
        padding-bottom: 65%;
    }

    .catalogue-gallery-detail-images.images-width-2by1 .image {
        padding-bottom: 50%;
    }

    .catalogue-gallery-detail-images.images-width-3by2 .image {
        padding-bottom: 67%;
    }

    .catalogue-gallery-detail-images.images-width-4by3 .image {
        padding-bottom: 75%;
    }

    .catalogue-gallery-detail-images.images-height-2by1 .image {
        padding-bottom: 150%;
    }

    .catalogue-gallery-detail-images.images-height-3by2 .image {
        padding-bottom: 150%;
    }

    .catalogue-gallery-detail-images.images-height-4by3 .image {
        padding-bottom: 133%;
    }

    .catalogue-gallery-detail-images .image-in {
        position: absolute;
        padding: 0;
    }

    .page-catalogue-detail-v2 .images-zoom .catalogue-gallery-detail-images .image-in a img {
        max-width: none !important;
        max-height: none !important;
    }

    .catalogue-info-detail table td {
        width: auto;
    }

    .page-catalogue-detail-body .catalogue-detail-desc-left .catalogue-detail .col-catalogue-detail-desc,
    .page-catalogue-detail-body .catalogue-detail-desc-left .catalogue-detail>.catalogue-detail-properties #tab {
        float: none;
    }

    .catalogue-detail-columns {
        margin-top: 0;
    }

    .page-catalogue-detail-v1 .catalogue-detail-desc {
        margin-bottom: 0;
    }

    .page-catalogue-detail-v3 .col-catalogue-detail-gallery,
    .page-catalogue-detail-v3 .col-catalogue-detail-desc {
        width: 100%;
    }

    .catalogue-alternatives-tiles-in:not(.catalogue-alternatives-tiles-in-s) .col {
        float: left;
    }

    #body .catalogue-alternatives .col+.col {
        margin-top: 0;
    }

    .catalogue-preview-items-rows-text {
        width: 66.666666%;
    }

    .catalogue-preview-items-rows-price {
        width: 33.333333%
    }

    .catalogue-preview-items-rows-image .image-in {
        position: absolute;
    }

    .input-number-group input {
        width: 8em !important;
        padding-left: 2.5em;
        padding-right: 3em;
    }

    .input-number-group a {
        width: 2.5em;
        height: 100%;
    }

    .input-number-group a.input-number-dec {
        left: 0;
        right: auto;
        border-width: 0 1px 0 0;
    }

    .input-number-group a span {
        font-size: 160%;
    }

    .ws-dialog-window-basket-item-image .image {
        padding-bottom: 100%;
    }

    .ws-dialog-window-basket-item-recommended .catalogue .col .item .image {
        padding-bottom: 67%;
    }

    .ws-dialog-window-basket-item-image .image .image-in,
    .ws-dialog-window-basket-item-recommended.images-width-3by2 .catalogue .col .item .image-in {
        position: absolute;
    }

    .ws-dialog-window-basket-item-recommended.images-width-3by2 .catalogue .col .item .image .image-in span.valign {
        display: inline-block;
    }

    .ws-dialog-window-product-variants .image {
        padding-bottom: 100%;
    }

    .ws-dialog-window-product-variants .image-in {
        position: absolute;
    }

    .ws-dialog-window-product-variants>.row>.col {
        float: left;
    }

    .ws-dialog-window-product-variants>.row>.col-5 {
        width: 30%;
    }

    .ws-dialog-window-product-variants>.row>.col-7 {
        width: 70%;
    }

    .ws-dialog-window-product-variants .item-heading {
        margin-top: 0;
    }
}

@media only screen and (max-width:468px) {
    .catalogue.stripe-space-none>.row {
        border: none;
    }

    .catalogue.stripe-space-none>.row>.col .item,
    .catalogue-recommend.catalogue.stripe-space-none>.row>.col+.col .item {
        border-width: 1px;
    }

    .catalogue .item {
        text-align: center;
    }

    .catalogue-basket,
    .catalogue-price-not-set {
        min-height: 0 !important;
    }

    .catalogue-price-not-set {
        margin-top: 0 !important;
    }

    .catalogue-detail-options {
        text-align: center;
    }

    .catalogue-detail-options .icon span {
        display: none;
    }

    .catalogue-detail-properties .tab-nav li>*:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .catalogue-detail-properties .icon span {
        display: none;
    }

    .catalogue-detail .element-html-image .catalogue-sale {
        margin: 0;
    }

    .catalogue-detail-visual .stripe-text-image .item-heading {
        padding-bottom: 20px;
    }

    .catalogue-preview-items-rows-text {
        width: 100%;
        text-align: left;
    }

    .catalogue-preview-items-rows-price {
        text-align: left;
        float: right !important;
        width: calc(100% - 82px - 12px);
    }

    .catalogue-preview-items-rows-price .catalogue-basket-form {
        margin-top: .5em;
    }

    .catalogue-alternatives-tiles-in:not(.catalogue-alternatives-tiles-in-s) .col {
        width: 50%;
    }

    .ws-dialog-window-buttons * {
        text-align: center;
    }

    .ws-dialog-window-buttons .button {
        float: none;
    }

    .ws-dialog-window-buttons .button+.button {
        margin-top: 1em;
    }

    .ws-dialog-window-basket .ws-dialog-window-buttons .button {
        width: 100%;
    }

    .catalogue .ws-dialog-window-basket-item {
        text-align: left;
    }

    .catalogue-detail-price-box .catalogue-basket-form>*:not(.input-number-group) {
        display: block;
    }

    .catalogue-detail-price-box .catalogue-basket,
    .catalogue-detail-price-box .catalogue-basket .catalogue-basket-count,
    .catalogue-detail-price-box .catalogue-basket .button-cart {
        width: 100%;
    }

    .catalogue-detail-price-box .catalogue-basket .button-cart {
        font-size: 120%;
        margin: 1em 0 0;
        text-align: center;
    }
}

@media only screen and (max-width:360px) {

    .catalogue-detail-desc .catalogue-product-code,
    .catalogue-detail-desc .catalogue-product-ean,
    .catalogue-detail-desc .catalogue-detail-brand,
    .catalogue-detail-desc .catalogue-detail-brand+* {
        font-size: 100%;
        display: block;
        margin: .3em 0 0;
        padding: 0;
    }

    .catalogue-detail-desc .catalogue-product-code {
        margin-top: .5em;
    }

    .ws-dialog-window-product-variants>.row>.col-7 {
        width: 100%;
    }

    .ws-dialog-window-product-variants .item-heading {
        margin-top: .5em;
    }
}

@media only screen and (max-width:1024px) {
    .watchdog-form>.item .field {
        width: 100%;
    }

    .client-section-basket-table .basket-table-gift .basket-table-name .basket-table-name-div {
        padding-left: 12px;
    }

    .client-section-basket-table .basket-table-gift .basket-table-name .basket-table-name-div:before {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .watchdog-table .watchdog-table-button {
        width: auto;
    }
}

@media only screen and (max-width:640px) {
    .client-section-basket-table tr {
        border: none !important;
    }

    .watchdog-table .item-heading {
        margin-top: 0;
    }

    .watchdog-form>.item>* {
        white-space: normal;
    }

    .watchdog-table .watchdog-table-button {
        margin-left: 60px;
        margin-top: 1em;
    }

    .client-section-basket-table .basket-table-gift .basket-table-name .basket-table-name-div:before {
        display: block;
    }
}

@media only screen and (max-width:468px) {
    .client-section-basket-table td:not(.basket-table-delete) {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0 !important;
    }

    .client-section-basket-table .basket-table-image {
        float: none;
    }

    .client-section-basket-table .input-number-group,
    .client-section-basket-table .button-cart {
        margin-bottom: .3em;
    }

    .client-section-basket-table .input-number-group~.button-cart {
        margin-left: 0;
    }
}

@media only screen and (max-width:640px) {

    .stripe-image-full .section-image-in .image .lazy-div img,
    .gallery.images-full-box .image .lazy-div img {
        display: block;
        position: absolute;
        margin: auto !important;
        min-width: 0;
        min-height: 0;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        -ms-transform: scale(1) translate(-50%, -50%);
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }

    .stripe-image-full .section-image-in .image .lazy-div img,
    .gallery.images-full-box .image .lazy-div img {
        left: 50%;
        -ms-transform: scale(1) translate(-50%, 0) !important;
        -webkit-transform: scale(1) translate(-50%, 0) !important;
        transform: scale(1) translate(-50%, 0) !important;
    }

    .article .image .lazy-div-width img,
    .gallery .image .lazy-div-width img,
    .digest:not(.mobile-items-v2) .image .lazy-div-width img {
        width: 100% !important;
    }

    .article .image .lazy-div-height img,
    .gallery .image .lazy-div-height img,
    .digest .image .lazy-div-height img {
        height: 100% !important;
    }

    .digest:not(.mobile-s-images-square):not(.row-valign-item) .image .lazy-div-in img:not(.lazy) {
        top: 0;
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .article:not(.images-full-box) .item .image .lazy-div-in img {
        transform: scale(1) translate(-50%, -50%);
    }
}

@media only screen and (max-width:468px) {
    .images-full-box:not(.items-image-box):not(.article-cards) .image .lazy-div img {
        min-width: 0;
        min-height: 0;
        max-width: 100%;
        max-height: 100%;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .catalogue .image .lazy-div img {
        width: auto !important;
    }

    .catalogue .image .lazy-div-height img {
        height: 100% !important;
        width: auto !important;
    }

    .images-full-box .catalogue-gallery-detail-images .image .lazy-div img {
        min-width: 500%;
        min-height: 500%;
        -ms-transform: scale(0.201);
        -webkit-transform: scale(0.201);
        transform: scale(0.201);
    }
}

@media only screen and (min-width:361px) and (max-width:640px) {
    .lazy-div-height .lazy-div-in {
        padding-bottom: 100% !important;
    }

    .lazy-div-height .image .lazy-div img {
        height: 100% !important;
        width: auto !important;
    }
}

/* /css/settings.css */
*,
.search-suggest-item-title .item-heading,
.element-cart-content .item-heading,
.element-cart-content .item-heading>*,
.design-minimal-filters .filters-horizontal .filter h4,
.design-minimal-filters .filters-horizontal .filter h4 * {
    font-family: "Montserrat", sans-serif;
}

body {
    font-size: 87%;
    font-weight: 500;
}

h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 * {
    font-family: "Playfair Display", serif;
}

.item-heading-sub {
    font-family: "Playfair Display", serif;
    font-size: 130%;
    font-weight: 400;
}

.nav,
.nav * {
    font-family: "Montserrat", sans-serif;
}

h1,
.ws-slider *.item-heading {
    font-size: 330%;
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
    font-size: 220%;
    font-weight: 600;
    text-transform: uppercase;
}

h3 {
    font-size: 190%;
    font-weight: 600;
    text-transform: uppercase;
}

h4,
h5,
h6 {
    font-size: 120%;
    font-weight: 600;
    text-transform: uppercase;
}

.digest .item-heading,
.digest .item-heading *,
.article .item-heading,
.article .item-heading *,
.gallery .item-heading,
.gallery .item-heading *,
.poll .item-heading,
.poll .item-heading *,
.forum>.item>.item-heading,
.forum>.item>.item-heading * {
    font-family: "Playfair Display", serif;
    text-transform: none;
}

.catalogue .item-heading,
.catalogue .item-heading * {
    font-family: "Montserrat", sans-serif;
    text-transform: none;
}

#content .title-decoration:after,
.title-decoration h1:after,
.title-decoration #content h2:not(.item-heading):not(.form-heading):after,
.title-decoration-h1 h1:after,
.title-decoration-h2 h2:after,
.title-decoration-h3 h3:after,
.title-decoration-h4 h4:after,
.title-decoration-h5 h5:after,
.title-decoration-h6 h6:after {
    width: 90px;
    height: 4px;
}

button,
.button {
    font-size: 120%;
}

.order-next {
    font-size: 132%;
}

#head .row-flex #logo,
#head .row-flex #logo img {
    max-width: 300px;
}

#head .row-flex .col-head-logo {
    max-width: 600px;
}

.head-claim p {
    font-size: 130%;
}

.head-shrink .head-claim p {
    font-size: 104%;
}

@media only screen and (max-width:1366px) {
    body {
        font-size: 78.3%;
    }
}

@media only screen and (max-width:1280px) {
    body {
        font-size: 78.3%;
    }

    h1:not(.item-heading) {
        font-size: 287.1%;
    }

    h2 {
        font-size: 198%;
    }

    h3 {
        font-size: 176.7%;
    }

    h4,
    h5,
    h6 {
        font-size: 120%;
    }
}

@media only screen and (max-width:980px) {
    body {
        font-size: 78.3%;
    }

    h1:not(.item-heading) {
        font-size: 231%;
    }

    h2 {
        font-size: 158.4%;
    }

    h3 {
        font-size: 142.5%;
    }

    h4,
    h5,
    h6 {
        font-size: 120%;
    }
}

@media only screen and (min-width:641px) and (max-width:980px) {
    .page-articles-detail-v2 .perex {
        font-size: 139.4%;
    }
}

@media only screen and (max-width:640px) {
    body {
        font-size: 78.3%;
    }

    h1:not(.item-heading) {
        font-size: 231%;
    }

    h2 {
        font-size: 158.4%;
    }

    h3 {
        font-size: 142.5%;
    }

    h4,
    h5,
    h6 {
        font-size: 120%;
    }
}

/* /theme/ws-theme_01/css/theme.css */
.bg-dark,
.bg-light,
.boxed.bg-dark,
.boxed.bg-light {
    color: #4c4c4c;
}

.bg-dark,
.boxed.bg-dark,
.bg-dark.section-bg .section-text-bg-layer,
.ws-dialog-title-heading,
.basket-order-gifts-desc {
    background-color: #f4f4f4;
}

.basket-order-gifts-desc:after,
.basket-order-gifts-desc>.icon-svg {
    color: #f4f4f4;
}

.bg-light,
.boxed.bg-light,
.bg-light.section-bg .section-text-bg-layer {
    background-color: #fbfbfb;
}

.bg-prim,
.boxed.bg-prim,
.items-bg-prim .item,
.items-bg-prim.items-boxed .item,
.bg-prim.section-bg .section-text-bg-layer,
.filters-horizontal .filter-used .ws-pack-item-header.boxed,
.filters-mobile-filter .filter-used .ws-pack-item-header::before {
    color: #ffffff;
    background-color: #0e0d13;
}

.bg-prim h1,
.bg-prim h2,
.bg-prim h3,
.bg-prim h4,
.bg-prim .item-heading-sub,
.stripe .bg-prim h1,
.stripe .bg-prim h2,
.stripe .bg-prim h3,
.stripe .bg-prim h4,
.items-bg-prim .item .item-heading {
    color: #ffffff;
}

.bg-prim a,
.bg-prim a:visited,
.items-bg-prim .item a:not(.button),
.items-bg-prim .item-in a:not(.button):visited {
    color: #ffffff;
}

.bg-sec,
.boxed.bg-sec,
.items-bg-sec .item,
.items-bg-sec.items-boxed .item,
.bg-sec.section-bg .section-text-bg-layer {
    color: #ffffff;
    background-color: #7d4239;
}

.bg-sec h1,
.bg-sec h2,
.bg-sec h3,
.bg-sec h4,
.bg-sec .item-heading-sub,
.stripe .bg-sec h1,
.stripe .bg-sec h2,
.stripe .bg-sec h3,
.stripe .bg-sec h4,
.items-bg-sec .item .item-heading {
    color: #ffffff;
}

.bg-sec a,
.bg-sec a:visited,
.items-bg-sec .item a:not(.button),
.items-bg-sec .item-in a:not(.button):visited {
    color: #ffffff;
}

.bg-prim .items-boxed a,
.bg-prim .items-boxed a:visited,
.bg-prim.items-boxed .item a,
.bg-prim.items-boxed .item a:visited,
.bg-prim .boxed:not(.bg-prim):not(.bg-sec) a,
.bg-prim .boxed:not(.bg-prim):not(.bg-sec) a:visited,
.bg-sec .items-boxed a,
.bg-sec .items-boxed a:visited,
.bg-sec.items-boxed .item a,
.bg-sec.items-boxed .item a:visited,
.bg-sec .boxed:not(.bg-prim):not(.bg-sec) a,
.bg-sec .boxed:not(.bg-prim):not(.bg-sec) a:visited,
.bg-prim .form-border a,
.bg-prim .form-border a:visited,
.bg-sec .form-border a,
.bg-sec .form-border a:visited,
.items-boxed-text .item .item-content-text a:not(.button),
.items-boxed-text .item .item-content-text a:not(.button):visited {
    color: #0e0d13;
}

#head-content .element-login-expand .ws-pack-item-content a,
#head-content .element-login-expand .ws-pack-item-content a:visited,
#head-content .element-search-expand .ws-pack-item-content a,
#head-content .element-search-expand .ws-pack-item-content a:visited {
    color: #0e0d13;
}

#head-content .element-login-expand .ws-pack-item-content a:hover,
#head-content .element-search-expand .ws-pack-item-content a:hover {
    color: #7d4239;
}

h1,
.bg-dark h1,
.stripe .bg-dark h1,
.bg-light h1,
.stripe .bg-light h1 {
    color: #4c4c4c;
}

h2,
.bg-dark h2,
.stripe .bg-dark h2,
.bg-light h2,
.stripe .bg-light h2 {
    color: #0e0d13;
}

h3,
.bg-dark h3,
.stripe .bg-dark h3,
.bg-light h3,
.stripe .bg-light h3 {
    color: #4c4c4c;
}

h4,
.bg-dark h4,
.stripe .bg-dark h4,
.bg-light h4,
.stripe .bg-light h4 {
    color: #4c4c4c;
}

h5,
.bg-dark h5,
.stripe .bg-dark h5,
.bg-light h5,
.stripe .bg-light h5 {
    color: #4c4c4c;
}

h6,
.bg-dark h6,
.stripe .bg-dark h6,
.bg-light h6,
.stripe .bg-light h6 {
    color: #4c4c4c;
}

hr,
.tag-category-content {
    border-color: #dddddd;
}

#content .title-decoration:after,
.title-decoration h1:after,
.title-decoration #content h2:not(.item-heading):not(.form-heading):after,
.title-decoration-h1 h1:after,
.title-decoration-h2 h2:after,
.title-decoration-h3 h3:after,
.title-decoration-h4 h4:after,
.title-decoration-h5 h5:after,
.title-decoration-h6 h6:after {
    background-color: #dddddd;
}

a,
.bg-prim table a,
.bg-sec table a,
#top-bar .nav-default a,
#head-content .nav-default a {
    color: #0e0d13;
}

a:visited,
.bg-prim table a:visited,
.bg-sec table a:visited,
#top-bar .nav-default a:visited,
#head-content .nav-default a:visited,
#top-bar a.boxed:visited {
    color: #0e0d13;
}

body {
    color: #4c4c4c;
    background-color: #ffffff;
}

#main {
    background-color: #f9f9f9;
}

#content,
.ws_cke_admin {
    color: #4c4c4c;
    background-color: #f9f9f9;
}

#top-bar {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

#top-bar a:not(.item-icon-delete),
#top-bar a:visited {
    color: #0e0d13;
}

#top-bar .element .ws-pack-item-header a,
#top-bar .element-cart a.head-icon,
#top-bar .element-login-expand a {
    color: #4c4c4c;
}

.element-lang a img,
.element-lang-selected img {
    border-color: #dddddd;
}

.element-lang-unpack .item ul,
.element-lang-unpack .item ul li {
    background-color: #ffffff;
    border-color: #dddddd;
}

#top-bar .element-contact-content>span+span {
    border-color: #4c4c4c;
}

#head-content {
    color: #4c4c4c;
    background-color: #c0bbbb;
}

.head-stuck-bg #head-content,
.head-over-disable #head.head-absolute #head-content,
.head-over-disable-detail.page-detail #head.head-absolute #head-content,
.page-error #head.head-absolute #head-content {
    background-color: #c0bbbb;
}

#head-content a,
#head-content a:visited {
    color: #0e0d13;
}

#head-content .element .ws-pack-item-header a,
#head-content .element-cart a.head-icon,
#head-content .element-code a.head-icon,
#head-content .element-login-expand a {
    color: #4c4c4c;
}

.head-claim p {
    color: #4c4c4c;
    border-color: #dddddd;
}

.logo-image a {}

.search-form input[type="text"] {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.head-v3 .head-elements .element-head {
    border-color: #dddddd;
}

.head-elements .element-head .head-icon {
    color: #4c4c4c;
}

#foot-content {
    color: #000;
    background-color: #c0bbbb;
}

#foot-content h2,
#foot-content h3,
#foot-content h4,
#foot-content h5,
#foot-content h6 {
    color: #ffffff;
}

#foot-content a,
#foot-content a:visited {
    color: #000
}

#foot-nav {
    color: #ffffff;
    background-color: #0e0d13;
}

#foot-nav a,
#foot-nav a:visited {
    color: #ffffff;
}

#foot-after {
    background-color: #f9f9f9;
}

#foot-after a,
#foot-after a:visited {
    color: #0e0d13;
}

#crumbs,
#crumbs a {
    color: #4c4c4c;
}

.sidebar .element:not(.bg-prim):not(.bg-sec):not(.bg-light):not(.bg-dark):not(.element-nav) {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.sidebar .element:not(.bg-prim):not(.bg-sec):not(.bg-light):not(.bg-dark) .item-heading,
.sidebar .element:not(.bg-prim):not(.bg-sec):not(.bg-light):not(.bg-dark) .element-heading {
    color: #0e0d13;
}

#nav {
    background-color: rgba(255, 255, 255, 0);
}

#nav .nav a {
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}

#nav .nav a.active,
#nav .nav a.selected,
#nav .nav .selected-li li a.active,
#nav .nav .selected-li li a.selected {
    color: #a9151a;
    background-color: rgba(125, 66, 57, 0);
}

#nav .nav li ul li ul,
#nav .nav li ul li~li>a {
    border-color: #ffffff;
}

#nav .nav li ul,
#nav .nav li li a,
#nav .nav .selected-li li a {
    color: #000000;
    background-color: #ffffff;
}

#nav .nav ul:first-child>li>a>strong:before {
    background-color: #0e0d13;
}

#head-content .head-elements .element-nav-catalogue .nav {
    background-color: rgba(255, 255, 255, 0);
}

#head-content .head-elements .element-nav-catalogue .nav a {
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}

#head-content .head-elements .element-nav-catalogue .nav a.active,
#head-content .head-elements .element-nav-catalogue .nav a.selected,
#head-content .head-elements .element-nav-catalogue .nav .selected-li li a.active,
#head-content .head-elements .element-nav-catalogue .nav .selected-li li a.selected {
    color: #a9151a;
    background-color: rgba(125, 66, 57, 0);
}

#head-content .head-elements .element-nav-catalogue .nav li ul li ul,
#head-content .head-elements .element-nav-catalogue .nav li ul li~li>a {
    border-color: #ffffff;
}

#head-content .head-elements .element-nav-catalogue .nav li ul,
#head-content .head-elements .element-nav-catalogue .nav li li a,
#head-content .head-elements .element-nav-catalogue .nav .selected-li li a {
    color: #000000;
    background-color: #ffffff;
}

#head-content .head-elements .element-nav-catalogue .nav ul:first-child>li>a>strong:before {
    background-color: #0e0d13;
}

.element-nav-catalogue .nav {
    background-color: #0e0d13;
}

.element-nav-catalogue .nav a {
    color: #ffffff;
    background-color: #0e0d13;
    border-color: #0e0d13;
}

.element-nav-catalogue .nav a.active,
.element-nav-catalogue .nav a.selected,
.element-nav-catalogue .nav .selected-li li a.active,
.element-nav-catalogue .nav .selected-li li a.selected {
    color: #ffffff;
    background-color: #a9151a;
}

.element-nav-catalogue .nav li ul li ul,
.element-nav-catalogue .nav li ul li~li>a {
    border-color: #dddddd;
}

.element-nav-catalogue .nav li ul,
.element-nav-catalogue .nav li li a,
.element-nav-catalogue .nav .selected-li li a {
    color: #ffffff;
    background-color: #0e0d13;
}

.nav a {
    color: #ffffff;
    border-color: #b1804d;
}

.nav a.active {
    color: #ffffff;
    background-color: #0e0d13;
}

.nav a.selected {
    color: #ffffff;
    background-color: #2492c2;
}

.sidebar .element-nav,
.sidebar .element-catalog {
    background-color: #7d4239;
    border-color: #7d4239;
}

#subnav {
    background-color: rgba(125, 66, 57, 0);
}

#subnav .nav a {
    color: #a9151a;
    background-color: rgba(125, 66, 57, 0);
}

.megamenu-loading-content .section-text-bg-layer {
    background-color: #f9f9f9;
}

.form-border,
.bg-prim .form-border,
.bg-sec .form-border {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.form-part-border .form-part,
.bg-prim .form-part-border .form-part,
.bg-sec .form-part-border .form-part {
    border-color: #dddddd;
}

.form-border h1,
.form-border h2,
.form-border h3,
.form-border h4,
.form-border h5,
.form-border h6 {
    color: #0e0d13;
}

.form-border a,
.form-border a:visited {
    color: #42b3e5;
}

.form-border a:hover {
    color: #7d4239;
}

fieldset {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

fieldset a,
fieldset a:visited {
    color: #42b3e5;
}

fieldset a:hover {
    color: #7d4239;
}

legend {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

input,
textarea,
select,
.field-icon .icon:before,
.label-icon {
    color: #4c4c4c;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.input-number-group a {
    color: #4c4c4c;
    border-color: #f7f7f7;
}

.required input,
.required select,
.required textarea,
.required .field-icon .icon:before,
.required .label-icon {
    color: #4c4c4c;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

input:focus,
textarea:focus,
select:focus,
.required textarea:focus,
.required select:focus {
    color: #000000;
    background-color: #e7e7e7;
}

input[type="radio"]+label:before,
input[type="checkbox"]+label:before {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

input[type="radio"]+label:after {
    background-color: #f7f7f7;
}

input[type="radio"]:checked+label:before,
input[type="checkbox"]:checked+label:before {
    background-color: #0e0d13;
}

input[type="radio"]:checked+label:after {
    background-color: #ffffff;
}

input[type="checkbox"]:checked+label>.icon,
input[type="checkbox"]:checked+label .icon-svg {
    color: #ffffff;
}

.field .chosen-choices,
.field .chosen-container-multi .chosen-choices,
.field .chosen-container-active .chosen-choices,
.field .chosen-container-multi .chosen-choices li.search-choice {
    color: #4c4c4c;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.field-required-star {
    color: #ca1e22;
}

.input-valid input,
.input-valid select,
.input-valid textarea,
.input-valid .field-icon .icon:before,
.input-valid .field-icon,
.input-valid .label-icon,
.input-valid.required input,
.input-valid.required select,
.input-valid.required textarea,
.input-valid.required .field-icon .icon:before,
.input-valid.required .field-icon,
.input-valid.required .label-icon {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #38a20f;
}

.hint {
    color: #ffffff;
    background-color: #9e2e1d;
}

.hint:before {
    border-bottom-color: #9e2e1d;
}

button,
.button,
a.button,
a.button:visited,
#head-content button,
#head-content .button,
#head-content .button:visited,
#top-bar button,
#top-bar .button,
#top-bar .button:visited,
.map-option-popup-button {
    color: #a9151a;
    background-color: rgba(155, 123, 38, 0);
    border-color: #a9151a;
}

.button-soft,
a.button-soft,
.button-soft:visited,
a.button-soft:visited {
    color: #4c4c4c;
    background-color: #f9f9f9;
    border-color: #dddddd;
}

.button.active,
a.button.active {
    color: #ffffff;
    background-color: #a9151a;
    border-color: #a9151a;
}

a.button-color-alt,
.button-color-alt button,
.button-color-alt .button,
.button-color-alt a.button,
a.button-color-alt:visited,
.button-color-alt a.button:visited {
    color: #4c4c4c !important;
    background-color: #ffcc00;
    border-color: #daae00;
}

.button-save {
    color: #ffffff;
    background-color: #218d08;
    border-color: #218d08;
}

.ui-datepicker td,
.ui-datepicker tr:hover td {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.ui-widget-header {
    color: #4c4c4c;
    background-color: #f9f9f9;
}

.ui-widget.ui-widget-content {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.ui-widget-content {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.ui-widget-content .ui-state-active {
    color: #ffffff;
    background-color: #0e0d13;
    border-color: #dddddd;
}

table {
    border-color: #dddddd;
}

th {
    color: #ffffff;
    background-color: #0e0d13;
    border-color: #dddddd;
}

td {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

tr:nth-child(even) td {
    background-color: #ffffff;
}

tr.selected-row {
    background-color: #dddddd !important;
}

.image,
.images-border .image,
.image-border,
.items-border .item {
    background-color: #ffffff;
    border-color: #dddddd;
}

.items-icon-zoom .image a:hover:before {
    color: #dddddd;
}

.catalogue:not(.bgnone) .image-switch-img .lazy-div,
.catalogue.items-boxed:not(.bgnone) .image-switch-img .lazy-div {
    background-color: #ffffff;
}

.catalogue.items-boxed .image-switch-img .lazy-div {
    background-color: #ffffff;
}

.items-color-heading .item-heading,
.items-color-heading .item-heading a {
    color: #ffffff;
    background-color: #0e0d13;
}

.items-color-text .item-text {
    color: #ffffff;
    background-color: #0e0d13;
}

.item-heading-sub {
    color: #4c4c4c;
}

.item-info span {
    border-color: #dddddd;
}

.item-recommend {
    color: #ffffff;
    background-color: #7d4239;
}

.tag,
a.tag:not(.button):not(button):visited {
    color: #4c4c4c;
    background-color: #f9f9f9;
    border-color: #dddddd;
}

.tag-filter,
.tag-filter-result {
    color: #0e0d13;
    background-color: #ffffff;
}

.tag-filter-result+.tag-filter-result {
    border-color: #dddddd;
}

.tag-filter-result a.icon-close,
.tag-filter-result a.icon-close:visited {
    color: #4c4c4c;
}

.testimonial .item-content-text {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.testimonial .item-content-text:before {
    color: #ffffff;
}

.testimonial .item-content-text:after {
    color: #dddddd;
}

.testimonial.items-color-text .item-content-text,
.testimonial.items-color-text .item-text {
    color: #ffffff;
    background-color: #0e0d13;
    border-color: #0e0d13;
}

.testimonial.items-color-text .item-content-text:before {
    color: #0e0d13;
}

.testimonial.items-color-text .item-content-text:after {
    color: #0e0d13;
}

.testimonial.items-color-text .item-content-text a,
.testimonial.items-color-text .item-content-text a:visited {
    color: #ffffff;
}

.testimonial .item .icon-svg {
    color: #ffffff;
    box-shadow: 1px 1px 0 #dddddd;
}

.testimonial.items-color-text .item .icon-svg {
    color: #0e0d13;
}

.search {
    color: #218d08;
}

.search-suggest-eshop-product .search-suggest-title,
.search-suggest-eshop-product .search-suggest-item>a {
    border-color: #dddddd;
}

.search-suggest-item-all-results {
    background-color: #f4f4f4;
}

.search-suggest-item-all-results a,
.search-suggest-articles .search-suggest-item .item-date,
.search-suggest-item .icon:before,
.search-suggest-item a .icon:before {
    color: #4c4c4c !important;
}

.page-search-title>#h1>strong {
    color: #0e0d13;
}

.article .item+.item,
.help .item+.item {
    border-color: #dddddd;
}

.strip-box {
    background-color: #ffffff;
    border-color: #dddddd;
}

.strip {
    background-color: #0e0d13;
}

.post.items-border .item {
    border-color: #dddddd;
}

.post .image {
    background-color: #ffffff;
    border-color: #dddddd;
}

.post .item-date {
    color: #4c4c4c;
}

.post-quote {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.perex {
    border-color: #dddddd;
}

.perex-image {
    color: #ffffff;
    background-color: #7d4239;
}

.perex-image * {
    color: #ffffff;
}

.social-icon-color .social-icon {
    color: #ffffff;
    background-color: #000000;
    background-image: none;
}

.social-icon-color .social-icon:hover {
    background-color: #000000;
}

.catalogue-in,
.configurator .item {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.configurator .item .item-heading {
    color: #4c4c4c;
}

.catalogue.items-boxed .item,
.catalogue.items-boxed-text .item .item-content-text {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.catalogue.items-boxed .item .item-content-text .item-heading,
.catalogue.items-boxed-text .item .item-content-text .item-heading,
.catalogue.items-boxed .item .icon--anim-spin {
    color: #4c4c4c;
}

.catalogue.items-boxed .item a:not(.button):not(.input-number-dec):not(.input-number-inc),
.catalogue.items-boxed-text .item a:not(.button),
.stripe:not(.bg-prim):not(.bg-sec) .catalogue:not(.items-boxed-text):not(.items-boxed) .item a:not(.button):not(.input-number-dec):not(.input-number-inc) {
    color: #42b3e5;
}

.catalogue.items-boxed .item a:not(.button):not(.input-number-dec):not(.input-number-inc):visited,
.catalogue.items-boxed-text .item a:not(.button):visited,
.stripe:not(.bg-prim):not(.bg-sec) .catalogue:not(.items-boxed-text):not(.items-boxed) .item a:not(.button):not(.input-number-dec):not(.input-number-inc):visited {
    color: #42b3e5;
}

.catalogue.stripe-space-none>.row {
    border-color: #dddddd;
}

.filters-horizontal .item .boxed,
.filters-vertical .item .boxed {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.filters-horizontal.boxed,
.filters-mobile-quick-filter.boxed,
.filters-mobile-filter .boxed,
.filters-mobile-filter .filters-vertical .item .boxed {
    background-color: #ffffff;
}

.filters-vertical .item .boxed.ws-pack-item-header {
    color: #0e0d13;
}

.filters-mobile>a {
    color: #4c4c4c;
}

.tag-filter-title {
    color: #ffffff;
    background-color: #ffffff;
}

.catalogue-subcats .item {
    background-color: #ffffff;
    border-color: #dddddd;
}

.catalogue-subcats .item a {
    color: #4c4c4c;
}

.catalogue-subcats-v4 .active .item {
    background-color: #ffffff;
    border-color: #dddddd;
}

.catalogue-subcats .active .item-heading {
    color: #4c4c4c;
}

.stripe.catalogue-category-visual.text-light {
    background-color: #7d4239;
}

.catalogue-shipping-info *:not(.button):not(button):not(.strip-box):not(.strip) {
    color: #3d6e7b !important;
    background-color: #dfeef4 !important;
}

.catalogue-shipping-info .strip {
    background-color: #dfeef4 !important;
}

.catalogue-shipping-info .strip-box {
    background-color: #ffffff !important;
}

.catalogue-detail-price-box.boxed {
    background-color: #dddddd;
}

.catalogue-detail-quantity-prices.boxed {
    background-color: #ffffff;
    border-color: #dddddd;
}

.catalogue-box-select {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.catalogue-box-select a {
    border-color: #dddddd;
}

.catalogue-box-select a.active {
    color: #ffffff;
    background-color: #0e0d13;
}

.catalogue-price-stock-ok {
    color: #38a20f;
}

.catalogue-price-stock-na {
    color: #c00000;
}

.catalogue-price strong {
    color: #4c4c4c;
}

.catalogue-price-delete {
    color: #4c4c4c;
}

.page-catalogue-detail .catalogue-price-stock-date {
    border-color: #dddddd;
}

.catalogue-stickers .catalogue-sticker-campaign {
    color: #ffffff;
    background-color: #f1a708;
}

.catalogue-stickers .catalogue-sticker-sale {
    color: #ffffff;
    background-color: #ffa200;
}

.catalogue-stickers .catalogue-sticker-sale * {
    color: #ffffff !important;
}

.catalogue-stickers .catalogue-sticker-new {
    color: #ffffff;
    background-color: #1d921a;
}

.catalogue-stickers .catalogue-sticker-recommend {
    color: #ffffff;
    background-color: #ff8400;
}

.catalogue-gift-icon {
    color: #ffffff;
    background-color: #2ba4db;
}

.catalogue-detail-product-label-text {
    color: #ffffff;
    background-color: #2ba4db;
}

.catalogue-detail .catalogue-price-our {
    color: #4c4c4c;
}

.catalogue-detail-controls {
    border-color: #dddddd;
}

.catalogue-variants li a,
.catalogue-variants .catalogue-variant-item input[type="radio"]+label {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.catalogue-variants li.catalogue-variants-na a,
.catalogue-variants .catalogue-variant-item.catalogue-variants-na input[type="radio"]+label {
    color: #cccccc;
}

.catalogue-variants li.catalogue-variants-na a {
    border-color: #dddddd;
}

.catalogue-variants li.catalogue-variants-na svg line {
    stroke: #dddddd;
}

.catalogue-variants li.catalogue-variants-choose a,
.catalogue-variants .catalogue-variant-item input[type="radio"]:checked+label {
    color: #ffffff;
    background-color: #0e0d13;
    border-color: #0e0d13;
}

.catalogue-variants .hint {
    color: #ffffff;
    background-color: #38a20f;
}

.catalogue-variants .hint:before {
    border-bottom-color: #38a20f;
}

.catalogue-alternatives-tiles .item:not(.item-selected) {
    border-color: #dddddd;
}

.item-selected {
    border-color: #0e0d13;
}

.item-selected .item-selected-icon {
    background-color: #218d08;
}

.items-boxed-text .item.item-selected .item-content-text {
    color: #ffffff;
    background-color: #0e0d13;
}

.items-boxed-text .item.item-selected .item-content-text *:not(.button),
.items-boxed-text .item.item-selected .item-content-text *:not(.button):visited {
    color: #ffffff !important;
}

.catalogue-detail-options a {
    color: #4c4c4c;
}

.button-cart,
.button.button-cart,
.button.button-cart:visited {
    color: #ffffff;
    background-color: #80b200;
    border-color: #6f9b00;
}

.catalogue-detail-price-box .button-cart {
    color: #ffffff;
    background-color: #80b200;
    border-color: #6f9b00;
}

.button-cart-added,
.button.button-cart-added,
.button.button-cart-added:visited,
.catalogue-detail-price-box .button-cart-added {
    color: #ffffff;
    background-color: #38a20f;
    border-color: #38a20f;
}

.basket-coupon .basket-table-name .icon:before,
.basket-coupon td.r,
.basket-coupon td.r .icon:before {
    color: #9e2e1d;
}

.catalogue-detail-price-box-pieces .catalogue-basket-form .field label {
    background-color: #ffffff;
}

.catalogue-detail-price-box-pieces .catalogue-basket-form .field input[type="radio"]:checked+label {
    background-color: #dddddd;
}

.catalogue-detail-price-box-pieces .catalogue-basket-form .field input[type="radio"]+label:before {
    border-color: #f7f7f7;
    box-shadow: 0 0 0 1px #f7f7f7;
}

.basket-table-gift td:not(.basket-table-image):not(.basket-table-delete) {
    background-color: #f4f4f4;
}

.basket-table .basket-table-gift .basket-table-name .basket-table-name-div:before {
    background-color: #ffffff;
}

.basket-table .basket-table-gift td {
    border-color: #ffffff;
}

.basket-order-gifts:not(.basket-order-gifts-rows) {
    border-color: #dddddd;
}

.order-step-number {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.order-step-active .order-step-number {
    color: #ffffff;
    background-color: #0e0d13;
    border-color: #0e0d13;
}

.order-step-completed .order-step-number {
    color: #42b3e5;
    background-color: #ffffff;
    border-color: #42b3e5;
}

#order-steps-top li:after {
    background-color: #dddddd;
}

#order-steps-top li.order-step-completed:after {
    background-color: #42b3e5;
}

.order-next,
a.order-next,
.order-next:visited,
a.order-next:visited {
    color: #ffffff !important;
    background-color: #218d08 !important;
    border-color: #218d08 !important;
}

.order-payment-delivery li+li {
    border-color: #dddddd;
}

.order-pay,
.order-pay.boxed {
    background-color: #f5fff3;
    border-color: #218d08
}

.order-pay h3,
.order-pay.boxed h3 {
    color: #218d08 !important;
}

.order-tag-200 {
    color: #ffffff;
    background-color: #2ba4db;
    border-color: #2ba4db;
}

.order-tag-300 {
    color: #ffffff;
    background-color: #2ba4db;
    border-color: #2ba4db;
}

.order-tag-330 {
    color: #ffffff;
    background-color: #eeb300;
    border-color: #eeb300;
}

.order-tag-350 {
    color: #ffffff;
    background-color: #0cb9ab;
    border-color: #0cb9ab;
}

.order-tag-370 {
    color: #ffffff;
    background-color: #9568d9;
    border-color: #9568d9;
}

.order-tag-400 {
    color: #ffffff;
    background-color: #38a20f;
    border-color: #38a20f;
}

.order-tag-500 {
    color: #ffffff;
    background-color: #e63030;
    border-color: #e63030;
}

.configurator-chapter~.configurator-chapter {
    border-color: #dddddd;
}

.configurator .item {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.configurator .item .item-heading {
    color: #4c4c4c;
}

.configurator .selected {
    color: #000000;
    background-color: #e1ffda;
    border-color: #6dcb57;
}

.configurator .selected .item-heading,
.configurator .selected .catalogue-price strong {
    color: #000000;
}

.configurator-selects-container.boxed {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.configurator-selects .configurator-chapter .ws-pack-item-header,
.configurator-selects .configurator-chapter .ws-pack-item-content {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.configurator-selects .configurator-chapter .ws-unpack .ws-pack-item-header,
.configurator-selects .configurator-chapter .ws-unpack .ws-pack-item-content {
    border-color: #dddddd;
}

.configurator-selects .configurator-chapter:not(.configurator-popup) .ws-unpack .ws-pack-item-header {
    border-bottom-color: #dddddd;
}

.configurator-selects .configurator-chapter.configurator-popup .ws-unpack .ws-pack-item-header,
.configurator-selects .configurator-chapter.configurator-popup .ws-unpack .ws-pack-item-content {
    border-color: #dddddd;
}

.configurator-selects .configurator-chapter .ws-pack-item-content {
    background-color: #ffffff;
}

.configurator-selects .configurator-chapter .field-checkbox input:checked+label {
    color: #000000;
    background-color: #e1ffda;
}

.configurator-selects .configurator-chapter-choose .ws-pack-item:not(.ws-unpack) .ws-pack-item-header:before {
    background-color: #dddddd;
}

.configurator-selects .configurator-selects-item-price {
    color: #dddddd;
}

.ws-booking-unit {
    background-color: #ffffff;
}

.ws-booking-unit a,
.ws-booking-unit a:visited {
    color: #4c4c4c;
}

.ws-booking-unit a+a,
.ws-booking-unit>div>span+span {
    border-color: #dddddd;
}

.ws-booking-legend span {
    border-color: #dddddd;
}

.ws-booking-unit a.js-hovered {
    background-color: #38a20f;
}

.ws-booking-unit-available {
    background-color: #7dc71c;
}

.ws-booking-unit-selected {
    background-color: #ffcc00;
}

.ws-booking-unit-na {
    background-color: #f7f7f7;
}

.countdown {
    color: #38a20f;
}

.countdown-end {
    color: #b90000;
}

.ui-dialog .ui-dialog-titlebar {
    color: #ffffff;
    background-color: #0e0d13;
}

.ui-dialog-titlebar-close .ui-icon-closethick:before {
    color: #ffffff;
}

.ws-dialog-window {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.ws-dialog-window-buttons {
    border-color: #dddddd;
}

.map-list input[type="radio"]+label {
    border-color: #dddddd;
}

.map-list input[type="radio"]:checked+label {
    background-color: #f4f4f4;
}

.message {
    background-color: #efefef;
}

.message *:not(.button):not(button) {
    color: #4c4c4c;
}

.message-warning {
    background-color: #f6f1d5;
}

.message-warning *:not(.button):not(button),
.message-warning:before {
    color: #6e684e !important;
}

.message-info {
    background-color: #dfeef4;
}

.message-info *:not(.button):not(button),
.message-info:before {
    color: #3d6e7b !important;
}

.message-info .strip {
    background-color: #3d6e7b;
}

.message-success {
    background-color: #d4f1cb;
}

.message-success *:not(.button):not(button),
.message-success:before {
    color: #406d41 !important;
}

.message-error {
    background-color: #f1d7d7;
}

.message-error *:not(.button):not(button),
.message-error:before {
    color: #8d3d43 !important;
}

.message-info.basket-table-gift td:not(.basket-table-image):not(.basket-table-delete) {
    background-color: #dfeef4;
}

.pagination>*,
.tab-switch>* {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.pagination>.active,
.tab-switch>.active,
.tab-switch input:checked+label {
    color: #ffffff;
    background-color: #0e0d13;
    border-color: #0e0d13;
}

.catalogue-sorting-view-2 .form-part {
    border-color: #dddddd;
}

.tab-nav li>*:first-child {
    color: #4c4c4c;
    background-color: #f9f9f9;
    border-color: #dddddd;
}

.tab-nav li.active>*:first-child {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.tab {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.tab>h1,
.tab>h2,
.tab>h3,
.tab>h4,
.tab>h5,
.tab>h6 {
    color: #0e0d13;
}

.tab-v2 .tab-nav li>*:first-child {
    color: #4c4c4c;
}

.tab-v2 .tab-nav li.active>*:first-child {
    color: #4c4c4c;
    border-color: #4c4c4c;
}

.tooltip-help {
    color: #6cb9de;
}

.tooltip-info {
    color: #bcbcbc;
}

.tooltipster-default {
    color: #ffffff;
    background-color: #0e0d13;
    border-color: #0e0d13;
}

.ws-rating .icon:before,
.ws-rating .icon-svg {
    color: #ffdc00;
}

.ws-rating-empty.icon:before,
.ws-rating .icon-both:after {
    color: #b5b5b5;
}

.cookie-info-dialog .form-foot::after {
    background-color: #ffffff;
}

*#cookie-info-in {
    color: #000000;
    background-color: #ffffff;
}

.cookie-info-text-in * {
    color: #000000;
}

#cookie-info-in a,
#cookie-info-in a:visited,
#cookie-info-in a:hover {
    color: #42b3e5;
}

.cookie-button-no {
    color: #ffffff;
    background-color: #808080;
    border-color: #808080;
}

.cookie-button-set,
.cookie-info-v2 .cookie-button-set:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #dddddd;
}

.cookie-button-yes {
    color: #ffffff;
    background-color: #38a20f;
    border-color: #38a20f;
}

.cookie-info-switch .toogle-switch .field label {
    background-color: #808080;
}

.cookie-info-switch .toogle-switch input[type="checkbox"]:checked+label {
    background-color: #38a20f;
}

.cookie-info-allways-set {
    color: #38a20f;
}

.ws-slider-slide>div:not(.text-light):not(.text-dark):not(.bg-light):not(.bg-dark):not(.bg-prim):not(.bg-sec) h1,
.ws-slider-slide>div:not(.text-light):not(.text-dark):not(.bg-light):not(.bg-dark):not(.bg-prim):not(.bg-sec) h2,
.ws-slider-slide>div:not(.text-light):not(.text-dark):not(.bg-light):not(.bg-dark):not(.bg-prim):not(.bg-sec) h3 {
    color: #ffffff;
}

.ws-slider-slide>div:not(.text-light):not(.text-dark):not(.bg-light):not(.bg-dark):not(.bg-prim):not(.bg-sec) .section-text {
    color: #ffffff;
}

.ws-slider-controls-numbers a {
    color: #000000;
    background-color: #000000;
    border-color: #4c4c4c;
}

.ws-slider-controls-numbers a.active {
    color: #0e0d13;
    background-color: #0e0d13;
}

.element-cart-content .item,
.ws-faq-answer-category {
    border-color: #dddddd;
}

.boxed,
.items-boxed .item,
.nav-default,
.nav-default a,
.items-boxed-text .item .item-content-text {
    color: #4c4c4c;
    background-color: #ffffff;
    border-color: #dddddd;
}

.boxed:not(.boxed-title-color-inherit) h1,
.boxed:not(.boxed-title-color-inherit) h2,
.boxed:not(.boxed-title-color-inherit) h3,
.boxed:not(.boxed-title-color-inherit) h4,
.boxed:not(.boxed-title-color-inherit) h5,
.boxed:not(.boxed-title-color-inherit) h6,
.items-boxed .item-heading,
.items-boxed-text .item-heading {
    color: #0e0d13;
}

.ui-slider-range {
    background-color: #0e0d13;
}

.ui-slider-range,
.ui-slider-horizontal .ui-slider-handle {
    border-color: #dddddd;
}

.number-info {
    color: #000000;
    background-color: #ffdc00;
}

.element-login-expand .head-icon-image>span {
    color: #ffffff;
    background-color: #0e0d13;
}

.ws-placeholder {
    background-color: #eeeeee;
    background-image: linear-gradient(to left, #eeeeee, #f5f5f5, #eeeeee);
}

@media (hover:hover) and (pointer:fine) {

    .bg-prim a:hover,
    .items-bg-prim .item-in a:not(.button):hover {
        color: #fff5af;
    }

    .bg-sec a:hover,
    .items-bg-sec .item-in a:not(.button):hover {
        color: #fff5af;
    }

    .bg-prim .items-boxed a:hover,
    .bg-prim.items-boxed .item a:hover,
    .bg-prim .boxed:not(.bg-prim):not(.bg-sec) a:hover,
    .bg-sec .items-boxed a:hover,
    .bg-sec.items-boxed .item a:hover,
    .bg-sec .boxed:not(.bg-prim):not(.bg-sec) a:hover,
    .bg-prim .form-border a:hover,
    .bg-sec .form-border a:hover,
    .items-boxed-text .item .item-content-text a:not(.button):hover {
        color: #7d4239;
    }

    a:hover,
    #crumbs a:hover,
    #crumbs a:hover strong,
    .bg-prim table a:hover,
    .bg-sec table a:hover,
    #top-bar .nav-default a:hover,
    #head-content .nav-default a:hover,
    #top-bar a.boxed:hover {
        color: #7d4239;
    }

    #top-bar a:hover {
        color: #a9151a;
    }

    #head-content a:hover {
        color: #a9151a;
    }

    #foot-content a:hover {
        color: #fff5af;
    }

    #foot-nav a:hover {
        color: #fff5af;
    }

    #foot-after a:hover {
        color: #a9151a;
    }

    #nav .nav li:hover a,
    #nav .nav a:hover,
    #nav .nav li:hover li a:hover,
    #nav .nav a.megamenu-hover {
        color: #a9151a;
        background-color: rgba(125, 66, 57, 0);
    }

    #nav .nav li:hover li a {
        color: #000000;
        background-color: #ffffff;
    }

    #nav .nav li li a:hover,
    #nav .nav .selected-li li a:hover,
    #nav .nav li:hover li a:hover {
        color: #ffffff;
        background-color: #a9151a;
    }

    #nav .nav li ul li:hover ul {
        border-color: #ffffff;
    }

    #head-content .head-elements .element-nav-catalogue .nav li:hover a,
    #head-content .head-elements .element-nav-catalogue .nav a:hover,
    #head-content .head-elements .element-nav-catalogue .nav li:hover li a:hover {
        color: #a9151a;
        background-color: rgba(125, 66, 57, 0);
    }

    #head-content .head-elements .element-nav-catalogue .nav li:hover li a {
        color: #000000;
        background-color: #ffffff;
    }

    #head-content .head-elements .element-nav-catalogue .nav li li a:hover,
    #head-content .head-elements .element-nav-catalogue .nav .selected-li li a:hover,
    #head-content .head-elements .element-nav-catalogue .nav li:hover li a:hover {
        color: #ffffff;
        background-color: #a9151a;
    }

    .element-nav-catalogue .nav li:hover a,
    .element-nav-catalogue .nav a:hover,
    .element-nav-catalogue .nav li:hover li a:hover {
        color: #ffffff;
        background-color: #a9151a;
    }

    .element-nav-catalogue .nav li:hover li a {
        color: #ffffff;
        background-color: #0e0d13;
    }

    .element-nav-catalogue .nav li li a:hover,
    .element-nav-catalogue .nav .selected-li li a:hover,
    .element-nav-catalogue .nav li:hover li a:hover {
        color: #ffffff;
        background-color: #7d4239;
    }

    .element-nav-catalogue .nav li ul li:hover ul {
        border-color: #dddddd;
    }

    #head-content .head-elements .element-nav-catalogue .nav li ul li:hover ul {
        border-color: #ffffff;
    }

    .nav a:hover,
    .nav a.active:hover,
    .nav a.selected:hover,
    .nav a.megamenu-hover {
        color: #ffffff;
        background-color: #0e0d13;
    }

    #nav #subnav .nav a:hover {
        color: #000000;
        background-color: rgba(255, 255, 255, 0);
    }

    button:hover,
    .button:hover,
    a.button:hover,
    .button-soft:hover,
    a.button-soft:hover,
    #head-content button:hover,
    #head-content .button:hover,
    #top-bar button:hover,
    #top-bar .button:hover,
    .map-option-popup-button:hover {
        color: #ffffff;
        background-color: #a9151a;
        border-color: #a9151a;
    }

    a.button-color-alt:hover,
    .button-color-alt button:hover,
    .button-color-alt .button:hover,
    .button-color-alt a.button:hover {
        color: #ffffff !important;
        background-color: #7d4239;
        border-color: #7d4239;
    }

    .button-save:hover {
        color: #ffffff;
        background-color: #7d4239;
        border-color: #7d4239;
    }

    tr:hover td,
    tr:hover:nth-child(even) td {
        color: #4c4c4c;
        background-color: #ffffff;
    }

    .items-color-heading .item:hover .item-heading,
    .items-color-heading .item:hover .item-heading a {
        color: #ffffff;
        background-color: #7d4239;
    }

    a.tag:not(.button):not(button):hover {
        color: #ffffff;
        background-color: #7d4239;
        border-color: #7d4239;
    }

    .tag-filter-result a.icon-close:hover {
        color: #7d4239;
    }

    .testimonial.items-color-text .item-content-text a:hover {
        color: #fff5af;
    }

    .search-suggest-eshop-product .search-suggest-item a:hover,
    .search-suggest-item-all-results {
        background-color: #f4f4f4;
    }

    .poll a:hover .strip {
        background-color: #7d4239;
    }

    .catalogue.items-boxed .item a:not(.button):not(.input-number-dec):not(.input-number-inc):hover,
    .catalogue.items-boxed-text .item a:not(.button):hover,
    .stripe:not(.bg-prim):not(.bg-sec) .catalogue:not(.items-boxed-text):not(.items-boxed) .item a:not(.button):not(.input-number-dec):not(.input-number-inc):hover {
        color: #7d4239;
    }

    .catalogue-subcats .item:hover {
        background-color: #ffffff;
        border-color: #dddddd;
    }

    .catalogue-subcats .item:hover a,
    .catalogue-subcats-v4 .item:hover .item-heading {
        color: #4c4c4c;
    }

    .catalogue-variants li a:hover,
    .catalogue-variants li.catalogue-variants-na a:hover,
    .catalogue-variants .catalogue-variant-item:hover input[type="radio"]+label,
    .catalogue-variants .catalogue-variant-item.catalogue-variants-na:hover input[type="radio"]+label {
        color: #ffffff;
        background-color: #7d4239;
        border-color: #7d4239;
    }

    .button-cart:hover,
    .button.button-cart:hover,
    .catalogue-view1 .item:hover .button-cart,
    .catalogue-view2 .item:hover .button-cart,
    .catalogue-view3 .item:hover .button-cart {
        color: #ffffff;
        background-color: #7d4239;
        border-color: #7d4239;
    }

    .catalogue-detail-price-box .button-cart:hover {
        color: #ffffff;
        background-color: #7d4239;
        border-color: #7d4239;
    }

    .catalogue-detail-price-box-pieces .catalogue-basket-form .field label:hover {
        background-color: #dddddd;
    }

    .order-next:hover,
    a.order-next:hover {
        background-color: #1d7c07 !important;
        border-color: #1d7c07 !important;
    }

    .configurator-selects .configurator-chapter .field-checkbox label:hover {
        color: #000000;
        background-color: #e1ffda;
    }

    .ws-booking-unit a:hover {
        color: #4c4c4c;
        background-color: #38a20f;
    }

    .map-list input[type="radio"]+label:hover {
        background-color: #f4f4f4;
    }

    .tab-nav li>*:hover:first-child {
        color: #4c4c4c;
        background-color: #ffffff;
        border-color: #dddddd;
    }

    .tab-v2 .tab-nav li>*:hover:first-child,
    .tab-v2 .tab-nav li.active>*:first-child {
        color: #4c4c4c;
        border-color: #4c4c4c;
    }

    .ws-rating a:hover.icon:before,
    .ws-rating:not(.ws-rating-thumbs) li:hover~li a.icon:before,
    .ws-rating a:hover .icon-svg {
        color: #ffb600;
    }

    .ws-slider-controls-numbers a:hover {
        color: #0e0d13;
        background-color: #0e0d13;
    }
}

/* /theme/ws-theme_01/css/responsive.css */
@media only screen and (max-width:980px) {
    #nav {
        background-color: #ffffff;
    }

    #nav .nav a,
    #nav .nav a+.js-mobile-nav-toggle-trigger,
    #mobile-callback-box,
    #mobile-callback-box .form,
    #mobile-callback-box a {
        color: #000000;
        background-color: #ffffff;
        border-color: #dadada !important;
    }

    #nav .nav a.active,
    #nav .nav a.active+.js-mobile-nav-toggle-trigger,
    #nav .nav a.selected+.js-mobile-nav-toggle-trigger,
    #nav .nav a.selected,
    #nav .nav .selected-li li a.active,
    #nav .nav .selected-li li a.selected {
        color: #ffffff;
        background-color: #a9151a;
    }

    #responsive-controls {
        border-color: rgba(221, 221, 221, 0);
    }

    #responsive-controls-in,
    .responsive-control,
    #responsive-controls-buttons>a,
    #responsive-controls-buttons .head-icon {
        color: #4c4c4c;
        background-color: #c0bbbb;
    }
}

@media only screen and (max-width:980px) and (hover:hover) and (pointer:fine) {
    .responsive-control.icon:hover {
        color: #4c4c4c;
        background-color: ##c0bbbb;
    }
}

@media only screen and (max-width:768px) {
    .mobile-simple h1 {
        color: #ffffff;
        background: #0e0d13;
    }
}

@media only screen and (max-width:640px) {
    .mobile-simple .bg-prim h1.item-heading {
        color: #ffffff;
    }

    .mobile-simple .bg-sec h1.item-heading {
        color: #ffffff;
    }

    .mobile-simple h2,
    .mobile-simple h2 a {
        color: #ffffff;
        background: #7d4239;
    }

    .mobile-simple .items-color-heading .item-heading,
    .mobile-simple .items-color-heading .item-heading a {
        color: #ffffff;
        background-color: #0e0d13;
    }

    .mobile-simple h2.mobile-header-normal,
    .mobile-simple .item-heading,
    .mobile-simple .form-border .form-heading,
    .mobile-simple .sidebar .element-heading {
        color: #0e0d13;
        background: transparent;
    }

    .mobile-simple h2.mobile-header-normal a,
    .mobile-simple .item-heading a,
    .mobile-simple .form-border .form-heading a {
        color: #0e0d13;
        background: transparent;
    }

    .basket-table tr {
        color: #4c4c4c;
        background-color: #ffffff;
        border-color: #dddddd;
    }

    .basket-table tr:nth-child(even) {
        background-color: #ffffff;
    }

    .basket-table-gift,
    .basket-table-gift>td {
        background-color: #f4f4f4 !important;
    }

    .basket-table-gift {
        border-color: #ffffff !important;
    }

    .order-delivery ul .field,
    .order-payment ul .field {
        border-color: #dddddd;
    }

    .message-info.basket-table-gift,
    .message-info.basket-table-gift>td {
        background-color: #dfeef4;
    }

    .forum-table tr {
        background-color: #ffffff;
    }

    .forum-table td:not(.forum-category-title):not(.forum-category-last-post)>div {
        border-color: #dddddd;
    }
}

@media only screen and (max-width:640px) and (hover:hover) and (pointer:fine) {

    .mobile-simple h2.mobile-header-normal a:hover,
    .mobile-simple .item-heading a:hover,
    .mobile-simple .form-border .form-heading a:hover {
        color: #7d4239;
    }
}

/* /theme/ws-theme_01/css/individual.css */
@media only screen and (min-width:650px) {

    .gallery .image .image-in,
    .gallery .image {
        min-height: 450px;
    }
}

.gallery .image {
    background-color: transparent;
    border: none;
}

/* /theme/ws-theme_01/css/responsive-individual.css */
@media only screen and (min-width:770px) and (max-width:980px) {

    #responsive-controls,
    .responsive-control,
    .responsive-control.icon:hover {
        background-color: #0f0b19;
        color: #fff;
    }

    #nav,
    .nav-unpacking {
        background-color: #0f0b19;
    }
}

@media only screen and (min-width:640px) and (max-width:900px) {
    .ind_slider-hp {
        padding-bottom: 5em;
    }
}