@font-face {
    font-family: 'Futura Medium';
    src: url('/template/futura-medium.ttf') format('truetype');
}

body {
    background: #121212;
    font-family: 'Futura Medium', sans-serif;
    font-size: 18px;
    color: #8a8c91;
    padding-top: 70px
}

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 100px;
        padding-top: 0
    }
}

section {
    max-width: 1680px;
    margin: 0 auto;
    padding: 6rem 0;
    overflow: hidden
}

@media only screen and (max-width: 544px) {
    section {
        padding: 3rem 0
    }
}

.padding-top-large {
    padding-top: 6rem
}

@media only screen and (max-width: 544px) {
    .padding-top-large {
        padding-top: 3rem
    }
}

.padding-top-small {
    padding-top: 3rem
}

.padding-bottom-large {
    padding-bottom: 6rem
}

@media only screen and (max-width: 544px) {
    .padding-bottom-large {
        padding-bottom: 3rem
    }
}

.padding-bottom-small {
    padding-bottom: 3rem
}

.padding-bottom-no {
    padding-bottom: 0
}

.padding-top-no {
    padding-top: 0
}

.no-padding {
    padding: 0
}

.margin-top-large {
    margin-top: 6rem
}

@media only screen and (max-width: 544px) {
    .margin-top-large {
        margin-top: 3rem
    }
}

.margin-top-small {
    margin-top: 3rem
}

.margin-bottom-large {
    margin-bottom: 6rem
}

@media only screen and (max-width: 544px) {
    .margin-bottom-large {
        margin-bottom: 3rem
    }
}

.margin-bottom-small {
    margin-bottom: 3rem
}

.no-margin {
    margin: 0
}

.border-top {
    border-top: 2px solid #2E2E2E
}

.border-bottom {
    border-bottom: 2px solid #2E2E2E
}

.bg-gray {
    background: #2E2E2E
}

.bg-primary {
    background: #3d89ff
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5 {
    color: #fff
}

.bg-primary p {
    color: rgba(255, 255, 255, 0.8)
}

.bg-primary .button {
    background: #fff;
    color: #3d89ff
}

.bg-primary .button.alt {
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff
}

.bg-primary .button.alt:hover {
    color: #3d89ff;
}

.circle {
    position: relative;
    background: #3d89ff;
    display: inline-block;
    border-radius: 50%;
    height: 100px;
    width: 100px
}

.circle>img {
    width: 40%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -52%)
}

.hidden {
    display: none
}

.table .podrobne a,
.description .popis a {
    cursor: pointer
}

button {
    position: relative;
    top: 0;
    background: #3d89ff;
    border-radius: 3px;
    border: none;

    font-size: 13px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    padding: 16px 30px 12px 30px;
    cursor: pointer;
    outline: none;
    transition: top ease 0.25s
}

button.rise:hover {
    top: -5px
}

@media only screen and (max-width: 544px) {
    button {
        padding: 11px 20px 7px 20px
    }
}

.button {
    display: inline-block;
    position: relative;
    top: 0;
    background: #3d89ff;
    border-radius: 15px;
    border: none;

    font-size: 13px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    padding: 16px 30px 12px 30px;
    cursor: pointer;
    outline: none;
    transition: top ease 0.25s
}

.button.withicon {
    line-height: 32px;
    padding-left: 64px
}

.button.withicon img {
    height: 28px;
    position: absolute;
    left: 24px
}

.button.whatsapp {
    background: #25D366
}

.button.viber {
    background: #673ab7
}

.button:hover {
    top: -5px
}

@media only screen and (max-width: 544px) {
    .button {
        padding: 11px 20px 7px 20px
    }
}

.button.alt {
    position: relative;
    top: 0;
    background: transparent;
    border-radius: 15px;
    border: 1px solid #ccc;

    font-size: 13px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    padding: 16px 30px 12px 30px;
    cursor: pointer;
    outline: none;
    transition: background ease 0.25s
}

.button.alt:hover {
    top: 0;
    background: #3d89ff;
    color: white;
}

@media only screen and (max-width: 544px) {
    .button.alt {
        padding: 11px 20px 7px 20px
    }
}

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

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

.container {
    max-width: 1380px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px
}

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
    right: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-0 {
    left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
    margin-left: 0%
}

@media (max-width: 375px) {

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

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-pull-0 {
        right: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-push-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-pull-0 {
        right: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-push-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-pull-0 {
        right: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-push-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-0 {
        margin-left: 0%
    }
}

h1 {

    font-weight: 700;
    font-size: 64px;
    color: white;
    letter-spacing: -0.025em;
    padding-top: 10px
}

h1.withsub {
    margin-bottom: 20px
}

h1.withicon {
    margin-top: 30px
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 4em
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 3em
    }
}

@media only screen and (max-width: 544px) {
    h1 {
        font-size: 2.5em
    }
}

@media only screen and (max-width: 375px) {
    h1 {
        font-size: 2em
    }
}

h2 {

    font-weight: 700;
    font-size: 48px;
    color: white;
    letter-spacing: -0.033em;
    padding-top: 10px
}

h2.withsub {
    margin-bottom: 30px
}

h2.withicon {
    margin-top: 30px
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 2.5em;
        font-weight: 500 !important;
    }
    h3{
        font-weight: 400 !important;
    }
}

@media only screen and (max-width: 544px) {
    h2 {
        font-size: 2.2em
    }
}

@media only screen and (max-width: 375px) {
    h2 {
        font-size: 2em
    }
}

h3 {

    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: white;
    letter-spacing: -0.025em;
    margin-bottom: 20px
}

@media only screen and (max-width: 544px) {
    h3 {
        font-size: 1.75em
    }
}

h4 {

    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase
}

h5 {
    color: #3d89ff;
    font-weight: 700
}

h1>a,
h2>a,
h3>a,#3d89ff
h4>a,
h5>a {
    border-bottom: 1px solid transparent
}

p {
    color: #8a8c91;
    line-height: 28px;
    letter-spacing: 0.005em
}

p a {
    color: #8a8c91;
    border-bottom: 1px solid #8a8c91;
    -webkit-transition: border 0.25s ease;
    -moz-transition: border 0.25s ease;
    -o-transition: border 0.25s ease
}

p a:hover {
    border-bottom: 1px solid transparent
}

p strong {
    font-weight: 700;
    color: #fff
}

p.subhead {
    font-size: 18px;
    line-height: 40px
}

@media only screen and (max-width: 375px) {
    p.subhead {
        font-size: .85em;
        line-height: 22px
    }
}

p.withbutton {
    margin-bottom: 3rem
}

@media only screen and (max-width: 768px) {
    p.withbutton {
        margin-bottom: 3em
    }
}

@media only screen and (max-width: 375px) {
    p {
        font-size: .85em;
        line-height: 22px
    }
}

.text-center {
    text-align: center
}

a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    -webkit-transition: border 0.25s ease;
    -moz-transition: border 0.25s ease;
    -o-transition: border 0.25s ease
}

