@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('font/roboto-condensed-v16-latin-ext-300.woff2') format('woff2'), url('font/roboto-condensed-v16-latin-ext-300.woff') format('woff')
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('font/roboto-condensed-v16-latin-ext-regular.woff2') format('woff2'), url('font/roboto-condensed-v16-latin-ext-regular.woff') format('woff')
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('font/roboto-condensed-v16-latin-ext-700.woff2') format('woff2'), url('font/roboto-condensed-v16-latin-ext-700.woff') format('woff')
}

@font-face {
    font-family: 'Akrobat Light';
    font-style: normal;
    font-weight: 400;
    src: local('Akrobat Light'), url('font/Akrobat-Light.woff2') format('woff2'), url('font/Akrobat-Light.woff') format('woff')
}

@media all and (max-width:800px) {
    .historyBack {
        position: absolute;
        top: -80px;
        right: 0
    }

    section.content > div.inner {
        height: 100%;
        width: 100%;
        margin: auto;
        padding: 30px 0
    }

    body > section.footer > div > div.c3 {
        display: none
    }

    body > section > div.inner.menuButtons {
        padding-top: 10px !important
    }

    body > section > div.inner.menuButtons .buttonOuter {
        width: 130px;
        height: 130px;
        margin: 10px 0
    }

    div.inner.menuButtons .buttonOuter .buttonDescr {
        width: 130px;
        height: 130px;
        line-height: 130px
    }

    div.inner.menuButtons .buttonOuter img {
        width: 130px;
        height: 130px
    }

    .content.gal .xSlider {
        height: 50vw !important;
        width: 100vw !important
    }

    .content.gal .xSlider .galeria {
        width: 100vw !important;
        height: 50vw !important
    }

    .menuBtn {
        width: 64px;
        height: 64px;
        z-index: 400;
        background-color: #f61;
        background-image: url(../img/iconMenu.png);
        background-position: center;
        background-size: 40px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 5px;
        right: 10px;
        border-radius: 50%;
        cursor: pointer;
        display: block;
        border: solid 4px #fff
    }

    .searchBtn {
        width: 64px;
        height: 64px;
        z-index: 400;
        background-color: #f61;
        background-image: url(../img/iconSearch.png);
        background-position: center;
        background-size: 40px;
        background-repeat: no-repeat;
        position: absolute;
        top: 5px;
        left: -74px;
        border-radius: 50%;
        cursor: pointer;
        display: block;
        border: solid 4px #fff
    }

    section.header > div.inner {
        width: 100vw !important
    }

    section.content div.inner {
        width: 100vw !important
    }

    section.content div.inner img {
        max-width: 100vw !important
    }

    section.header > div.inner .menu ul li a {
        color: #fff !important
    }

    section.header > div.inner .menu {
        position: fixed;
        padding: 150px 10px;
        display: block;
        top: 0;
        right: -300px;
        width: 300px;
        bottom: 0;
        background-color: rgba(0, 0, 0, .8);
        z-index: 300;
        transition: right .5s
    }

    section.header div.inner .menu.active {
        right: 0
    }

    section.header div.inner > .menu > ul > li {
        display: block !important;
        margin: 0 20px;
        font: 300 36px/48px 'Akrobat Light';
        border-bottom: solid 1px #888
    }

    .tiles .tile.c2 {
        width: 100% !important
    }

    section.content h1 {
        font: 300 28px 'Akrobat Light' !important
    }

    section.content  div.inner .searchSide {
        position: fixed;
        padding: 10px 10px;
        display: block;
        top: 0;
        right: -300px;
        width: 300px;
        bottom: 0;
        background-color: rgba(255, 255, 255, .9);
        z-index: 1300;
        transition: right .5s;
        border-left: solid 3px #aaa
    }

    section.content  div.inner .searchSide.active {
        right: 0
    }

    .offerListDesc {
        left: 0;
        right: none !important;
        background-color: rgba(355, 355, 255, .7) !important
    }

    form .group {
        margin-bottom: 22px !important
    }

    .offerListItemContainer {
        position: relative;
        width: 100vw;
        height: 400px;
        margin-bottom: 20px;
        border: solid 1px #999
    }

    .xSliderOffer,
    .xSliderOffer .slide {
        width: 100vw !important;
        height: 75vw !important
    }

    .xSliderOfferContainer {
        position: relative;
        width: 100vw;
        height: 75vw;
        margin-bottom: 20px
    }

    body > section.content.offer > div > p {
        width: 100vw;
        padding: 5px 10px
    }

    body > section.content.offer > div > div.info {
        width: 100vw;
        padding: 5px 10px
    }

    body > section.content.offer > div > h2 {
        padding: 5px 10px
    }

    body > section.content div.inner div.aktualnosci div.art div.l {
        width: 30vw !important;
        height: 30vw !important
    }

    body > section.content div.inner div.aktualnosci div.art div.r {
        width: 70vw !important;
        min-height: 200px !important
    }

}

