@charset "UTF-8";
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1.5625em;
    color: #5a5a5a
}

p {
    margin: 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

dl {
    padding: 0;
    margin: 0
}

dt {
    font-weight: 700
}

dd {
    padding: 0;
    margin: 0 0 1em
}

li {
    width: auto
}

.no-wrap {
    white-space: nowrap
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 1em
}

.embed-responsive__item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive--16by9 {
    padding-bottom: 56.25%
}

.embed-responsive--4by3 {
    padding-bottom: 75%
}

.product-display--loading:before,
.slick-loading .slick-list:before {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    animation: sk-scaleout 1s infinite ease-in-out
}

@keyframes sk-scaleout {
    0% {
        transform: scale(0)
    }
    to {
        transform: sclae(1);
        opacity: 0
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-loading .slick-list:before {
    content: "";
    position: absolute;
    top: 25%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

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

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 10px 0 0;
    margin: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4))
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 10px;
    width: 10px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: #fff;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    opacity: .5;
    border-radius: 50%
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none;
    opacity: 1
}

.slick-dots li.slick-active button {
    background: #fff;
    opacity: 1
}

.header {
    max-width: 1600px;
    margin: 0 auto
}

.header__stage {
    position: relative
}

.header__logo {
    display: block;
    width: 40vw;
    max-width: 250px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2000
}

@media only screen and (min-width:500px) {
    .header__logo {
        top: 35px;
        left: 35px
    }
}

.main-nav {
    font-size: 16px;
    line-height: 1.375em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.main-nav__trigger {
    cursor: pointer;
    display: block;
    width: 100%;
    border: 0;
    background: #f2f2f2;
    text-align: center;
    padding: 10px 15px;
    outline: 0
}

@media only screen and (min-width:768px) {
    .main-nav__trigger {
        display: none
    }
}

.main-nav__trigger:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: cover
}

.main-nav--active .main-nav__trigger:after {
    transform: rotate(180deg)
}

.main-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.main-nav--active .main-nav__list {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:600px) {
    .main-nav__list {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media only screen and (min-width:768px) {
    .main-nav__list {
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width:1000px) {
    .main-nav__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.main-nav__item {
    width: 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

@media only screen and (min-width:600px) {
    .main-nav__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        width: 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
    .main-nav__item:not(:first-child) {
        border-left: 1px solid #fff
    }
    .main-nav__item:not(:last-child) {
        border-right: 1px solid #fff
    }
}

@media only screen and (min-width:768px) {
    .main-nav__item {
        width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
}

@media only screen and (min-width:1000px) {
    .main-nav__item {
        width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

.main-nav__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #5a5a5a;
    background: #f2f2f2;
    padding: 18px;
    text-decoration: none;
    transition: background .3s ease
}

.main-nav__link--active,
.main-nav__link:focus,
.main-nav__link:hover {
    background: #f68712
}

.main-nav__link-type {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.main-nav__link-title {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-weight: 700
}

.bubble {
    background: transparent url(../images/bubble.svg) no-repeat 50%;
    background-size: cover;
    width: 150px;
    height: 150px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.1em;
    padding: 16px;
    text-align: center;
    position: absolute;
    z-index: 2000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    text-decoration: none
}

@media only screen and (min-width:1000px) {
    .bubble {
        width: 210px;
        height: 210px;
        font-size: 16px;
        padding: 28px
    }
}

.bubble__price {
    font-size: 1.5em;
    line-height: 1;
    display: block
}

@media only screen and (min-width:1000px) {
    .bubble__price {
        font-size: 2em
    }
}

.bubble__price em {
    font-style: normal;
    position: relative;
    top: -.13em;
    font-size: .75em;
    display: inline-block;
    vertical-align: top
}

.bubble__price-before {
    font-size: .57143em;
    display: inline-block;
    vertical-align: top
}

@media only screen and (min-width:1000px) {
    .bubble__price-before {
        font-size: .5em
    }
}

.hero,
.hero__item {
    position: relative;
    height: 50.4vw;
    max-height: 725px;
    width: 100%;
    max-width: 1600px
}

.hero__item:not(:first-child):not(.slick-slide) {
    display: none
}

.hero__image {
    display: block;
    width: 100%
}

.hero__text {
    display: none;
    font-weight: 400;
    font-size: 55px;
    line-height: 1.10909em;
    color: #fff;
    position: absolute;
    width: 460px
}

@media only screen and (min-width:1100px) {
    .hero__text {
        display: block
    }
}

.hero__text--top {
    top: 35px
}

.hero__text--bottom {
    bottom: 35px
}

.hero__text--right {
    right: 35px
}

.hero__text--narrow {
    width: 300px
}

.hero__bubble {
    display: none
}

@media only screen and (min-width:768px) {
    .hero__bubble {
        display: -ms-flexbox;
        display: flex
    }
}

.notice a {
    color: #000;
    text-decoration: none
}

.notice a:focus,
.notice a:hover {
    text-decoration: underline
}

.notice--block {
    background: #f68712;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .48);
    margin: 36px 20px;
    padding: 15px 20px;
    position: relative;
    color: #000
}

.notice--block:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    border: 10px solid #f68712;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .48), inset 2px 2px 0 0 rgba(0, 0, 0, .48);
    pointer-events: none
}

.notice__title {
    font-size: 22px;
    line-height: 1.18182em;
    font-weight: 700;
    margin: 5px 0
}

.notice__text {
    font-size: 15px;
    line-height: 1.4em;
    margin: 0 0 5px
}

.main {
    max-width: 1600px;
    margin: 0 auto
}

.main>:nth-child(2n+2) {
    background: #f2f2f2
}

.main__endnote {
    max-width: 1070px;
    margin: 30px auto;
    background: transparent!important;
    padding: 0 15px;
    font-size: 11px;
    line-height: 1.27273em
}

.product-title {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 400
}

.product-head {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 40px
}

@media only screen and (min-width:768px) {
    .product-head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.product-head__column {
    width: 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    border-bottom: 1px solid #919191;
    padding: 20px 0
}

@media only screen and (min-width:768px) {
    .product-head__column {
        padding-top: 50px;
        width: 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
    .product-head__column:not(:first-child) {
        margin-left: 15px
    }
    .product-head__column:not(:last-child) {
        margin-right: 15px
    }
}

.product-head__title {
    margin: 0 0 10px
}

.product-head__selected {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

@media only screen and (min-width:768px) {
    .product-head__selected {
        padding-top: 10px
    }
}

.product-head__selected-item {
    width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

.product-head__selected-item:not(:first-child) {
    margin-left: 15px
}

.product-head__selected-item:not(:last-child) {
    margin-right: 15px
}

.product-single {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 40px
}

@media only screen and (min-width:680px) {
    .product-single {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.product-single+.product-single .product-single__column {
    padding-top: 0
}

.product-single__column {
    width: 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 20px 0;
    position: relative
}

@media only screen and (min-width:680px) {
    .product-single__column {
        padding-top: 50px;
        width: 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
    .product-single__column:not(:first-child) {
        padding-left: 15px
    }
    .product-single__column:not(:last-child) {
        padding-right: 15px
    }
}

.product-single__column--image img {
    display: block;
    margin: 0 auto
}

.product-single__column--image img+img {
    margin-top: 20px
}

.product-single__image-signet {
    position: absolute;
    left: 15px;
    top: 20px
}

@media only screen and (min-width:600px) {
    .product-single__image-signet {
        top: 50px
    }
}

.product-single__separator {
    border: 0;
    border-bottom: 1px solid #919191;
    margin: 20px 0
}

.product-single__price {
    margin-top: 20px;
    border-top: 1px solid #919191;
    padding-top: 10px
}

.product-display {
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.product-display--loading:before {
    content: "";
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px
}

.product-display__wall {
    position: relative;
    z-index: 2
}

.product-display__selection {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.product-display__selection--garage {
    left: 49.8%;
    top: 3.6%;
    max-width: 401px;
    width: 78.8%
}

.product-display__selection--door {
    left: 49.8%;
    top: 3.4%;
    max-width: 257px;
    width: 50.9%
}

.product-display__selection--inner-door {
    left: 49.8%;
    top: 4.6%;
    max-width: 255px;
    width: 50.5%
}

.product-display__signet {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    max-width: 100px;
    height: auto
}

.configurator {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 15px
}

@media only screen and (min-width:768px) {
    .configurator {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.configurator__display {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .configurator__display {
        width: calc(50% - 15px);
        -ms-flex: 1 0 calc(50% - 15px);
        flex: 1 0 calc(50% - 15px);
        margin-right: 15px
    }
}

.configurator__configuration {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

@media only screen and (min-width:768px) {
    .configurator__configuration {
        width: 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding-left: 15px;
        max-width: 50%
    }
}

.configurator__groups {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.configurator__group-headline {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    padding: 0 15px;
    margin: 0 0 20px
}

.configurator__prices {
    padding-bottom: 2em
}

@media only screen and (min-width:768px) {
    .configurator__prices {
        -ms-flex-order: -1;
        order: -1
    }
}

.configurator__prices--blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px
}

.configurator__prices-item {
    padding: 0 15px;
    margin: 0 0 30px;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width:420px) {
    .configurator__prices-item {
        width: 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

.selections {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px;
    padding: 0 15px
}

.selections--color {
    padding-left: 55px;
    padding-right: 55px
}

.selections__item {
    margin: 2px;
    font-size: 13px;
    line-height: 1.38462em;
    cursor: pointer;
    position: relative;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    outline: 0
}

.selections__item img {
    display: block;
    transition: transform .2s ease, box-shadow .2s ease;
    margin: 0 auto
}

.selections__item--active {
    z-index: 2
}

.selections__item--active img {
    transform: scale(1.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .48)
}

.selections__item--color {
    width: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    max-width: 60px
}

@media only screen and (min-width:768px) {
    .selections__item--color {
        width: calc(16.66667% - 4px);
        -ms-flex-preferred-size: calc(16.66667% - 4px);
        flex-basis: calc(16.66667% - 4px);
        max-width: calc(16.66667% - 4px)
    }
}

.selections__item--variant {
    width: calc(33.33333% - 4px);
    -ms-flex-preferred-size: calc(33.33333% - 4px);
    flex-basis: calc(33.33333% - 4px);
    max-width: calc(33.33333% - 4px)
}

.selections__text {
    display: none
}

@media only screen and (min-width:768px) {
    .selections__text {
        display: block
    }
}

.selections .slick-list {
    padding: 25px
}

.details {
    padding: 30px 0
}

.details a {
    color: #333367;
    font-weight: 700;
    text-decoration: none
}

.details a:focus,
.details a:hover {
    text-decoration: underline
}

.details__container {
    max-width: 1070px;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .details__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.details__column {
    padding: 0 15px
}

.details__column:not(:last-child) {
    margin-bottom: 30px
}

.details__column p {
    margin-bottom: 1em
}

.details__column p:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .details__column {
        width: 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }
    .details__column:not(:last-child) {
        margin-bottom: 0
    }
}

.details__list {
    margin: 0 0 1em;
    list-style: square;
    padding-left: 1em
}

.details__list img {
    margin-top: .4em;
    margin-bottom: .4em
}

.price-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.price-block>* {
    width: 100%
}

.price-block__title {
    font-weight: 700;
    margin: 0
}

.price-block__title--expand {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.price-block__info {
    margin: 0
}

.price-block__info--expand {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.price-block__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.price-block__list--expand {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.price-block__separator {
    border: 0;
    border-top: 1px solid #919191;
    margin: 15px 0;
    padding: 0
}

.price-block__price {
    color: #333367;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.1em;
    margin: 0
}

.price-block__price em {
    font-style: normal;
    position: relative;
    top: -4px;
    font-size: 30px;
    display: inline-block;
    vertical-align: top
}

.price-block__table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse
}

.price-block__table-row:not(:last-child) td {
    border-bottom: 1px solid #919191
}

.price-block__table-cell {
    padding: 5px 0;
    vertical-align: top
}

.price-block__table-cell:not(:first-child) {
    padding-left: 10px
}

.price-block__table-cell:not(:last-child) {
    padding-right: 10px
}

.price-block__table-cell--price {
    font-weight: 700;
    white-space: nowrap;
    font-size: 1.1em
}

.cms a {
    color: #333367;
    font-weight: 700;
    text-decoration: none
}

.cms a:focus,
.cms a:hover {
    text-decoration: underline
}

.cms dd,
.cms p {
    margin-bottom: 1.5em
}

.cms__container {
    max-width: 1070px;
    margin: 0 auto;
    padding: 60px 0
}

.cms__headline {
    font-weight: 400;
    padding: 0 15px;
    font-size: 35px;
    line-height: 1.1em;
    margin: 0 0 1em
}

.cms__subheadline {
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 25px;
    line-height: 1.1em;
    margin: 0 0 1em
}

@media only screen and (min-width:768px) {
    .cms__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.cms__content--inside {
    margin: 0 -15px
}

@media only screen and (min-width:500px) {
    .cms__content--inside {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
    .cms__content--inside .cms__content-column {
        width: 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

.cms__content-column {
    padding: 0 15px
}

.cms__content-column>:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .cms__content-column {
        width: 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

.cms__content-column--center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.cms__content-image img {
    display: block;
    margin: 0 auto
}

.cms-download {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cms-download__image {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
    margin-right: 1em
}

.cms-download__image img {
    border: 1px solid #999
}

.cms-download__info {
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    width: 70%
}

.cms-download__info p {
    font-size: 14px;
    line-height: 1.33333em
}

.catalogue__container {
    max-width: 1070px;
    margin: 0 auto;
    padding: 60px 15px 30px
}

.catalogue__content {
    margin: 0 -15px
}

.catalogue__content>* {
    margin-bottom: 30px
}

@media only screen and (min-width:768px) {
    .catalogue__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap
    }
}

.catalogue__content-column {
    padding: 0 15px
}

.catalogue__content-column>:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .catalogue__content-column {
        width: 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
    .catalogue__content-column--catalogue {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.catalogue__headline {
    font-weight: 400;
    font-size: 35px;
    margin: 0 0 1em
}

@media only screen and (min-width:401px) {
    .catalogue__entry {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.catalogue__image {
    display: block;
    margin-right: 30px;
    border: 1px solid #999;
    margin-bottom: 20px;
    width: 280px;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media only screen and (min-width:401px) {
    .catalogue__image {
        margin-bottom: 0
    }
}

.catalogue__image img {
    display: block
}

.catalogue__link-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.catalogue__link {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #333367;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    white-space: nowrap
}

.catalogue__link:focus,
.catalogue__link:hover {
    text-decoration: underline
}

.catalogue__link:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px
}

.catalogue__link--pdf:before {
    content: ""
}

.catalogue__link--online:before {
    content: ""
}

.catalogue__link--order:before {
    content: ""
}

.merchant-locator {
    padding: 30px 0
}

.merchant-locator__container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px
}

.merchant-locator__title {
    font-weight: 400;
    text-align: center;
    font-size: 35px;
    margin: .2em 0;
    text-transform: uppercase
}

.merchant-locator__text {
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    margin: .2em 0 30px
}

.merchant-locator__iframe {
    width: 100%;
    height: 584px
}

.footer {
    max-width: 1600px;
    margin: 0 auto;
    background: #333367;
    color: #fff;
    font-weight: 400;
    padding: 30px 0
}

.footer__link {
    color: #fff;
    text-decoration: none
}

.footer__link:focus,
.footer__link:hover {
    text-decoration: underline
}

.footer__nav {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 15px;
    letter-spacing: .03em;
    margin-bottom: 25px
}

.footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

@media only screen and (min-width:500px) {
    .footer__nav-list {
        text-align: left
    }
}

.footer__nav-item {
    display: inline-block
}

.footer__nav-item:not(:last-child) {
    margin-right: 10px
}

.footer__copy-container {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 15px
}

@media only screen and (min-width:500px) {
    .footer__copy-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer__logo {
    margin: 0;
    height: 37px;
    text-align: center;
    white-space: nowrap
}

@media only screen and (min-width:500px) {
    .footer__logo {
        text-align: left
    }
}

.footer__logo>img {
    height: 100%;
    width: auto
}

.footer__logo-country {
    display: inline-block;
    vertical-align: top;
    font-family: Arial Black, sans-serif;
    font-size: 18px;
    position: relative;
    top: 8px
}

.footer__copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:500px) {
    .footer__copy {
        padding: 0
    }
}

.footer__copyright {
    margin: 0
}

.footer__copyright:before {
    display: inline-block;
    content: "|";
    margin: 0 10px
}

.figure {
    margin: 0 0 1em
}

.figure__caption {
    color: rgba(90, 90, 90, .5);
    font-size: .9em
}

.piggybank {
    display: none;
    position: absolute;
    z-index: 2000;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    bottom: 5%;
    right: 5%;
    line-height: 1.4;
    color: #000
}

@media only screen and (min-width:768px) {
    .piggybank {
        display: -ms-flexbox;
        display: flex
    }
}

.piggybank__image {
    margin-right: 10px;
    width: 100px
}

.piggybank__tooltip-box {
    background-color: #f68712;
    position: relative;
    width: 210px;
    font-size: 14px;
    font-weight: 700;
    cursor: help;
    padding: 15px 20px;
    text-align: center
}

.piggybank__tooltip-box:focus .piggybank__tooltip-popup,
.piggybank__tooltip-box:hover .piggybank__tooltip-popup {
    display: block
}

.piggybank__tooltip-popup {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 20px
}

.piggybank__tooltip-popup-inner {
    background-color: #f68712;
    padding: 15px 20px;
    position: relative;
    font-weight: 400;
    width: 260px
}

.piggybank__tooltip-popup-inner:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    content: "";
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #f68712 transparent transparent
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center
}

.media__image {
    width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    margin-right: 30px
}

.media__text {
    width: 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%
}

.hero__bubble--renomatic2018-1 {
    top: 36%;
    left: 32%
}

.hero__bubble--renomatic2018-2 {
    top: 46%;
    left: 64%
}

.hero__bubble--thermosafe-1 {
    top: 17%;
    left: 33%
}

.hero__bubble--thermo65-1 {
    top: 22%;
    left: 30%
}

.hero__bubble--ksi-1 {
    top: 24%;
    left: 59%
}

.hero__bubble--pohon-1 {
    top: 15%;
    left: 20%
}

@media only screen and (min-width:1000px) {
    .hero__bubble--pohon-1 {
        top: 2%;
        left: 24%
    }
}

.hero__bubble--pohon-2 {
    top: 15%;
    left: 64%
}

@media only screen and (min-width:1000px) {
    .hero__bubble--pohon-2 {
        top: 2%;
        left: 64%
    }
}

.image-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5em
}

.image-row>* {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}