a.btn-link {
    font-size: 14px;
    font-weight: 700;

    letter-spacing: 0.015em;
    display: inline-block;
    text-transform: uppercase;
    height: 22px;
    padding: 0 1px
}

@media only screen and (max-width: 375px) {
    a.btn-link {
        font-size: .85em
    }
}

a.arrow-bottom {
    position: relative;
    top: 0;
    -webkit-transition: top 0.25s ease;
    -moz-transition: top 0.25s ease;
    -o-transition: top 0.25s ease
}

a.arrow-bottom:hover {
    top: 5px
}

a.arrow {
    border-color: transparent
}

a.arrow:before {
    position: relative;
    left: 0;
    content: '';
    display: block;
    background: url(../img/icon-arrow-right.svg) no-repeat;
    width: 16px;
    height: 9px;
    float: right;
    margin: 1px 0 4px 12px;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -o-transition: left 0.25s ease
}

a.arrow:hover:before {
    left: 5px
}

@media only screen and (max-width: 375px) {
    a.arrow:before {
        margin: 2px 0 2px 12px
    }
}

a:hover {
    border-bottom: 1px solid transparent
}

#nacenenie h4,
#fDopyt h4,
#fSprava h4,
#prehliadkaform h4 {
    margin: 30px 0 15px 0 !important
}

#nacenenie .line,
#fDopyt .line,
#fSprava .line,
#prehliadkaform .line {
    margin-bottom: 10px;
    text-align: center
}

#nacenenie .line small,
#fDopyt .line small,
#fSprava .line small,
#prehliadkaform .line small {
    font-size: 0.88em
}

#nacenenie .line span.label,
#fDopyt .line span.label,
#fSprava .line span.label,
#prehliadkaform .line span.label {
    margin-bottom: 20px !important
}

#nacenenie p.checkbox,
#fDopyt p.checkbox,
#fSprava p.checkbox,
#prehliadkaform p.checkbox {
    text-align: center;
    font-size: 0.88em;
    display: inline-block;
    margin: 0 20px !important;
    padding-top: 30px
}

#nacenenie .g-recaptcha,
#fDopyt .g-recaptcha,
#fSprava .g-recaptcha,
#prehliadkaform .g-recaptcha {
    text-align: center
}

#nacenenie .g-recaptcha>div,
#fDopyt .g-recaptcha>div,
#fSprava .g-recaptcha>div,
#prehliadkaform .g-recaptcha>div {
    display: inline-block
}

#nacenenie input[type="text"],
#nacenenie input[type="tel"],
#nacenenie input[type="email"],
#fDopyt input[type="text"],
#fDopyt input[type="tel"],
#fDopyt input[type="email"],
#fSprava input[type="text"],
#fSprava input[type="tel"],
#fSprava input[type="email"],
#prehliadkaform input[type="text"],
#prehliadkaform input[type="tel"],
#prehliadkaform input[type="email"] {
    color: white;
    border: none;
    height: 58px;
    width: 100%;
    padding-left: 20px;
    font-size: 15px;
    border: 1px solid #d0d0d0;
    outline: none !important;
    background: transparent
}

#nacenenie .checkbox,
#fDopyt .checkbox,
#fSprava .checkbox,
#prehliadkaform .checkbox {
    display: inline-block;
    margin: 0 20px !important
}

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

    #nacenenie .checkbox,
    #fDopyt .checkbox,
    #fSprava .checkbox,
    #prehliadkaform .checkbox {
        margin: 0 20px 20px 20px
    }
}

#fSprava p.checkbox {
    width: 100%
}

#fSprava p.checkbox .styled-checkbox+label:before {
    background: #fff;
    margin-top: 1px
}

form fieldset {
    border: none;
    padding: 0;
    margin: 0
}

form fieldset .form-group {
    position: relative;
    padding: 0;
    margin-bottom: 20px
}

form fieldset .form-group input {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    border: none;
    border-bottom: 1px solid #8a8c91;
    background-color: transparent;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
    height: 60px;
    outline: none !important;
    font-size: 1.33em;
    color: #3d89ff;
    background: -webkit-linear-gradient(bottom, #3d89ff 50%, #3d89ff 50%);
    background: linear-gradient(to top, #3d89ff 50%, #3d89ff 50%);
    background-position: left bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out
}

form fieldset .form-group label {
    position: absolute;
    top: 0;
    left: 15px;
    text-align: left;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 80px;
    font-size: 1em;
    background: transparent;
    color: rgba(0, 0, 0, 0.6);
    margin: 0px auto;
    cursor: text;
    transition: all .15s ease-in-out
}

form fieldset .form-group input:hover,
form fieldset .form-group input:focus {
    border-color: #3d89ff
}

form fieldset .form-group input:focus {
    background-position: left bottom;
    background-size: 100% 1px
}

form fieldset .form-group input:valid+label,
form fieldset .form-group input:focus+label {
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    color: #3d89ff
}

form fieldset .form-group input:focus ::-webkit-input-placeholder {
    color: transparent;
    font-size: 0
}

form fieldset .form-group input:focus :-moz-placeholder {
    color: transparent;
    font-size: 0
}

form fieldset .form-group input:focus ::-moz-placeholder {
    color: transparent;
    font-size: 0
}

form fieldset .form-group input:focus :-ms-input-placeholder {
    color: transparent;
    font-size: 0
}

form fieldset .form-group ::-webkit-input-placeholder {
    text-align: right;
    color: #3d89ff;
    font-size: 13px;
    font-weight: 500
}

form fieldset .form-group :-moz-placeholder {
    text-align: right;
    color: #3d89ff;
    font-size: 13px;
    font-weight: 500
}

form fieldset .form-group ::-moz-placeholder {
    text-align: right;
    color: #3d89ff;
    font-size: 13px;
    font-weight: 500
}

form fieldset .form-group :-ms-input-placeholder {
    text-align: right;
    color: #3d89ff;
    font-size: 13px;
    font-weight: 500
}

form fieldset .form-text {
    margin-bottom: 20px
}

form fieldset .form-text textarea {
    color: white;
    position: relative;
    display: block;

    border: none;
    border: 1px solid #d0d0d0;
    min-height: 100px;
    background-color: transparent;
    margin: 0;
    width: 100%;
    padding: 20px;
    resize: none;
    outline: none !important;
    font-size: 14px
}

form fieldset ::-webkit-input-placeholder {
    text-align: left;
    color: #666;
    font-size: 15px;

    font-weight: 500
}

form fieldset :-moz-placeholder {
    text-align: left;
    color: #666;
    font-size: 15px;

    font-weight: 500
}

form fieldset ::-moz-placeholder {
    text-align: left;
    color: #666;
    font-size: 15px;

    font-weight: 500
}

form fieldset :-ms-input-placeholder {
    text-align: left;
    color: #666;
    font-size: 15px;

    font-weight: 500
}

form fieldset button {
    margin-top: 30px;
    cursor: pointer;
    background: #3d89ff;

    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

form fieldset button i {
    margin-right: 15px
}

form fieldset .styled-checkbox {
    position: absolute;
    opacity: 0
}

form fieldset .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: 500
}

form fieldset .styled-checkbox+label:before {
    content: '';
    margin-right: 15px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    margin-top: 2px
}

form fieldset .styled-checkbox:hover+label:before {
    background: #3d89ff !important
}

form fieldset .styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12)
}