@media all and (min-width:801px) {
    .xSliderOfferContainer {
        position: relative;
        width: 900px;
        height: 400px;
        margin-bottom: 20px
    }

    .offerListItemContainer {
        position: relative;
        width: 800px;
        height: 400px;
        margin-bottom: 20px;
        border: solid 1px #999
    }

    div.searchSide {
        position: absolute;
        top: 180px;
        right: 0;
        background-color: #fff;
        border: solid 1px #999
    }

    section.content > div.inner {
        height: 100%;
        width: 1100px;
        margin: auto;
        padding: 30px 0
    }

    .menuBtn {
        display: none
    }

    .searchBtn {
        display: none
    }

}

section {
    display: block
}

* {
    font-family: 'Roboto Condensed'
}

section.map {
    width: 100%;
    height: 500px;
    position: relative;
    top: -120px
}

#google-map {
    width: 100%;
    height: 500px
}

#google-map * {
	position: unset;
}

#google-map button img {
    position:absolute;
}

section.header {
    height: 140px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000    background-color:#fff
}

section.header>div.inner {
    width: 1100px;
    height: 100%;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center
}

section.header > div.inner > .logo {
    margin: auto 0
}

section.header > div.inner > .menu {
    margin: auto 0
}

section.header > div.inner > .menu > ul {
    list-style-type: none;
    margin: 0
}

section.header > div.inner > .menu > ul > li {
    display: inline-block;
    margin: 0 20px
}

section.header > div.inner > .menu > ul > li > a {
    text-decoration: none;
    color: #000;
    font: 400 24px 'Roboto Condensed';
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

section.header > div.inner > .menu > ul > li > a:hover {
    color: #f60
}

section.header > div.inner > .address {
    margin: auto 0
}

section.header > div.inner > .address p {
    font: 14px 'Roboto Condensed';
    color: #999;
    text-align: right
}

section.content {
    width: 100%;
    background-color: #eee;
    margin-top: 140px
}

section.content h1 {
    margin-top: 18px;
    margin-bottom: 18px;
    font: 300 36px 'Akrobat Light';
    border-bottom: solid 1px #ccc
}

section.content h1.box {
    margin: 20px 0;
    font: 300 36px 'Akrobat Light';
    border: solid 1px #f61;
    padding: 20px 40px;
    background-color: none;
    color: #000;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all
}

section.content h1.box a {
    color: #000;
    text-decoration: none;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all
}

section.content h1.box:hover a {
    color: #fff
}

section.content h1.box:hover {
    font: 300 36px 'Akrobat Light';
    color: #fff;
    background-color: #f61
}

section.content h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    font: 300 21px 'Roboto Condensed'
}

section.content ul {
    padding-left: 20px
}

section.content ul li {
    line-height: 1.5em
}

section.content table {
    font: 300 16px 'Roboto Condensed'
}

section.content table tr td {
    text-align: right;
    padding: 5px 10px;
    vertical-align: top
}

