@font-face {
    font-family: "open sans";
    src: url("/static/kiosek/assets/fonts/new/opensans-semibolditalic.woff2") format("woff2"), url("/static/kiosek/assets/fonts/new/opensans-semibolditalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display:swap
}

@font-face {
    font-family: "open sans";
    src: url("/static/kiosek/assets/fonts/new/opensans-extrabold.woff2") format("woff2"), url("/static/kiosek/assets/fonts/new/opensans-extrabold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: "open sans";
    src: url("/static/kiosek/assets/fonts/new/opensans-italic.woff2") format("woff2"), url("/static/kiosek/assets/fonts/new/opensans-italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display:swap
}

@font-face {
    font-family: "open sans";
    src: url("/static/kiosek/assets/fonts/new/opensans-extrabolditalic.woff2") format("woff2"), url("/static/kiosek/assets/fonts/new/opensans-extrabolditalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display:swap
}

@font-face {
    font-family: "open sans";
    src: url("/static/kiosek/assets/fonts/new/opensans-medium.woff2") format("woff2"), url("/static/kiosek/assets/fonts/new/opensans-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: "open sans";
    src: url("/static/kiosek/assets/fonts/new/opensans-bolditalic.woff2") format("woff2"), url("/static/kiosek/assets/fonts/new/opensans-bolditalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display:swap
}

@font-face {
    font-family: "open sans";
    src: url("/static/kiosek/assets/fonts/new/opensans-lightitalic.woff2") format("woff2"), url("/static/kiosek/assets/fonts/new/opensans-lightitalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display:swap
}

@font-face {
    font-family: "open sans";
    src: url("/static/kiosek/assets/fonts/new/opensans-semibold.woff2") format("woff2"), url("/static/kiosek/assets/fonts/new/opensans-semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: "open sans";
    src: url("/static/kiosek/assets/fonts/new/open sans.woff2") format("woff2"), url("/static/kiosek/assets/fonts/new/open sans.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: "open sans";
    src: url("/static/kiosek/assets/fonts/new/opensans-light.woff2") format("woff2"), url("/static/kiosek/assets/fonts/new/opensans-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: "open sans";
    src: url("/static/kiosek/assets/fonts/new/opensans-bold.woff2") format("woff2"), url("/static/kiosek/assets/fonts/new/opensans-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: "open sans";
    src: url("/static/kiosek/assets/fonts/new/opensans-mediumitalic.woff2") format("woff2"), url("/static/kiosek/assets/fonts/new/opensans-mediumitalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display:swap
}

html {
    font-family: "open sans"
}

#cboxOverlay {
    background: #fff !important;
    opacity:unset !important
}

body {
    margin: 0;
    padding: 0;
    padding-top:185px
}

body > * {
    box-sizing:border-box
}

body::-webkit-scrollbar {
    display:none
}

*::-webkit-scrollbar {
    display:none
}

.header {
    position: fixed;
    top: 0;
    padding: 0 40px 0 84px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    height: 185px;
    background: #0c5fbb;
    z-index:50
}

.header .header__logo {
    padding: 21px;
    display: block;
    position: relative;
    width: 217px;
    height: 217px;
    flex: 0 0 217px;
    background: #fff;
    z-index: 11;
    box-shadow: 0 0 16px 0px rgba(0, 0, 0, .28);
    box-sizing: border-box;
    margin:22px 0 0 0
}

.header .header__logo img {
    width: 100%;
    height: 100%;
    object-fit:cover
}

.header .header__text {
    margin-left: 45px;
    margin-right: 65px;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 810px;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-family: "open sans";
    font-weight: 600;
    text-align:right
}

.header .header__text .rako {
    margin-left: 30px;
    display: inline-block;
    width: 260px;
    min-width: 260px;
    height: 100px;
    background: #d90f1a url("/static/kiosek/assets/images/rako.svg") no-repeat center;
    background-size:210px
}

.header .header__actions {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content:flex-start
}

.header .header__actions .action {
    margin: 0 8px;
    width: 107px;
    height: 107px;
    background-image: linear-gradient(0deg, #e4eff6 0%, #ffffff 100%);
    box-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, .23);
    transition:box-shadow .3s
}

.header .header__actions .action:hover {
    box-shadow:none
}

.header .header__actions .action--home {
    background: url("/static/kiosek/assets/images/home.svg") no-repeat center/60px, linear-gradient(0deg, #e4eff6 0%, #ffffff 100%)
}

.header .header__actions .action--previous {
    background: url("/static/kiosek/assets/images/arrow-left.svg") no-repeat center/70px, linear-gradient(0deg, #e4eff6 0%, #ffffff 100%)
}

.header .header__actions .action--next {
    background: url("/static/kiosek/assets/images/arrow-right.svg") no-repeat center/70px, linear-gradient(0deg, #e4eff6 0%, #ffffff 100%)
}

.header .header__actions .action--search {
    position: relative;
    margin-left: 32px;
    z-index:0
}

.header .header__actions .action--search .action__link {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/static/kiosek/assets/images/search.svg") no-repeat center/60px, linear-gradient(0deg, #1198eb 0%, #20a4f5 100%);
    z-index:3
}

@keyframes scaling {
    0% {
        transform:scale(1)
    }

    50% {
        transform:scale(1.2)
    }

    100% {
        transform:scale(1)
    }
}

.header .header__actions .action--favorite {
    background: url("/static/kiosek/assets/images/heart.svg") no-repeat center/70px, linear-gradient(0deg, #1198eb 0%, #20a4f5 100%)
}

.search-bar {
    position: fixed;
    margin-top: -112px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 112px;
    background: #19a0f2;
    transition: .3s ease-in;
    z-index:40
}

.search-bar.toggled {
    margin-top:0
}

.search-bar form {
    margin: auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    width:1240px
}

.search-bar form input[type=text] {
    padding-left: 25px;
    width: 860px;
    height: 70px;
    flex: 0 0 860px;
    color: #fff;
    font-family: "open sans";
    font-size: 28px;
    background: none;
    border: none;
    border-bottom:3px solid #fff
}

.search-bar form input[type=submit] {
    margin-left: 50px;
    width: 205px;
    height: 70px;
    text-transform: uppercase;
    color: #1ca1f2;
    font-size: 28px;
    font-family: "open sans";
    background: linear-gradient(0deg, #e4eff6 0%, #ffffff 100%);
    box-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, .23);
    border:none
}

.search-bar .search-bar__close {
    margin-left: 40px;
    display: inline-flex;
    width: 65px;
    height: 65px;
    background: url("/static/kiosek/assets/images/cancel.svg") no-repeat center;
    background-size:contain
}

.content {
    position: relative;
    padding: 55px 50px;
    padding-bottom:0
}

.content__blocks {
    margin-top: 20px;
    display: flex;
    flex-flow: row;
    justify-content:space-between
}

.content__blocks .content__block {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 890px;
    width: 890px;
    height: 730px;
    text-decoration:none
}

.content__blocks .content__block .block__inner {
    padding: 0 30px;
    width: 540px;
    height: 250px;
    background: rgba(11, 95, 187, .9);
    color:#fff
}

.content__blocks .content__block .block__inner .block__title {
    margin: 0;
    padding: 20px 0px;
    font-family: "open sans";
    font-size: 60px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    border-bottom:2px solid rgba(255, 255, 255, .3)
}

.content__blocks .content__block .block__inner .block__subtitle {
    font-family: "open sans";
    font-weight: 300;
    font-size: 40px;
    text-align:center
}

.content__blocks .content__block--inspiration {
    background: url("/static/kiosek/assets/images/pracovni-postupy.jpg") no-repeat center;
    background-size:cover
}

.content__blocks .content__block--parameters {
    background: url("/static/kiosek/assets/images/vizualizace.jpeg") no-repeat center;
    background-size:cover
}

@keyframes bg {
    0% {
        transform:translateY(-100%)
    }

    50% {
        transform:translateY(0%)
    }

    100% {
        transform:translateY(-100%)
    }
}

@keyframes fadein {
    0% {
        opacity:0
    }

    80% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

@keyframes hide {
    from {
        display:block
    }

    to {
        display:none
    }
}

.categories-series {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap:15px
}

.categories-series .category {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 420px;
    height: 320px;
    text-decoration: none;
    background:#0c5fbb
}

.categories-series .category .video {
    display: flex;
    height: 74%;
    width: 100%;
    justify-content:center
}

.categories-series .category .video img {
    height: auto;
    display: block;
    width: 100%;
    object-fit:cover
}

.categories-series .category h3 {
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
    font-family: "open sans";
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    margin: 0;
    margin-top:10px
}

.categories-series .category iframe {
    width: 100%;
    height:75%
}

.categories-series .category .category__image {
    max-height: 240px;
    max-width: 420px;
    width: 100%;
    height:100%
}

.categories-series .category .category__name {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 56px;
    color: #fff;
    font-family: "open sans";
    text-transform: uppercase;
    font-weight: 800;
    text-align: right;
    text-align:center
}

.categories-series .category .category__name:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/static/kiosek/assets/images/caret-right.svg") no-repeat center;
    background-size:contain
}

.categories {
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between
}

.categories .category {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 420px;
    height: 320px;
    text-decoration: none;
    background:#0c5fbb
}

.categories .category .category__image {
    width:100%
}

.categories .category .category__name {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 80px;
    color: #fff;
    font-family: "open sans";
    text-transform: uppercase;
    font-weight: 800;
    text-align:right
}

.categories .category .category__name:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/static/kiosek/assets/images/caret-right.svg") no-repeat center;
    background-size:contain
}

.categories .quick-links {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content:space-between
}

.categories .quick-links .visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    width: 400px;
    background: #19a0f2;
    text-decoration:none
}

.categories .quick-links .visual span {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 80px;
    color: #fff;
    font-family: "open sans";
    text-transform: uppercase;
    font-weight: 800;
    display: flex;
    align-items:center
}

.categories .quick-links .visual span::before {
    content: "";
    background-image: url(/static/kiosek/assets/images/visibility.png);
    width: 63px;
    height: 43px;
    display: block;
    margin-right:15px
}

.categories .quick-links .visual span::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/kiosek/assets/images/caret-right.svg) no-repeat center;
    background-size: contain;
    margin-left:10px
}

.categories .quick-links .videos {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    width: 400px;
    background: #19a0f2;
    text-decoration:none
}

.categories .quick-links .videos span {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 80px;
    color: #fff;
    font-family: "open sans";
    text-transform: uppercase;
    font-weight: 800;
    display: flex;
    align-items:center
}

.categories .quick-links .videos span::before {
    content: "";
    background-image: url(/static/kiosek/assets/images/play.png);
    width: 52px;
    height: 52px;
    display: block;
    margin-right:15px
}

.categories .quick-links .videos span::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/kiosek/assets/images/caret-right.svg) no-repeat center;
    background-size: contain;
    margin-left:10px
}

.stores__wrapper {
    height:410px
}

.stores__wrapper .stores {
    position: relative;
    height:100%
}

.stores__wrapper .stores .stores__title {
    margin-top: 45px;
    margin-bottom: 25px;
    margin-left: 225px;
    display: flex;
    align-items: center;
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 60px;
    color: #1d2f42;
    font-family: "open sans";
    font-weight:600
}

.stores__wrapper .stores .stores__title:before {
    content: "";
    position: relative;
    margin-right: 15px;
    display: inline-block;
    width: 90px;
    height: 120px;
    background: url("/static/kiosek/assets/images/bubble-cart.svg") no-repeat center;
    background-size:contain
}

.stores__wrapper .stores .stores__summarize {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: 205px;
    margin-bottom:70px
}

.stores__wrapper .stores .stores__summarize .czech_stores .stores_amount {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    line-height: 0;
    font-size: 28px;
    font-family: "open sans";
    color: #fff;
    background: #19a0f2;
    border-radius:50%
}

.stores__wrapper .stores .stores__summarize .czech_stores {
    display: flex;
    align-items:center
}

.stores__wrapper .stores .stores__summarize .stores__text {
    margin-left: 15px;
    color: #1d2f42;
    font-size: 28px;
    font-family: "open sans"
}

.stores__wrapper {
    box-shadow:0 0 50px 0 #fff
}

.stores__wrapper:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 70px;
    left: 0;
    right: 0;
    height: 200px;
    background:radial-gradient(ellipse at top, #c2e0f3 0%, #c2e0f3 0%, #c2e0f3 0%, #fff 50%)
}

.stores {
    margin-top: 50px;
    display: flex;
    z-index: 2;
    position: relative;
    flex-flow: row;
    align-items:flex-end
}

.interactive_map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: block;
    width: 670px;
    height: 380px;
    background: url("/static/kiosek/assets/images/mapa.png") no-repeat center;
    background-size:contain
}

.interactive_map--sk {
    background: url("../images/map_sk.png") no-repeat center;
}

.interactive_map .map__pin {
    position: absolute;
    display: inline-block;
    width: 55px;
    height: 75px;
    background: url("/static/kiosek/assets/imagesmap_pin.svg") no-repeat center;
    background-size: 90%;
    transition:all .5s
}

.interactive_map .map__pin:hover {
    background: url("/static/kiosek/assets/imagesmap_pinh.svg") no-repeat center;
    background-size: 85%;
    margin-top:-10px
}

.interactive_map .map__pin.praha {
    top: 22%;
    left:28.99%
}

.interactive_map .map__pin.rakovnik {
    top: 19.5%;
    left: 21.5%;
    background: url("/static/kiosek/assets/imagesmap_pin.svg") no-repeat center;
    background-size: 90%;
    z-index:2
}

.interactive_map .map__pin.rakovnik:hover {
    background: url("/static/kiosek/assets/imagesmap_pinh.svg") no-repeat center;
    background-size:90%
}

.interactive_map .map__pin.roudnice {
    top: 4%;
    left:26.7%
}

.interactive_map .map__pin.hradec {
    top: 14%;
    left:51%
}

.interactive_map .map__pin.roznov {
    top: 45%;
    left:84.8%
}

.interactive_map .map__pin.brno {
    top: 55.5%;
    left:64.3%
}

.interactive_map .map__pin.olomouc {
    top: 38%;
    left:72.8%
}

.interactive_map .map__pin.ostrava {
    top: 27%;
    left:86.8%
}

.interactive_map .map__pin.zlin {
    top: 53%;
    left:78.8%
}

.interactive_map .map__pin.liberec {
    top: -7%;
    left:40%
}

.interactive_map .map__pin--v2 {
    top: 19%;
    left: 25.9%;
    width: 65px;
    height: 95px;
    background: url("/static/kiosek/assets/imagesmap_pin3.svg") no-repeat center;
    background-size: 60px;
    z-index:1
}

.interactive_map .map__pin--v2:hover {
    background: url("/static/kiosek/assets/imagesmap_pin3h.svg") no-repeat center;
    background-size: 60px;
    z-index:2
}

.store_card {
    display: flex;
    flex-flow: row nowrap;
    position: absolute;
    top: 0;
    right: 150px;
    width: 524px;
    height: 279px;
    box-shadow: 0 0 9px rgba(169, 193, 219, .75);
    background-color: #fff;
    z-index: 5;
    display: none;
    padding: 20px;
    box-sizing:border-box
}

.store_card .card__header {
    text-align:center
}

.store_card .card__title {
    margin: 0;
    color: #19a0f2;
    font-size: 16px;
    font-family: "open sans";
    font-weight: bold;
    text-transform:uppercase
}

.store_card .card__close {
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #2d3f54 url(/assets/images/cross.svg) no-repeat center;
    background-size: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
    cursor:pointer
}

.store_card .card__image {
    display: flex;
    flex-flow: column;
    justify-content:space-between
}

.store_card .card__image img {
    padding: 5px;
    width: 190px;
    height: 135px;
    background: #e9f5fd;
    border:1px solid #bcdaee
}

.store_card .card__content {
    padding: 12px 20px 0px 20px;
    flex: 0 0 50%;
    display: flex;
    flex-flow: column;
    justify-content:space-between
}

.store_card .card__content .card__info {
    flex: 1 1 auto;
    display: flex;
    flex-flow:column
}

.store_card .card__content .card__info span {
    display: block;
    font-family: "open sans"
}

.store_card .card__content .card__info span.country_code {
    display:inline-block
}

.store_card .card__content .card__info div {
    margin-top:20px
}

.store_card .card__content .card__info .info__contact {
    margin-top:auto
}

.store_card .card__content .card__info .info__title {
    margin-bottom: 5px;
    color: #0c5fbb;
    font-weight: bold;
    font-size: 16px;
    font-family: "open sans"
}

.store_card .card__content .card__info .info__email a {
    color: #19a0f2;
    text-decoration: underline;
    font-family: "open sans"
}

.store_card .card__link {
    padding: 20px 0;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #0c5fbb;
    transition: all .3s;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-family: "open sans"
}

.store_card .card__link:hover {
    text-decoration: none;
    background: #fff;
    color: #0c5fbb;
    outline:2px solid #0c5fbb
}

.store_card.active {
    display: flex;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .55s;
    animation-duration:.55s
}

.store_card.next {
    left:300px
}

@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform:scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform:scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform:scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform:scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -ms-transform: scale3d(0.97, 0.97, 0.97);
        transform:scale3d(0.97, 0.97, 0.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration:.75s
}

.content__title, .nothing_found {
    margin: 0;
    margin-bottom: 45px;
    text-align: center;
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #1d2f42;
    font-family: "open sans";
    font-weight:600
}

.nothing_found {
    display: block;
    margin: auto;
    margin-top: 220px;
    text-align: center;
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #1d2f42;
    font-family: "open sans";
    font-weight:600
}

.product-listing {
    margin-left: -30px;
    margin-right:-30px
}

.product-listing .remove-product {
    display:none
}

.product-listing .product {
    overflow: hidden;
    margin: 0 11px;
    margin-bottom: 25px;
    position: relative;
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    width: 440px;
    height: 480px;
    padding: 21px;
    text-decoration: none;
    border: 2px solid #e1e3e4;
    box-sizing: border-box;
    transition:all .3s
}

.product-listing .product .product__badge {
    position: absolute;
    top: 25px;
    left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 40px;
    font-family: "open sans";
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-45deg);
    background:#1ca1f2
}

.product-listing .product .product__link {
    margin-bottom: 25px;
    display: flex;
    flex-flow: column;
    flex: 1 1 auto;
    border-bottom: 2px solid #e1e3e4;
    text-decoration:none
}

.product-listing .product .product__img {
    display: block;
    margin: auto;
    max-height:230px
}

.product-listing .product .product__name {
    padding: 0 25px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    height: 110px;
    font-size: 25px;
    line-height: 32px;
    max-height: calc(3 * 30px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #2d3f54;
    font-family: "open sans";
    font-weight: 600;
    text-align:center
}

.product-listing .product .product__detail-link {
    padding: 0px 20px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    text-decoration: none;
    color: #0b5fbb;
    font-family: "open sans";
    text-transform: uppercase;
    border: 2px solid #0b5fbb;
    transition:all .3s
}

.product-listing .product .product__detail-link:hover {
    background: #0b5fbb;
    color:#fff
}

.product-listing .product .product__favorite {
    box-sizing: border-box;
    margin-left: 10px;
    display: inline-block;
    width: 50px;
    height: 44px;
    border: 2px solid #e1e3e4;
    animation: none;
    background: url("/static/kiosek/assets/images/heart-gray.svg") no-repeat center;
    background-size:31px
}

.product-listing .product .product__favorite.active {
    background: url("/static/kiosek/assets/images/heart-red.svg") no-repeat center;
    background-size:31px
}

.product-listing .product .product__favorite.clicked {
    position: relative;
    background: url("/static/kiosek/assets/images/heart-red.svg") no-repeat center;
    background-size: 31px;
    position:relative
}

.product-listing .product .product__favorite.clicked:after {
    content: "";
    position: absolute;
    width: 31px;
    height: 31px;
    color: red;
    background: url("/static/kiosek/assets/images/heart-red.svg") no-repeat center;
    background-size: contain;
    animation:flowOne 1s linear forwards
}

.product-listing .product .product__favorite.clicked:before {
    content: "";
    position: absolute;
    width: 31px;
    height: 31px;
    color: red;
    background: url("/static/kiosek/assets/images/heart-red.svg") no-repeat center;
    background-size: contain;
    animation:flowThree 1s linear forwards
}

@keyframes flowOne {
    0% {
        opacity: 0;
        bottom: 0;
        left:20%
    }

    40% {
        opacity:.8
    }

    50% {
        opacity: 1;
        left:0
    }

    60% {
        opacity:.2
    }

    80% {
        bottom:80%
    }

    100% {
        opacity: 0;
        bottom: 120%;
        left:26%
    }
}

@keyframes flowThree {
    0% {
        opacity: 0;
        bottom: 0;
        left:0
    }

    40% {
        opacity:.8
    }

    50% {
        opacity: 1;
        left:30%
    }

    60% {
        opacity:.2
    }

    80% {
        bottom:100%
    }

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

.product-listing .product .product__footer {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    width:100%
}

.product-listing .product .product__footer .product__detail-link {
    margin-left:auto
}

.product-listing .product .product__footer .product__price {
    margin-right: auto;
    display: block;
    font-size: 25px;
    color: #0c5fbb;
    font-family: "open sans";
    font-weight:600
}

.product-listing--favorite {
    display: flex;
    flex-flow:row wrap
}

.product-listing--favorite .remove-product {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 68px;
    height: 68px;
    background: #de232b url("/static/kiosek/assets/images/cancel.svg") no-repeat center;
    background-size: 29px;
    z-index:5
}

.product-listing--favorite .remove-product:hover {
    cursor:pointer
}

.product-listing--favorite .product__footer .product__detail-link, .product-listing--favorite .product__footer .product__favorite {
    display:none
}

.product-listing--search {
    display: flex;
    flex-flow: row wrap;
    justify-content:center
}

.products-actions {
    margin-top: 80px;
    margin-bottom: 55px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-left: auto;
    margin-right:auto
}

.products-actions .action {
    margin: 0 19px;
    padding-right: 40px;
    display: inline-flex;
    align-items: center;
    height: 77px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-family: "open sans";
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0px 13px 21px rgba(29, 47, 66, .36);
    background: #1299eb;
    transition:all .3s
}

.products-actions .action:hover {
    box-shadow:none
}

.products-actions .action:before {
    content: "";
    margin-right: 35px;
    position: relative;
    display: inline-block;
    width: 80px;
    height: 100%;
    background-color:rgba(0, 0, 0, .23)
}

.products-actions .action--send:before {
    background-image: url("/static/kiosek/assets/images/sent-mail.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:40px
}

.products-actions .action--print:before {
    background-image: url("/static/kiosek/assets/images/printer.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:40px
}

.products-actions .action--delete-all {
    background:#de232b
}

.products-actions .action--delete-all:before {
    background-image: url("/static/kiosek/assets/images/cancel.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:30px
}

.hero {
    margin-bottom:55px
}

.hero .hero__image {
    height: 500px;
    margin-left: -50px;
    margin-right:-50px
}

.hero .hero__text {
    margin-top: 65px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #2d3f54;
    font-family: "open sans";
    font-weight: 400;
    text-align:center
}

.hero .hero__button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    height: 75px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 28px;
    font-family: "open sans";
    background-color: #de232b;
    box-shadow:0px 13px 21px rgba(29, 47, 66, .36)
}

.hero .hero__images {
    margin-top:-50px
}

.hero .hero__images .images__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content:center
}

.hero .hero__images .images__list .list__item {
    margin: 0 6px;
    border:4px solid #0c5fbb
}

.hero .hero__images .images__list .list__item .list__link {
    position: relative;
    display:block
}

.hero .hero__images .images__list .list__item .list__link.video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, .7)
}

.hero .hero__images .images__list .list__item .list__link.video:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 80px;
    height: 80px;
    background: #0c5fbb url("/static/kiosek/assets/images/play_btn.svg") no-repeat center;
    background-size: 23px 28px;
    border-radius: 50%;
    border:7px solid #fff
}

.detail-grid-container, .listing-grid-container {
    margin-bottom: 55px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 45px;
    grid-auto-rows:275px
}

.detail-grid-container .grid-item--span-2, .listing-grid-container .grid-item--span-2 {
    grid-row: span 2;
    grid-column:span 2
}

.detail-grid-container .grid-item--span-2 img, .listing-grid-container .grid-item--span-2 img {
    width: 100%;
    height:100%
}

.detail-grid-container .grid-item a, .listing-grid-container .grid-item a {
    text-decoration:none
}

.detail-grid-container .grid-item .grid-item__name, .listing-grid-container .grid-item .grid-item__name {
    padding: 0 33px;
    color: #fff;
    font-family: "open sans";
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing:2px
}

.listing-grid-container .grid-item {
    position:relative
}

.listing-grid-container .grid-item a {
    display: block;
    width: 100%;
    height:100%
}

.listing-grid-container .grid-item img {
    width: 100%;
    height:100%
}

.listing-grid-container .grid-item .grid-item__name {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    height: 70px;
    background:#0c5fbb
}

.listing-grid-container .grid-item .grid-item__name:after {
    content: "";
    position: relative;
    margin-left: 25px;
    display: inline-block;
    width: 15px;
    height: 20px;
    background: url("/static/kiosek/assets/images/right-chevron.svg") no-repeat center;
    background-size:cover
}

.store {
    padding-bottom: 85px;
    border-bottom: 2px solid #e1e2e4;
    display: flex;
    flex-flow: row;
    justify-content:flex-start
}

.store .store__images {
    overflow: hidden;
    width: 600px;
    flex:0 0 600px
}

.store .store__images .images__main {
    width: 600px;
    height:450px
}

.store .store__images .images__main a {
    display:block
}

.store .store__images .images__main a img {
    display: block;
    margin-right: auto;
    margin-left:auto
}

.store .store__images .images__more {
    margin-top: 10px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    overflow:auto
}

.store .store__images .images__more::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color:#f5f5f5
}

.store .store__images .images__more::-webkit-scrollbar {
    height: 10px;
    background-color:#f5f5f5
}

.store .store__images .images__more::-webkit-scrollbar-thumb {
    width: 10px;
    background-color:#0c5fbb
}

.store .store__images .images__more .images__link {
    display: inline-block;
    margin-right:6px
}

.store .store__info {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-left:70px
}

.store .store__info .store__col {
    display: inline-block;
    flex: 0 0 47%;
    height:350px
}

.store .store__info .store__col .store__box {
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    font-family: "open sans";
    font-size: 25px;
    color:#2d3f54
}

.store .store__info .store__col .store__box .box__title {
    margin: 0;
    font-size: 25px;
    text-transform: uppercase;
    color: #0c5fbb;
    font-family: "open sans";
    font-weight:800
}

.store .store__info .store__col .store__box .box__item {
    display: block;
    flex: 0 0 20%;
    margin-top:auto
}

.store .store__info .store__col .store__box .box__item:first-child {
    margin-top:0
}

.store .store__info .store__col .store__box .box__item table {
    font-size: 25px;
    color:#2d3f54
}

.store .store__info .store__col .store__box .box__item table .table-days {
    text-align: right;
    font-family: "open sans"
}

.store .store__info .store__col .store__box .box__item table .table-hours {
    padding-left:10px
}

.store .store__info .store__col .store__box .box__item .item__title {
    display: block;
    font-size: 25px;
    color: #0c5fbb;
    font-family: "open sans";
    font-weight:700
}

.store .store__info .store__col .store__box--address:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 35px;
    width: 32px;
    height: 40px;
    background: url("/static/kiosek/assets/images/marker.svg") no-repeat center;
    background-size:cover
}

.store .store__info .store__col .store__box--opening-hours:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 35px;
    width: 40px;
    height: 40px;
    background: url("/static/kiosek/assets/images/hours.svg") no-repeat center;
    background-size:contain
}

.store .store__info .store__col .store__box--blue {
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 15px;
    padding: 30px 35px;
    padding-left: 100px;
    background:#eef6fc
}

.store .store__info .store__features {
    margin-top: 15px;
    display: flex;
    flex-flow: row;
    align-items:flex-end
}

.store .store__info .store__features .feature {
    position: relative;
    margin-right: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    background: #2baaf7;
    color:#fff
}

.store .store__info .store__features .feature__icon {
    width: 45px;
    height: 35px;
    object-fit:contain
}

.store .store__info .store__features .feature__tooltip {
    display:none
}

.store .store__info .store__features .feature:hover .feature__tooltip {
    position: absolute;
    bottom: -45px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 40px;
    font-family: "open sans";
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    background: #0c5fbb;
    border-radius:3px
}

.store .store__info .store__features .feature:hover .feature__tooltip:before {
    content: "";
    position: absolute;
    top: -6px;
    display: block;
    width: 13px;
    height: 13px;
    background: #0c5fbb;
    transform:rotate(-45deg)
}

.store .store__title {
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    font-size: 55px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #1d2f42;
    font-family: "open sans"
}

.store-second-title {
    display: block;
    text-align: center;
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 55px;
    color: #1d2f42;
    font-family: "open sans";
    font-weight:600
}

.store__gallery .gallery__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    list-style:none
}

.store__gallery .gallery__list .list__item {
    margin-bottom: 20px;
    flex: 0 1 32%;
    max-width: 32%;
    height:450px
}

.store__gallery .gallery__list .list__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:100%
}

.store__gallery .gallery__list .list__item a img {
    object-fit: contain;
    width: 100%;
    height:100%
}

.store__gallery .gallery__list .list__item:nth-child(3n + 2) {
    margin:0 25px
}

.product-listing-filters {
    display: flex;
    flex-flow: row;
    justify-content:space-between
}

.product-listing-filters .listing__title {
    margin-left: 10px;
    margin-top: 15px;
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #1d2f42;
    font-family: "open sans"
}

.product-listing-filters .product-listing {
    flex: 1 1 auto;
    flex-flow: row wrap;
    margin: 0;
    margin-left:10px
}

.product-listing-filters .product-listing .product {
    margin: 0 10px;
    margin-bottom:20px
}

.product-listing-filters .product-listing--filters > div {
    display: flex;
    flex-flow:row wrap
}

.filters {
    padding: 24px;
    display: inline-flex;
    flex-flow: column;
    flex: 0 1 430px;
    width: 430px;
    min-width: 370px;
    max-height: max-content;
    border:4px solid #e1e3e4
}

.filters .filters__cancel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    color: #dd232b;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    font-family: "open sans";
    text-decoration: none;
    border:4px solid #dd232b
}

.filters .filters__cancel-btn:before {
    content: "";
    margin-right: 25px;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("/static/kiosek/assets/images/cancel2.svg") no-repeat center;
    background-size:contain
}

.filters .filters__price {
    margin-top: 40px;
    margin-bottom:20px
}

.filters .filters__price .price__title {
    margin-bottom: 15px;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #0c5fbb;
    font-family: "open sans";
    font-weight:600
}

.filters .filters__price .price__list {
    list-style: none;
    margin: 0;
    padding:0
}

.filters .filters__price .price__list .list__item {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 26px;
    color: #1d2f42;
    font-family: "open sans"
}

.filters .filters__price .price__list .list__item label {
    display: flex;
    align-items: center;
    padding: 15px 23px;
    position:relative
}

.filters .filters__price .price__list .list__item:hover, .filters .filters__price .price__list .list__item.active {
    background:#d9effd
}

.filters .filters__price .price__list .list__item input[type=checkbox].checkbox {
    position: relative;
    margin-right: 20px;
    visibility: hidden;
    width: 22px;
    height:22px
}

.filters .filters__price .price__list .list__item input[type=checkbox].checkbox:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #0c5fbb;
    opacity: 1;
    visibility:visible
}

