@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700,900&display=swap&subset=latin-ext');

/*
font-family: 'Merriweather', serif;
*/

#body {
    max-width: none;
    font-size: 16px;
    color: #354d4a;
}

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

    #body {
        padding-top: 130px;
    }

}

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

    #body {
        padding-top: 85px;
    }

}


#htmlbody {
    padding: 0 20px;
}

header {
    z-index: 50;
}




h2, p {
    color: #354d4a;
}

footer, header {
    width: 100%;
    max-width: none;
    position: relative;
}

.headline, .headline * {
    font-family: 'Merriweather', serif !important;
}

header .box {
    max-width: 1700px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


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

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 20px;
        -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
        -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
        -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
        transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    }

    .scrolled header {
        background: #FFF;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(31,26,21,0.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(31,26,21,0.1);
        box-shadow: 0px 0px 10px 0px rgba(31,26,21,0.1);
    }

}



header .logo img {
    width: 444px;
}


@media screen and (max-width: 1440px) {
    header .logo img {
        max-width: 340px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    header .logo img {
        max-width: 240px;
        width: 100%;
    }
}


@media screen and (max-width: 1024px) {
    header .logo {
        z-index: 20;
        margin-right: 40px;
    }
}




.nav-toggle {
    cursor: pointer;
    display: block;

    position: absolute;
    width: 30px;
    height: 4px;
    vertical-align: middle;
    z-index: 30;
    padding: 8px 0 12px;


    top: 50%;
    /*
    margin: 0 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    */
    margin: -12px 15px 0 15px;
}

@media screen and (min-width: 1024px) {
    .nav-toggle {
        display: none;
    }
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    cursor: pointer;
    border-radius: 0px;
    height: 4px;
    width: 30px;
    background: #FFF;
    position: absolute;
    display: block;
    content: '';
}
.nav-toggle span:before {
    top: -8px;
}
.nav-toggle span:after {
    bottom: -8px;
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 0.5s  ease-in-out;
    -moz-transition: all 0.5s  ease-in-out;
    -o-transition: all 0.5s  ease-in-out;
    transition: all 0.5s  ease-in-out;
}

.nav-toggle.active span {
    background-color: transparent;
}

.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0;
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}
.nav-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



@media screen and (max-width: 1024px) {
    .nav-toggle {
        right: 20px;
        margin-right: 0;
    }

}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    background: #354d4a;
}


.menu {
    width: 60%;
}

header nav {
    display: block;

}

@media screen and (max-width: 1024px) {
    header nav {
        display: block;
    }
}

#main_menu {
    justify-content: space-between;
    border: 0;
}

@media screen and (max-width: 1024px) {
    #main_menu {
        position: relative !important;
    }
}


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

    .menu {
        position: fixed;
        left: 100%;
        top: 0;
        height: 100%;
        border: 0px solid;
        width: 100%;
        background: #f4f2ec;
        padding-left: 50%;
        padding-top: 100px;
        -webkit-transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
        -moz-transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
        -o-transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
        transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    }

    .menu.active {
        left: 0%;
    }

}

@media screen and (max-width: 480px) {
    .menu {
        padding-left: 30%;
    }
}

#main_menu .open_menu {
    background: none;
}



header #main_menu_wrapper {
    padding: 0;
    border: 0;
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    header #main_menu_wrapper {
        height: auto !important;
        overflow: visible !important;
        margin-bottom: 10px;
        width: 100%;
    }
}

header #main_menu li {
    margin: 0;
    padding: 0;
}

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

    header #main_menu li {
        margin-bottom: 20px;
    }

}

header #main_menu .om .main_a {
    padding: 0 20px 0 0;
}

.lock .lg-toolbar {
    position: fixed;
    padding-right: 20px;
    background: none;
}

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


    .lock .lg-toolbar {
        padding-right: 0px;
    }

}

.lg-toolbar {
    background: none;
}

.lg-toolbar .lg-icon {
    background: #cba85c;
    color: #FFF;
    margin: 10px;
    transform: scale(0.95);
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
}

.lg-toolbar .lg-icon:hover{
    color: #FFF;
    transform: scale(1.05);
}


header #main_menu .mvisible .main_a, header #main_menu .odnosnik a:hover {
    background: none;
    color: #d3a750;
    border-bottom: 2px solid #d3a750;
}

header #main_menu .open_menu:before {
    border-color: #354d4a transparent transparent transparent;
}

header #main_menu .mvisible .open_menu:before {
    border-color: #d3a750 transparent transparent transparent;
}