section.content table tr td input,
section.content table tr td textarea {
    width: 300px;
    height: 40px;
    border: solid 1px #999;
    border-radius: 11px;
    padding: 5px 10px;
    font: 300 16px/40px 'Roboto Condensed'
}

section.content table tr td textarea {
    height: 200px;
    font: 300 16px/20px 'Roboto Condensed'
}

section.content .colsTop {
    font: 300 16px/24px 'Roboto Condensed';
    margin-top: 2em;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 2em
}

section.content .colsBottom {
    margin-top: 2em;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 2em
}

section.content a.buttons {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

section.content a.buttons:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%)
}

section.content a.buttons img {
}

section.content a.buttons:hover img {
}

section.content .buttons span.title {
    font: 700 28px 'Roboto Condensed';
    text-transform: uppercase;
    color: #333;
    margin: 1em 0;
    display: inline-block
}

section.content .buttons span.more {
    font: 300 14px 'Roboto Condensed';
    background-color: #029fe2;
    color: #000;
    padding: 5px 10px
}

section.content > div.inner p {
    margin: 10px 0px;
    line-height: 1.5em
}

section.content > div.inner div.prodList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 50px
}

h1.prodList {
    border-top: solid 1px #029fe2;
    border-bottom: solid 1px #029fe2;
    height: 60px;
    font: 300 28px/60px 'Roboto Condensed' !important
}

section.content > div.inner div.prodList div.prod {
    width: 580px;
    height: 350px;
    background-color000fff;
    margin-bottom: 50px;
    position: relative
}

section.content > div.inner div.prodList div.prod img {
    position: absolute;
    top: 0;
    left: 0
}

section.content > div.inner div.prodList div.prod .more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #029fe2
}

section.content > div.inner div.prodList div.prod .more a {
    font: 300 20px/40px 'Roboto Condensed';
    color: #000;
    text-decoration: none
}

section.content > div.inner div.prodList div.prod .descr {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 350px;
    height: 240px;
    color: #888;
    000    background-color: #fff
}

section.content > div.inner div.prodList div.prod .descr h1 {
    font: 700 32px/32px 'Roboto Condensed';
    margin: 0;
    margin-bottom: 20px
}

section.content > div.inner div.prodList div.prod .descr .params {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%
}

section.content > div.inner div.prodList div.prod .descr .params div {
    width: 170px;
    margin-bottom: 30px
}

section.content > div.inner div.prodList div.prod .descr .params div > span:first-child {
    width: 170px;
    display: block;
    border-top: solid 1px #888;
    color: #888;
    font: 300 14px/18px 'Roboto Condensed'
}

section.content > div.inner div.prodList div.prod .descr .params div > span:last-child {
    width: 170px;
    display: block;
    color: #888;
    font: 300 24px/32px 'Roboto Condensed';
    margin: 5px 0
}

section.content > div.inner div.prodList div.prod .descr .params div span.label {
    font: 300 18px/32px 'Roboto Condensed'
}

section.footer {
    height: 120px;
    width: 100%;
    left: 0;
    bottom: 000    background-color:#fff
}

section.footer > div.inner {
    margin: auto;
    margin-top: 3px;
    background-color: #333;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center
}

section.footer > div.inner > div {
    font: 12px 'Roboto Condensed';
    color: #fff;
    margin: 0 15px
}

section.footer > div.inner > div.c3 {
    font-size: 28px
}

section.footer > div.inner > div.c4 {
    text-align: right
}

.group {
    margin: 0 10px;
    margin-bottom: 30px;
    display: inline-block
}

input[type=text],
select {
    font: 1em 'Roboto Condensed';
    color: #000;
    padding: 10px 10px 10px 5px;
    display: block;
    border: none;
    background: 0 0;
    border-bottom: 2px solid #aaa
}

input[type=text]:focus,
select:focus {
    outline: 0;
    border-bottom: 2px solid #f61;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all
}

