@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,700&subset=latin-ext);

@font-face {
    font-family: icons;
    src: url(icons.eot?7c12daa4fcd2fe266ea70930f3c0c335);
    src: url(icons.eot?#iefix) format("embedded-opentype"), url(icons.woff?7c12daa4fcd2fe266ea70930f3c0c335) format("woff"), url(icons.ttf?7c12daa4fcd2fe266ea70930f3c0c335) format("truetype");
    font-weight: 400;
    font-style: normal
}

.ss-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ss-icon:before {
    font-family: icons
}

.ss-icon-facebook:before {
    content: "\f101"
}

.ss-icon-instagram:before {
    content: "\f102"
}

.ss-icon-phone:before {
    content: "\f103"
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.Centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.hamburger-switch {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    margin-left: auto;
    padding: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    vertical-align: middle;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background .3s;
    background-color: transparent;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%)
}

.hamburger-switch:focus {
    outline: 0
}

.hamburger-switch span {
    display: block;
    position: absolute;
    top: 20px;
    left: 5px;
    right: 5px;
    height: 4px;
    background: #e71543;
    transition: background 0 .3s
}

.hamburger-switch span::after,
.hamburger-switch span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    transition: background 1s;
    background-color: #e71543;
    content: "";
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0;
    transition-delay: .3s, 0
}

.hamburger-switch span::before {
    top: -10px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}

.hamburger-switch span::after {
    bottom: -10px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform
}

.hamburger-switch.active {
    background-color: transparent
}

.hamburger-switch.active span {
    background: 0 0
}

.hamburger-switch.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger-switch.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hamburger-switch.active span::after,
.hamburger-switch.active span::before {
    background-color: #e71543;
    -webkit-transition-delay: 0, .3s;
    transition-delay: 0, .3s
}

.switch-name {
    display: none;
    float: left;
    line-height: 50px;
    padding-left: 5px;
    color: #e71543
}

.flex-space {
    display: flex;
    justify-content: space-between
}

.flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

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

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-5ths {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    float: left
}