form fieldset .styled-checkbox:checked+label:before {
    background: #3d89ff !important
}

form fieldset .styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

form fieldset .styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd
}

form fieldset .styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg)
}

header {
    background: #121212;
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

header .navbar-brand {
    float: left;
    border: none;
    margin-left: 30px
}

header .navbar-brand .logo {
    height: 60px;
    margin: 3px 0
}

@media only screen and (max-width: 768px) {
    header .navbar-brand {
        display: none
    }
}

header .navbar-menu {
    overflow: visible;
    max-height: 70px;
    max-width: 1680px;
    width: 100%;
    height: 70px;
    margin: 0 auto
}

header .navbar-menu .navbar {
    display: inline-block;
    text-align: left;
    height: 30px;
    line-height: 30px;
    margin: 20px 0
}

header .navbar-menu .navbar li {
    display: inline-block;
    margin: 0 15px
}

@media screen and (max-width: 1080px) {
    header .navbar-menu .navbar li:has(.social) {
        display: none;
    }

}

header .navbar-menu .navbar li a {
    position: relative;

    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.033em;
    color: #fff;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    border-bottom: 1px solid transparent
}

header .navbar-menu .navbar li a span {
    font-size: 1.2em
}

header .navbar-menu .navbar li a:after {
    content: '';
    position: absolute;
    top: 45px;
    left: -1px;
    display: block;
    width: 0px;
    height: 2px;
    background: #3d89ff;
    transition: width .3s
}

@media only screen and (max-width: 768px) {
    header .navbar-menu .navbar li a:after {
        top: 30px
    }
}

header .navbar-menu .navbar li a:hover {
    /* border-bottom: 1px solid #d8dae4 */
}

header .navbar-menu .navbar li a:hover:after {
    width: calc(100% + 1px)
}

header .navbar-menu .navbar li.active a:after {
    content: '';
    position: absolute;
    top: 45px;
    left: -1px;
    display: block;
    width: calc(100% + 1px);
    height: 2px;
    background: #3d89ff
}

@media only screen and (max-width: 768px) {
    header .navbar-menu .navbar li.active a:after {
        top: 30px
    }
}

header .navbar-menu .navbar.right {
    float: right;
    margin-right: 30px
}

header .navbar-menu .navbar.right li:last-child {
    margin-right: 0
}

header .navbar-menu .navbar.left {
    float: left;
    margin-left: 30px
}

header .navbar-menu .navbar.left li:first-child {
    margin-left: 0
}

header .navbar-menu .navbar.phone {
    right: 60px
}

header .navbar-menu .navbar.phone li a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon-phone.svg") no-repeat;
    position: relative;
    top: 3px;
    margin-right: 12px;
    float: left
}

@media only screen and (max-width: 768px) {
    header .navbar-menu {
        overflow: hidden;
        max-height: 0;
        padding: 0;
        margin: 0 auto;
        -webkit-transition: all 0.25s ease
    }

    header .navbar-menu.active {
        height: 100dvh;
        max-height: 100dvh;
    }

    header .navbar-menu .navbar.right {
        width: 100%;
        height: inherit;
        position: relative;
        left: 50px;
    }

    header .navbar-menu .navbar li:has(.social) {
        display: block;
    }

    header .navbar-menu .navbar li {
        width: 100%;
        margin: 0;
        line-height: 50px
    }

    header .navbar-menu .navbar.lang {
        position: relative;
        right: initial
    }

    header .navbar-menu .navbar.phone {
        display: none
    }
}

header #navbar-menu-toggle {
    display: none
}

header #navbar-menu-toggle:checked+.navbar-menu {
    max-height: 300px
}

header .navbar-menu-icon {
    display: none;
    cursor: pointer;
    border: none;
    width: 18px;
    height: 34px;
    margin: 18px 0;
    padding: 10px 0
}

header .navbar-menu-icon:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url("../img/icon-hamburger.svg") no-repeat
}

@media only screen and (max-width: 768px) {
    header .navbar-menu-icon {
        display: block
    }
}

@media only screen and (max-width: 544px) {
    header .navbar-menu-icon {
        width: 18px;
        margin: 8px 0
    }
}

header .navbar-user-icon {
    display: none;
    position: absolute;
    border: none
}

header .navbar-user-icon:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../img/icon-user.svg") no-repeat;
    background-size: 100%
}

@media only screen and (max-width: 768px) {
    header .navbar-user-icon {
        display: block;
        right: 24px;
        top: 24px
    }
}

@media only screen and (min-width: 544px) and (max-width: 768px) {
    header .navbar-brand {
        left: calc(50% - 86px)
    }

    header .navbar-brand .logo {
        display: inline-block
    }

    header .navbar-brand .symbol {
        display: none
    }
}

@media only screen and (max-width: 544px) {
    header .navbar-brand .symbol {
        margin: 15px 0
    }

    header .navbar-user-icon {
        top: 13px
    }
}

section#theme {
    position: relative;
    max-width: 1680px;
    margin: 0 auto;
    background: #2E2E2E;
    padding: 12rem 0 8rem 0;
    overflow: hidden
}

section#theme .logos {
    position: absolute;
    right: 20px;
    bottom: 20px
}

section#theme .logos img {
    width: 150px
}

@media only screen and (max-width: 768px) {
    section#theme .logos {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0)
    }

    section#theme .logos img {
        width: 100px
    }
}