.filters .filters__price .price__list .list__item input[type=checkbox].checkbox:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    display: block;
    width: 6px;
    height: 11px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(40deg);
    opacity: 0;
    visibility:visible
}

.filters .filters__price .price__list .list__item input[type=checkbox].checkbox:checked:after {
    opacity:1
}

.filters .filters__price .price__list .list__item input[type=checkbox].checkbox:checked ~ .custom_checkbox {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#d9effd
}

.filters .filters__btn {
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: "open sans";
    font-size: 28px;
    background: #0c4da2;
    box-shadow: 0px 9px 9px rgba(29, 47, 66, .16);
    margin-bottom:20px
}

.filters .filters__btn label {
    pointer-events:none
}

.filters .filters__btn .filter-count {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #fff;
    background: #1ca1f2;
    border-radius: 50%;
    pointer-events:none
}

.print {
    display:none
}

@media print {
    body, html {
        position: relative;
        margin: 0;
        font-size: 12pt;
        padding:0
    }

    body .header, html .header {
        position: fixed;
        padding: 30px 0;
        height:120px
    }

    body .header .header__logo, html .header .header__logo {
        margin-top: 5mm;
        width: 100px;
        height: 70px;
        box-shadow:none
    }

    body .header .header__logo img, html .header .header__logo img {
        width: 100px;
        height:70px
    }

    body .header .header__text, html .header .header__text {
        display:none
    }

    body .header .header__actions, html .header .header__actions {
        display:none
    }

    body .search-bar, html .search-bar {
        display:none
    }

    body .content, html .content {
        padding-top: 0;
        width: auto;
        margin:0
    }

    body .content .content__title, html .content .content__title {
        display:none
    }

    .print {
        display:inherit
    }

    .print-title {
        margin-top: 5mm;
        margin-left: 25px;
        font-family: "open sans";
        font-size: 23pt;
        color:#fff
    }

    .print-header-info {
        display: flex;
        flex-flow: column;
        margin-left: auto;
        margin-top: 5mm;
        padding-right: 1.5cm;
        font-size: 12pt;
        font-family: "open sans";
        color: #fff;
        text-align:right
    }

    .product-listing.product-listing--favorite {
        display: flex;
        flex-flow:row wrap
    }

    .product-listing.product-listing--favorite .product {
        margin-top: auto;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: .3cm;
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        width: 100%;
        justify-content: flex-start;
        height: auto;
        border: 0;
        border-top:.1cm solid #e1e2e4
    }

    .product-listing.product-listing--favorite .product:nth-child(2n + 2) {
        page-break-after:always
    }

    .product-listing.product-listing--favorite .product:nth-child(2n + 3), .product-listing.product-listing--favorite .product:nth-child(1) {
        margin-top:3cm
    }

    .product-listing.product-listing--favorite .product .print-product-title {
        flex: 0 0 100%;
        display: block;
        margin-bottom: .2cm;
        font-size: 14pt;
        line-height: 14pt;
        font-family: "open sans"
    }

    .product-listing.product-listing--favorite .product .print-product-info {
        flex: 0 1 auto;
        display: inline-block;
        font-family: "open sans";
        color: #000;
        font-size:11pt
    }

    .product-listing.product-listing--favorite .product .print-product-info table {
        width: 100%;
        border-collapse:collapse
    }

    .product-listing.product-listing--favorite .product .print-product-info table tr {
        font-size:11pt
    }

    .product-listing.product-listing--favorite .product .print-product-info table tr td {
        padding-top: .15cm;
        padding-bottom:.15cm
    }

    .product-listing.product-listing--favorite .product .print-product-info table tr td:first-child {
        padding-right: .7cm;
        font-family: "open sans";
        color:#1d2f42
    }

    .product-listing.product-listing--favorite .product .print-product-info table tr td:last-child {
        color:#708faf
    }

    .product-listing.product-listing--favorite .product .print-product-info table tr:first-child td {
        font-size:12pt
    }

    .product-listing.product-listing--favorite .product .print-product-info table tr:nth-child(even) {
        background:#eef6fc
    }

    .product-listing.product-listing--favorite .product .print-product-info .info__price {
        display: flex;
        flex-flow: row nowrap;
        font-size: 13pt;
        font-family: "open sans";
        margin-bottom:.15cm
    }

    .product-listing.product-listing--favorite .product .print-product-info .info__price .price .price--dph {
        color: #de232b;
        font-family: "open sans";
        font-size:16pt
    }

    .product-listing.product-listing--favorite .product .print-product-info .info__price .price .price--dph .value {
        display: inline;
        color:#de232b
    }

    .product-listing.product-listing--favorite .product .print-product-info .info__price .price .price--dph .text {
        display: block;
        font-size: 11pt;
        font-family: "open sans"
    }

    .product-listing.product-listing--favorite .product .print-product-info .info__price .price .price--no_dph {
        font-size: 12pt;
        font-family: "open sans"
    }

    .product-listing.product-listing--favorite .product .print-product-info .info__price .info__manufacturer {
        margin-left: 1cm;
        padding-left: 1cm;
        font-family: "open sans";
        border-left:2px solid #eaf1f7
    }

    .product-listing.product-listing--favorite .product .print-product-info .info__price .info__manufacturer .bold {
        margin: 0;
        display:inline-block
    }

    .product-listing.product-listing--favorite .product .print-product-info .bold {
        display: block;
        margin-top: 3pt;
        margin-bottom: 3pt;
        font-family: "open sans"
    }

    .product-listing.product-listing--favorite .product .product__img {
        display: inline-block;
        width: 230px;
        height: auto;
        padding: .2cm;
        border:1px solid #e1e3e4
    }

    .product-listing.product-listing--favorite .product .product__link {
        flex: 0 0 auto;
        margin-right:.5cm
    }

    .product-listing.product-listing--favorite .product .product__name {
        display:none
    }

    .product-listing.product-listing--favorite .product .remove-product {
        display:none
    }

    .product-listing.product-listing--favorite .product .product__footer {
        display:none
    }

    .products-actions {
        display:none
    }

    @page {
        size: A4;
        margin:0mm
    }
}