input[type=text]:focus~label,
input[type=text]:valid~label,
select:focus~label,
select:valid~label {
    top: -.8em;
    font-size: .8em;
    font-weight: bold;
    color: #f61
}

textarea {
    width: 300px;
    height: 300px;
    font: 1em 'Roboto Condensed';
    color: #000;
    padding: 10px 10px 10px 5px;
    display: block;
    border: none;
    background: 0 0;
    border-bottom: 2px solid #aaa
}

textarea:focus {
    outline: 0;
    border-bottom: 2px solid #f61;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all
}

textarea:focus~label,
textarea:valid~label {
    top: -.8em;
    font-size: .8em;
    color: #f61
}

label {
    font: 1.3em 'Roboto Condensed';
    color: #999;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -ms-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

select {
    display: inline-block;
    width: 400px
}

button {
    display: inline-block;
    width: 400px;
    height: 3em;
    padding: 0;
    font: 1em/3em 'Roboto Condensed';
    text-transform: uppercase;
    border: none;
    background: #aaa;
    cursor: pointer;
    color: #000;
    -webkit-transition: background-color .5s ease, color .5s;
    -moz-transition: background-color .5s ease, color .5s;
    -ms-transition: background-color .5s ease, color .5s;
    -o-transition: background-color .5s ease, color .5s;
    transition: background-color .5s ease, color .5s
}

button:hover {
    background-color: #f61;
    color: #fff
}

.buttonOuter {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    width: 150px;
    height: 150px;
    border: solid 3px rgba(0, 0, 0, .5);
    cursor: pointer;
    display: inline-block;
    margin: 20px 40px;
    z-index: 50
}

.buttonOuter img {
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 10
}

.buttonOuter .buttonDescr {
    width: 150px;
    height: 150px;
    line-height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
    z-index: 100
}

.buttonOuter .buttonDescr span {
    line-height: 20px;
    display: inline-block;
    position: relative;
    top: 10px
}

.buttonOuter .buttonInner {
    opacity: 0;
    background-color: #f61;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font: 18px/50px 'Roboto Condensed';
    -webkit-transition: opacity .5s ease, color .5s;
    -moz-transition: opacity .5s ease, color .5s;
    -ms-transition: opacity .5s ease, color .5s;
    -o-transition: opacity .5s ease, color .5s;
    transition: opacity .5s ease, color .5s;
    z-index: 110
}

.buttonOuter.active .buttonInner,
.buttonOuter:hover .buttonInner {
    opacity: 1
}

.buttonOuter.active .buttonDescr,
.buttonOuter:hover .buttonDescr {
    color: #fff
}

.buttonOuter.active img,
.buttonOuter:hover img {
    opacity: 1
}

.content.gal {
    height: calc(25vw+46px);
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 10px
}

.content.gal .xSlider {
    height: 25vw;
    overflow: hidden
}

.galeria {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 33vw;
    height: 25vw;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer
}

.galeria .d1,
.galeria .d2 {
    text-align: center;
    background-color: #fff;
    color: #000;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 10;
    height: 40px;
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font: 18px/40px 'Akrobat Light'
}

.galeria .d1 {
    background-color: #f61;
    color: #fff;
    right: 150px
}

.galeria .d4 {
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 10;
    height: 40px;
    width: 100%;
    text-transform: uppercase;
    font: 18px/40px 'Akrobat Light'
}

.cookieAlert {
    z-index: 100;
    background-color: #f61;
    color: #fff;
    position: fixed;
    width: 100%;
    height: 100px;
    bottom: 0;
    font: 16px/100px 'Roboto Condensed';
    padding: 0 20px
}

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

.cookieAlert .button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    font: 40px/100px 'verdana';
    cursor: pointer
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 7
}