section#theme span {
    color: #fff;
    display: inline-block;
    font-size: 14px;

    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

section#theme a {
    border-bottom: none;
    display: inline-block;
    margin-top: 60px
}

@media only screen and (max-width: 768px) {
    section#theme a {
        display: none
    }
}

section#theme.video {
    background: #00000050;
}

section#theme.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

section#theme.video span {
    color: #191919;
}

section#theme.video h1 {
    color: #ffffff;
}

section#theme.video p.subhead {
    font-size: 2rem;
    color: #000;
    margin-bottom: .5rem;
}

section#theme.video a{
    background-color: black;
    color: white;
}

section#theme.photo {
    background-color: #2E2E2E !important;
    background-size: 44% auto !important;
    background-position: 100% 50% !important
}

@media only screen and (min-width: 768px) {
    .sanko-quote {
        background-position: 100% 0% !important
    }
}

@media only screen and (max-width: 1200px) {
    section#theme.photo {
        background-size: 40% auto !important;
        background-position: 94% 50% !important
    }
}

@media only screen and (max-width: 768px) {
    section#theme.photo {
        background-position: 50% 100% !important;
        background-size: auto 400px !important;
        padding: 3rem 3rem 460px 3rem
    }
}

section#theme.makler {
    background: #2E2E2E;
    background: -moz-linear-gradient(-45deg, #2E2E2E 0%, #faf7ff 100%);
    background: -webkit-linear-gradient(-45deg, #2E2E2E 0%, #faf7ff 100%);
    background: linear-gradient(-45deg, #2E2E2E 0%, #faf7ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2E2E2E", endColorstr="#faf7ff", GradientType=1);
    background: url("../img/makler.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

@media only screen and (max-width: 768px) {
    section#theme.makler {
        background: url("../img/makler-small.jpg") no-repeat;
        background-position: 50% 100%;
        background-size: cover
    }
}

section#theme.maklerka {
    background: #2E2E2E;
    background: -moz-linear-gradient(-45deg, #2E2E2E 0%, #faf7ff 100%);
    background: -webkit-linear-gradient(-45deg, #2E2E2E 0%, #faf7ff 100%);
    background: linear-gradient(-45deg, #2E2E2E 0%, #faf7ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2E2E2E", endColorstr="#faf7ff", GradientType=1);
    background: url("../img/maklerka.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

@media only screen and (max-width: 768px) {
    section#theme.maklerka {
        background: url("../img/maklerka-small.jpg") no-repeat;
        background-position: 50% 100%;
        background-size: cover
    }
}

@media only screen and (max-width: 768px) {
    section#theme {
        text-align: center;
        padding: 5rem 10% 36rem 10%
    }

    section#theme a {
        margin-top: 30px
    }
}

@media only screen and (max-width: 544px) {
    section#theme {
        padding: 3rem 15px 12rem 15px
    }
}

@media only screen and (max-width: 544px) {
    section#theme {
        padding: 2rem 0 28rem 0
    }
}

section#photo-text h2.withsub {
    margin-bottom: 6rem
}

@media only screen and (max-width: 544px) {
    section#photo-text h2.withsub {
        margin-bottom: 3rem
    }
}

section#photo-text .tabs {
    text-align: center;
    margin-bottom: 5rem
}

section#photo-text .tabs a {
    margin: 5px
}

section#photo-text .tabs a.active {
    background: #3d89ff;
    border-color: #3d89ff;
    color: #fff
}

section#photo-text .item {
    overflow: hidden;
    margin-bottom: 8rem
}

section#photo-text .item .photo.grid {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    height: 300px;
    margin-bottom: 20px;
    padding: 0
}

section#photo-text .item .photo.grid img {
    height: 100% !important;
    width: inherit !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0 !important
}

@media only screen and (max-width: 768px) {
    section#photo-text .item .photo.grid {
        height: inherit
    }
}

section#photo-text .item .photo.one img {
    width: 100%;
    float: left;
    border-radius: 3px
}

section#photo-text .item .photo.two img {
    width: calc(50% - 15px);
    float: left;
    margin: 0 30px 0 0;
    border-radius: 3px
}

section#photo-text .item .photo.two img:last-child {
    margin: 0
}

section#photo-text .item .text span {
    color: #fff;
    display: inline-block;
    font-size: 12px;

    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

section#photo-text .item .text p {
    max-width: 90%;
    font-size: 0.84em;
    line-height: 1.66em
}

@media only screen and (max-width: 768px) {
    section#photo-text .item .text p {
        max-width: 100%
    }
}

section#photo-text .item .text a {
    margin-top: 30px
}

section#photo-text .item .text .icons {
    overflow: hidden;
    display: block;
    text-align: left;
    line-height: 30px
}

section#photo-text .item .text .icons span {
    display: inline-block;
    margin-right: 20px
}

section#photo-text .item .text .icons span img {
    display: inline-block;
    margin-bottom: 10px
}

section#photo-text .item .text .icons span strong {
    display: block;
    color: #fff
}

section#photo-text .item .text .icons span:last-child {
    margin: 0
}

section#photo-text .item .text .icons span.price {
    background: #3d89ff;
    display: inline-block;
    padding: 3px 12px 0 12px
}

section#photo-text .item .text .icons span.price strong {
    color: #fff !important
}

@media only screen and (max-width: 768px) {
    section#photo-text .item .text .button {
        opacity: 1
    }
}

section#photo-text .item:last-child {
    margin-bottom: 0
}

section#photo-text .item:not(.row) {
    margin-bottom: 0
}

section#photo-text .item:not(.row) .photo img {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 20px
}

section#photo-text .item:not(.row) .text h3 {
    font-size: 1.5em;
    margin-bottom: 10px
}

section#photo-text .item:not(.row) a {
    width: 100%;
    margin: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out
}

section#photo-text .item:not(.row):hover a {
    opacity: 1
}

section#photo-text.blog .item .text p {
    font-size: 0.9em;
    line-height: 1.66em
}

@media only screen and (max-width: 768px) {
    section#photo-text .item {
        display: flex;
        flex-direction: column;
        margin-bottom: 60px !important
    }

    section#photo-text .item .photo {
        order: 1;
        margin-bottom: 30px;
        padding: 0 6rem
    }

    section#photo-text .item .text {
        order: 2;
        text-align: center
    }

    section#photo-text .item .text .icons {
        text-align: center
    }
}

@media only screen and (max-width: 544px) {
    section#photo-text .item .photo {
        padding: 0 3rem
    }
}

section#select .tabs a {
    margin: 10px 5px
}

section#select .item {
    text-align: center;
    margin-bottom: 3rem
}