.favorite-send-form {
    position: relative;
    margin: 0 auto;
    padding: 50px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 1150px;
    height: 620px;
    border: 2px solid #e1e3e4;
    box-sizing:border-box
}

.favorite-send-form .left-col, .favorite-send-form .right-col {
    flex:0 0 50%
}

.favorite-send-form .left-col {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height:100%
}

.favorite-send-form .left-col label {
    display: flex;
    align-items: center;
    height: 22px;
    font-size: 30px;
    line-height: 26px;
    color: #1d2f42;
    font-family: "open sans"
}

.favorite-send-form .left-col label:first-child {
    margin-bottom:40px
}

.favorite-send-form .left-col label:last-child {
    margin-bottom:70px
}

.favorite-send-form .left-col label input[type=checkbox] {
    position: relative;
    margin-right: 20px;
    visibility: hidden;
    width: 22px;
    height:22px
}

.favorite-send-form .left-col label input[type=checkbox]:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #0c5fbb;
    opacity: 1;
    visibility:visible
}

.favorite-send-form .left-col label input[type=checkbox]:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    display: block;
    width: 6px;
    height: 11px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(40deg);
    opacity: 0;
    visibility:visible
}

.favorite-send-form .left-col label input[type=checkbox]:checked:after {
    opacity:1
}