.slider .frame {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.slider .frame.active {
    opacity: 1;
    z-index: 10
}

.slider .frame.f0 {
    background-image: url(../img/header0.jpg)
}

.slider .frame.f1 {
    background-image: url(../img/header1.jpg)
}

.slider .frame.f2 {
    background-image: url(../img/header2.jpg)
}

.slider .frame.f3 {
    background-image: url(../img/header3.jpg)
}

.tiles {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center
}

.tiles .tile {
    box-sizing: border-box;
    min-height: 300px;
    width: 49%;
    border: solid 1px #f61;
    text-align: center;
    font: 18px/300px 'Akrobat Light';
    color: #000;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.tiles .tile.c2 {
    width: 49%
}

.tiles .tile.c2 {
    font-size: 24px
}

.tiles .tile.c3 {
    width: 32%
}

.tiles .tile:hover {
    color: #fff;
    background-color: #f61
}

.offerListImg {
    width: 400px;
    height: 398px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0
}

.offerListDesc {
    width: 400px;
    height: 398px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-family: 'Akrobat Light';
    font-size: 20px
}

.offerListDesc div,
.offerListDesc div span,
.offerListDesc button {
    font-family: 'Akrobat Light';
    font-weight: 400
}

.co {
    color: #f61;
    text-transform: uppercase;
    font: 300 26px 'Akrobat Light'
}

.offerImg {
    width: 800px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0
}

.content.offer {
    font: 300 18px 'Akrobat Light'
}

.content.offer h2 {
    color: #f61;
    text-transform: uppercase;
    font: 300 26px 'Akrobat Light';
    margin: 40px 0 10px 0
}

.content.offer p {
    width: 800px
}

.content.offer div.info {
    color: #000;
    font: 300 18px 'Akrobat Light';
    width: 50%;
    margin: 10px 0
}

.content.offer div.info span {
    float: right
}

.xSliderOffer {
    width: 800px;
    height: 400px;
    overflow: hidden;
    white-space: nowrap
}

.xSliderOffer .slide {
    width: 800px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block
}

.historyBack {
    height: 40px;
    width: 150px !important;
    background-color: #f61;
    color: #fff;
    text-decoration: none;
    font: 18px/40px 'Akrobat Light';
    float: right;
    text-align: center
}

.aktualnosci {
    width: 100%
}

.aktualnosci > .art {
    width: 100%;
    background-color: #fff;
    border: solid 1px #999;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.aktualnosci > .art > .l {
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.aktualnosci > .art > .r {
    width: 660px;
    min-height: 400px;
    position: relative;
    padding: 20px;
    padding-bottom: 60px
}

.aktualnosci > .art > .r > h1 {
    font: 24px/40px 'Akrobat Light'
}

.aktualnosci > .art > .r > .btn {
    height: 40px;
    width: 150px !important;
    background-color: #f61;
    color: #fff;
    text-decoration: none;
    font: 18px/40px 'Akrobat Light';
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 20px;
    cursor: pointer
}

.group.l1,
.group.l2 {
    display: none
}

.group.l1.active,
.group.l2.active {
    display: inline-block
}

ol.lists {
    font: 24px/40px 'Akrobat Light'
}

ol.lists a {
    font: 24px/40px 'Akrobat Light';
    color: #000;
    text-decoration: none
}

.content .inner .pagination {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 20px;
    margin-bottom: 5px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .1)
}

.content .inner .pagination:hover {
    background-color: rgba(0, 0, 0, .3)
}

.content .inner .pagination.prev {
    background-image: url(../img/arrowPrev.png)
}

.content .inner .pagination.next {
    background-image: url(../img/arrowNext.png)
}

.swal-title {
    color: rgba(0, 0, 0, .65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font: 30px/32px 'Akrobat Light';
    line-height: normal;
    text-align: center;
    margin-bottom: 0
}

.swal-button {
    background-color: #7cd1f9;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font: 16px/32px 'Akrobat Light';
    padding: 10px 24px;
    margin: 0;
    cursor: pointer
}

.swal-footer {
    text-align: right;
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center
}

strong {
    font-weight: 700;
}