header #main_menu .submenu a {
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
}

#main_menu .main_a:hover {
    background: none;
    color: #d3a750;
    border-bottom: 2px solid #d3a750;    
}

header #main_menu .submenu a:hover,
header #main_menu .submenu a:focus {
    background: #d3a750;
    color: #FFF;
}


header #main_menu .main_a, header #main_menu .odnosnik a {
    padding: 0;
    font-size: 20px;
    text-transform: none;
    border-bottom: 2px solid transparent;
    color: #354d4a;
    white-space: nowrap;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
}

header .lang {
    padding: 5px 12px 5px 0;
    border: 1px solid #e4e3e0;
    text-decoration: none;
}





.hero, .tresc_env {
    width: calc(100% + 40px);
    height: 850px;
    background: #f9f8f5;
    margin: 0 -20px;
    position: relative;
    padding: 0 0 0 20px;
    float: none;
}

.hero {
    width: 100%;
}

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

    .hero, .tresc_env {
        height: 650px;
    }

}

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

    .hero, .tresc_env {
        height: auto;
        padding: 0 20px 50px 20px;
    }

}

.hero {
    max-width: 1920px;
    margin: 0px auto;
}

.hero_env {
    background: #f9f8f5;
    margin: 0 -20px;
}


.hero:before, .tresc_env:before {
    content: '';
    position: absolute;
    top: 0;
    width: 200%;
    bottom: 0;
    right: 48%;
    border: 0px solid #f00;
    z-index: 10;
    transform: skew(21deg);
    background: #f9f8f5;
    border-top: 50px solid #FFF;
}

@media screen and (max-width: 1024px) {
    .hero:before {
        right: 50%;
        height: 0px;
    }
}


@media screen and (max-width: 768px) {
    .hero:before {
        border-top-width: 30px;
    }
}


.tresc_env {
    padding: 50px 0px 0px;
    margin-top: -50px;
    background: #f4f2ec;
    height: auto;
}

.tresc_env:before {
    right: 50%;
    height: 50px;
}

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

    .tresc_env {
        padding: 30px 0px 0px;
        margin-top: -20px;
    }

    .tresc_env:before  {
        border-top-width: 30px;
        height: 30px;
    }
}


.tresc {
    z-index: auto;
    float: none;
    padding: 50px 20px;
    background: #f9f8f5;
    width: 100%;

    font-size: 21px;
    color: #354d4a;
    line-height: 1.5em;
}

.tresc h1 {
    color: #354d4a;
    font-size: 46px;
    text-align: center;
    font-family: 'Merriweather', serif !important;
    margin-bottom: 0.7em;
    font-weight: 900;
}

.tresc p {
    margin-bottom: 1em;
}

.tresc img {
    max-width: 100%;
    height: auto !important;
}



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

    .tresc {
        font-size: 18px;
    }

    .tresc h1 {
        font-size: 31px;
    }
}


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

    .tresc {
        font-size: 16px;
    }

    .tresc h1 {
        font-size: 26px;
    }
}


/*
.hero .rotator_env {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1700px;
}
@media screen and (max-width: 1024px) {

    .hero .rotator_env {
        position: relative;
        top: 50px;
    }
}
*/





.hero .slogan {

    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;

    max-width: 1700px;
    margin: -50px auto 0;
    display: flex;
    align-items: center;
    color: #354d4a;
    padding-top: 50px;
}

@media screen and (max-width: 1024px) {
    .hero .slogan {
        height: auto;
        display: block;
        padding-top: 100px;
    }

}

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

    .hero .slogan {
        margin-top: -20px;
        padding-top: 50px;
    }
}

.hero .slowo {
    max-width: 720px;
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .hero .slowo {
        max-width: 720px;
        width: 100%;
    }
}

.hero .slogan h1 {
    font-size: 80px;
    font-family: 'Merriweather', serif !important;
    font-weight: 900;
    color: #354d4a;
    margin: 0;
    line-height: 1.2em;
}

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

    .hero .slogan h1 {
        font-size: 60px;
    }

}

@media screen and (max-width: 1024px) {
    .hero .slogan h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .hero .slogan h1 {
        font-size: 32px;
    }
}

.hero .slogan u {
    text-decoration-color: #d0ab60;
    font-family: 'Merriweather', serif !important;
}

.hero .slogan h2 {
    font-size: 26px;
    color: #354d4a;
    font-weight: normal;
    margin: 2em 0 1em;
    display: block;
    line-height: 1.6em;

}

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

    .hero .slogan h2 {
        font-size: 19px;
    }

}