.favorite-send-form .left-col:after {
    content: "";
    position: absolute;
    margin-top: -42px;
    top: auto;
    bottom: auto;
    right: 0;
    display: block;
    width: 170px;
    height: 190px;
    background: url("/static/kiosek/assets/images/caret-right-gray.svg") no-repeat center;
    background-size:contain
}

.favorite-send-form .right-col {
    display: flex;
    flex-flow: row wrap;
    justify-content:flex-end
}

.favorite-send-form .email_wrapper {
    display: flex;
    flex-flow:column
}

.favorite-send-form .email_wrapper label {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
    color: #1d2f42;
    font-family: "open sans";
    font-weight:600
}

.favorite-send-form .email_wrapper input {
    padding-left: 25px;
    width: 475px;
    height: 60px;
    background: #e9eff7;
    border: 0;
    font-size: 25px;
    line-height: 35px;
    color: #1d2f42;
    font-family: "open sans";
    box-shadow:inset 0px 0px 5px 0px rgba(130, 130, 130, .5)
}

.favorite-send-form .textarea_wrapper {
    margin-top: 35px;
    display: flex;
    flex-flow:column
}

.favorite-send-form .textarea_wrapper label {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
    color: #1d2f42;
    font-family: "open sans";
    font-weight:600
}

.favorite-send-form .textarea_wrapper textarea {
    padding-left: 25px;
    padding-top: 15px;
    width: 475px;
    height: 145px;
    background: #e9eff7;
    border: 0;
    font-size: 25px;
    line-height: 35px;
    color: #1d2f42;
    font-family: "open sans";
    box-shadow:inset 0px 0px 5px 0px rgba(130, 130, 130, .5)
}