section#select .item .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #2E2E2E;
    min-height: 15rem;
    padding: 1rem 2rem;
}

@media screen and (max-width: 998px) {
    section#select .item .text {
        padding: 2rem;
        min-height: auto;
    }
}

section#select .item .text h4 {
    margin-bottom: 15px;
}

section#select .item .icon {
    position: relative;
    background: #2E2E2E;
    height: 15rem;
    margin-bottom: 20px;
    border-radius: 3px;
    background: #2E2E2E;
    background: -moz-linear-gradient(-45deg, #2E2E2E 0%, #faf7ff 100%);
    background: -webkit-linear-gradient(-45deg, #2E2E2E 0%, #faf7ff 100%);
    background: linear-gradient(-45deg, #2E2E2E 0%, #faf7ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2E2E2E", endColorstr="#faf7ff", GradientType=1)
}

section#select .item .icon>img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

section#select .item h4 {
    padding: 0 10px
}

@media only screen and (max-width: 768px) {
    section#select .item h4 {
        font-size: 14px;
        line-height: 20px
    }
}

section#select .item.small .icon {
    height: 10rem;
    background: #f3f2f5
}

section#select .item.small .icon>img {
    max-width: 44px
}

@media only screen and (max-width: 375px) {
    section#select .item {
        width: 100%
    }
}

@media only screen and (max-width: 544px) {
    section#select {
        margin: 3rem 0 0 0
    }

    section#select .item {
        margin-bottom: 2rem
    }
}

section#numbers {
    padding: 4rem 0 10rem 0
}

section#numbers .number {
    text-align: center
}

section#numbers .number a {
    font-size: 24px;
    margin-bottom: 24px;
    display: inline-block;

    font-weight: 700
}

section#numbers .number p {
    line-height: 100px;
    display: block;

    font-weight: 700;
    font-size: 4em;
    color: #3d89ff;
    letter-spacing: -0.033em
}

section#numbers .number p>span.plus {
    position: relative;
    top: -8px;
    left: 5px
}

section#numbers .number small {
    display: block;

    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

@media only screen and (max-width: 992px) {
    section#numbers .number p {
        font-size: 4em
    }
}

@media only screen and (max-width: 768px) {
    section#numbers {
        padding: 3rem 0 6rem 0
    }

    section#numbers .number {
        margin-bottom: 2rem
    }

    section#numbers .number p {
        font-size: 3em
    }

    section#numbers .number:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 375px) {
    section#numbers .number {
        width: 100%;
        margin-bottom: 2rem
    }
}

section#references {
    padding-bottom: 4rem
}

section#references .item {
    outline: none
}

section#references .item p {

    font-weight: 700;
    font-size: 20px;
    color: white;
    letter-spacing: -0.033em;
    line-height: 28px;
    max-width: 64%;
    margin: 0 auto;
    margin-bottom: 10px
}

section#references .item small {
    color: #fff;
    display: inline-block;
    font-size: 12px;

    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px
}

section#detail {
    overflow: hidden;
    padding-bottom: 0
}

section#detail h2,
section#detail h3 {
    margin-bottom: 40px
}

section#detail strong {
    font-weight: 500
}

section#detail .tags {
    text-align: center;
    overflow: hidden
}

section#detail .tags span {
    color: #3d89ff;
    display: inline-block;
    font-size: 12px;

    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

section#detail .subhead {
    text-align: center;
    margin: 2rem 0
}

section#detail .subhead .icons {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px
}

section#detail .subhead .icons span {
    margin: 20px;
    color: #fff;
    display: inline-block;
    font-size: 12px;

    font-weight: 700;
    text-transform: uppercase
}

section#detail .subhead .price {
    padding: 0 20px;
    height: 50px;
    line-height: 50px
}

section#detail .subhead .price strong {
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    font-weight: 700
}

section#detail .subhead .price:before {
    content: "";
    position: absolute;
    display: block;
    left: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #3d89ff
}

section#detail .subhead .price:after {
    content: "";
    background: white;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: -7px;
    top: 21px
}

section#detail .description {
    margin: 50px auto;
    max-width: 90%;
    font-size: 0.9em
}

section#detail .description p {
    margin: 0 auto;
    max-width: 75%;
    text-align: center
}

section#detail .description p a {
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    display: inline-block;
    font-size: 12px;

    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1px
}

section#detail .description.podrobne a {
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    display: inline-block;
    font-size: 12px;

    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1px
}

@media only screen and (max-width: 992px) {
    section#detail .description {
        max-width: 100%
    }
}

section#detail .video {
    margin: 6rem 0
}

section#detail .share {
    margin-bottom: 3rem;
    text-align: center
}

section#detail .share>.button.alt {
    margin: 10px 5px
}

section#detail .share .social {
    display: inline-block;
    margin: 0 0 50px 0;
    width: 100%
}

section#detail .share .social h4 {
    margin-bottom: 20px
}

section#detail .share .social a {
    border: none;
    margin: 10px 5px
}

section#detail .share .mail,
section#detail .share .see {
    display: inline-block;
    margin-right: 60px
}

section#detail .share .mail a,
section#detail .share .see a {
    cursor: pointer;
    text-decoration: none
}

section#detail .share .mail a i.fal,
section#detail .share .see a i.fal {
    position: relative;
    top: 3px;
    display: inline-block;
    font-size: 1.5em;
    margin-right: 14px
}

section#detail .share .mail a:hover,
section#detail .share .see a:hover {
    text-decoration: underline
}

section#detail .share .print {
    display: inline-block
}

section#detail .share .print a {
    cursor: pointer;
    text-decoration: none
}

section#detail .share .print a i.fal {
    position: relative;
    top: 2px;
    display: inline-block;
    font-size: 1.33em;
    margin-right: 12px
}

section#detail .share .print a:hover {
    text-decoration: underline
}

section#detail .buttons {
    border: 1px solid #3d89ff;
    overflow: auto;
    padding: 30px;
    border-radius: 3px
}

section#detail .buttons .button {
    text-align: center
}

section#detail .buttons .button a {
    text-decoration: none
}

section#detail .buttons .button a i.fal {
    font-size: 1.15em;
    margin-right: 15px
}

section#detail .free {
    padding: 5rem 0
}

section#detail .free table i.fal {
    font-size: 1.33em
}

section#detail .free table i.fal.yes {
    color: #3d89ff
}

section#detail .free table i.fal.no {
    color: #ACACAC
}

section#detail .free p.link {
    display: block;
    text-align: center;
    margin-top: 30px
}

section#detail .video.half {
    width: 50%;
    float: left
}