.hero .slogan h2 a {
    font-size: 16px;
    color: #354d4a;
}

.hero hr {
    width: 130px;
    background: #cfd3d0;
    height: 2px;
    margin-left: 0;
    border: 0;
    margin-bottom: 4em;
}

.hero .podpis {
    font-size: 18px;
    font-style: italic;
}







.hero .rotator {
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 0;
    left: 0;
}

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

    .hero .rotator {
        position: relative;
        height: 60vw;
        margin: 0 -20px;
        top: 50px;
    }
}

.hero .rotator .mobile {
    display: none;
}

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

    .hero .rotator .desktop {
        display: none;
    }

    .hero .rotator .mobile {
        display: block;
    }

}


.hero .rotator_nav {

    position: absolute;
    right: 0;
    bottom: 110px;
    width: 220px;
    background: #FFF;
    font-size: 24px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

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

    .hero .rotator_nav {
        bottom: 30px;
        width: 120px;
        height: 50px;
    }

}


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

    .hero .rotator_nav {
        bottom: auto;
        top: 100%;
    }

}


.hero .rotator_nav i {
    margin: 0 40px;
}

@media screen and (max-width: 1024px) {
    .hero .rotator_nav i {
        margin: 0 10px;
    }
}

.hero .rotator_nav a {
    text-decoration: none;
}

.hero .rotator_nav a {
    display: inline-block;
    width: 32px;
    height: 41px;
    background: url(../images/arrow.png) no-repeat center / contain;
    font-size: 0;
    border: 10px solid transparent;
}

.hero .rotator_nav a.prev {

    transform: rotate(180deg);
}

.hero .rotator_nav a.next {
}



.hero .rotator .slide {
    height: 100%;
    width: auto;
    position: absolute;
    text-align: right;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.hero .rotator .slide-1 {
    display: block;
}


.hero .rotator img {
    height: 100%;
    width: auto;
}

.hero .rotator video {
    height: 100%;
    width: auto;
}



.hero .zjazdabsolwentow {
    position: absolute;
    top: 50px;
    right: 0;
    text-align: right;
    background: #FFF;
    padding: 20px 40px;
    z-index: 10;
}

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

    .hero .zjazdabsolwentow {
        top: 20px;
        padding: 10px 20px;
    }

}

.hero .zjazdabsolwentow h3 {
    font-family: 'Merriweather', serif !important;
    font-size: 32px;
    margin: 0px;
}

@media screen and (max-width: 1024px) {
    .hero .zjazdabsolwentow h3 {
        font-size: 24px;
    }
}