.favorite-send-form .submit_wrapper {
    margin-top: 55px;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content:flex-start
}

.favorite-send-form .submit_wrapper .icon {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 77px;
    background-color: #0e74b4;
    background-image: url(/static/kiosek/assets/images/sent-mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    pointer-events:none
}

.favorite-send-form .submit_wrapper input[type=submit] {
    padding: 0 40px;
    padding-left: 115px;
    display: inline-flex;
    align-items: center;
    height: 77px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-family: "open sans";
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0px 13px 21px rgba(29, 47, 66, .36);
    border: none;
    background: #1299eb;
    transition:all .3s
}

.filters-modal {
    display:none
}

.select_wrapper .multicheckbox-container {
    margin-bottom: 5px;
    padding: 15px 23px;
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 26px;
    color: #1d2f42;
    font-family: "open sans"
}

.select_wrapper .multicheckbox-container label {
    display: flex;
    align-items:center
}

.select_wrapper .multicheckbox-container input[type=checkbox] {
    position: relative;
    margin-right: 20px;
    visibility: hidden;
    width: 22px;
    height:22px
}

.select_wrapper .multicheckbox-container input[type=checkbox]:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #0c5fbb;
    opacity: 1;
    visibility:visible
}

.select_wrapper .multicheckbox-container input[type=checkbox]:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    display: block;
    width: 6px;
    height: 11px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(40deg);
    opacity: 0;
    visibility:visible
}