section#detail .gallery {
    width: 100%
}

section#detail .gallery a {
    border: none
}

section#detail .gallery a img {
    width: inherit;
    height: 400px
}

section#detail .table {
    clear: both;
    overflow: hidden;
    padding: 5rem 0
}

section#detail .table .items-wrapper {
    overflow: hidden;
    margin-bottom: 50px
}

section#detail .table .items-wrapper .item {
    overflow: hidden;
    border-bottom: 1px solid #2E2E2E;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    font-size: 0.9em
}

section#detail .table .items-wrapper .item label {
    float: left;
    font-weight: 400
}

section#detail .table .items-wrapper .item strong {
    float: right;
    font-weight: 700;
    color: #fff
}

section#detail .table .items-wrapper .item.hidden {
    display: none
}

section#detail .map {
    height: 200px;
    background: #fff;
    border-radius: 3px;
    padding: 3rem 0;
    text-align: center;
    position: relative
}

section#detail .map a.button {
    position: absolute;
    z-index: 2;
    left: calc(50% - 88px);
    top: calc(50% - 22px);
    transition: top ease 0.25s
}

section#detail .map a.button:hover {
    top: calc(50% - 27px)
}

section#detail .map .olMapViewport {
    opacity: .5
}

section#detail .map .olMapViewport .olControlPanZoom,
section#detail .map .olMapViewport .olControlAttribution {
    display: none
}

section#detail .map.open {
    height: 500px
}

section#detail .map.open .olMapViewport {
    opacity: 1
}

section#detail .map.open .olMapViewport .olControlPanZoom,
section#detail .map.open .olMapViewport .olControlAttribution {
    display: block
}

section#detail .contact {
    overflow: auto;
    margin: 6rem 0 0 0
}

section#detail .contact .photo {
    float: left;
    width: calc(33.3% - 15px);
    padding: 0;
    border-radius: 3px;
    overflow: hidden
}

section#detail .contact .photo .text {
    z-index: 2;
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center
}

section#detail .contact .photo .text h3 {
    margin-bottom: 20px;
    color: #fff
}

section#detail .contact .photo .text .icons span {
    width: 100%;
    display: block;
    margin-bottom: 20px
}

section#detail .contact .photo .text .icons span a {
    text-decoration: none;
    color: #fff
}

section#detail .contact .photo .text .icons span i {
    color: #fff;
    margin-right: 8px;
    font-size: 1.1em
}

section#detail .contact .photo .shadow {
    position: absolute;
    opacity: .75;
    width: 100%;
    bottom: 0;
    z-index: 1;
    height: 66%;
    display: block;
    background: #000;
    background: -moz-linear-gradient(0deg, #000 0%, transparent 100%);
    background: -webkit-linear-gradient(0deg, #000 0%, transparent 100%);
    background: linear-gradient(0deg, #000 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1)
}

section#detail .contact .photo img {
    width: 100%;
    height: auto
}

section#detail .contact .agent {
    width: calc(33.3% - 15px);
    float: left;
    border: 1px solid #2E2E2E;
    border-radius: 3px;
    padding: 4rem 3rem;
    display: block;
    overflow: auto;
    text-align: center
}

section#detail .contact .agent .avatar {
    display: inline-block;
    margin-bottom: 20px;
    width: 178px;
    height: 178px;
    overflow: hidden;
    border-radius: 50%
}

section#detail .contact .agent .avatar img {
    width: 100%
}

section#detail .contact .agent .text h3 {
    margin: 0 0 20px 0
}

section#detail .contact .agent .text .flags {
    margin: 0 0 30px 0
}

section#detail .contact .agent .text .flags img {
    margin-right: 5px;
    height: 10px;
    width: 15px
}

section#detail .contact .agent .text .flags img:last-child {
    margin: 0
}

section#detail .contact .agent .text .icons {
    margin: 20px 0 40px 0
}

section#detail .contact .agent .text .icons span {
    width: 100%;
    display: block;
    margin-bottom: 20px
}

section#detail .contact .agent .text .icons span a {
    text-decoration: none;
    color: #3d89ff
}

section#detail .contact .agent .text .icons span i {
    color: #3d89ff;
    margin-right: 8px;
    font-size: 1.1em
}

section#detail .contact .form {
    background: #2E2E2E;
    padding: 3rem
}

section#detail .contact .form h4 {
    margin-bottom: 20px;
    font-size: 14px
}

section#detail .contact .form button {
    width: calc(100% - 30px);
    margin: 30px 15px 0 15px
}

section#detail .contact .form p.chat {
    margin: 20px 0 40px 0;
    text-align: center
}

section#detail .contact .form p.chat a {
    margin: 10px 5px
}

section#detail .contact .form p.checkbox {
    display: inline-block;
    overflow: hidden;
    margin: 0 15px 0 15px;
    font-size: 14px
}

section#detail .contact .form .styled-checkbox+label:before {
    margin-bottom: 5px
}

section#detail .contact .form p#recaptcha2 {
    text-align: center;
    margin: 20px 0 0 0
}

section#detail .contact .form p#recaptcha2>div {
    display: inline-block
}

section#detail .contact .form a.reserve {
    text-align: center;
    width: calc(100% - 30px);
    margin: 50px 15px 15px 15px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;

    font-weight: 700;
    text-transform: uppercase;
    border: none
}

section#detail .contact .form a.reserve:hover {
    text-decoration: underline
}

@media only screen and (max-width: 1200px) {
    section#detail .share .social {
        display: block;
        width: 100%;
        margin-bottom: 3rem
    }
}

@media only screen and (max-width: 992px) {
    section#detail {
        padding: 3rem 0
    }

    section#detail .icons {
        width: 100%
    }

    section#detail .subhead .price {
        margin-top: 40px
    }

    section#detail .subhead .icons span {
        margin: 20px 40px
    }

    section#detail .subhead .icons span:last-child {
        margin: 20px 40px 0 40px
    }

    section#detail .share .see,
    section#detail .share .mail,
    section#detail .share .print {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    section#detail .share .print {
        margin: 0
    }

    section#detail .buttons .button {
        margin: 10px 0
    }

    section#detail .contact .photo {
        width: 80%;
        margin: 0 10% 30px 10%
    }

    section#detail .contact .agent {
        width: 80%;
        margin: 0 10% 30px 10%
    }

    section#detail .contact .agent .icons span {
        display: block;
        margin-bottom: 10px
    }

    section#detail .contact .agent .icons span:last-child {
        margin: 0
    }

    section#detail .contact .form {
        width: 80%;
        margin: 0 10%
    }

    section#detail .contact .form p.checkbox {
        max-width: 100%
    }
}