.tresc a.btn {
    display: inline-block;
    margin: 1vw 0;
    background: #FFF;
    padding: 25px 40px;
    color: #d0ab60;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}




.box {
    max-width: 1374px;
    margin: 0 auto;
}

.tresc .box {
    max-width: 850px
}


h2 {
    margin: 120px 0 50px;
    display: block;
}



.umb_w_liczbach .counterup-desc {
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;

}

.umb_w_liczbach .counterup-desc.show {
    opacity: 1;
}

.umb_w_liczbach .liczby {
    max-width: 1374px;
    margin: 0 auto;
    display: grid;
    grid-template-columns:  repeat(auto-fill, minmax(33.333%, 1fr));
    grid-gap: 0px;
    padding: 0px;
}


@media screen and (max-width: 768px) {
    .umb_w_liczbach .liczby {
        grid-template-columns:  repeat(auto-fill, minmax(50%, 1fr));
    }
}


@media screen and (max-width: 480px) {
    .umb_w_liczbach .liczby {
        grid-template-columns:  repeat(auto-fill, minmax(100%, 1fr));
    }
}



/*
.umb_w_liczbach .liczby {
    display: flex;
    flex-wrap: wrap;
}
*/
.umb_w_liczbach .block {
    /* width: 450px; */
    height: 339px;
    display: block;
    margin: 0 12px 12px 0;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    color: #FFF;
    padding: 10px;
}

@media screen and (max-width: 1440px) {
    .umb_w_liczbach .block {
        height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .umb_w_liczbach .block {
        height: 200px;
    }
}


.umb_w_liczbach .block_1 {
    background-image: url(../images/img1.png);
    /*
        width: 912px;
        grid-row-end: span 2;
    */
    grid-column-end: span 2;

}

@media screen and (max-width: 768px) {
    .umb_w_liczbach .block_1 {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .umb_w_liczbach .block_1 {
        grid-column-end: span 1;
    }
}

.umb_w_liczbach .block_2 {
    background-image: url(../images/img2.png);
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .umb_w_liczbach .block_2 {
        margin-right: 12px;
    }
}

@media screen and (max-width: 480px) {
    .umb_w_liczbach .block_2 {
        margin-right: 0px;
    }
}

.umb_w_liczbach .block_3 {
    background-image: url(../images/img3.png);
}

@media screen and (max-width: 768px) {
    .umb_w_liczbach .block_3 {
        margin-right: 0px;
    }
}

.umb_w_liczbach .block_4 {
    background-image: url(../images/img4.png);
}

@media screen and (max-width: 480px) {
    .umb_w_liczbach .block_4 {
        margin-right: 0px;
    }
}


.umb_w_liczbach .block_5 {
    background-image: url(../images/img5.png);
    margin-right: 0;
}

.umb_w_liczbach .block_6 {
    background-image: url(../images/img6.png);
}

@media screen and (max-width: 480px) {
    .umb_w_liczbach .block_6 {
        margin-right: 0px;
    }
}

.umb_w_liczbach .block_7 {
    background-image: url(../images/img7.png);
    /*width: 912px;*/
    grid-column-end: span 2;
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .umb_w_liczbach .block_7 {
        grid-column-end: span 1;
    }
}


.umb_w_liczbach .counterup {
    width: 100%;
    text-align: center;
    font-family: 'Merriweather', serif !important;
    font-size: 69px;
    font-weight: 900;
}

.umb_w_liczbach .counterup-desc {
    width: 100%;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}

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

    .umb_w_liczbach .counterup {
        font-size: 52px;
    }

    .umb_w_liczbach .counterup-desc {
        font-size: 19px;
    }

}




.informacje .lista {
    display: flex;
    flex-wrap: wrap;
}

.informacje .block {
    width: 33.3333%;
    height: 378px;

    display: block;
    margin: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-content: space-between;
    color: #FFF;
    padding: 45px;
    flex-wrap: wrap;
    text-decoration: none;
}

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

    .informacje .block {
        padding: 30px;
    }

}


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

    .informacje .block {
        width: 100%;
        height: 300px;
    }

}


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

    .informacje .block {
        padding: 20px;
    }

}


.informacje .block_1 {
    background-image: url(../images/img_historia.png);
    background-position: top center;
}

.informacje .block_2 {
    background-image: url(../images/img_kalendarz.png);
}

.informacje .block_3 {
    background-image: url(../images/img_zjazd.png);
}

.informacje .headline {
    width: 100%;
}

.informacje .headline div {
    font-size: 31px;
    width: 100%;
    margin-top: 30px;
    font-weight: 700;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
}

@media screen and (max-width: 1440px) {
    .informacje .headline div {
        font-size: 24px;
    }
}

.informacje a:hover .headline div {
    margin-top: 10px;
}


.informacje span {
    border: 3px solid #FFF;
    padding: 15px 30px;
    color: #FFF;
    text-transform: uppercase;
}

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

    .informacje span {
        border: 2px solid #FFF;
        padding: 7px 15px;
    }

}






.kalendarium .tresc {
    background: none;
    margin: 0;
    padding: 0;
    text-align: center;

}

.kalendarium .tresc h1, .kalendarium .tresc p {
    color: #FFF;
}





.kronika {
    display: flex;
    position: relative;
    padding: 2em 0;
}

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

    .kronika {
        flex-wrap: wrap;
    }

}

.kronika:after, .kronika:first-child:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    border-top: 1px solid #c4c7c4;
}

.kronika:first-child:before {
    top: 0;
    bottom: auto;
}

.kronika .okladka {
    min-width: 200px;
    margin-right: 40px;
}

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

    .kronika .okladka {
        margin-bottom: 20px;
    }
}


.kronika .kronika-img {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    width: 200px;
    display: block;
}

.kronika .kronika-img img {
    display: block;
}


.kronika .kronika-img.kronika1, .kronika .kronika-img.kronika2, .kronika .kronika-img.kronika3 {
    background-size: 100%;
    height: 245px;
    color: #fff;
    text-decoration: none;
    padding: 20px;
}

.kronika .kronika-img.kronika1 {
    background: url(../images/kronika1.png) no-repeat center top;
    background-size: 100%;
}

.kronika .kronika-img.kronika2 {
    background: url(../images/kronika2.png) no-repeat center top;
    background-size: 100%;
}

.kronika .kronika-img.kronika3 {
    background: url(../images/kronika3.png) no-repeat center top;
    background-size: 100%;
}