@media (min-width:768px) {
    .col-sm-5ths {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-5ths {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-5ths {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
        float: left
    }
}

@media (min-width:1600px) {

    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-9,
    .col-xs-8 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }

    .col-xl-pull-0 {
        right: 0
    }

    .col-xl-pull-1 {
        right: 8.33333333%
    }

    .col-xl-pull-2 {
        right: 16.66666667%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-4 {
        right: 33.33333333%
    }

    .col-xl-pull-5 {
        right: 41.66666667%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-7 {
        right: 58.33333333%
    }

    .col-xl-pull-8 {
        right: 66.66666667%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-10 {
        right: 83.33333333%
    }

    .col-xl-pull-11 {
        right: 91.66666667%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-push-0 {
        left: 0
    }

    .col-xl-push-1 {
        left: 8.33333333%
    }

    .col-xl-push-2 {
        left: 16.66666667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-4 {
        left: 33.33333333%
    }

    .col-xl-push-5 {
        left: 41.66666667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-7 {
        left: 58.33333333%
    }

    .col-xl-push-8 {
        left: 66.66666667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-10 {
        left: 83.33333333%
    }

    .col-xl-push-11 {
        left: 91.66666667%
    }

    .col-xl-push-12 {
        left: 100%
    }
}

@media (max-width:580px) {
    .col-xxs-offset-0 {
        margin-left: 0
    }

    .col-xxs-pull-0,
    .col-xxs-push-0 {
        left: 0;
        right: 0
    }

    .col-xxs-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px
    }
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

html {
    min-height: 100%
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Rubik, sans-serif;
    color: #421627
}

figure {
    margin: 0
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    line-height: 1.3em
}

h1 {
    font-size: 78px
}

h2 {
    font-size: 60px
}

h3 {
    font-size: 24px
}

article,
label,
li,
p {
    line-height: 1.625em;
    margin-top: 0;
    font-weight: 300
}

a,
button {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none
}

a {
    color: #333;
    text-decoration: none
}

a:focus,
a:visited {
    text-decoration: none
}

a:hover {
    color: grey;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block;
    height: auto;
    border: 0;
    outline: 0
}

.ss-icons {
    list-style: none;
    padding: 0
}

.ss-icons>li {
    line-height: 20px;
    padding: 5px 0;
    padding-left: 40px;
    display: block;
    position: relative
}

.ss-icons>li>.ss-icon,
.ss-icons>li>.ss-image,
.ss-icons>li>a>.ss-icon,
.ss-icons>li>a>.ss-image {
    position: absolute;
    left: 20px;
    top: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.ss-image.ss-image-email:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background: url(../../images/front/icons/mail.png) center no-repeat;
    background-size: contain
}

.ss-image.ss-image-fax:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background: url(../../images/front/icons/fax.png) center no-repeat;
    background-size: contain
}

.ss-image.ss-image-mark-big:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 3em;
    height: 3em;
    background: url(../../images/front/icons/mark-big.png) center no-repeat;
    background-size: contain
}

a.btn,
a.button,
button.btn,
button.button {
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    padding: 12px 25px;
    background: #9ba9b2;
    border: 1px #9ba9b2 solid;
    font-weight: 500;
    font-family: Rubik, sans-serif;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #fff
}

a.btn.no-borders,
a.button.no-borders,
button.btn.no-borders,
button.button.no-borders {
    border: 0
}

a.btn.btn-centered,
a.button.btn-centered,
button.btn.btn-centered,
button.button.btn-centered {
    display: table;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto
}

a.btn.btn-full-width,
a.button.btn-full-width,
button.btn.btn-full-width,
button.button.btn-full-width {
    width: 100%;
    display: block;
    text-align: center
}

a.btn.btn-big,
a.button.btn-big,
button.btn.btn-big,
button.button.btn-big {
    font-size: 16px;
    line-height: 20px;
    padding: 25px 50px
}

a.btn.btn-align-right,
a.button.btn-align-right,
button.btn.btn-align-right,
button.button.btn-align-right {
    display: table;
    margin-left: auto;
    vertical-align: middle
}

a.btn.btn-float-left,
a.button.btn-float-left,
button.btn.btn-float-left,
button.button.btn-float-left {
    display: table;
    vertical-align: middle;
    float: left
}

a.btn.btn-align-center,
a.button.btn-align-center,
button.btn.btn-align-center,
button.button.btn-align-center {
    display: table;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto
}

a.btn.btn-readmore:after,
a.button.btn-readmore:after,
button.btn.btn-readmore:after,
button.button.btn-readmore:after {
    content: "\27F6";
    font-size: 1.5em;
    margin-left: .5em
}

a.btn.btn-arrow-left:before,
a.button.btn-arrow-left:before,
button.btn.btn-arrow-left:before,
button.button.btn-arrow-left:before {
    content: "\2190";
    font-size: 1.5em;
    margin-right: .5em
}

a.btn.btn-arrow-right:after,
a.button.btn-arrow-right:after,
button.btn.btn-arrow-right:after,
button.button.btn-arrow-right:after {
    content: "\2192";
    font-size: 1.5em;
    margin-left: .5em
}

a.btn.btn-back:before,
a.button.btn-back:before,
button.btn.btn-back:before,
button.button.btn-back:before {
    content: "\27F5";
    font-size: 1.5em;
    margin-right: .5em
}

a.btn:focus,
a.btn:visited,
a.button:focus,
a.button:visited,
button.btn:focus,
button.btn:visited,
button.button:focus,
button.button:visited {
    color: #fff;
    background: #9ba9b2
}

a.btn.btn-white,
a.button.btn-white,
button.btn.btn-white,
button.button.btn-white {
    background-color: #fff;
    color: #000
}

a.btn.btn-pink,
a.button.btn-pink,
button.btn.btn-pink,
button.button.btn-pink {
    background-color: #e71543;
    color: #fff;
    border-color: #e71543
}

a.btn.btn-green,
a.button.btn-green,
button.btn.btn-green,
button.button.btn-green {
    background-color: #01bf71;
    color: #fff;
    border-color: #01bf71
}

a.btn.btn-orange,
a.btn.btn-primary,
a.button.btn-orange,
a.button.btn-primary,
button.btn.btn-orange,
button.btn.btn-primary,
button.button.btn-orange,
button.button.btn-primary {
    background-color: #ff9300;
    border-color: #ff9300;
    color: #fff
}

a.btn.btn-orange:hover,
a.btn.btn-primary:hover,
a.button.btn-orange:hover,
a.button.btn-primary:hover,
button.btn.btn-orange:hover,
button.btn.btn-primary:hover,
button.button.btn-orange:hover,
button.button.btn-primary:hover {
    background-color: transparent;
    color: #ff9300
}

a.btn.btn-transparent,
a.button.btn-transparent,
button.btn.btn-transparent,
button.button.btn-transparent {
    background-color: transparent;
    color: #9ba9b2;
    border-color: #9ba9b2
}

a.btn:hover,
a.button:hover,
button.btn:hover,
button.button:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

[v-cloak] {
    display: none
}

p.success-color,
span.success-color {
    color: #00cd60;
    font-weight: 700
}

p.error-color,
span.error-color {
    color: #da1b2c
}

ul.no-list {
    padding: 0;
    margin-left: 0;
    list-style: none;
    margin-top: 0
}

.no-gutters {
    padding: 0
}

.checkbox-wrapper input[type=checkbox].invalid+label::before {
    border-color: #da1b2c
}

.effect {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.effect input.invalid,
.effect select.invalid,
.effect textarea.invalid {
    border-color: #da1b2c
}

.effect input,
.effect select,
.effect textarea {
    background: 0 0;
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    color: #e71543;
    font-style: normal;
    font-family: Rubik, sans-serif;
    border-radius: 0;
    outline: 0;
    font-weight: 700;
    border: 0;
    border-bottom: 1px #000 solid;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 10px
}

.effect input+label,
.effect select+label,
.effect textarea+label {
    position: absolute;
    padding-top: 5px;
    top: 0;
    line-height: 40px;
    left: 10px;
    font-size: 16px;
    pointer-events: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.effect input.focus+label,
.effect input:focus+label,
.effect select.focus+label,
.effect select:focus+label,
.effect textarea.focus+label,
.effect textarea:focus+label {
    bottom: 100%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    padding-top: 0;
    font-size: 11px;
    line-height: 11px
}

.effect select {
    color: #000;
    font-weight: 400;
    padding-top: 5px
}

.effect select.focus,
.effect select:focus {
    font-weight: 700;
    color: #e71543
}

.effect select.selected {
    font-weight: 700;
    color: #e71543
}

.effect textarea {
    height: auto;
    overflow: auto;
    max-width: 100%;
    min-width: 100%;
    line-height: 24px;
    padding: 18px 10px 8px
}

.input,
input.form-control,
select.form-control,
textarea.form-control {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #421627;
    font-family: normal;
    font-family: Rubik, sans-serif;
    border-radius: 0;
    outline: 0;
    border: 1px #d8d8d9 solid
}

textarea.input,
textareainput.form-control,
textareaselect.form-control,
textareatextarea.form-control {
    height: auto;
    line-height: 1.3em;
    padding: 20px 33px;
    overflow: auto;
    resize: none
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

.page {
    width: 100%;
    max-width: -webkit-calc(1540px + 2*15px);
    max-width: -moz-calc(1540px + 2*15px);
    max-width: -o-calc(1540px + 2*15px);
    max-width: calc(1540px + 2*15px);
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

.page:after,
.page:before {
    clear: both;
    content: "";
    display: block;
    width: 100%
}

hr {
    border-top: 0;
    border-bottom: 1px #9ba9b2 solid
}

.svg-icon {
    display: inline-block;
    vertical-align: middle;
    font-style: normal
}

.svg-icon svg {
    height: 16px
}

.img-icon {
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-style: normal
}

ul.columns {
    font-size: 0;
    margin: 0 -15px;
    padding: 0;
    list-style: none
}

ul.columns.to-right {
    text-align: right
}

ul.columns>li {
    font-size: 18px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 15px
}

ul.columns>li.full {
    width: 100%
}

ul.columns.col-2>li {
    width: 50%
}

ul.columns.col-3>li {
    width: 33.33%
}

ul.columns.col-4>li {
    width: 25%
}

ul.columns.col-5>li {
    width: 20%
}

ul.columns.col-6>li {
    width: 16.66666667%
}

.checkbox-hidden {
    width: .1px;
    height: .1px;
    position: absolute;
    left: -9999px;
    opacity: 0
}

ul.checkbox-list {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.checkbox-list>li {
    padding-left: 50px;
    display: block;
    height: auto;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

ul.checkbox-list>li::before {
    content: '\2713';
    display: block;
    position: absolute;
    text-align: center;
    font-size: 1.2em;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px #ff9300 solid;
    background-color: #ff9300;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.checkbox-wrapper {
    display: block;
    position: relative
}

.checkbox-wrapper:after,
.checkbox-wrapper:before {
    clear: both;
    content: "";
    display: block;
    width: 100%
}

.checkbox-wrapper input[type=checkbox] {
    width: .1px;
    height: .1px;
    position: absolute;
    left: -9999px;
    opacity: 0
}

.checkbox-wrapper input[type=checkbox]:checked+label::before {
    font-size: 1.2em;
    background-color: #ff9300;
    border-color: #ff9300
}

.checkbox-wrapper label {
    padding-left: 50px;
    display: block;
    height: auto;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.checkbox-wrapper label::before {
    content: '\2713';
    display: block;
    position: absolute;
    text-align: center;
    font-size: 0;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px #6d6e70 solid;
    background-color: #fff;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.checkbox-wrapper.checkbox-small label {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px
}

.checkbox-wrapper.checkbox-small label::before {
    top: 2px;
    width: 16px;
    height: 16px;
    border-color: #ff9300;
    color: #ff9300;
    line-height: 14px
}

.checkbox-wrapper.checkbox-small input[type=checkbox]:checked+label::before {
    font-size: .8em;
    background-color: transparent
}

.radio-wrapper input[type=radio] {
    opacity: 0;
    left: -9999px;
    text-indent: -9999px;
    position: absolute;
    width: 1px;
    height: 1px;
    pointer-events: none
}

.radio-wrapper input[type=radio]:checked+label::before {
    border-color: #ff9300
}

.radio-wrapper input[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.radio-wrapper input[type=radio]+label {
    padding-left: 30px;
    display: block;
    position: relative;
    line-height: 24px;
    text-align: left;
    height: auto;
    margin-bottom: 15px
}

.radio-wrapper input[type=radio]+label::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px #ff9300 solid;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.radio-wrapper input[type=radio]+label::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #ff9300;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: none;
    background: #000;
    opacity: .5;
    z-index: 990
}

.ss-slider {
    display: block;
    overflow: hidden
}

.horizontal-slider,
.slider {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    list-style: none;
    padding: 0
}

.horizontal-slider>li,
.slider>li {
    display: inline-block;
    float: none;
    font-size: 16px;
    vertical-align: middle;
    white-space: normal;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.vertical-slider {
    overflow: hidden;
    font-size: 0;
    list-style: none;
    padding: 0
}

.vertical-slider>li {
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 99;
    padding: 35px;
    border-bottom: 1px transparent solid;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu-header:after,
.main-menu-header:before {
    clear: both;
    content: "";
    display: block;
    width: 100%
}

.main-menu-header .language-switcher {
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none
}

.main-menu-header .language-switcher>li {
    display: inline-block;
    vertical-align: baseline
}

.main-menu-header .language-switcher>li:after {
    content: '|';
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 8px;
    color: #333
}

.main-menu-header .language-switcher>li:last-child:after {
    display: none
}

.main-menu-header .language-switcher>li a:hover,
.main-menu-header .language-switcher>li.active a {
    color: #da1b2c
}

.main-menu-header .language-switcher a {
    font-weight: 400
}

.main-menu-header .hamburger-switch {
    display: none
}

.main-menu-header.scrolled {
    padding: 10px 35px;
    background-color: #f9f9fa;
    border-color: #eff1f3
}

.main-menu-header.scrolled .logo img {
    max-width: 50px
}

.main-menu-header .logo {
    float: left;
    display: block
}

.main-menu-header .logo img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu-header nav {
    float: right;
    display: block
}

.main-menu-header .main-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-menu-header .main-menu>li {
    display: inline-block;
    vertical-align: middle
}

.main-menu-header .main-menu>li a:hover,
.main-menu-header .main-menu>li.active a {
    color: #e71543
}

.main-menu-header .main-menu>li:last-child a {
    margin-right: 0
}

.main-menu-header .main-menu>li a {
    margin: 0 10px;
    font-weight: 400
}

main.padding {
    padding: 150px 0 100px
}

.active-slides {
    padding: 0;
    margin: 0;
    list-style: none
}

.custom-slides {
    min-height: 10px;
    position: relative;
    width: 100%;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0
}

.custom-slides>li {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.custom-slides>li.active {
    top: 0;
    pointer-events: auto;
    opacity: 1
}

.custom-slides>li.active.fade {
    opacity: 0;
    top: -20px
}

.content-row:after,
.content-row:before {
    clear: both;
    content: "";
    display: block;
    width: 100%
}

.particles-js-canvas-el {
    max-height: 100px;
    background-repeat: repeat-x;
    background-image: url(../../images/front/assets/bubbles.png)
}

.l-particles.white .particles-js-canvas-el {
    background-image: url(../../images/front/assets/bubbles-white.png)
}

.arrows-bottom {
    width: 17px;
    height: 20px;
    background-image: url(../../images/front/assets/arrows-bottom.png);
    display: inline-block
}

.eye-red,
.eye-white {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 25px;
    display: inline-block;
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.eye-red {
    color: #e71543;
    background-image: url(../../images/front/assets/icon-eye-pink.png)
}

.eye-white {
    color: #f9f9fa;
    background-image: url(../../images/front/assets/icon-eye-white.png)
}

.eye-red-button,
.eye-white-button {
    padding: 20px;
    display: inline-block
}

.eye-red-button:hover .eye-red,
.eye-white-button:hover .eye-red {
    color: #f9f9fa;
    background-image: url(../../images/front/assets/icon-eye-white.png)
}

.eye-red-button:hover .eye-white,
.eye-white-button:hover .eye-white {
    color: #e71543;
    background-image: url(../../images/front/assets/icon-eye-pink.png)
}

.eye-red-button {
    background-color: #f9f9fa
}

.eye-red-button:hover {
    background-color: #e71543
}

.eye-white-button {
    background-color: #e71543
}

.eye-white-button:hover {
    background-color: #f9f9fa
}

.static {
    position: static
}

button.submit-form {
    border: 0;
    background-color: transparent;
    outline: 0;
    color: #da1b2c;
    padding: 0;
    font-weight: 700
}

button.submit-form:hover {
    color: #421627
}

.header-title {
    max-width: 990px;
    padding: 0 15px;
    margin: 0 auto 60px;
    text-align: center
}

.header-title h1 span {
    color: #e71543
}

.form-message {
    padding: 15px;
    border: 1px #00cd60 solid;
    color: #00cd60;
    text-align: center;
    margin-bottom: 30px
}

.white-bubbles .bubbles {
    background-image: url(../../images/front/assets/bubbles-white.png)
}

.bubbles {
    display: block;
    width: 100%;
    height: 150px;
    background-position: left;
    background-repeat: repeat-x;
    background-image: url(../../images/front/assets/bubbles.png)
}

.bubbles.b-2 {
    background-position: center;
    opacity: .7
}

.bubbles.b-3 {
    background-position: right;
    opacity: .5
}

section.gallery.type-slider {
    position: relative;
    padding-bottom: 70px;
    background-color: #eff1f3;
    overflow: hidden
}

section.gallery.type-slider h1,
section.gallery.type-slider h2,
section.gallery.type-slider h3,
section.gallery.type-slider h4 {
    font-size: 78px;
    color: #e71543
}

section.gallery.type-slider h1 span,
section.gallery.type-slider h2 span,
section.gallery.type-slider h3 span,
section.gallery.type-slider h4 span {
    color: #421627
}

section.gallery.type-slider .l-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%)
}

section.gallery.type-slider .scene {
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -75px;
    overflow: hidden
}

section.gallery.type-slider .slider>li {
    width: 100%;
    height: 100vh;
    min-height: 650px;
    position: relative;
    transition-timing-function: ease-out;
    background-color: #d7dde0
}

section.gallery.type-slider .slider>li .parallax {
    width: 100%;
    height: 100%
}

section.gallery.type-slider .slider>li .slider-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

section.gallery.type-slider .slide-content {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%)
}

section.gallery.type-slider .slide-content .custom-slides>li {
    margin-top: -50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%)
}

section.gallery.type-slider .box-slides {
    padding: 60px 75px 0;
    margin: 0;
    list-style: none
}

section.gallery.type-slider .box-slides h3 {
    font-size: 24px;
    text-transform: uppercase
}

section.gallery.type-slider .box-slides p {
    font-size: 16px
}

section.gallery.type-slider .bubbles-slides {
    padding: 30px 480px 30px 50px;
    margin: 0;
    list-style: none
}

section.gallery.type-slider .bubbles-slides .product-text {
    text-align: right;
    font-weight: 300;
    font-size: 19px
}

section.gallery.type-slider .bottom-content {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    background-color: #eff1f3;
    height: 220px
}

section.gallery.type-slider .product-box {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 320px;
    height: 320px;
    background-color: #f9f9fa
}

section.gallery.type-slider .product-box .link-slides {
    position: absolute;
    bottom: 0;
    left: 60px
}

section.gallery.type-slider .product-box .link-slides>li {
    display: none
}

section.gallery.type-slider .product-box .link-slides>li.active {
    display: block
}

section.gallery.type-slider .product-image {
    position: absolute;
    bottom: 25px;
    right: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section.gallery.type-slider .fade-slides>li.active .product-image {
    right: 320px
}

section.gallery.type-slider .next,
section.gallery.type-slider .prev {
    height: 68px;
    background-color: #421627;
    position: absolute;
    bottom: 390px;
    display: block;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

section.gallery.type-slider .next:hover,
section.gallery.type-slider .prev:hover {
    background-color: #e71543
}

section.gallery.type-slider .prev {
    right: 252px;
    width: 68px;
    background-image: url(../../images/front/assets/arrow-left.png)
}

section.gallery.type-slider .next {
    right: 183px;
    width: 68px;
    background-image: url(../../images/front/assets/arrow-right.png)
}

section.gallery.type-slider .arrows-bottom {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0)
}

section.image {
    overflow: hidden;
    background-color: #eff1f3;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50%;
    position: relative
}

section.image h1,
section.image h2,
section.image h3,
section.image h4 {
    font-size: 60px
}

section.image .image {
    background-size: 0
}

section.image.white-content .text-wrapper {
    background-color: #f9f9fa
}

section.image .bubbles-wrapper {
    height: 150px;
    position: relative;
    width: 100%;
    background-color: #eff1f3
}

section.image .bubbles-wrapper .scene {
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    margin-top: -75px
}

section.image.bubbles-before {
    padding-top: 150px
}

section.image .placeholder {
    opacity: 0
}

section.image .big-image {
    background-size: 0
}

section.image .big-image .scene {
    position: absolute;
    bottom: 0;
    left: -30px;
    right: -30px;
    margin-bottom: -75px
}

section.image .article {
    position: relative
}

section.image .article:after,
section.image .article:before {
    clear: both;
    content: "";
    display: block;
    width: 100%
}

section.image .wrapper {
    position: relative
}

section.image .text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section.image .text-wrapper h1,
section.image .text-wrapper h2,
section.image .text-wrapper h3,
section.image .text-wrapper h4 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase
}

section.image .text-wrapper .text {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

section.image .text-wrapper .block-intro {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    color: #f9f9fa;
    font-weight: 300;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section.image .text-wrapper a {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    padding: 20px;
    display: table;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0)
}

section.image .text-wrapper a span {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section.image .text-wrapper a:hover {
    background-color: #f9f9fa
}

section.image .text-wrapper a:hover .eye-white {
    color: #e71543;
    background-image: url(../../images/front/assets/icon-eye-pink.png)
}

section.image .text-wrapper:hover {
    background-color: #e71543;
    color: #f9f9fa
}

section.image .text-wrapper:hover a {
    opacity: 1
}

section.image .text-wrapper:hover .block-intro {
    max-height: 600px;
    padding: 30px 0 0;
    opacity: 1
}

section.image .text-block-wrapper {
    opacity: 0;
    display: table;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section.image .text-block-wrapper.loaded {
    opacity: 1
}

section.image .text-block-wrapper.qa-text .content {
    max-width: 390px
}

section.image .text-block-wrapper.qa-text .text-block {
    vertical-align: top;
    padding: 125px 0
}

section.image .text-block {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0
}

section.image .text-block h1,
section.image .text-block h2,
section.image .text-block h3,
section.image .text-block h4 {
    font-size: 60px
}

section.image .text-block h1 span,
section.image .text-block h2 span,
section.image .text-block h3 span,
section.image .text-block h4 span {
    color: #e71543
}

section.image .text-block .description {
    font-weight: 300
}

section.image .text-block .description strong span {
    color: #e71543
}

section.image .qa-link {
    position: absolute;
    bottom: 0;
    left: 59%
}

section.text.mvit {
    background-color: #f9f9fa;
    text-align: center;
    padding: 120px 0 40px;
    position: relative;
    overflow: hidden
}

section.text.mvit .parallax {
    pointer-events: auto !important
}

section.text.mvit ul.dots {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

section.text.mvit ul.dots span {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section.text.mvit ul.dots>li {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 16px;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

section.text.mvit ul.dots>li:hover {
    z-index: 2
}

section.text.mvit ul.dots>li:hover span {
    color: #f9f9fa;
    position: relative;
    z-index: 2
}

section.text.mvit ul.dots>li:hover i {
    top: 50%;
    width: 200px;
    height: 200px
}

section.text.mvit ul.dots>li i {
    display: block;
    position: absolute;
    top: -25%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: #9ba9b2;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

section.text.mvit ul.dots>li:first-child {
    left: 6%;
    top: 60.5%
}

section.text.mvit ul.dots>li:nth-child(2) {
    left: 10%;
    top: 39%
}

section.text.mvit ul.dots>li:nth-child(3) {
    left: 14.3%;
    top: 17%
}

section.text.mvit ul.dots>li:nth-child(4) {
    left: 69%;
    top: 18%
}

section.text.mvit ul.dots>li:nth-child(5) {
    left: 92.4%;
    top: 36%
}

section.text.mvit .eye-white-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0)
}

section.text.mvit h1,
section.text.mvit h2,
section.text.mvit h3,
section.text.mvit h4 {
    margin-bottom: 35px;
    font-size: 60px
}

section.text.mvit .description {
    max-width: 830px;
    margin: 0 auto 40px
}

section.text.mvit .dots {
    position: absolute
}

.floating-bubbles {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 250px;
    height: 200px;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.floating-bubbles.darker-bubbles li:after {
    background-color: #eff1f3
}

.floating-bubbles li {
    position: absolute
}

.floating-bubbles li:after {
    content: '';
    display: block;
    background: #f9f9fa;
    border-radius: 50%;
    animation: scale 1s ease-in-out infinite alternate;
    -webkit-animation: scale 1s ease-in-out infinite alternate;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.floating-bubbles li:first-child:after {
    width: 26px;
    height: 26px;
    background: 0 0;
    border: 2px #f9f9fa solid
}

.floating-bubbles li:nth-child(2):after {
    width: 15px;
    height: 15px;
    transition-delay: .4s
}

.floating-bubbles li:nth-child(3):after {
    width: 25px;
    height: 25px;
    transition-delay: .4s
}

.floating-bubbles li:nth-child(4):after {
    width: 23px;
    height: 23px
}

.floating-bubbles li:nth-child(5):after {
    width: 15px;
    height: 15px;
    transition-delay: .7s
}

.floating-bubbles li:nth-child(6) {
    left: 80%;
    bottom: 102%
}

.floating-bubbles li:nth-child(6):after {
    width: 32px;
    height: 32px
}

.floating-bubbles li:nth-child(7) {
    left: 90%;
    bottom: 105%
}

.floating-bubbles li:nth-child(7):after {
    width: 15px;
    height: 15px;
    opacity: .9;
    transition-delay: .4s
}

.floating-bubbles-wrapper:hover .floating-bubbles {
    opacity: 1
}

.floating-bubbles-wrapper .floating-bubbles {
    opacity: 0
}

.floating-bubbles-wrapper .floating-bubbles li {
    opacity: 0;
    bottom: 0
}

.floating-bubbles-wrapper .floating-bubbles li:first-child {
    right: 85%;
    animation-delay: .5s;
    animation: bubble1 3s linear infinite normal;
    -webkit-animation: bubble1 3s linear infinite normal
}

.floating-bubbles-wrapper .floating-bubbles li:nth-child(2) {
    right: 75%;
    animation: bubble1 3s linear infinite normal;
    -webkit-animation: bubble1 3s linear infinite normal
}

.floating-bubbles-wrapper .floating-bubbles li:nth-child(3) {
    right: 72%;
    animation-delay: .6s;
    animation: bubble1 4s linear infinite normal;
    -webkit-animation: bubble1 4s linear infinite normal
}

.floating-bubbles-wrapper .floating-bubbles li:nth-child(4) {
    right: 55%;
    animation-delay: 1.5s;
    animation: bubble1 3s linear infinite normal;
    -webkit-animation: bubble1 3s linear infinite normal
}

.floating-bubbles-wrapper .floating-bubbles li:nth-child(5) {
    left: 45%;
    animation-delay: .8s;
    animation: bubble1 5s linear infinite normal;
    -webkit-animation: bubble1 5s linear infinite normal
}

.floating-bubbles-wrapper .floating-bubbles li:nth-child(6) {
    left: 90%;
    animation-delay: 1.5s;
    animation: bubble1 3s linear infinite normal;
    -webkit-animation: bubble1 3s linear infinite normal
}

.floating-bubbles-wrapper .floating-bubbles li:nth-child(7) {
    left: 110%;
    animation-delay: .5s;
    animation: bubble1 4s linear infinite normal;
    -webkit-animation: bubble1 4s linear infinite normal
}

@keyframes bubble1 {
    0% {
        opacity: 0;
        bottom: 0
    }

    10% {
        opacity: 1;
        bottom: 10%
    }

    90% {
        opacity: 1;
        bottom: 90%
    }

    100% {
        opacity: 0;
        bottom: 100%
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85);
        margin-left: 0
    }

    100% {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
        margin-left: 5px
    }
}

section.gallery.type-blocks {
    background-color: #D7DDE0;
    padding: 120px 0 60px;
    overflow: hidden
}

section.gallery.type-blocks h1,
section.gallery.type-blocks h2,
section.gallery.type-blocks h3 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 60px
}

section.gallery.type-blocks .title-description {
    text-align: center;
    margin-bottom: 60px
}

section.gallery.type-blocks .blocks {
    padding-top: 90px;
    padding-bottom: 90px
}

section.gallery.type-blocks .block {
    padding: 150px 50px 85px 110px;
    position: relative;
    min-height: 500px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section.gallery.type-blocks .block h1,
section.gallery.type-blocks .block h2,
section.gallery.type-blocks .block h3 {
    text-align: left;
    margin-bottom: 1em;
    font-size: 24px;
    text-transform: uppercase
}

section.gallery.type-blocks .block .image {
    position: absolute;
    right: 100%;
    width: 250px;
    top: -85px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section.gallery.type-blocks .block .eye-white-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    min-width: 170px;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0)
}

section.gallery.type-blocks .block:hover {
    background-color: #f9f9fa;
    padding-top: 85px
}

section.gallery.type-blocks .block:hover .image {
    top: 85px
}

section.gallery.type-blocks .block:hover .eye-white-button {
    opacity: 1
}

section.gallery.type-blocks .floating-bubbles-wrapper .floating-bubbles {
    pointer-events: none;
    height: 300px;
    top: -150px
}

section.products {
    padding: 185px 0 0;
    overflow: hidden;
    background-image: url(../../images/front/bg-products.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: contain;
    text-align: center
}

section.products h1,
section.products h2,
section.products h3,
section.products h4 {
    font-size: 78px
}

section.products h1 span,
section.products h2 span,
section.products h3 span,
section.products h4 span {
    color: #e71543
}

section.products .content {
    max-width: 960px;
    margin: 0 auto 60px
}

section.products .product {
    display: inline-block;
    position: relative
}

section.products .product img {
    display: block;
    margin: 0 auto 30px
}

section.products .product span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px
}

section.products .button {
    display: table;
    padding: 30px;
    background-color: #e71543;
    margin: 0 auto;
    border: 0;
    font-weight: 700
}

section.products .button:hover {
    background-color: #f9f9fa;
    color: #e71543
}

section.product:after,
section.product:before {
    clear: both;
    content: "";
    display: block;
    width: 100%
}

section.product .text-wrapper {
    background-color: #f9f9fa;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section.product.loaded .image-wrapper,
section.product.loaded .text-wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

section.product .image-wrapper {
    background-color: #eff1f3;
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section.product .image-wrapper .image {
    text-align: center;
    padding: 70px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

section.product .image-wrapper img {
    position: relative;
    z-index: 2
}

section.product .image-wrapper .scene {
    position: absolute;
    bottom: -75px;
    left: -15px;
    right: -15px
}

section.product .spec-bubbles li {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    line-height: 1.2em;
    width: 150px;
    height: 150px;
    font-weight: 700;
    background-color: #f9f9fa;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section.product .spec-bubbles li::before,
section.product .spec-bubbles li:after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #f9f9fa;
    border: 2px #f9f9fa solid;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section.product .spec-bubbles li:first-child {
    width: 200px;
    height: 200px;
    font-size: 18px;
    color: #000
}

section.product .spec-bubbles li:first-child span {
    color: #e71543
}

section.product#product-1.visited .image-wrapper .spec-bubbles li:first-child,
section.product#product-4.visited .image-wrapper .spec-bubbles li:first-child {
    left: 20%;
    top: 30%
}

section.product#product-1.visited .image-wrapper .spec-bubbles li:first-child::before,
section.product#product-4.visited .image-wrapper .spec-bubbles li:first-child::before {
    top: -20%;
    left: 60%
}

section.product#product-1.visited .image-wrapper .spec-bubbles li:nth-child(2),
section.product#product-4.visited .image-wrapper .spec-bubbles li:nth-child(2) {
    left: 0;
    top: 54%
}

section.product#product-1.visited .image-wrapper .spec-bubbles li:nth-child(2)::before,
section.product#product-4.visited .image-wrapper .spec-bubbles li:nth-child(2)::before {
    top: -20%;
    left: 60%
}

section.product#product-1.visited .image-wrapper .spec-bubbles li:nth-child(3),
section.product#product-4.visited .image-wrapper .spec-bubbles li:nth-child(3) {
    left: 12%;
    top: 75%
}

section.product#product-1.visited .image-wrapper .spec-bubbles li:nth-child(3)::before,
section.product#product-4.visited .image-wrapper .spec-bubbles li:nth-child(3)::before {
    top: -10%;
    left: 60%;
    width: 10px;
    height: 10px
}

section.product#product-1.visited .image-wrapper .spec-bubbles li:nth-child(3)::after,
section.product#product-4.visited .image-wrapper .spec-bubbles li:nth-child(3)::after {
    top: 110%;
    left: 0
}

section.product#product-1.visited .image-wrapper .spec-bubbles li:nth-child(4),
section.product#product-4.visited .image-wrapper .spec-bubbles li:nth-child(4) {
    left: 80%;
    top: 30%
}

section.product#product-1.visited .image-wrapper .spec-bubbles li:nth-child(4)::before,
section.product#product-4.visited .image-wrapper .spec-bubbles li:nth-child(4)::before {
    top: 100%;
    left: 100%;
    background-color: transparent
}

section.product#product-1.visited .image-wrapper .spec-bubbles li:nth-child(5),
section.product#product-4.visited .image-wrapper .spec-bubbles li:nth-child(5) {
    left: 100%;
    top: 54%
}

section.product#product-1.visited .image-wrapper .spec-bubbles li:nth-child(5)::before,
section.product#product-4.visited .image-wrapper .spec-bubbles li:nth-child(5)::before {
    top: 100%;
    left: 100%
}

section.product#product-1.visited .image-wrapper .spec-bubbles li:nth-child(6),
section.product#product-4.visited .image-wrapper .spec-bubbles li:nth-child(6) {
    left: 88%;
    top: 75%
}

section.product#product-1.visited .image-wrapper .spec-bubbles li:nth-child(6)::before,
section.product#product-4.visited .image-wrapper .spec-bubbles li:nth-child(6)::before {
    top: 100%;
    left: 100%
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:first-child,
section.product#product-6.visited .image-wrapper .spec-bubbles li:first-child {
    left: 5%;
    top: 30%
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:first-child::before,
section.product#product-6.visited .image-wrapper .spec-bubbles li:first-child::before {
    top: -20%;
    left: 60%
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:nth-child(2),
section.product#product-6.visited .image-wrapper .spec-bubbles li:nth-child(2) {
    left: -5%;
    top: 54%
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:nth-child(2)::before,
section.product#product-6.visited .image-wrapper .spec-bubbles li:nth-child(2)::before {
    top: -20%;
    left: 60%
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:nth-child(3),
section.product#product-6.visited .image-wrapper .spec-bubbles li:nth-child(3) {
    left: 5%;
    top: 75%
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:nth-child(3)::before,
section.product#product-6.visited .image-wrapper .spec-bubbles li:nth-child(3)::before {
    top: -10%;
    left: 60%;
    width: 10px;
    height: 10px
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:nth-child(3)::after,
section.product#product-6.visited .image-wrapper .spec-bubbles li:nth-child(3)::after {
    top: 110%;
    left: 0
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:nth-child(4),
section.product#product-6.visited .image-wrapper .spec-bubbles li:nth-child(4) {
    left: 87%;
    top: 17%
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:nth-child(4)::before,
section.product#product-6.visited .image-wrapper .spec-bubbles li:nth-child(4)::before {
    top: 100%;
    left: 100%;
    background-color: transparent
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:nth-child(5),
section.product#product-6.visited .image-wrapper .spec-bubbles li:nth-child(5) {
    left: 97%;
    top: 35%
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:nth-child(5)::before,
section.product#product-6.visited .image-wrapper .spec-bubbles li:nth-child(5)::before {
    top: 0;
    left: 0
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:nth-child(6),
section.product#product-6.visited .image-wrapper .spec-bubbles li:nth-child(6) {
    left: 105%;
    top: 55%
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:nth-child(6)::before,
section.product#product-6.visited .image-wrapper .spec-bubbles li:nth-child(6)::before {
    top: 0;
    left: 100%
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:nth-child(7),
section.product#product-6.visited .image-wrapper .spec-bubbles li:nth-child(7) {
    left: 95%;
    top: 75%
}

section.product#product-3.visited .image-wrapper .spec-bubbles li:nth-child(7)::before,
section.product#product-6.visited .image-wrapper .spec-bubbles li:nth-child(7)::before {
    top: 0;
    left: 100%
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:first-child,
section.product#product-5.visited .image-wrapper .spec-bubbles li:first-child {
    left: 10%;
    top: 26%
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:first-child::before,
section.product#product-5.visited .image-wrapper .spec-bubbles li:first-child::before {
    top: -20%;
    left: 60%
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(2),
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(2) {
    left: 6%;
    top: 48%
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(2)::before,
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(2)::before {
    top: -8%;
    left: 25%
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(3),
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(3) {
    left: -8%;
    top: 63%
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(3)::before,
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(3)::before {
    top: 30%;
    left: 120%;
    background: 0 0
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(3)::after,
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(3)::after {
    top: 110%;
    left: 0
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(4),
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(4) {
    left: 6%;
    top: 80%
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(5),
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(5) {
    left: 77%;
    top: 15%
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(5)::before,
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(5)::before {
    top: 117%;
    left: 25%
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(6),
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(6) {
    left: 100%;
    top: 30%
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(6)::before,
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(6)::before {
    top: 100%;
    left: 100%;
    background: 0 0
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(7),
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(7) {
    left: 93%;
    top: 49%
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(7)::before,
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(7)::before {
    top: 95%;
    left: 100%
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(8),
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(8) {
    left: 105%;
    top: 68%
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(8)::before,
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(8)::before {
    top: 100%;
    left: 100%;
    width: 10px;
    height: 10px
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(8)::after,
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(8)::after {
    top: 17%;
    left: -2%;
    width: 10px;
    height: 10px
}

section.product#product-2.visited .image-wrapper .spec-bubbles li:nth-child(9),
section.product#product-5.visited .image-wrapper .spec-bubbles li:nth-child(9) {
    left: 90%;
    top: 85%
}

section.product .text {
    padding: 150px 170px
}

section.product h2 {
    font-size: 36px;
    color: #e71543;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1em
}

section.product h2 small {
    text-transform: none;
    color: #421627;
    font-size: 24px
}

section.product ul.tabs-list {
    padding: 0;
    margin: 0 0 45px;
    list-style: none;
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 110px
}

section.product ul.tabs-list>li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #eff1f3;
    color: #e71543;
    border-right: 1px #f9f9fa solid;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    line-height: 1.1em;
    cursor: pointer
}

section.product ul.tabs-list>li.active,
section.product ul.tabs-list>li:hover {
    background-color: #f9f9fa;
    color: #421627
}

section.product ul.tabs-content {
    padding: 0;
    margin: 0;
    list-style: none
}

section.product ul.tabs-content>li {
    display: none
}

section.product ul.tabs-content>li.active {
    display: block
}

section.product .tab-content p {
    margin-bottom: 25px
}

section.product .tab-content ul {
    margin-bottom: 50px;
    list-style: disc
}

section.contact {
    padding: 150px 0 0;
    overflow: hidden;
    background-color: #eff1f3
}

section.contact .content {
    padding: 70px 0
}

section.contact button.submit-form {
    float: right
}

section.contact .form {
    margin-bottom: 30px
}

section.contact .logo {
    padding-top: 2em;
    margin: 0 auto;
    max-width: 180px
}

section.contact ul.address-data {
    padding-top: 5px;
    padding-left: 70px;
    position: relative;
    list-style: none;
    margin-bottom: 30px
}

section.contact ul.address-data .ss-image {
    position: absolute;
    left: 35px;
    top: 1em;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0)
}

section.contact ul.address-data>li {
    padding: 5px 0;
    line-height: 20px
}

section.contact .foam {
    height: 170px;
    display: block;
    background-color: #f9f9fa;
    position: relative;
    margin-top: 45px
}

section.contact .foam .scene {
    position: absolute;
    top: -75px;
    left: -30px;
    right: -30px;
    display: block;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: translate(0, 50%)
}

section.contact .foam .row {
    right: 0
}

section.contact .description {
    line-height: 1.6em;
    padding: 150px 0 30px
}

section.contact .contact-clouse {
    float: left;
    font-size: .8em
}

section.contact .contact-clouse .clouse-1 {
    padding-top: 20px
}

section.contact .contact-clouse p {
    margin-bottom: 0
}

section.contact .contact-clouse a {
    color: #da1b2c;
    float: right;
    width: 100%;
    text-align: right;
    cursor: pointer
}

section.contact .contact-clouse .clouse-2.hidden {
    display: none
}

section.space-before {
    padding-top: 150px
}

section.space-after {
    padding-bottom: 150px
}

section.light-bg {
    background-color: #f9f9fa
}

section.text.pielegnacja {
    overflow: hidden;
    padding-bottom: 150px
}

section.text.pielegnacja h1,
section.text.pielegnacja h2,
section.text.pielegnacja h3,
section.text.pielegnacja h4 {
    font-size: 60px
}

section.text.pielegnacja h1 span,
section.text.pielegnacja h2 span,
section.text.pielegnacja h3 span,
section.text.pielegnacja h4 span {
    color: #e71543
}

section.text.pielegnacja .banner-wrapper {
    background-color: #d7dde0
}

section.text.pielegnacja .banner {
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

section.text.pielegnacja .content {
    background-color: #f9f9fa;
    padding: 30px 0;
    text-align: center;
    position: relative
}

section.text.pielegnacja .content .scene {
    position: absolute;
    top: -75px;
    left: -30px;
    right: -30px
}

section.page-404 {
    display: table;
    width: 100%;
    height: 100vh;
    background-color: #d7dde0
}

section.page-404 .wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 90px 0 60px
}

section.page-404 .bath {
    display: inline-block;
    position: relative;
    padding-right: 3%
}

section.page-404 p {
    font-size: 24px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 100%;
    font-weight: 400;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0)
}

section.page-404 .content {
    text-align: center
}

section.page-404 .content img {
    margin: 0 auto;
    display: block
}

section.page-404 .button {
    padding: 30px;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    font-weight: 700;
    text-transform: none
}

.cookie-info {
    display: block;
    background: #2e2e2e;
    padding: 30px 0;
    z-index: 9;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.cookie-info .cookie-wrapper {
    display: table;
    width: 100%;
    max-width: 1090px;
    margin: 0 auto
}

.cookie-info .button-cell,
.cookie-info .text-cell {
    display: table-cell;
    vertical-align: middle
}

.cookie-info .text-cell {
    color: #fff
}

.cookie-info p {
    font-size: 12px;
    font-weight: 300
}

.cookie-info .button-cell {
    width: 200px;
    text-align: center
}

footer.footer {
    background-color: #421627;
    color: #fff;
    position: relative
}

footer.footer .wrapper {
    max-height: 900px;
    padding: 15px;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

footer.footer.hidden-footer .arrow-top {
    opacity: 1;
    height: 40px
}

footer.footer.hidden-footer .arrow-bottom {
    display: none
}

footer.footer.hidden-footer .wrapper {
    max-height: 0;
    padding: 0 15px;
    opacity: 0
}

footer.footer .arrow-bottom,
footer.footer .arrow-top {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #421627;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute
}

footer.footer .arrow-bottom {
    background-image: url(../../images/front/assets/arrow-bottom.png);
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0)
}

footer.footer .arrow-top {
    background-image: url(../../images/front/assets/arrow-top.png);
    bottom: 100%;
    left: 50%;
    opacity: 0;
    height: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0)
}

footer.footer a {
    color: #fff
}

footer.footer a:hover {
    color: #e71543
}

footer.footer nav {
    padding: 60px 0 30px;
    text-align: center
}

footer.footer .footer-menu {
    margin: 0;
    padding: 0
}

footer.footer .footer-menu>li {
    display: inline-block;
    vertical-align: middle
}

footer.footer .footer-menu>li a:hover,
footer.footer .footer-menu>li.active a {
    color: #e71543
}

footer.footer .footer-menu>li a {
    margin: 0 10px;
    font-weight: 400
}

footer.footer .copyrights {
    font-size: 12px
}

footer.footer .copyrights:after,
footer.footer .copyrights:before {
    clear: both;
    content: "";
    display: block;
    width: 100%
}

footer.footer .copyrights .left {
    float: left
}

footer.footer .copyrights .right {
    float: right
}

@media (max-width:1600px) {

    section.gallery.type-slider h1,
    section.gallery.type-slider h2,
    section.gallery.type-slider h3,
    section.gallery.type-slider h4 {
        font-size: 60px
    }

    section.gallery.type-slider .bubbles-slides {
        padding-top: 30px;
        padding-bottom: 30px
    }

    section.image .text-block h1,
    section.image .text-block h2,
    section.image .text-block h3,
    section.image .text-block h4 {
        font-size: 24px
    }

    section.image .text-block-wrapper.qa-text .text-block {
        padding: 30px 0
    }

    section.image .text-wrapper a {
        padding: 10px
    }

    section.image .text-wrapper h1,
    section.image .text-wrapper h2,
    section.image .text-wrapper h3,
    section.image .text-wrapper h4 {
        font-size: 16px
    }

    section.image .text-wrapper .block-intro {
        font-size: 12px
    }

    section.image .text-wrapper:hover .block-intro {
        padding: 10px 0 0
    }

    section.image .text-wrapper .eye-white {
        padding-bottom: 20px;
        font-size: 14px
    }

    section.image .qa-link {
        padding: 10px
    }

    section.image .qa-link .eye-white {
        padding-bottom: 20px;
        font-size: 14px
    }

    section.product .text {
        padding: 75px
    }

    section.text.pielegnacja {
        padding-bottom: 75px
    }

    section.text.pielegnacja .banner {
        height: 400px
    }
}

@media (min-width:1200px) {

    h1,
    h2 {
        line-height: 1.1em
    }
}

@media (max-width:1200px) {
    section.product .text {
        padding: 50px
    }

    section.product .image-wrapper,
    section.product .text-wrapper {
        min-height: 0 !important
    }

    section.product .image-wrapper {
        position: static
    }

    section.product .image-wrapper .image {
        display: table;
        max-width: 400px;
        margin: 0 auto;
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0)
    }

    section.gallery.type-blocks h1,
    section.gallery.type-blocks h2,
    section.gallery.type-blocks h3,
    section.gallery.type-blocks h4 {
        font-size: 60px
    }

    section.gallery.type-blocks .block {
        background: #f9f9fa;
        padding: 140px 30px 100px
    }

    section.gallery.type-blocks .block h1,
    section.gallery.type-blocks .block h2,
    section.gallery.type-blocks .block h3,
    section.gallery.type-blocks .block h4 {
        font-size: 24px
    }

    section.gallery.type-blocks .block:hover {
        padding-top: 150px
    }

    section.gallery.type-blocks .block:hover .image {
        top: -85px
    }

    section.gallery.type-blocks .block .eye-white-button {
        opacity: 1
    }

    section.gallery.type-blocks .block .image {
        width: 100px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0)
    }
}

@media (max-width:991px) {

    section.text.mvit h1,
    section.text.mvit h2,
    section.text.mvit h3,
    section.text.mvit h4 {
        font-size: 24px
    }

    section.gallery.type-blocks h1,
    section.gallery.type-blocks h2,
    section.gallery.type-blocks h3,
    section.gallery.type-blocks h4 {
        font-size: 24px
    }

    section.gallery.type-slider .slider>li {
        max-height: 700px
    }

    section.gallery.type-blocks .block {
        min-height: 570px
    }

    section.gallery.type-slider h1,
    section.gallery.type-slider h2,
    section.gallery.type-slider h3,
    section.gallery.type-slider h4 {
        font-size: 40px;
        width: 60%
    }

    section.gallery.type-slider .slider>li .slider-image {
        background-size: contain;
        background-position: bottom 120px center
    }

    section.gallery.type-slider .product-box {
        width: 260px;
        height: 300px
    }

    section.gallery.type-slider .bubbles-slides {
        padding: 20px 440px 20px 15px
    }

    section.gallery.type-slider .box-slides {
        padding: 30px 30px 0
    }

    section.gallery.type-slider .prev {
        right: 209px;
        bottom: 370px;
        width: 50px;
        height: 50px
    }

    section.gallery.type-slider .fade-slides>li.active .product-image {
        right: 250px
    }

    section.gallery.type-slider .next {
        right: 157px;
        bottom: 370px;
        width: 50px;
        height: 50px
    }

    section.gallery.type-slider .arrows-bottom {
        left: auto;
        right: 402px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0)
    }

    section.image .big-image {
        background-size: cover;
        background-position: center;
        height: 400px;
        background-repeat: no-repeat
    }

    section.image .big-image img {
        display: none
    }

    section.image .bubbles-wrapper {
        height: 75px
    }

    .ss-image.ss-image-mark-big:before {
        width: 1em;
        height: 1em
    }

    section.contact .logo {
        max-width: 180px;
        margin: 0 auto 30px
    }

    section.contact ul.address-data {
        padding-left: 40px;
        margin-bottom: 45px
    }

    section.contact ul.address-data .ss-image {
        left: 20px;
        top: .5em
    }

    section.contact .content {
        padding: 45px 15px
    }

    section.text.mvit {
        padding: 45px 0
    }

    h2 {
        font-size: 24px
    }

    section.image .text-block h1,
    section.image .text-block h2,
    section.image .text-block h3,
    section.image .text-block h4 {
        font-size: 24px
    }

    section.products h1,
    section.products h2 {
        font-size: 60px
    }

    .section-mvit {
        padding: 0 45px
    }

    section.image .qa-link {
        left: 75%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0)
    }

    section.image .text-wrapper a {
        opacity: 1;
        background-color: #e71543
    }

    section.gallery.type-blocks {
        padding: 45px 0 0
    }

    section.image.section-127.text-side-right .content-row,
    section.image.text-side-left .content-row {
        display: flex;
        flex-direction: column
    }

    section.image.section-127.text-side-right .content-row .articles,
    section.image.text-side-left .content-row .articles {
        width: 100%
    }

    section.image.section-127.text-side-right .content-row>.col-md-6,
    section.image.text-side-left .content-row>.col-md-6 {
        display: flex
    }

    section.image.section-127.text-side-right .content-row>.col-md-6:first-child,
    section.image.text-side-left .content-row>.col-md-6:first-child {
        order: 2
    }

    section.image.section-127.text-side-right .content-row>.col-md-6:last-child,
    section.image.text-side-left .content-row>.col-md-6:last-child {
        order: 1
    }
}

@media (max-width:767px) {
    section.contact .description {
        padding: 100px 45px 30px
    }

    .main-menu-header .language-switcher {
        padding: 10px 0;
        text-align: center
    }

    .main-menu-header .language-switcher>li:after {
        color: #fff
    }

    .main-menu-header .language-switcher a {
        color: #fff
    }

    section.contact button.submit-form {
        display: table;
        float: none;
        margin: 0 auto;
        vertical-align: middle
    }

    main {
        padding-top: 56px
    }

    section.gallery.type-slider .slider {
        position: absolute;
        top: 0;
        opacity: .3;
        left: 0;
        right: 0
    }

    section.gallery.type-slider .slider>li .slider-image {
        background-position: bottom center
    }

    section.gallery.type-slider h1,
    section.gallery.type-slider h2,
    section.gallery.type-slider h3,
    section.gallery.type-slider h4 {
        font-size: 24px
    }

    section.gallery.type-slider .bottom-content {
        position: static;
        bottom: 0;
        height: auto
    }

    section.gallery.type-slider .product-box {
        position: relative;
        z-index: 2;
        left: 0;
        bottom: 0;
        height: auto;
        width: 100%
    }

    section.gallery.type-slider .product-box:after,
    section.gallery.type-slider .product-box:before {
        clear: both;
        content: "";
        display: block;
        width: 100%
    }

    section.gallery.type-slider .product-box .link-slides {
        position: static;
        padding-left: 15px
    }

    section.gallery.type-slider .product-box .box-slides {
        padding: 30px 150px 30px 30px
    }

    section.gallery.type-slider .bubbles-slides {
        padding: 15px 30px
    }

    section.gallery.type-slider .bubbles-slides .product-text {
        text-align: left
    }

    section.gallery.type-slider .scene {
        position: absolute;
        top: 225px
    }

    section.gallery.type-slider .next {
        top: 0;
        position: relative;
        z-index: 3;
        left: 0;
        float: left
    }

    section.gallery.type-slider .prev {
        left: 0;
        position: relative;
        z-index: 3;
        top: 0;
        float: left
    }

    section.gallery.type-slider .arrows-bottom {
        display: none
    }

    section.gallery.type-slider .slide-content {
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0)
    }

    section.gallery.type-slider .slide-content h1,
    section.gallery.type-slider .slide-content h2,
    section.gallery.type-slider .slide-content h3,
    section.gallery.type-slider .slide-content h4 {
        font-size: 24px;
        padding: 0 30px;
        width: 100%
    }

    section.gallery.type-slider .slide-content .custom-slides>li {
        margin-top: 0;
        padding-top: 30px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0)
    }

    section.gallery.type-slider .slider>li {
        min-height: 300px;
        height: 300px
    }

    section.gallery.type-slider .custom-slides>li {
        position: static;
        display: none
    }

    section.gallery.type-slider .custom-slides>li.active {
        display: block
    }

    section.gallery.type-slider .custom-slides>li.active.fade {
        display: none
    }

    section.gallery.type-slider .fade-slides>li .product-image {
        right: -200px;
        z-index: 5
    }

    section.gallery.type-slider .fade-slides>li.active .product-image {
        right: -10px
    }

    .main-menu-header,
    .main-menu-header.scrolled {
        padding: 10px 35px;
        background-color: #f9f9fa;
        border-color: #eff1f3
    }

    .main-menu-header .logo {
        display: table;
        float: none;
        margin: auto;
        text-align: center
    }

    .main-menu-header .logo img {
        max-width: 50px
    }

    .main-menu-header.active nav {
        opacity: 1;
        left: 0
    }

    .main-menu-header .hamburger-switch {
        display: block;
        z-index: 2
    }

    .main-menu-header nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        bottom: 0;
        background-color: rgba(0, 0, 0, .8);
        opacity: 0;
        transition: opacity .5s ease;
        height: 100%;
        overflow: auto
    }

    .main-menu-header .table-wrapper {
        display: table;
        width: 100%;
        height: 100%;
        max-width: 250px;
        margin: auto
    }

    .main-menu-header .main-menu {
        display: table-cell;
        vertical-align: middle;
        border-bottom: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .main-menu-header .main-menu>li {
        display: block;
        border-right: 0
    }

    .main-menu-header .main-menu>li:last-child a {
        margin-left: 0;
        border-bottom: 0
    }

    .main-menu-header .main-menu>li.active a {
        color: #e71543;
        border-color: #e71543
    }

    .main-menu-header .main-menu>li a,
    .main-menu-header .main-menu>li a:hover {
        display: block;
        font-size: 17px;
        text-align: center;
        position: relative;
        line-height: 20px;
        padding: 15px 10px;
        height: auto;
        color: #fff;
        border-bottom: 1px #b7b7b7 solid
    }

    section.space-before {
        padding-top: 0
    }

    section.gallery.type-blocks .blocks {
        padding: 100px 0 0
    }

    section.gallery.type-blocks .block {
        margin-bottom: 150px;
        min-height: 0;
        padding-bottom: 120px
    }
}

@media (max-width:580px) {
    section.page-404 p {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0)
    }

    section.mvit .dogo {
        margin-bottom: 15px
    }

    section.image .big-image {
        height: 300px
    }

    footer.footer .footer-menu {
        display: block;
        text-align: center;
        float: none
    }

    footer.footer .footer-menu>li {
        display: block
    }

    footer.footer .footer-menu>li a {
        display: block;
        width: 200px;
        margin: 0 auto;
        border-bottom: 1px #f9f9fa solid;
        padding: 5px
    }

    footer.footer .footer-menu>li:last-child a {
        border-bottom: 0
    }

    footer.footer .copyrights .left,
    footer.footer .copyrights .right {
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 30px
    }

    section.contact {
        padding-top: 45px
    }

    section.contact .foam {
        height: auto
    }

    section.contact .foam .scene {
        position: relative;
        left: 0;
        right: 0
    }

    section.contact .foam .row {
        position: static !important
    }

    section.contact .foam .row .description {
        padding: 0 15px
    }

    .header-title {
        margin-bottom: 30px
    }

    h1,
    h2 {
        font-size: 24px
    }

    section.text.pielegnacja {
        padding-bottom: 45px
    }

    section.text.pielegnacja h1,
    section.text.pielegnacja h2,
    section.text.pielegnacja h3,
    section.text.pielegnacja h4 {
        font-size: 24px
    }

    section.text.pielegnacja .banner {
        height: 300px
    }

    section.products .product span {
        font-size: 14px
    }

    section.products .button {
        padding: 15px
    }

    section.product ul.tabs-list {
        height: 80px
    }

    section.product ul.tabs-list>li {
        padding: 10px;
        font-size: 12px
    }

    section.product .text {
        padding: 30px 15px
    }

    section.product .image-wrapper .image {
        padding: 30px 15px 70px;
        max-width: 100%
    }

    section.product .image-wrapper img {
        max-width: 175px;
        margin: 0 auto;
        width: 40%;
        float: left
    }

    section.product .spec-bubbles {
        padding: 0;
        list-style: none;
        width: 60%;
        float: right
    }

    section.product .spec-bubbles li,
    section.product .spec-bubbles li:first-child {
        position: static;
        width: 100%;
        height: auto;
        text-align: left;
        display: block;
        background: 0 0;
        padding: 10px 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0)
    }

    section.product .spec-bubbles li::after,
    section.product .spec-bubbles li::before,
    section.product .spec-bubbles li:first-child::after,
    section.product .spec-bubbles li:first-child::before {
        display: none
    }

    section.products {
        padding-top: 45px;
        padding-bottom: 30px
    }

    section.products h1 {
        font-size: 24px
    }

    section.image {
        background-size: 0
    }

    section.image .image {
        background-size: cover;
        background-position: center;
        height: 300px;
        background-repeat: no-repeat
    }

    section.image .image img {
        display: none
    }

    section.text.mvit .eye-white-button {
        position: static;
        margin: 0 auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0)
    }

    section.text.mvit ul.dots {
        position: static !important;
        padding: 30px 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0)
    }

    section.text.mvit ul.dots>li {
        position: static;
        margin-bottom: 40px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0)
    }

    section.image .placeholder {
        display: none
    }

    section.image .image img {
        margin: 0 auto
    }

    section.image .text-wrapper {
        position: static;
        padding: 30px 0
    }

    section.image .text-wrapper h3 {
        margin-bottom: 30px
    }

    section.image .text-wrapper a {
        position: static;
        margin: 0 auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0)
    }

    section.image .text-wrapper .text {
        position: static;
        max-width: 100%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0)
    }

    section.image .text-wrapper .text .block-intro {
        opacity: 1;
        display: block;
        max-height: none;
        padding-top: 0;
        margin-bottom: .6em;
        color: #421627
    }

    section.image .text-wrapper:hover {
        background-color: initial
    }

    section.image .text-wrapper:hover h3 {
        color: #421627
    }

    section.image .text-wrapper:hover .block-intro {
        padding-top: 0
    }

    section.image .text-block-wrapper.qa-text h1,
    section.image .text-block-wrapper.qa-text h2,
    section.image .text-block-wrapper.qa-text h3,
    section.image .text-block-wrapper.qa-text h4 {
        font-size: 24px
    }

    section.image .text-block-wrapper.qa-text .content {
        max-width: 100%;
        text-align: center
    }

    section.image .qa-link {
        position: static;
        margin: 0 auto 30px;
        display: table;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0)
    }

    .cookie-info {
        padding: 15px 0
    }

    .cookie-info .button-cell,
    .cookie-info .text-cell {
        display: block;
        width: 100%
    }

    .cookie-info p {
        font-size: 12px;
        line-height: 1.5em
    }
}

/*# sourceMappingURL=style.css.map */

#shop img{
	display: inline;
}

#shop::after {
    content: '|';
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 9px;
    color: #333;
}

@media (max-width: 767px){
    #shop::after {   
        display: none;
    }
    #shop img {
        content:url("https://www.vetoemvit.eu/images/front/koszyk-26px.png");
    }
}