.select_wrapper .multicheckbox-container input[type=checkbox]:checked:after {
    opacity:1
}

.select_wrapper .multicheckbox-container input[type=checkbox]:checked ~ .custom_checkbox {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#d9effd
}

.filters-modal.opened {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(131, 98, 98, .5)
}

.filters-modal.opened .checkboxes_wrapper {
    margin-bottom: 15px;
    padding: 15px;
    padding-bottom: 0;
    display: grid;
    grid-auto-columns: auto;
    grid-template-rows: repeat(12, 45px);
    grid-auto-flow: column;
    grid-row-gap: 5px;
    grid-column-gap:10px
}

.filters-modal.opened .checkboxes_wrapper.grid-flow-row {
    grid-auto-flow: row;
    grid-template-columns:1fr 1fr 1fr 1fr
}

.filters-modal.opened .checkboxes_wrapper .multicheckbox-container {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 26px;
    color: #1d2f42;
    font-family: "open sans"
}

.filters-modal.opened .checkboxes_wrapper .multicheckbox-container .checkbox {
    width: 100%;
    height:100%
}

.filters-modal.opened .checkboxes_wrapper .multicheckbox-container .checkbox label {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    white-space: nowrap;
    position:relative
}

.filters-modal.opened .checkboxes_wrapper .multicheckbox-container input[type=checkbox] {
    position: relative;
    margin-right: 20px;
    visibility: hidden;
    width: 22px;
    height:22px
}