.kronika .kronika-img h3 {
    font-family: 'Merriweather', serif !important;
    margin: 0 0 1em;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4em;
    position: relative;
}

.kronika .kronika-img h3:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1em;
    width: 20%;
    left: 0;
    border-top: 2px solid #FFF;
}

.kronika .opis {
    font-size: 16px;
    line-height: 1.4em;
}

.kronika .opis h3 {
    margin: 0 0 1em;
    font-size: 24px;
}





.lista-zdjec {
    max-width: 1374px;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.lista-zdjec div {
    width: 25%;
    padding: 10px;
}


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

    .lista-zdjec div {
        width: 33.333%;
        padding: 5px;
    }

}


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

    .lista-zdjec div {
        width: 50%;
    }

}

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

    .lista-zdjec div {
        width: 100%;
    }

}




.lista-zdjec .przed-po-img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
}

.lista-zdjec .przed-po-img:hover {
    transform: scale(1.05);
}

.lista-zdjec img {
    display: block;
    border: 2px solid #FFF;
}

.lista-zdjec:after {
    content: "";
    flex: auto;
    margin: 10px;
    order: 350;


}




.lista-materialow {
    max-width: 1374px;
    margin: 0 auto;
    display: grid;
    grid-template-columns:  repeat(auto-fill, minmax(25%, 1fr));
    grid-gap: 0px;
    padding: 0px;
}

@media screen and (max-width: 1024px) {
    .lista-materialow {
        grid-template-columns:  repeat(auto-fill, minmax(33.3333%, 1fr));
    }
}


@media screen and (max-width: 768px) {
    .lista-materialow {
        grid-template-columns:  repeat(auto-fill, minmax(50%, 1fr));
    }
}

@media screen and (max-width: 480px) {
    .lista-materialow {
        grid-template-columns: none;
    }
}

.lista-materialow .blok {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
}

@media screen and (max-width: 1024px) {
    .lista-materialow .blok {
        padding: 5px;
    }

}





.lista-materialow .blok.big {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

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

    .lista-materialow .blok.big {
        grid-column-end: span 1;
        grid-row-end: span 1;
    }
}

.lista-materialow .blok_env {
    border: 2px solid #FFF;
    display: block;
    position: relative;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -webkit-box-shadow: 0px 0px 30px 10px rgba(31,26,21,0.1);
    -moz-box-shadow: 0px 0px 30px 10px rgba(31,26,21,0.1);
    box-shadow: 0px 0px 30px 10px rgba(31,26,21,0.1);
}

.lista-materialow a.blok_env:hover {
    transform: scale(1.05);
    z-index: 10;
}

.lista-materialow .blok_env:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.lista-materialow .blok img {
    /*
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    */
    display: block;
}

.lista-materialow .podpis {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
    z-index: 2;
}

.lista-materialow .big .podpis {
    padding: 45px;
}

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

    .lista-materialow .big .podpis {
        padding: 15px;
    }

}


.lista-materialow h3 {
    font-family: 'Merriweather', serif !important;
    font-size: 22px;
    width: 100%;
    font-weight: 700;
    color: #FFF;
    margin: 0 0 0.5em;
    line-height: 1.2em;
}


.lista-materialow .banner h3 {
    position: absolute;
    font-size: 34px;
    padding: 15px;
    bottom: 0;
    left: 0;
    margin-bottom: 15px;
}



.lista-materialow .banner .blok_env:after {
    display: none;
}

.lista-materialow .big h3 {
    font-size: 36px;
}

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

    .lista-materialow .big h3 {
        font-size: 22px;
    }

}

.lista-materialow .podpis span {
    border: 2px solid #FFF;
    padding: 2px 10px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;

}


.lista-materialow .big .podpis span {
    border: 3px solid #FFF;
    padding: 15px 30px;
    font-size: 16px;
}

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

    .lista-materialow .big .podpis span {
        border: 2px solid #FFF;
        padding: 2px 10px;
        font-size: 12px;
    }
}



.toplayer-box {
    display: none;
    position: absolute;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9) url(../../images/wait.gif) center no-repeat;
    overflow: auto;
    padding: 10px;
}


html.lock {
    overflow: hidden;
}

.my-env {
    background: #FFF;
    display: block;
    margin: 5vw auto;
    max-width: 1000px;
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    padding: 1vw 5vw 3vw;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

.my-env h3 {
    font-family: 'Merriweather', serif !important;
    font-size: 42px;
    line-height: 1.2em;
}

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

    .my-env h3 {
        font-size: 31px;
    }
}


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

    .my-env h3 {
        font-size: 26px;
    }
}

