body,
html {
    background: #fff;
    color: #000;
    font-family: 'Raleway', sans-serif, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.09em;
    max-width: 100%;
    position: relative;
}

a {
    color: #999;
    outline: 0 !important;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
a:hover {
    color: #cf0101;
    text-decoration: underline;
}
a:active {
    outline: 0 !important;
}
a:before,
a:after {
    content: '';
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

p,
.p {
    margin: 0;
    padding: 7px 0;
}
ul,
ol {
    margin: 0;
    padding: 0;
}

hr {
    background: none;
    border: 0 solid #ccc;
    border-top-width: 1px;
    height: 10px;
    margin: 20px 0 10px;
}

/*
 * Lists
 */
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-left: 35px;
}
ol li {
    padding: 1px 0 1px 0;
}

/*
 * canvas, iframe, img, svg
 */
canvas,
iframe,
img {
    /*height: auto;*/
    max-width: 100%;
    vertical-align: middle;
}
svg {
    max-width: 100%;
}

/*
 * Table
 */
table {
    margin: 1em auto;
    max-width: 100%;
}
td,
th {
    border: 1px solid #eee;
    padding: 0.5em 1em;
}
th {
    font-weight: bold;
}
thead {
    background-color: #f7f7f7;
}
tfoot {
    background-color: #f7f7f7;
    color: #888;
}
.tableHover tr:hover td {
    background-color: #f7f7f7;
}
.tableFull {
    width: 100%;
}
.tableFixed {
    table-layout: fixed;
}
.tableFixed td {
    padding: 10px 5px;
}

/*
 * Checkbox / Radio
 */

.checkbox,
.radio {
    background: #fff;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 1px;
    overflow: hidden;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 20px;
}
.checkbox input,
.radio input {
    margin-left: -22px;
    opacity: 0;
    position: relative;
}

label:hover .checkbox,
label:hover .radio {
    border-color: #777;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.checkbox:after {
    background: none;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    bottom: 9px;
    content: '';
    display: block;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 2px;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: all 0.2s ease-out 0.1s, height 0.1s ease-in 0s;
    -moz-transition: all 0.2s ease-out 0.1s, height 0.1s ease-in 0s;
    -o-transition: all 0.2s ease-out 0.1s, height 0.1s ease-in 0s;
    transition: all 0.2s ease-out 0.1s, height 0.1s ease-in 0s;
    width: 0px;
}
.checkbox:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #282828;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 30px;
    margin: -15px 0 0 -15px;
    height: 30px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.checkbox.active:before {
    content: '';
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.checkbox.active,
.radio.active {
    border-color: #000;
}

.checkbox.active:after {
    -webkit-transition: all 0.2s ease-in 0s, height 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-in 0s, height 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-in 0s, height 0.2s ease-out 0.2s;
    transition: all 0.2s ease-in 0s, height 0.2s ease-out 0.2s;
    /*border-color: #000;*/
    height: 12px;
    opacity: 1;
    width: 7px;
}
.checkbox {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.checkbox.active {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5) inset;
    background: #f5f5f5;
}

.radio {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.radio.active {
    background: #282828;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 1px 1px #bcbcbc;
    -moz-box-shadow: 0px 0px 1px 1px #bcbcbc;
    box-shadow: 0px 0px 1px 1px #bcbcbc;
}
label:hover .radio.active {
    background: #777;
    border-color: #fff;
}

/*
 * Input
 */
.input {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-size: 14px;
    max-width: 100%;
    padding: 9px 8px 9px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    vertical-align: middle;
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 220px;
}
.input--long {
    width: 350px;
}
.input--full {
    width: 100%;
}
.input--number {
    text-align: center;
    width: 55px;
}
.input--short {
    text-align: center;
    width: 70px;
}
.input--textarea {
    height: 90px;
    line-height: 1.2em;
    max-width: 380px;
    vertical-align: top;
    width: 100%;
}
.input--full {
    max-width: none;
}
.input--textarea--medium {
    height: 200px;
}
.input--textarea--large {
    height: 400px;
}
.input:focus {
    border-color: #282828;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.input--invalid {
    border-color: #d47171;
}

/*
 * Button
 */
.button,
.input-file {
    background: #cf0101;
    border: 1px solid #cf0101;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    margin: 0;
    max-width: 100%;
    min-width: 225px;
    overflow: hidden;
    padding: 14px 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    vertical-align: middle;
    z-index: 3;
}
.button--large {
    font-size: 14px;
    padding: 13px 18px 12px;
}
.button--biger {
    font-size: 18px;
    margin-top: 15px;
    padding: 16px 10px;
}
.button--full {
    width: 100%;
}
.button:hover,
.input-file:hover {
    border-color: #000;
    color: #fff;
    text-decoration: none;
}
.button:active,
.input-file:active {
    -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.25);
}
.button:before,
.input-file:before {
    background: #000;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 0;
    z-index: -1;
}
.button:hover:before,
.input-file:hover:before {
    width: 100%;
}

/*
 * Select
 */
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 150px;
    outline: medium none !important;
    padding: 4px 5px;
    text-indent: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-overflow: '';
}
select.input,
.fake-select {
    background: #fff url('../images/gfx/select.svg') no-repeat scroll right center;
}
.select--full {
    width: 98%;
}

.input-file {
    overflow: hidden;
    position: relative;
}
.input-file-remove {
    opacity: 0;
    max-width: 0;
    text-decoration: none !important;
    padding: 5px 0;
    display: inline-block;
}
.input-file-remove.active {
    padding: 5px;
    opacity: 1;
    max-width: 30px;
}
.input-file input {
    opacity: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

/*
 * Form
 */
.form {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
    margin: 0 auto 40px;
    max-width: 800px;
    padding: 30px;
}
/* fill */
.fill-row {
    margin-bottom: 15px;
}
.fill .input,
.fill .button,
.fill .select,
.fill .input--textarea {
    padding: 14px 14px 2px;
    width: 100%;
}
.fill-name {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    left: 35px;
    line-height: 16px;
    margin-top: -8px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    text-transform: uppercase;
    top: 18px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    white-space: nowrap;
    z-index: 1;
}
.fill-name.fill-focus,
.no-js .fill-name {
    color: #9f9f9f;
    font-size: 11px;
    top: 9px;
}

.label,
.formActions {
    clear: both;
    display: block;
    padding: 3px 0 3px 120px;
}
.label-name {
    float: left;
    font-size: 13px;
    margin-left: -120px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
    width: 110px;
}
.label-value {
    display: inline-block;
    padding: 5px 0 0 0;
}
.label-help {
    color: #aaa;
    display: block;
    font-size: 11px;
    line-height: 1.2em;
}
.label-help--after {
    display: inline-block;
    vertical-align: middle;
}
.label--invalid {
    color: #b72b2b;
}
.label--invalid .input {
    border-color: #d92e2e;
}

.label--big {
    padding-left: 210px;
}
.label--big .label-name {
    margin-left: -210px;
    width: 200px;
}

.label--small {
    padding-left: 80px;
}
.label--small .label-name {
    margin-left: -80px;
    width: 70px;
}

.formActions {
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
.formActions--left {
    padding-left: 0;
    text-align: left;
}

.formActions--center {
    padding-left: 0;
    text-align: center;
}
.formActions--sides {
    overflow: hidden;
    padding: 15px;
}
.formActions--sides-left {
    float: left;
}
.formActions--sides-right {
    float: right;
}

/*
 * Loading
 */
.loading {
    position: relative;
}
.loading--full {
    background-color: #fff;
    bottom: 0;
    left: 0;
    filter: alpha(opacity = 80);
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}
.loading-text {
    position: absolute;
    text-align: center;
    top: 51%;
    width: 100%;
}
.loading:after {
    -webkit-animation: spin 0.5s cubic-bezier(0.61, 0.28, 0.37, 0.82) infinite;
    -moz-animation: spin 0.5s cubic-bezier(0.61, 0.28, 0.37, 0.82) infinite;
    -o-animation: spin 0.5s cubic-bezier(0.61, 0.28, 0.37, 0.82) infinite;
    animation: spin 0.5s cubic-bezier(0.61, 0.28, 0.37, 0.82) infinite;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #282828;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.body-info {
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    color: #282828;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    filter: alpha(opacity = 0);
    opacity: 0;
    padding: 20px 20px;
    position: fixed;
    right: 25px;
    top: -25%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 99999;
}
.body-info.visible {
    filter: alpha(opacity = 100);
    opacity: 1;
    top: 25px;
}
.body-info > span {
    text-transform: uppercase;
}
.body-info > .lower {
    display: block;
    margin: -5px 0;
}
.body-info > span + div {
    padding: 15px 0 0;
}
.body-info * {
    color: #282828;
}
.body-info .button,
.body-info .button * {
    color: #fff;
}
.body-info .button:hover,
.body-info .button:hover * {
    color: #282828;
}

/*
 * Media element
 */
.media {
    display: block;
    margin: 0.8em 0;
    overflow: hidden;
}
.media-image {
    float: left;
    margin-right: 0.8em;
}
.media-content {
    margin: 0;
    overflow: hidden;
}
.media--triple,
.media--double {
    display: inline-block;
    margin: 0.8em 0.4%;
    vertical-align: top;
    width: 48.8%;
}
.media--triple {
    width: 32%;
}

.media2 {
    display: table;
    margin: 0.8em 0;
}
.media2-image,
.media2-content {
    display: table-cell;
    vertical-align: middle;
}
.media2-image {
    padding: 0 0.6em 0 0;
}
.media2-image--after {
    padding: 0 0.6em;
}
.media2--double {
    display: inline-block;
    margin: 0.4em 0.4% 0.8em;
    vertical-align: top;
    width: 48.9%;
}
.media2--inline {
    display: inline-block;
    margin: 0.8em 0.3em;
    vertical-align: middle;
}

/*
 * Table Grid
 */
.grid {
    display: table;
    width: 100%;
}
.grid--fixed {
    table-layout: fixed;
}
.grid-cell {
    display: table-cell;
    vertical-align: middle;
}
.grid-cell--tabloid {
    width: 1px;
}

/*
 * Dropdown
 */
.dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 500;
}
.nav ul li:last-child .dropdown-content {
    left: auto;
    right: 0;
}

/*
 * Hint
 */
.hint {
    color: #999;
    font-size: 0.8em;
    line-height: 1.3em;
}

/*
 * Container
 */
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    position: relative;
}

/*
 * Left
 */
.leftBlock {
    display: table-cell;
    -webkit-flex: 3; /* Safari 6.1+ */
    -moz-flex: 3; /* FF <= 18 */
    -ms-flex: 3; /* IE 10 */
    flex: 3;
    min-width: 200px;
    padding-right: 20px;
    vertical-align: top;
    width: 200px;
    position: relative;
}

.scrollBody {
    /*padding: 5px;*/
    /*border: 1px solid #ccc;*/
    /*background: #f1f1f1;*/
    /*width: 200px;*/
    left: 0;
    top: 0;
    position: relative;
}
.scroll .scrollBody {
    position: fixed;
    top: 0;
    /*background: red;*/
    max-height: 100% !important;
    /*overflow: auto;*/
    overflow: hidden;
}
.scrollbottom {
    position: relative;
}

.scrollbottom .scrollBody {
    /*height: auto !important;*/
    position: absolute !important;
}

/*
 * Right
 */
.rightBlock {
    display: table-cell;
    min-width: 200px;
    padding-left: 20px;
    vertical-align: top;
    width: 200px;
}

/*
 * Content
 */
.content {
    display: block;
    vertical-align: top;

    overflow-wrap: break-word;
    word-wrap: break-word;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.content img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.content-noimg img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: none;
}
.content ul,
.content ol {
    margin: 0.8em 0 15px 22px;
}
.content ul {
    list-style: square;
}
.content ul li {
    background: no-repeat 0 0.65em
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABGdBTUEAALGPC/xhBQAAAANQTFRFfHx8IKinAwAAAAtJREFUCNdjYIABAAAKAAHn+Nr6AAAAAElFTkSuQmCC);
    padding: 1px 0 1px 12px;
}