.filters-modal.opened .checkboxes_wrapper .multicheckbox-container input[type=checkbox]:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #0c5fbb;
    opacity: 1;
    visibility:visible
}

.filters-modal.opened .checkboxes_wrapper .multicheckbox-container input[type=checkbox]:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    display: block;
    width: 6px;
    height: 11px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(40deg);
    opacity: 0;
    visibility:visible
}

.filters-modal.opened .checkboxes_wrapper .multicheckbox-container input[type=checkbox]:checked:after {
    opacity:1
}

.filters-modal.opened .checkboxes_wrapper .multicheckbox-container input[type=checkbox]:checked ~ .custom_checkbox {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#d9effd
}

.filters-modal.opened .modal__window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 45px;
    width: 90vw;
    height: 90vh;
    background: #fff;
    z-index:50
}

.filters-modal.opened .modal__footer {
    padding: 20px 0;
    background:#fff
}

.filters-modal.opened .modal__body {
    height: 685px;
    overflow:auto
}

.filters-modal.opened .modal__title {
    margin: 0;
    padding: 40px;
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 55px;
    color: #1d2f42;
    text-align: center;
    font-family: "open sans";
    border-bottom:2px solid #e1e3e4
}

.filters-modal.opened .modal__btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 77px;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "open sans";
    background-color:#0c5fbb
}

.filters-modal.opened .modal__close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #2d3f54 url("/static/kiosek/assets/images/cancel.svg") no-repeat center;
    background-size: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
    cursor:pointer
}

.product {
    display: flex;
    flex-flow:row wrap
}

.product .product__mark {
    margin:0
}

.product .product__images-col {
    flex: 0 0 43%;
    overflow:hidden
}

.product .product__info-col {
    margin-left: auto;
    flex:0 0 55%
}

.product .info__block {
    margin-bottom: 55px;
    padding: 25px 40px;
    display: flex;
    flex-flow: row wrap;
    height: 400px;
    background:#eef6fc
}

.product .info__block .block-col--one {
    flex:0 0 55%
}

.product .info__block .block-col--two {
    padding-top: 30px;
    padding-left: 40px;
    flex: 0 0 45%;
    border-left: 2px solid #ddebf5;
    box-sizing:border-box
}

.product .info__block .block__text {
    margin: 0;
    margin-bottom: 5px;
    font-size: 27px;
    color: #1d2f42;
    font-family: "open sans"
}

.product .info__block .block__text .bold {
    font-family: "open sans"
}

.product .info__block .block__btn {
    margin-top: 30px;
    display: inline-block;
    padding: 20px 25px;
    color: #fff;
    font-size: 22px;
    font-family: "open sans";
    text-decoration: none;
    box-shadow: 0px 13px 21px rgba(29, 47, 66, .36);
    background-color:#de232b
}

.product .info__block .block__btn--grey {
    margin-top: 45px;
    box-shadow: none;
    background:#a8c5da
}

.product .info__block .product__catalog-number {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 27px;
    color: #1d2f42;
    font-family: "open sans"
}