.my-env .video {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    margin-bottom: 1em;
}

.my-env iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.my-env p {
    font-size: 16px;
    max-width: 600px;
    line-height: 1.4em;
}

.my-env .magdalena_muskala4 {
    float: right;
    width: 45%;
    margin-left: 40px;
}

.my-env .opis img {
    margin-bottom: 1em;
}



/*
.lista-materialow {
    max-width: 1374px;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.lista-materialow div {
    width: 25%;
    padding: 10px;
    height: 50%;
}

.lista-materialow .big {
    width: 50%;
    height: 100%;
}

.lista-materialow .przed-po-img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
}

.lista-materialow .przed-po-img:hover {
    transform: scale(1.1);
}

.lista-materialow img {
    display: block;
    border: 2px solid #FFF;
}

.lista-materialow:after {
content: "";
    flex: auto;
    margin: 10px;
    order: 350;


}

*/










.lista-wydarzen {
    max-width: 1374px;
    margin: 0 auto;
    display: grid;
    grid-template-columns:  repeat(auto-fill, minmax(33.3333%, 1fr));
    grid-gap: 0px;
    padding: 0px;
    grid-auto-flow: dense;
}

@media screen and (max-width: 1024px) {
    .lista-wydarzen {
        grid-template-columns:  repeat(auto-fill, minmax(50%, 1fr));
    }

}

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


}

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

    .lista-wydarzen {
        grid-template-columns: none;
    }
}


.lista-wydarzen .blok {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
}


@media screen and (max-width: 1024px) {
    .lista-wydarzen .blok {
        padding: 5px;
    }

}



.lista-wydarzen .blok.medykalia {
    grid-column-end: span 2;
    grid-row-end: span 1;
}



.lista-wydarzen .blok.zjazd {
    grid-column-end: span 2;
    grid-row-end: span 2;
}


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

    .lista-wydarzen .blok.medykalia, .lista-wydarzen .blok.zjazd {
        grid-column-end: span 1;
    }
}

.lista-wydarzen .blok_env {
    display: block;
    padding: 35px 35px 30px 35px;
    height: 100%;
    width: 100%;

    background: #FFF;
    color: #354d4a;
    position: relative;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;

    -webkit-box-shadow: 0px 0px 30px 10px rgba(31,26,21,0.1);
    -moz-box-shadow: 0px 0px 30px 10px rgba(31,26,21,0.1);
    box-shadow: 0px 0px 30px 10px rgba(31,26,21,0.1);

    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    text-decoration: none;
}

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

    .lista-wydarzen .blok_env {
        padding: 20px 20px 15px 20px;
    }

}



.lista-wydarzen a.blok_env:hover {
    transform: scale(1.05);
    z-index: 10;
}

.lista-wydarzen .blok_env:after {
    content: '';

    position: absolute;
    bottom: 0;
    right: 0;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 55px 55px;
    border-color: transparent transparent #f4f2ec transparent;

}

.lista-wydarzen .blok.medykalia .blok_env {
    background: #6a3f3f;
    color: #FFF;
}

.lista-wydarzen .blok.medykalia .blok_env:after {
    border-color: transparent transparent #8f6f6f transparent;
}

.lista-wydarzen .blok.zjazd .blok_env {
    background: #354d4a;
    color: #FFF;
}

.lista-wydarzen .blok.zjazd .blok_env:after {
    border-color: transparent transparent #657673 transparent;
}


.lista-wydarzen h3 {
    font-family: 'Merriweather', serif !important;
    font-size: 24px;
    width: 100%;
    font-weight: 900;
    margin:  0 0 1em;
    padding: 0 0 1em;
    line-height: 1.4em;
    position: relative;
}

@media screen and (max-width: 768px) {
    .lista-wydarzen h3 {
        font-size: 21px;
    }
}

.lista-wydarzen h3:after {
    content: '';
    border: 1px solid #cca95e;
    width: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lista-wydarzen .opis {
    opacity: 0.65;
}

.lista-wydarzen .opis, .lista-wydarzen .opis * {
    font-size: 16px;
    font-family: 'Merriweather', serif !important;
    font-weight: 700;
    line-height: 1.6em;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .lista-wydarzen .opis, .lista-wydarzen .opis * {
        font-weight: 400;
    }

}

.lista-wydarzen .data {
    font-family: 'Merriweather', serif !important;
    font-size: 21px;
    width: 100%;
    font-weight: 900;
    margin-top: 35px;
    padding-left: 25px;

    background: url(../images/ico_data.png) no-repeat center left / contain;
    background-size: auto 60%;
}

@media screen and (max-width: 768px) {
    .lista-wydarzen .data {
        font-size: 16px;
    }
}

.lista-wydarzen .medykalia .cols {
    column-count: 2;
}

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

    .lista-wydarzen .medykalia .cols {
        column-count: 1;
    }

}