@media only screen and (max-width: 768px) {
    section#detail {
        padding: 0 0 3rem 0
    }

    section#detail .breadcrumb {
        margin-top: 30px
    }

    section#detail .contact .photo {
        text-align: center;
        float: none;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px
    }

    section#detail .contact .agent {
        text-align: center;
        float: none;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px
    }

    section#detail .contact .agent .avatar {
        float: none;
        display: inline-block;
        margin-right: 0
    }

    section#detail .contact .agent .text {
        float: none
    }
}

@media only screen and (max-width: 544px) {
    section#detail .subhead .icons span {
        display: block;
        margin: 0 0 30px 0
    }

    section#detail .contact .agent,
    section#detail .contact .photo,
    section#detail .contact .form {
        width: 100%;
        margin: 15px 0 0 0
    }
}

.hypo {
    margin: 5rem 0;
    overflow: auto
}

.hypo .form {
    overflow: auto;
    padding: 50px 15px;
    background: #2E2E2E;
    margin-bottom: 50px
}

.hypo .form a.logo {
    float: left !important;
    margin: 10px 0 20px 0
}

.hypo .form a.logo img {
    height: 40px
}

.hypo .form p.sum {
    text-align: center;
    font-size: 1.66em;
    color: #fff;

    font-weight: 700;
    margin: 10px 0 20px 0
}

.hypo .form .line {
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px auto
}

.hypo .form .line label {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    display: inline-block;
    font-size: 12px;

    font-weight: 700;
    text-transform: uppercase
}

.hypo .form .line input[type="range"] {
    width: calc(100% - 10px);
    margin: 13px 0;
    padding: 0 5px;
    float: left;
    background: transparent
}

.hypo .form .line.final {
    margin-top: 50px
}

.hypo .form .line.final p.sum {
    text-align: center !important;
    line-height: inherit
}

.hypo .form .line.final p.sum strong {
    width: 100%;
    font-size: 2.5em;
    font-weight: bold;
    color: #3d89ff !important
}

.hypo .form .line.final p.sum label {
    width: 100%;
    line-height: 16px;
    margin-bottom: 20px
}

.hypo .form .line.final a.button {
    float: right;
    padding: 0 30px;
    margin-top: 5px;
    height: 40px;
    line-height: 40px;
    background: #3d89ff;
    border: 0;
    color: #FFFFFF;
    cursor: pointer
}

.hypo .form .logo {
    width: 100%;
    text-align: center;
    border: none
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 8.5px 0
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
    background: #3d89ff;
    border-radius: 0px;
    border: 0px solid #010101
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8.5px
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #3d89ff
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
    background: #3d89ff;
    border-radius: 50%;
    border: 0px solid #010101
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 10px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer
}

input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #3d89ff;
    border: 0px solid #010101;
    border-radius: 50%;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0)
}

input[type=range]::-ms-fill-upper {
    background: #3d89ff;
    border: 0px solid #010101;
    border-radius: 50%;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0)
}

input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 10px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    height: 3px
}

input[type=range]:focus::-ms-fill-lower {
    background: #3d89ff
}

input[type=range]:focus::-ms-fill-upper {
    background: #3d89ff
}

section#post>.container {
    width: 90%;
    max-width: 800px
}

section#post>.container p.subhead {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px
}

section#post>.container span.label {
    color: #fff;
    display: block;
    font-size: 12px;

    font-weight: 700;
    text-transform: uppercase;
    margin: 60px 0
}

section#post>.container .tabs {
    text-align: center;
    margin-bottom: 5rem
}

section#post>.container .tabs a {
    margin: 5px
}

section#post>.container .tabs a.active {
    background: #3d89ff;
    border-color: #3d89ff;
    color: #fff
}

section#post>.container .icons {
    overflow: hidden;
    display: block;
    text-align: center;
    line-height: 30px;
    margin: 50px 0 60px 0
}

section#post>.container .icons span {
    color: #3d89ff;
    display: inline-block;
    font-size: 12px;

    font-weight: 700;
    text-transform: uppercase;
    margin: 0 10px
}

section#post>.container .icons span img {
    display: inline-block;
    margin-bottom: 10px
}

section#post>.container .icons span strong {
    display: block;
    color: #fff
}

section#post>.container .icons span:last-child {
    margin: 0
}

section#post>.container p {
    margin: 30px 0;
    line-height: 33px
}

section#post>.container p strong {
    color: #fff;
    font-weight: 700
}

section#post>.container h3,
section#post>.container h4,
section#post>.container h5 {
    margin-top: 60px
}

section#post>.container ul {
    list-style-type: circle;
    list-style-position: inside;
    padding-left: 1px
}

section#post>.container ul li {
    line-height: 36px;
    color: #3d89ff;
    font-weight: 600;
    font-size: 16px
}

section#post>.container img:not([width]):not([height]) {
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
    margin: 3rem 0;
    margin-left: -100px
}
section#post>.container img[width],
section#post>.container img[height] {
  display: flex;
  margin: 3rem auto;
}

section#post .buttons a {
    margin: 5px
}

@media only screen and (max-width: 768px) {
    section#post>.container img {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

section#contact {
    padding: 8rem 0;
    background: #2E2E2E;
    /* background: -moz-linear-gradient(-45deg, #2E2E2E 0%, #faf7ff 100%);
    background: -webkit-linear-gradient(-45deg, #2E2E2E 0%, #faf7ff 100%);
    background: linear-gradient(-45deg, #2E2E2E 0%, #faf7ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2E2E2E", endColorstr="#faf7ff", GradientType=1) */
}

section#contact .mail,
section#contact .tel {
    padding: 3rem;
    border-radius: 3px;
    text-align: center
}

section#contact .mail a,
section#contact .tel a {

    font-size: 1.66em;
    border-bottom: 2px solid #3d89ff
}

section#contact .mail a:hover,
section#contact .tel a:hover {
    border-bottom: 2px solid transparent
}

section#contact .mail {
    margin-bottom: 1rem
}

section#contact .buttons {
    margin: 0 0 3rem 0
}

section#contact .buttons a {
    margin: 10px 10px 10px 0
}

@media only screen and (max-width: 992px) {
    section#contact .text {
        text-align: center
    }
}

@media only screen and (max-width: 544px) {
    section#contact .text {
        margin-bottom: 3rem
    }

    section#contact .buttons a {
        width: 100%
    }

    section#contact .mail,
    section#contact .tel {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px
    }
}