.content .dropdown-content {
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    min-width: 140px;
    padding: 5px 10px;
}

/*
 * Breadcrumbs
 */
.breadcrumbs {
    color: #777;
    font-size: 12px;
    margin: -17px 0 1em;
}
.breadcrumbs a,
.breadcrumbs b,
.breadcrumbs span {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

/*
 * Slider
 */
.slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.swiper-slide {
    background: none;
    cursor: pointer;
    text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
    background: none;
    border: 0;
    color: #fff;
    font-size: 34px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    opacity: 0.25;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 40px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}
.swiper-button-next .icon,
.swiper-button-prev .icon {
    line-height: 40px;
}
.swiper-button-prev {
    left: 1%;
    right: auto;
}
.slider:hover .swiper-button-prev {
    left: 1%;
}
.swiper-button-next {
    left: auto;
    right: 1%;
}
.slider:hover .swiper-button-next {
    right: 1%;
}
.swiper-pagination {
    bottom: 10px;
    display: table;
    font-size: 0.00001px;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    right: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: auto;
}
.swiper-pagination:hover {
    opacity: 1;
}
.slider:hover .swiper-pagination {
    bottom: 10px;
}
.swiper-pagination:before {
    background: none;
    border: 0;
    bottom: -15px;
    content: '';
    left: -15px;
    position: absolute;
    right: -15px;
    top: -15px;
}
.swiper-pagination-bullet {
    background: #eee;
    border: 2px solid #eee;
    height: 9px;
    margin: 0 6px !important;
    opacity: 1;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 9px;
}
.swiper-pagination:hover .swiper-pagination-bullet {
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:hover {
    background: #000;
    border-color: #000;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #ababab;
    border-color: #ababab;
}
.swiper-slides {
    position: relative;
}
.swiper-thumbs {
    position: relative;
}

.slider-main {
}
.slider-main .swiper-slides {
}
.slider-main .swiper-container {
}
.slider-main .swiper-slide {
    cursor: auto;
    text-align: center;
}
.slider-main .swiper-slide img {
    width: 100%;
}
.slider-main .con {
    display: table;
    height: 90%;
    left: 5%;
    margin: auto;
    position: absolute;
    right: 5%;
    text-align: left;
    top: 5%;
    width: auto;
}
.slider-main .txt {
    color: #fff;
    display: table-cell;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 1;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    vertical-align: middle;
}
.slider-main .txt div {
    display: block;
    padding: 0;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.slider-main .txt div:first-child {
    font-size: 21px;
    font-weight: 300;
    padding-bottom: 3px;
}
/*.slider-main .txt div:last-child { bottom: 0; font-size: 16px; font-weight: bold; left: 0; position: absolute; right: 0; }*/
.slider-main .txt div:nth-child(odd) {
    margin-left: -66%;
}
.slider-main .txt div:nth-child(even) {
    margin-right: -66%;
}
.slider-main .swiper-slide-active .txt div {
    margin: 0;
    opacity: 1;
}
.slider-main .swiper-slide a {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.slider-main .swiper-slide a .button {
    bottom: 10%;
    left: 0;
    display: table;
    margin: auto;
    position: absolute;
    right: 0;
}
.slider-main .swiper-button-prev,
.slider-main .swiper-button-next {
    display: none;
}
.slider-main .swiper-pagination {
    display: none;
}

.slider-references .swiper-button-prev,
.slider-references .swiper-button-next {
    display: none;
}
.slider-references .swiper-container {
    padding: 0 0 30px;
}

/*
 * Pagination
 */
.pagination {
    text-align: center;
}
.pagination-info {
    color: #ccc;
    padding-bottom: 0;
}
.pagination-element {
    /*border: 1px solid #DDD;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #777;
    display: inline-block;
    margin: 0 -1px 0;
    padding: 3px 10px;
    text-decoration: none;
}
.pagination-element--left,
.pagination-element--right {
    background-color: #eee;
    padding: 3px 15px;
}
.pagination-element:hover {
    background-color: #ddd;
    color: #444;
    position: relative;
    text-decoration: none;
}
.pagination-element--active,
.pagination-element--active:hover {
    background: #666;
    color: #fff;
    font-weight: bold;
}
.pagination-element--disabled,
.pagination-element--disabled:hover {
    background-color: transparent;
    color: #ccc;
    font-weight: normal;
}

/*
 * Items
 */
.item {
    background: none;
    display: inline-block;
    margin: 0;
    padding: 5px 0 20px;
    text-align: center;
    vertical-align: top;
}
.item--2 {
    width: 49.5%;
}
.item--3 {
    width: 32.5%;
}
.item--4 {
    width: 24.5%;
}
.item--5 {
    width: 20%;
}

.item-image {
    display: block;
    height: 140px;
    line-height: 140px;
}
.item-image img {
    vertical-align: middle;
}

.item-name {
    display: block;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 auto;
    max-width: 70%;
    min-height: 2.4em; /* 2 x line-height */
}

/*
 * Box
 */
.box {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #666;
    line-height: 1.4em;
    margin: 0.9em 0;
    padding: 0.7em 1em;
    position: relative;
    text-align: left;
}
.box-close {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    color: #666;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -6px;
    width: 16px;
}
.box-close:hover {
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    right: -7px;
    top: -7px;
    width: 18px;
}

.box--ok,
.box--ok .box-close {
    background: #f7ffed;
    border-color: #78ca52;
    color: #4dab01;
}
.box--error,
.box--error .box-close {
    background: #fff0f0;
    border-color: #ff9494;
    color: #d92a2a;
}
.box--info,
.box--info .box-close {
    background: #e9f1ff;
    border-color: #81aeff;
    color: #2f5db3;
}
.box--alert,
.box--alert .box-close {
    background: #ffffde;
    border-color: #e1d042;
    color: #a99b27;
}

/*
 * Produkty
 */

.productFilters {
    font-size: 14px;
    text-transform: uppercase;
    margin: 40px 0 30px;
}

.dubleColums {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.dubleColums-item {
    width: 50%;
    display: table-cell;
}
.dubleColums-item-mini {
    width: 20%;
}

.productWrapper {
    text-align: justify;
    font-size: 0;
    margin: 20px -10px;
}
.productWrapper:after {
    content: '';
    display: inline-block;
    width: 31%;
    width: calc(33.3% - 20px);
    line-height: 1.4;
}

.product {
    background: #f3f3f3;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 14px -10px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 14px -10px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 14px -10px rgba(50, 50, 50, 0);
    display: inline-block;
    margin: 0 0 20px;
    margin: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    vertical-align: top;
    /*width: 23.7%;*/
    width: 31%;
    width: calc(33.3% - 20px);
}

@supports (display: grid) {
    .productWrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        margin: 20px 0;
    }
    .product {
        width: auto;
        margin: 0;
    }
}

.product:hover {
    background: #fff;
    -webkit-box-shadow: 0 5px 51px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 5px 51px rgba(0, 0, 0, 0.21);
    box-shadow: 0 5px 51px rgba(0, 0, 0, 0.21);
}

.product-hide {
    display: inline-block;
    position: relative;
    width: 31%;
    width: calc(33.3% - 20px);
    margin: 10px;
}

.product a {
    color: #777777;
}
.product:hover {
    color: #f99595;
    text-decoration: none;
}

.product-image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: 270px;
}
.product-image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.product-image img + img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 50px -50px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 50px -50px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 50px -50px rgba(255, 255, 255, 1);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.product:hover .product-image img + img {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 80px 100px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 80px 100px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 80px 100px rgba(255, 255, 255, 1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.product-info {
    padding: 10px 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.product-name {
    line-height: 1.1em;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.product-price {
    color: #5e5e5e;
    display: block;
    font-size: 26px;
    text-align: center;
    width: 100%;
}
.addToCart-qty-input {
    padding: 9px 12px;
}

.addToCart-qty-plus,
.addToCart-qty-minus {
    background: #5e5e5e none repeat scroll 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin: 5px 7px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.addToCart-qty-plus:hover,
.addToCart-qty-minus:hover {
    background: #ff0000 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}

/*
 * galeria
 */
.galeria-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 100%;
}
.galeria-item img {
    max-width: 100%;
}

/*
 * Top
 */
.top {
    background: none;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}
.top .t-1 {
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    max-width: 1230px;
    min-height: 69px;
    position: relative;
}
.top .container {
    position: relative;
}

/*
 * Logo
 */
.logo {
    display: block;
    margin: 0;
    padding: 0;
}
.logo-1 {
    left: 0;
    margin: 0 auto;
    padding: 6px 19px 9px;
    position: absolute;
    right: 0;
    top: 0;
    width: 138px;
}
.logo a {
    display: block;
}
.logo img {
    display: block;
    margin: auto;
}

/*
 * Nav
 */
.nav {
    background: none;
    border: 0;
    clear: both;
    margin: 0;
    padding: 0;
    text-align: left;
}
.nav .n-1 {
    padding: 70px 0 10px;
}
.nav ul {
    display: block;
    font-size: 0.000001px;
    text-align: center;
}
.nav ul li {
    display: inline-block;
    padding: 0 7px;
}
.nav a {
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 19px;
    font-weight: bold;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.nav a:hover {
    color: #cf0101;
}

/*Menu na mobilke*/

.c-hamburger {
    display: none;
}
.c-hamburger-bg {
    display: none;
}

@media only screen and (max-width: 800px) {
    .nofon {
        display: none;
    }
    .c-hamburger-bg {
        background: rgba(0, 0, 0, 0.3);
        display: block;
        height: 120%;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        visibility: hidden;
        will-change: opacity;
        z-index: 1000;
    }

    .c-hamburger {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        -webkit-border-radius: none;
        -moz-border-radius: none;
        border-radius: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 50px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: fixed;
        right: 5px;
        text-indent: -9999px;
        top: 9px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 50px;
        will-change: transform;
        z-index: 1010;
    }
    .c-hamburger.active {
        left: 0;
        right: auto;
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -ms-transform: translateX(250px);
        -o-transform: translateX(250px);
        transform: translateX(250px);
    }
    .c-hamburger.active + .c-hamburger-bg {
        opacity: 1;
        visibility: visible;
    }

    .c-hamburger:focus {
        outline: none;
    }
    .c-hamburger span {
        background: #cf0101;
        display: block;
        height: 4px;
        left: 9px;
        position: absolute;
        right: 9px;
        top: 23px;
        will-change: background;
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
        background: #cf0101;
        content: '';
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
        will-change: transform;
    }

    .c-hamburger span::before {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .c-hamburger span::after {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    .c-hamburger--htx {
        background: none;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .c-hamburger--htx span {
        /*transition: background 0s 0.5s;*/
        -webkit-transition-duration: 0.5s, 0.5s;
        -moz-transition-duration: 0.5s, 0.5s;
        -o-transition-duration: 0.5s, 0.5s;
        transition-duration: 0.5s, 0.5s;
    }
    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        /*transition-delay: 0.5s, 0s;*/
        -webkit-transition-duration: 0.5s, 0.5s;
        -moz-transition-duration: 0.5s, 0.5s;
        -o-transition-duration: 0.5s, 0.5s;
        transition-duration: 0.5s, 0.5s;
    }
    .c-hamburger--htx span::before {
        -webkit-transition-property: top, transform;
        -moz-transition-property: top, transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
    }
    .c-hamburger--htx span::after {
        -webkit-transition-property: bottom, transform;
        -moz-transition-property: bottom, transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
    }
    /* active state, i.e. menu open */
    .c-hamburger--htx.active {
        background-color: none;
    }
    .c-hamburger--htx.active span {
        background: rgba(255, 255, 255, 0);
        /*opacity: 0;*/
    }
    .c-hamburger--htx.active span::before {
        /*top: 0;*/
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .c-hamburger--htx.active span::after {
        /*bottom: 0;*/
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .c-hamburger--htx.active span::before,
    .c-hamburger--htx.active span::after {
        /*transition-delay: 0s, 0.5s;*/
    }
    .nav {
        visibility: hidden;
        background: #fff;
        bottom: 0;
        -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
        clear: both;
        display: block;
        float: none;
        height: 100%;
        left: 0;
        will-change: transform;
        -webkit-transform: translateX(-300px);
        -moz-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
        transform: translateX(-300px);
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
        padding: 0;
        position: fixed;
        top: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 300px !important;
        z-index: 1005;
    }
    .dropdown-content {
        min-width: 100% !important;
    }
    .categories {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-content {
        position: static;
    }
    .nav .categories {
        background: #fff;
        display: block;
        height: 100%;
        overflow-x: hidden;
    }
    .nav.active {
        visibility: visible;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        overflow-y: auto;
    }
    .table {
        display: block;
        width: 100%;
    }
    .table li {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .nav {
        display: block;
        width: 100%;
    }
}

.top .call {
    left: 10px;
    line-height: 1.2;
    height: 69px;
    padding: 26px 0 0 45px;
    position: absolute;
    top: 0;
}
.top .call .icon {
    background: #d50000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 36px;
    left: 0;
    line-height: 1;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 36px;
}
.top .call a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.top .call a:hover {
    color: #cf0101;
}
.top .call i {
    font-style: normal;
    font-weight: 300;
}

.top .languages {
    height: 69px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: left;
    top: 0;
    width: 100px;
}
.languages a {
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    padding: 25px 23px 25px 18px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.languages a:hover {
    color: #cf0101;
}
.languages > a:after {
    border: 4px solid rgba(255, 255, 255, 0);
    border-top-color: #cf0101;
    margin: -3px 0 auto;
    position: absolute;
    right: 15px;
    top: 50%;
}
.languages img {
    margin: 2px 10px 0 0;
    vertical-align: top;
}
.languages .langs {
    background: #fff;
    display: block !important;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    visibility: hidden;
}
.languages .langs:hover,
.languages a:hover + .langs,
.languages a:focus + .langs {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
}

/*
 * Main
 */
.main {
    clear: both;
    display: block;
    min-height: 500px;
    min-height: calc(100vh);
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.home .main {
    min-height: 0;
    overflow: visible;
}

.section {
    padding: 10px 0;
    position: relative;
}

.section .back {
    color: #ababab;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px 0 0;
    text-decoration: none;
    vertical-align: middle;
}
.section .back:hover {
    color: #000;
}
.section .header {
    color: #cf0101;
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.section .back + .header {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.section .header:after {
    border-bottom: 2px solid #cf0101;
    bottom: 0;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 71px;
}
.section .back + .header:after {
    margin: 0;
    right: auto;
}
.section .path {
    color: #ababab;
    display: inline-block;
    font-size: 10px;
    margin: 0 0 0 25px;
    text-transform: uppercase;
}
.section .path a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
}
.section .path a:hover {
    color: #000;
}

.section.slider-main {
    background: #000;
    padding: 0;
}
.section.banner {
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
}
.home .banner {
    background: #000;
    height: calc(100vh - 230px);
    overflow: visible;
}
.banner:after {
    bottom: 0;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    content: '';
    left: -25px;
    position: absolute;
    right: -25px;
    top: -25px;
}
.home .banner:after {
    display: none;
}
.banner img {
    width: 100%;
}
.home .banner img {
    bottom: 0;
    left: 0;
    margin: auto auto -7.44%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.section.hap {
    padding: 20px 0;
}

.section.general {
    padding: 10px 0 20px;
}
.general .icon-star {
    color: #cf0101;
    font-size: 15px;
    left: 20px;
    line-height: 1;
    position: absolute;
    top: 25px;
}
.general .con {
    position: relative;
}
.general .icon-star + .con {
    padding-left: 48px;
}

.section.references {
    padding: 10px 0 40px;
}
.references .item {
    display: block;
    margin: -10px;
    padding: 0;
    text-align: left;
}
.references .img {
    text-align: center;
    vertical-align: middle;
}
.references .con {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding: 20px 10px;
    position: relative;
    text-align: justify;
    vertical-align: middle;
}
.references .con:before,
.references .con:after {
    color: #cf0101;
    content: '“';
    font-size: 96px;
    font-weight: bold;
    height: 42px;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 42px;
}
.references .con:before {
    left: -52px;
    top: 0;
}
.references .con:after {
    bottom: 15px;
    right: -10px;
}

.section.categories {
}
.categories .name {
    color: #cf0101;
    font-size: 18px;
    padding: 8px 0 8px 30px;
    position: relative;
    text-transform: uppercase;
}
.categories > .name::before {
    background: #cf0101;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    height: 7px;
    left: 13px;
    position: absolute;
    top: 15px;
    width: 7px;
}
.categories > .name a {
    color: inherit;
    text-decoration: none;
}
.categories .name a:hover {
    color: #000;
}
.categories .records {
    padding: 10px 0 30px;
}
.categories .item {
}
.categories .item a {
    display: block;
    text-align: center;
    text-decoration: none;
}
.categories .item .img {
    background: #cf0101;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 95px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 95px;
    z-index: 3;
}
.categories .item .img:before {
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    content: '';
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 0;
    z-index: -1;
}
.categories .item a:hover .img:before {
    height: 100%;
    width: 100%;
}
.categories .item svg {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 80%;
    max-width: 80%;
    position: absolute;
    right: 0;
    top: 0;
}
.categories .item svg .cssfill {
    fill: #fff;
}

.categories .item .name {
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    text-transform: uppercase;
}

.section.category {
}
.category .ban {
    position: relative;
}
.category .ban > div {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.category .ban > div > div {
    display: table;
    height: 100%;
    position: relative;
    table-layout: fixed;
    top: 0;
    width: 100%;
}
.category .ban > div > div > div {
    color: #fff;
    display: table-cell;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.section.cats {
}
.cats .cat:first-child .shadow-t:before {
    display: none;
}
.cats .cat:nth-child(even) .ibs {
    direction: rtl;
}
.cats .cat:nth-child(even) .ib {
    direction: ltr;
}

.cat .con {
    margin: 0 auto;
    max-width: 475px;
}
.cat svg {
}
.cat svg .cssfill {
    fill: #cf0101;
    max-width: 130px;
}
.cat .name {
    padding: 5px 0 50px;
    position: relative;
}
.cat .name:after {
    border-bottom: 1px solid #cf0101;
    bottom: 25px;
    content: '';
    left: 0;
    position: absolute;
    width: 75px;
}
.cat .imgs {
    font-size: 0.000001px;
    letter-spacing: initial;
    text-align: center;
}
.cat .imgs a {
    color: #919191;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.09em;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    width: 50%;
}
.cat .imgs a + a + a {
    /*display: none;*/
}
.cats .imgs a:hover {
    color: #cf0101;
}
.cats .imgs span {
    display: block;
    padding: 5px 10px;
}

.section.contact {
}

.contactIco {
    padding: 0 0 15px 80px;
    position: relative;
}
.contactIco h3 {
    padding: 0;
}
.contactIco h5 {
    padding: 4px 0;
}
.contactIco--info h5 {
    color: #cf0101;
}
.contactIco .icon {
    font-size: 24px;
    left: 43px;
    position: absolute;
    top: 0;
}
.contactIco p {
}
.contactIco--pin p,
.contactIco--pen p {
    font-size: 16px;
}
.contactIco a {
    color: inherit;
}

.fluidTabs {
    overflow: hidden;
    padding-top: 42px;
}
.fluidTabs .fluidTabs-tabs {
    /*overflow: hidden;*/
    display: table;
    width: 100%;
    margin: 0;
    /*min-height: 43px;*/
    padding: 0;
    table-layout: fixed;
    -webkit-box-shadow: inset 0px -31px 22px -30px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px -31px 22px -30px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px -31px 22px -30px rgba(0, 0, 0, 0.12);
}
.fluidTabs .fluidTabs-tabs li {
    background: none;
    color: #282828;
    cursor: pointer;
    display: table-cell;
    font-size: 15px;
    font-weight: bold;
    padding: 0 1px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: middle;
}

.fluidTabs .fluidTabs-tabs li.active {
    /*color: #e7184d;*/
    /*background: #fff;*/
}
.fluidTabs .fluidTabs-tabs li:before {
    -webkit-box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0);
    border-top: 4px solid #e7184d;
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    left: 100%;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.fluidTabs .fluidTabs-tabs li.active:before {
    -webkit-box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.14);
}
.fluidTabs .fluidTabs-tabs li.active ~ li:before {
    left: 0;
    right: 100%;
}
.fluidTabs .fluidTabs-tabs li.active:before {
    z-index: 2;
    left: 0 !important;
    right: 0 !important;
}
.fluidTabs .fluidTabs-tabs li a {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 5px;
    color: #282828;
    border-top: none;
    position: relative;
    z-index: 3;
    display: block;
}
.fluidTabs .fluidTabs-tabs li a:hover {
    text-decoration: none;
}

.fluidTabs .fluidTabs-tabs li:hover a,
.fluidTabs .fluidTabs-tabs li.active a {
    color: #e7184d;
}

.fluidTabs .fluidTabs-tab-box {
    margin-bottom: -30px;
    overflow: hidden;
    /*-ms-overflow-x: scroll;
            overflow-x: scroll;*/
    padding-bottom: 50px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 9;
}
.fluidTabs .fluidTabs-tab-div {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    max-height: 0px;
    overflow: visible;
    padding: 10px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    vertical-align: top;
    white-space: normal;
    width: 100%;
}
.fluidTabs .fluidTabs-tab-div.active {
    max-height: 1500px;
    filter: alpha(opacity = 100);
    opacity: 1;
}

/*
 * Footer
 */
.footer {
    clear: both;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
}

.footer .f-1 {
    padding: 25px 0;
}
.f-1 > .ib {
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
}
.f-1 .logo-2 {
    vertical-align: top;
}
.f-1 .contact {
    font-size: 13px;
    text-transform: uppercase;
}
.f-1 .contact a {
    color: inherit;
    font-weight: bold;
}
.f-1 .contact a:hover {
    color: #cf0101;
}
.f-1 .contact h3 {
    font-size: 18px;
    padding: 0;
    text-transform: none;
}
.f-1 .contact .addr {
    padding: 0 0 10px;
}
.f-1 .social {
    font-size: 0.000001px;
}
.f-1 .social a {
    background: #e3e3e3;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 22px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 22px;
}
.f-1 .social .icon {
    display: block;
    height: 100%;
    line-height: 22px;
    text-shadow: 1px 1px 1px #c1c1c1, 2px 2px 1px #c1c1c1, 3px 3px 1px #c1c1c1, 4px 4px 1px #c1c1c1, 5px 5px 1px #c1c1c1, 6px 6px 1px #c1c1c1,
        7px 7px 1px #c1c1c1, 8px 8px 1px #c1c1c1, 8px 8px 1px #c1c1c1, 9px 9px 1px #c1c1c1, 10px 10px 1px #c1c1c1, 11px 11px 1px #c1c1c1;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    transition: background 0.25s ease;
    width: 100%;
}
.f-1 .social a:hover .icon-facebook {
    background: #4267b2;
    text-shadow: none;
}
.f-1 .social a:hover .icon-google {
    background: #de4b41;
    text-shadow: none;
}
.f-1 .social a:hover .icon-instagram {
    background: #f04c5c;
    text-shadow: none;
}
.f-1 .social a:hover .icon-linkedin {
    background: #006097;
    text-shadow: none;
}
.f-1 .social a:hover .icon-pinterest {
    background: #bd081c;
    text-shadow: none;
}
.f-1 .social a:hover .icon-skype {
    background: #00aff0;
    text-shadow: none;
}
.f-1 .social a:hover .icon-twitter {
    background: #1da1f3;
    text-shadow: none;
}
.f-1 .social a:hover .icon-youtube {
    background: #e22a27;
    text-shadow: none;
}

.ue {
    margin: -60px -10px 0 auto;
    margin: -80px auto 20px -10px;
    max-width: 35%;
    position: relative;
    text-align: left;
    z-index: 3;
}

.f-2 {
    color: #9f9f9f;
    font-size: 11px;
    padding: 5px 0;
}
.f-2 > div {
    padding: 3px 0;
}
.f-2 .redhand {
    color: inherit;
    display: inline-block;
    position: relative;
}
.f-2 .redhand:hover {
    color: #ff001d;
}

.f-2 .redhand:after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA6UlEQVR4AZXPQUcFURiH8UPEEK0iUlzO6q6ibatWcVd3dYn5AK2ib9BqaBsx24j5BhEREcN8gLZtY4hZDcO/ZzGHVzpnmsXPOYv3fXid3GHKMQocwMFjHy74vbCHO5zDoYFwjwxfaFKBawgdPB4hfGAJAfGARw/hHTk0WsUCCzR4xREKaHSLAcJDLLA0Q584RQuht38Iw18n5CbyjQpKyGACsBHzxtzYQCyS0mHHBqxL6B/ObGAba2xwghqakNtACc20DoEtvKGFZtiEgLXAFZ7QQwllCMTs4gIFniGjQmYCkzxqvGAFF/wAE9ukCYLfD9EAAAAASUVORK5CYII=');
    bottom: 10%;
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -6px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(-95deg);
    -moz-transform: rotate(-95deg);
    -ms-transform: rotate(-95deg);
    -o-transform: rotate(-95deg);
    transform: rotate(-95deg);
    -webkit-transform-origin: 8px 10px;
    -moz-transform-origin: 8px 10px;
    -ms-transform-origin: 8px 10px;
    -o-transform-origin: 8px 10px;
    transform-origin: 8px 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 16px;
}
.f-2 .redhand:hover:after {
    bottom: 100%;
    margin-left: -8px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.scroll-up {
    background: #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 40px;
    color: #7d7d7d;
    display: none;
    font-size: 32px;
    height: 60px;
    line-height: 1;
    overflow: hidden;
    position: fixed;
    left: 1120px;
    margin: 0 auto;
    right: 0;
    width: 60px;
    z-index: 15;
}
.scroll-up:hover {
    background: #cf0101;
    color: #fff;
}
.scroll-up::before {
    left: 50%;
    margin: -16px auto auto -15px;
    position: absolute;
    top: 50%;
}

/*
 * Modyfikatory
 */

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.alignCenter {
    text-align: center;
}

.right {
    float: right;
}
.left {
    float: left;
}

.pullLeft {
    float: left;
    margin: 0.7em 0.7em 0.7em 0;
}
.pullRight {
    float: right;
    margin: 0.7em 0 0.7em 0.7em;
}
.pullRight:first-child,
.pullLeft:first-child {
    margin-top: 0;
}

.pullCenter {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.movie {
    display: block;
    padding: 56.25% 0 0;
    position: relative;
    width: 100%;
}
.movie > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.button-basketUpdate {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    float: right;
    margin-right: 27.1%;
    opacity: 0;
    position: relative;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    visibility: hidden;
}
.button-basketUpdate-show {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 3;
    -webkit-animation-name: basketUpdate;
    animation-name: basketUpdate;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    visibility: visible;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes basketUpdate {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
/* Standard syntax */
@keyframes basketUpdate {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/* read more link */
.more {
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 5px;
}

/* price hightlight style */
.price {
    color: #d30e0e;
    font-size: 20px;
    font-weight: bold;
}

/* multiline indent */
.rr {
    display: inline-block;
    vertical-align: top;
}

/* invisible link */
.il {
    color: inherit;
    text-decoration: inherit;
}
.il:hover {
    color: inherit;
    text-decoration: underline;
}

.mt30 {
    margin-top: 30px;
}
.pt0 {
    padding-top: 0;
}
.mt0 {
    margin-top: 0;
}
.mb0 {
    margin-bottom: 0;
}
.mb20 {
    margin-bottom: 20px;
}
.mb60 {
    margin-bottom: 60px;
}

.block {
    display: block;
}
.hide {
    display: none;
}

.ninja {
    border: 0 !important;
    height: 1px;
    left: -1px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    text-indent: 1px;
    top: -1px;
    width: 1px;
}

.relative {
    position: relative;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

/****************************************************************************/

@media only screen and (max-width: 1200px) {
    .nav .n-1 {
    }
    .nav ul li {
    }
    .nav a {
        display: inline-block;
    }

    .main {
        padding-top: 69px;
    }

    .scroll-up {
        left: auto;
        margin: 0;
        right: 10px;
    }
}

/****************************************************************************/

@media only screen and (max-width: 1000px) {
    .home .banner {
        overflow: hidden;
    }
    .home .banner img {
        bottom: -60%;
        height: auto;
        left: -50%;
        margin: auto;
        max-height: 200%;
        max-width: 200%;
        right: -50%;
        top: -40%;
        width: auto;
    }

    .contactIco {
        padding-left: 40px;
    }
    .contactIco .icon {
        left: 3px;
    }

    .f-1 .logo-2 {
        vertical-align: middle;
    }

    .ue {
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }
}

/****************************************************************************/

@media only screen and (max-width: 800px) {
    .content,
    .leftBlock,
    .rightBlock {
        display: block;
        min-width: auto;
        padding: 0;
        width: auto;
    }

    .nav .n-1 {
        padding: 90px 0 15px;
    }
    .nav ul li {
        display: block;
        padding: 5px;
    }
    .nav a {
        display: block;
        padding: 10px 15px;
    }

    .top .call {
        right: 180px;
    }

    .top .languages {
        right: 65px;
    }

    .categories .records .ib-2 {
        width: 25%;
    }

    .cats .cat:nth-child(2n) .ibs {
        direction: ltr;
    }
    .cats .cat .ib-6 {
        width: 100%;
    }

    .references .item {
        margin: 0;
    }
    .references .item .img {
        display: block;
        width: 100%;
    }
    .references .item .con {
        display: block;
        padding: 20px 35px;
        width: 100%;
    }
    .references .con:before,
    .references .con:after {
        font-size: 48px;
        height: 22px;
        width: 22px;
    }
    .references .con:before {
        left: 0;
    }
    .references .con:after {
        right: 0;
    }

    .contact .row .span-4,
    .contact .row .span-8 {
        width: 100%;
    }

    .general .con .ib-5,
    .general .con .ib-7 {
        width: 100%;
    }

    .footer .f-1 {
        padding: 15px 0 5px;
    }
    .footer .f-1 .ib {
        max-width: 33.33%;
    }
    .f-1 > .ib {
        padding: 5px 10px;
    }

    .scroll-up {
        font-size: 30px;
        height: 40px;
        width: 40px;
    }
}

/****************************************************************************/

@media only screen and (max-width: 600px) {
}

/****************************************************************************/

@media only screen and (max-width: 480px) {
    .span {
        float: none;
        margin-left: 0 !important;
        width: auto;
    }
    .label--invalid .tooltip-bottom {
        margin-bottom: 50px;
    }
    .media--double,
    .media2--double {
        display: block;
        margin: 0.8em 0;
        width: auto;
    }

    .top .call {
        background: #fff;
        left: 0;
        padding-left: 57px;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(-180px);
        -moz-transform: translateX(-180px);
        -ms-transform: translateX(-180px);
        -o-transform: translateX(-180px);
        transform: translateX(-180px);
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        visibility: hidden;
        width: 180px;
        will-change: transform;
        z-index: 1007;
    }
    .top .nav.active + .call {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        visibility: visible;
    }
    .top .call .icon {
        left: 12px;
    }

    .top .languages {
        background: #fff;
        left: 179px;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(-265px);
        -moz-transform: translateX(-265px);
        -ms-transform: translateX(-265px);
        -o-transform: translateX(-265px);
        transform: translateX(-265px);
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        visibility: hidden;
        width: 85px;
        will-change: transform;
        z-index: 1007;
    }
    .top .nav.active + .call + .languages {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        visibility: visible;
    }
    .languages a {
        padding: 25px 23px 25px 8px;
    }

    .categories .records .ib-2 {
        width: 50%;
    }

    .footer .f-1 .ib {
        display: block;
        max-width: 100%;
    }
    .footer .f-2 > div {
        float: none;
    }

    .con .justify > a {
        display: block;
        text-align: center;
    }
}

/****************************************************************************\
|********************************** SHOP ************************************|
\****************************************************************************/

/*
 * Cart rabat
 */
.cart-rabat {
    background: #f2f2f2;
    padding: 25px 20px 5px;
}
.cart-rabat-name {
    color: #282828;
    font-size: 30px;
    font-weight: 300;
    margin: 2px 5px 3px 5px;
    text-transform: none;
}
.box--rabat {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    clear: both;
    display: inline-block;
    font-weight: 300;
    padding: 15px 20px;
}
.box--rabat strong {
    font-size: 22px;
    font-weight: 300;
}
.box--rabat .button--smallCircle {
    bottom: 7px;
    margin-bottom: -10px;
    margin-left: -30px;
    padding: 1px 10px 2px;
    position: relative;
    right: -65px;
}

/*
 * Login box
 */

.loginBox {
    background: #f2f2f2;
    margin: 0 auto 20px;
    max-width: 500px;
    padding: 0 20px 5px;
}
.loginBox .label-help {
    font-size: 14px;
    margin-top: 15px;
}
.loginBox-header {
    margin-top: 0;
    text-align: center;
}
.loginBox .box {
    border: none;
    margin: 0 -20px 20px;
    padding: 20px;
}
.loginBox .formActions {
    background: none;
    padding: 0;
}

/*
 * Cart Steps
 */

.stepsWrapper {
    display: table;
    margin: 10px 0 10px;
    overflow: hidden;
    padding: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}
.step {
    background: none !important;
    border-left: 1px solid #ccc;
    color: #bbbbbb;
    display: table-cell;
    list-style: inside;
    padding: 0px 20px !important;
}
.step:first-child {
    border: none;
    padding-left: 0;
}
.step:last-child {
    padding-right: 0;
}
.step--active {
    color: #282828;
    opacity: 1;
}
.step b {
    display: block;
    font-size: 22px;
    font-weight: 300;
}
.step .hint {
    line-height: 1.1em;
    margin: 5px 24px 5px 0;
}

/*
 * Shop Cart
 */

.cartWrapper {
    border-top: 1px solid #eee;
    margin-top: 60px;
    position: relative;
}
.cart-table {
    display: table;
    width: 100%;
}
.cart-row {
    display: table-row;
}
.cart-type {
    display: block;
    position: absolute;
}
.cart-type img {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    margin-top: 20px;
}
.cart-type + .cart-table .cart-row:first-child .cart-cell {
    padding-top: 85px;
}
.cart-type + .cart-table .cart-row:first-child .cart-cell .radio {
    /*margin-bottom: 25px;*/
    top: 75px !important;
}
.cart-qty-big {
    width: 10%;
}
.cart-header {
    bottom: 100%;
    color: #888;
    display: none;
    margin-bottom: 10px;
    position: absolute;
    text-align: left;
}
.cart-row:first-child .cart-header {
    display: block;
}
.cart-ships .cart-row .cart-header {
    display: none;
}
.cart-ships .cart-type:first-child + .cart-table .cart-row:first-child .cart-header {
    display: block;
}

.cart-cell {
    border-bottom: 1px solid #eee;
    display: table-cell;
    padding: 13px 0;
    text-align: left;
    vertical-align: middle;
}

.cart-ships .cart-cell {
    border-bottom: none;
}

.cart-product {
    position: relative;
    width: 60%;
}
.cart-product .radio {
    bottom: 0;
    left: 0;
    margin: auto 0;
    /*margin-top: -10px;*/
    position: absolute;
    top: 0;
}
.cart-product .rr {
    padding-left: 30px;
}
.cart-product-image {
    display: inline-block;
    margin-right: 1%;
    vertical-align: middle;
    width: 27%;
}
.cart-product-image img {
    display: block;
    max-width: 100%;
}

.cart-product-name {
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 70%;
}
.cart-product-name .box {
    font-size: 12px;
    line-height: 1.1em;
    margin: 15px 0 0 0;
    padding: 10px 15px;
}

.cart-product-attrs {
    font-size: 0.8em;
    line-height: 1.3em;
    margin: 0;
    overflow: hidden;
}
.cart-product-attrs li {
    background: none;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
}
.cart-product-delivery {
    max-width: 90%;
}

.cart-price-black {
    color: #282828 !important;
}
.cart-price {
    color: #888;
}

.cart-delete {
    text-align: center;
    width: 5%;
}

.cart-x {
    font-size: 20px;
}
.cart-price-main {
    clear: both;
    margin-bottom: 10px;
    text-align: right;
}

#inpost input {
    min-width: 0;
    padding: 5px 5px;
    width: 150px;
}
#inpost span {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
#inpost div {
    display: inline-block;
    vertical-align: top;
}
#inpost select + select {
    display: block;
}
#inpost option.near {
    background: #eee;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .button-basketUpdate {
        float: none;
        margin: 0 auto;
    }
    .cart-product {
        text-align: center;
    }
    .cart-product-image,
    .cart-product-name {
        width: auto;
    }

    .cart-rabat .span {
        float: none;
        margin-left: 0;
        width: auto;
    }

    .cart-rabat .cart-rabat-name {
        float: none;
        text-align: left;
        width: 100%;
    }
    .cart-rabat .button {
        float: none;
        margin-top: 10px;
        width: 100%;
    }

    .fill {
        margin-left: 0;
        width: 100%;
    }
    .fill + .fill {
        margin-top: 20px;
    }

    .step {
        display: none;
    }
    .step--active {
        display: block;
    }

    .cart-wrapper {
        margin-top: 0;
    }
    .cart-table {
        border: 0;
    }
    .cart-row {
        display: block;
        text-align: justify;
    }
    .cart-row:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .cart-header {
        border: none;
        display: block !important;
        margin: 0 0 5px;
        position: static;
        text-align: center;
    }

    .cart-cell {
        border: 0;
        display: inline-block;
        vertical-align: top;
    }

    .cart-product {
        border-top: 1px solid #eee;
        width: 100%;
    }
    .cart-product .cart-header {
        display: none !important;
    }

    .cart-qty,
    .cart-price,
    .cart-delete {
        padding-top: 10px;
        text-align: center;
        width: 32%;
    }
}

/****************************************************************************/

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?whfwt3');
    src: url('fonts/icomoon.eot?whfwt3#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?whfwt3') format('truetype'),
        url('fonts/icomoon.woff?whfwt3') format('woff'), url('fonts/icomoon.svg?whfwt3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    content: '\e905';
}
.icon-twitter:before {
    content: '\e918';
}
.icon-youtube:before {
    content: '\e91b';
}
.icon-skype:before {
    content: '\e91c';
}
.icon-google:before {
    content: '\e919';
}
.icon-linkedin:before {
    content: '\e91d';
}
.icon-pinterest:before {
    content: '\e91a';
}
.icon-facebook:before {
    content: '\e91e';
}
.icon-left:before {
    content: '\e902';
}
.icon-right:before {
    content: '\e903';
}
.icon-info:before {
    content: '\e611';
}
.icon-star:before {
    content: '\e620';
}
.icon-map:before {
    content: '\e9b2';
}
.icon-pin:before {
    content: '\e900';
}
.icon-download:before {
    content: '\e901';
}
.icon-pen:before {
    content: '\e904';
}
.icon-up:before {
    content: '\e906';
}
.icon-instagram:before {
    content: '\ea92';
}

/****************************************************************************/

.dataprocessing {
    display: block;
    line-height: 1.2;
    text-align: left;
}
.dataprocessing .dp-law {
    display: block;
    font-size: 0.8em;
    margin: 0 0 5px;
    opacity: 0.8;
}
.dataprocessing .dp-inf {
    display: block;
    margin: -19px 0 0;
    padding: 0 0 0 25px;
}
.dataprocessing .dp-lbl {
    display: inline-block;
}
.dataprocessing .dp-dsc {
    display: block;
    padding: 0 0 0 25px;
}
.mfp-bg {
    z-index: 21042;
}
.whiteBackground .mfp-content {
    margin: 5px auto;
    min-height: 0;
}
.mfp-wrap {
    z-index: 21043;
}
.mfp-content ul {
    margin: 0 0 0 25px;
    padding: 0;
}
.mfp-content ul > li {
    list-style: disc;
    margin: 0;
    padding: 1px 0;
}
.mfp-content ol {
    margin: 0 0 0 25px;
    padding: 0;
}
.mfp-content ol > li {
    list-style: decimal;
    margin: 0;
    padding: 1px 0;
}

/****************************************************************************/

.no-js * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/******************************************************************************/
::-moz-selection {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2), -1px -1px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    background: #282828;
}

::selection {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2), -1px -1px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    background: #282828;
}
select::-ms-expand {
    display: none;
}

* {
    /*-webkit-backface-visibility:  hidden;*/
    -webkit-tap-highlight-color: transparent;
}

button:active,
button:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