.lista-wydarzen .row {
    margin-bottom: 10px;
}

.lista-wydarzen .medykalia .dzien {
    float: left;
    width: 100px;
}

@media screen and (max-width: 480px) {
    .lista-wydarzen .medykalia .dzien {
        float: none;
        font-weight: 900;
    }

}

.lista-wydarzen .medykalia .event {
    padding-left: 100px;
}

@media screen and (max-width: 480px) {
    .lista-wydarzen .medykalia .event {
        padding-left: 0px;
        line-height: 1.2em;
    }
}

.lista-wydarzen .event:before {
    content: "-";
    display: inline-block;
    width: 12px;
    margin-left: -12px;
    font-size: 16px;
    font-family: 'Merriweather', serif !important;
}

@media screen and (max-width: 480px) {
    .lista-wydarzen .event:before {
        display: none;
    }

}


.lista-wydarzen .zjazd .dzien {
    float: left;
    width: 160px;
}

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

    .lista-wydarzen .zjazd .dzien {
        float: none;
        font-weight: 900;
    }

}

.lista-wydarzen .zjazd .event {
    padding-left: 160px;
}

@media screen and (max-width: 480px) {
    .lista-wydarzen .zjazd .event {
        padding-left: 0px;
        line-height: 1.2em;
    }
}






.myform {
    position: relative;
}


input[type="radio"] {
    display: none;
}

.fieldset {
    margin-bottom: 20px;
    position: relative;
}

.fieldset p {
    font-size: 0.8em;
    line-height: 1.4em;
}


input[type="radio"] +label {
    display: block;
    position: relative;
    color: #354d4a;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 50px;
}



input[type="radio"] +label::before {
    -webkit-transition: all 250ms cubic-bezier(.4,.25,.3,1);
    transition: all 250ms cubic-bezier(.4,.25,.3,1);
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #354d4a;
    border: 0px solid #354d4a;
    font-size: 0;
    position: absolute;
    top: 15px;
    left: 20px;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

input[type="radio"] +label::after {
    -webkit-transition: all 250ms cubic-bezier(.4,.25,.3,1);
    transition: all 250ms cubic-bezier(.4,.25,.3,1);
    content: "";
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #354d4a;
    position: absolute;
    top: 15px;
    left: 20px;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

input[type="radio"]:checked + label::before {
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-width: 2px;
    opacity: 1;
}

input[type="radio"]:checked + label::after {
    width: 30px;
    height: 30px;
}





.fieldset.input {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}


.fieldset.input .control-label {
    position: absolute;
    top: 10px;
    pointer-events: none;
    margin-left: 0.5em;
    padding: 0 0.5em;
    z-index: 1;
    color: #354d4a;
    font-size: inherit;
    font-weight: 300;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    max-width: 95%;

}

.fieldset.input input {
    display: block;
    background: none;
    padding: 10px 16px;
    font-size: inherit;
    border: 1px solid #354d4a;
    border-radius: 0;
    line-height: normal;
    color: #354d4a;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    margin: 0 auto;

}

.fieldset.input  select,
.fieldset.input  input:focus,
.fieldset.input  input:valid,
.fieldset.input  input.form-file,
.fieldset.input  input.has-value,
.fieldset.input  textarea:focus,
.fieldset.input  textarea:valid,
.fieldset.input  textarea.form-file,
.fieldset.input  textarea.has-value {
    color: #354d4a;
}


.fieldset.input select ~ .control-label,
.fieldset.input input:focus ~ .control-label,
.fieldset.input input.valid ~ .control-label,
.fieldset.input input.form-file ~ .control-label,
.fieldset.input input.has-value ~ .control-label,
.fieldset.input textarea:focus ~ .control-label,
.fieldset.input textarea.valid ~ .control-label,
.fieldset.input textarea.form-file ~ .control-label,
.fieldset.input textarea.has-value ~ .control-label {
    line-height: 1em;
    font-size: 0.6em;
    color: #acacac;
    top: -0.5em;
    left: 0;
    background: #f9f8f5;
}


.fieldset.input select:focus,
.fieldset.input input:focus,
.fieldset.input textarea:focus {
    outline: none;
    border: 1px solid #666;
    background-size: cover;
}


.fieldset.input select:focus ~ .control-label,
.fieldset.input input:focus ~ .control-label,
.fieldset.input textarea:focus ~ .control-label {
    color: #888;
}
.fieldset.input select:focus ~ .bar::before,
.fieldset.input input:focus ~ .bar::before,
.fieldset.input textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
}


.error:before {
    border: solid;
    border-color: transparent transparent #ac0011 transparent;
    border-width: 0 8px 8px 8px;
    content: "";
    left: 4px;
    position: absolute;
    z-index: 2;
    bottom: -2px;
    top: 0px;
    pointer-events: none;
}

.error:after {
    background: #ac0011;
    top: 100%;
    /*margin-top: 2px;*/
    left: 0px;
    color: #FFF;
    content: attr(data-error);
    white-space: pre;
    padding: 5px 5px;
    position: absolute;
    z-index: 2;
    width: auto;
    font-size: 13px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: normal;
}


.checkbox.error:before {
    bottom: auto;
    top: 20px;
}

.checkbox.error:after {
        top: 26px;
}


.radio.error:before {
    left: 12px;
}



.new_checkbox {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #354d4a;
}



.new_checkbox:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(305deg);
    top: 19px;
    left: 8px;
    transition: width 100ms ease;
    transform-origin: 0% 0%;

}