.product .info__block .product__catalog-number .bold {
    font-family: "open sans"
}

.product .info__block .product__price--with-dph {
    margin-top: 50px;
    font-size: 25px;
    color: #de232b;
    font-family: "open sans";
    font-weight:700
}

.product .info__block .product__price--with-dph span {
    display:block
}

.product .info__block .product__price--with-dph span.value {
    font-size: 60px;
    font-family: "open sans"
}

.product .info__block .product__price--no-dph {
    margin-top: 25px;
    display: block;
    font-size: 25px;
    color: #1d2f42;
    font-family: "open sans"
}

.product .favorites {
    display: flex;
    flex-flow: row;
    align-items:center
}

.product .favorites .qr-code {
    margin-left:100px
}

.product .favorites .favourites-column {
    display: flex;
    flex-flow: column;
    max-width:463px
}

.product .favorites .favourites-column .favourite-info {
    margin: 0;
    display: inline-flex;
    flex-flow: row;
    align-items: center;
    font-size: 16px;
    color: #1d2f42;
    font-family: "open sans";
    font-weight:600
}

.product .favorites .favourites-column .favourite-info:before {
    content: "";
    position: relative;
    margin-right: 20px;
    display: inline-block;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    background: url("/static/kiosek/assets/images/exclamation-button.svg") no-repeat center;
    background-size:contain
}

.product .favorites .favourites-column .button_favourite {
    padding: 20px 30px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    font-size: 28px;
    line-height: 38px;
    color: #de232b;
    font-family: "open sans";
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #e1e3e4;
    margin-bottom:30px
}

.product .favorites .favourites-column .button_favourite:before {
    content: "";
    margin-right: 25px;
    display: inline-block;
    width: 32px;
    height: 30px;
    background: url("/static/kiosek/assets/images/heart-red.svg") no-repeat center;
    background-size:contain
}

.product .product__text {
    margin-top: 55px;
    font-size: 25px;
    color: #1d2f42;
    font-family: "open sans";
    font-weight: 400;
    text-align:left
}

.product__title {
    flex: 0 0 100%;
    margin-top: 0;
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #1d2f42;
    font-family: "open sans";
    font-weight:600
}

.product__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 775px;
    height: 790px;
    border:2px solid #e1e3e4
}

.product__image img {
    object-fit:contain
}

.product .product__images {
    margin-top: 8px;
    padding-bottom: 10px;
    display: flex;
    flex-flow: row nowrap;
    overflow-x:auto
}

.product .product__images::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color:#f5f5f5
}

.product .product__images::-webkit-scrollbar {
    height: 10px;
    background-color:#f5f5f5
}

.product .product__images::-webkit-scrollbar-thumb {
    width: 10px;
    background-color:#0c5fbb
}

.product .product__images img {
    flex: 0 0 auto;
    margin: 0 4px;
    padding: 15px;
    width: 255px;
    height: 190px;
    border: 2px solid #e1e3e4;
    object-fit: contain;
    box-sizing:border-box
}

.product .product__images img:first-child {
    margin-left:0
}

.product__parameters {
    margin-top: 80px;
    margin-bottom: 100px;
    padding-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    border-top:2px solid #e1e2e4
}

.product__parameters .parameters__title {
    flex: 0 0 100%;
    text-align: center;
    font-size: 40px;
    color: #1d2f42;
    font-family: "open sans"
}

.product__parameters .parameters__table {
    margin: 0 20px;
    width: 550px;
    border-collapse:collapse
}

.product__parameters .parameters__table td {
    padding-left: 15px;
    line-height: 39px;
    color: #1d2f42;
    font-family: "open sans"
}

.product__parameters .parameters__table td.name {
    font-family: "open sans"
}

.product__parameters .parameters__table td.value {
    color:#708faf
}

.product__parameters .parameters__table tr {
    height:60px
}

.product__parameters .parameters__table tr:nth-child(odd) {
    background:#eef6fc
}

.chemicals {
    display: grid;
    grid-template-columns: repeat(5, 305px);
    grid-template-rows: auto;
    justify-content: center;
    align-items: center;
    grid-gap:60px
}

.chemicals .chemical {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
    width: 305px;
    height: 345px;
    flex: 0 0 305px;
    text-decoration:none
}

.chemicals .chemical__name {
    width: 100%;
    background: #0c5fbb;
    color: #fff;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-family: "open sans";
    text-align: center;
    text-decoration: none;
    box-sizing:border-box
}

.js-hide {
    display:none !important
}

.catalog_modal {
    padding: 25px;
    position: fixed;
    width: 80vw;
    height: 85vh;
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin: auto;
    background: #3f3f3f;
    z-index:999
}

.catalog_modal #modal_pdf {
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    flex-flow: column;
    align-items: center;
    overflow-y: scroll;
    background:#3f3f3f
}

.catalog_modal #modal_pdf .canvas-wrapper {
    margin: 5px 0;
    box-shadow:0px 0px 5px 0px rgba(0, 0, 0, .75)
}

.catalog_modal .modal__close {
    position: absolute;
    top: -25px;
    right: -25px;
    display: block;
    width: 50px;
    height: 50px;
    background: #000 url("/static/kiosek/assets/images/cancel.svg") no-repeat center;
    background-size: 20px;
    border-radius: 50%;
    z-index:55
}

.overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index:51
}

.callout {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    font-size: 30px;
    z-index: 9999;
    animation: scrollIn .8s;
    transition:.3s
}

@keyframes scrollIn {
    0% {
        bottom:-80px
    }

    100% {
        bottom:0
    }
}

.callout-danger {
    background: #fdc6c6;
    color:#ce6c6c
}

.callout-success {
    background: #def0d8;
    color:#4c783f
}

.callout-info {
    background: #d9edf6;
    color:#3b6e8a
}

.callout__close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    font-size: 45px;
    line-height: 40px;
    text-align: center;
    font-weight:bold
}

.callout__close:hover {
    cursor:pointer
}

.callout-print {
    position: fixed;
    width: 50vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation-name: fadeIn, begone_thot;
    animation-duration: 400ms, 600ms;
    animation-delay: 0ms, 10000ms;
    animation-timing-function: ease-in, ease-out;
    animation-iteration-count: 1, 1;
    animation-fill-mode:none, forwards
}

@keyframes fadeIn {
    0% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

@keyframes begone_thot {
    from {
        opacity:1
    }

    to {
        opacity:0
    }
}

#colorbox #cboxContent #cboxLoadedContent {
    position:relative
}

#colorbox #cboxContent #cboxLoadedContent #controlSource {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:9999
}

#cboxClose {
    z-index:99999
}

#colorbox #cboxContent {
    margin-top:16px
}

#colorbox #cboxContent .cboxIframe {
    pointer-events: none
}