section#bottom {
    z-index: 200;
    display: none;
    position: fixed;
    bottom: 0;
    padding: 30px 0;
    width: 100%;
    text-align: center;
    overflow: visible;
}

section#bottom a {
    margin: 0 5px;
    padding: 8px 20px 4px 50px;
    line-height: 30px
}

section#bottom a img {
    height: 24px;
    left: 12px
}


section#bottom .menu {
    display: inline-block;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 64px;
    height: 64px;
    padding: 16px;
    background: #c0c0c0;
    border-radius: 50%;

    cursor: pointer;

    z-index: 999;

    display: flex;
    justify-content: center;
    align-items: center;
}

section#bottom .menu span {
    display: none;
}
/* 
@media only screen and (max-width: 600px) {
    section#bottom .menu {
        position: relative;
        border-radius: 0;
        right: 0;
        top: 0;

        width: 128px;
        height: 45px;
        margin: auto;

        display: flex;
        gap: 1rem;
        justify-content: space-between
    }

    section#bottom .menu svg {
        width: 32px;
        height: 32px;
    }

    section#bottom .menu span {
        display: block;
        font-size: 15px;
        font-weight: 800;
        color: black;
    }

} */

@media only screen and (max-width: 768px) {
    section#bottom {
        display: inline-block
    }
}

footer {
    max-width: 1680px;
    margin: 0 auto
}

footer .links {
    margin: 30px 0
}

footer .links a {
    display: inline-block;
    margin: 10px;
    color: #3d89ff;
    display: inline-block;
    line-height: 20px;
    font-size: 12px;

    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1px;
    border-bottom: 1px solid transparent
}

footer .links a:hover {
    border-bottom: 1px solid #3d89ff
}

footer .bar {
    background: #3d89ff;
    width: 100%
}

footer .social {
    text-align: center;
    margin: 3rem 0
}

footer .social a {
    border-bottom: none;
    margin-right: 10px
}

footer .social a img {
    height: 30px
}

footer .social a:last-child {
    margin: 0
}

footer .copy {
    padding: 3rem 0
}

footer .copy p {
    font-size: .85em;
    color: #ACACAC;
    text-align: center
}

footer .copy p a {
    color: #ACACAC;
    border: none;
    display: inline-block;
    margin: 0 10px
}

footer .copy p a:hover {
    text-decoration: underline
}

footer .copy p.links {
    margin-top: 10px
}

section.callout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 3rem 5rem;
}

section.callout p {
    font-weight: 700;
    font-size: 1.2em !important;
    max-width: 50ch;
    margin: auto 0;
}

@media only screen and (max-width: 768px) {
    section.callout {
        flex-direction: column;
        gap: 1rem;
    }

    section.callout a {
        text-align: center;
    }

    section.callout {
        padding: 3rem 1rem;
    }

    section.callout p {
        font-size: 1em;
    }
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

@media only screen and (max-width: 768px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }


}


.image-text {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 3.5rem;
    margin-bottom: 5rem;
    line-height: 28px;
}

.image-text strong {
    font-size: 1.2em
}

.image-text h4 {
    color: #3d89ff;
}

.image-text a {
    border: none;
}


.image-text>div,
.image-text>p {
    grid-column: span 7;
}

.image-text>img {
    grid-column: span 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 988px) {
    .image-text>img {
        grid-column: span 12;
        order: 2;
        max-width: 90vw;
    }

    .image-text p,
    .image-text img {
        max-width: calc(100vw - 45px);
    }

    .image-text>div,
    .image-text>p {
        grid-column: span 12;
    }

    .image-text {
        gap: 2rem;
    }
}


.makler-items {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: 1rem;
    color: #3d89ff !important;
}

@media screen and (max-width: 768px) {
    .makler-items {
        justify-content: center !important;
        float: none !important;
    }
}

.makler-items .makler-item a {
    display: flex;
    gap: .5em;
    align-items: center;
    border: none;
    justify-content: baseline;
    margin-top: 0 !important;
}

.makler-items .makler-item span {
    margin-bottom: 0px !important;
}

.makler-items svg path {
    fill: #fff
}

@media screen and (min-width: 768px) {

    section#theme.video .row>div>span,
    section#theme.video .row>div>p {
        color: white;
        text-align: right;
        width: 100%;
    }

    section#theme.video .row>div>a {
        float: right;
    }

}


.sanko-photo-text {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding: 0 2rem;
}

.sanko-photo-text .photo {
    grid-column: span 4;
    margin-right: 2rem;
}

.sanko-photo-text .photo img {
    width: 100%;
}

.sanko-photo-text .text {
    grid-column: span 8;
    width: 100%;
}

.sanko-photo-text .contact {
    position: absolute;
    bottom: 2rem;
}

.sanko-photo-text .pecate {
    margin-top: 1rem;
    justify-content: flex-end;
    position: absolute;
    bottom: 2rem;
    right: 0;
}

@media screen and (max-width: 1050px) {

    .sanko-photo-text .contact,
    .sanko-photo-text .pecate {
        position: relative;
        bottom: none;
    }
}

@media screen and (max-width: 776px) {

    .sanko-photo-text .photo,
    .sanko-photo-text .text {
        grid-column: span 12;
        margin-right: 0;
    }
}


section#carousel .gallery-carousel {
    height: 400px
}

section#carousel .gallery-carousel a {
    display: block;
    height: 400px;
    margin: 0 5px;
    border: none;
}

section#carousel .gallery-carousel a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section#carousel .gallery-carousel button {
    visibility: hidden;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    line-height: 50px;
    border: none
}

section#carousel .gallery-carousel button.slick-prev,
section#carousel .gallery-carousel button.slick-next{
    display: flex;
    justify-content: center;
    align-items: center;
}

section#carousel .gallery-carousel button.slick-prev {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: calc(50%);
}

section#carousel .gallery-carousel button.slick-prev:after {
    color: #593E2C;
    font-size: 1.5em;
    font-family: "Font Awesome 5 Pro";
    content: "\f30a"
}

section#carousel .gallery-carousel button.slick-next {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: calc(50%)
}

section#carousel .gallery-carousel button.slick-next:after {
    color: #593E2C;
    font-size: 1.5em;
    font-family: "Font Awesome 5 Pro";
    content: "\f30b"
}

section#carousel .gallery-carousel button:hover {
    cursor: pointer
}

section#carousel .gallery-carousel:hover button {
    visibility: inherit
}

section#carousel.develo-photos {
    height: 80px;
    margin-top: 10px
}

section#carousel.develo-photos .gallery-carousel {
    height: 80px
}

section#carousel.develo-photos .gallery-carousel a {
    height: 80px
}