.new_checkbox:before {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #354d4a;
    position: absolute;
    transform: rotate(45deg);
    top: 13px;
    left: 5px;
    transition: width 150ms ease 100ms;
    transform-origin: 0% 0%;


}


.myform .form_column {
    max-width: 400px;
    margin: 0 auto;
}

.myform .funkcja .fieldset, .myform .funkcja p {
    margin-bottom: 0.3em;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    padding-left: 35px;
    font-size: 12px;
    line-height: 1.2em;
    display: block;
}

input[type="checkbox"] + label p {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 0;
}

input[type="checkbox"] + label.short {
    padding-top: 6px;
}

label ol {
    margin-left: 0 !important;
}

label ol li {
    margin-left: 1em !important;
}


input[type="checkbox"]:checked + label .new_checkbox:before {
    width: 8px;
    background: #354d4a;
    transition: width 100ms ease 0ms;

}

input[type="checkbox"]:checked + label .new_checkbox::after {
    width: 17px;
    background: #354d4a;
    transition: width 150ms ease 100ms;


}


.wyslij {
    text-align: center;
}

input.btn {
    display: inline-block;
    margin: 1vw 0;
    background: #FFF;
    padding: 15px 40px;
    color: #d0ab60;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}


.sending {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(249, 248, 245,0.9) url(../../images/wait.gif) center no-repeat;
    z-index: 10;
}















footer {
    color: #354d4a !important;
    padding: 70px 0;
    background: #FFFFFF;
}

footer .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px) {
    footer .flex {
        flex-wrap: wrap;
    }
}

footer .copyright {
    text-align: left;
    width: 50%;
}
@media screen and (max-width: 768px) {

    footer .copyright {
        text-align: center;
        width: 100%;
        order: 3;
        margin-top: 30px;
    }

}

footer .orzelek {
    text-align: center;
    width: 90px;
}
@media screen and (max-width: 768px) {


    footer .orzelek {
        text-align: center;
        width: 100%;
        order: 1;

    }

}

footer .orzelek img {
    width: 90px;
}

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

    footer .orzelek img {
        width: 50px;
    }

}

footer .kontakt {
    text-align: right;
    width: 50%;
}


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

    footer .kontakt {
        text-align: center;
        width: 100%;
        order: 2
    }

}

footer .umbedupl {
    text-align: center;
    border-top: 1px solid #cfd3d0;
    margin-top: 50px;
    padding-top: 30px;
}

footer .umbedupl a {
    font-weight: bold;
    color: #354d4a;
}

footer .scroll-top {
    background: #cba85c;
    position: fixed;
    bottom: -120px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -moz-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    -o-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
    transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0ms;
}

footer .scroll-top.show {
    bottom: 20px;
}

footer .scroll-top:after {
    content: '';
    display: block;
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    margin-top: 10px;
}





.form {
    max-width: 850px;
    margin: 0 auto;
}

.form .sublabel {
    margin-bottom: 10px;
    padding-top: 5px;
}
/*
input[type="checkbox"] + label, .form input[type='checkbox'] {
    display: block;
    padding-left: 0;
}
*/