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

.braun {
    font-family: Lato, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
body {
    margin: 0px;
    padding: 0px;
}

.braun {
    margin: 0px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f4;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.braun .container {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.braun .container--heading {
    width: 100%;
    margin: 0px auto;
    background-color: #b1abb5;
    background-image: none;
}

.sg_ft_in {
    text-align: center;
}

a.sg_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font: 400 18px/50px robotoregular, Arial, sans-serif;
    color: #fff !important;
    z-index: 1;
    background-color: #0A4595;
    border-radius: 1px;
    transition: .2s;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 14px;
    width: 100%;
    max-width: 280px;
    box-sizing: border-box;
    margin: 30px auto 0;
    border: 0;
}

a.sg_btn:hover {
    opacity: 0.7;
    transition: .2s;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .braun .container--heading {
        background: #b1abb5 url(images/naglowek.png) bottom center no-repeat;
        background-size: cover;
        min-height: 400px;
    }

    .braun .container--heading .container {
        width: auto;
    }
}

@media screen and (min-width: 1024px) {
    .braun .container--heading {
        min-height: 500px;
    }
}

@media screen and (min-width: 1200px) {
    .braun .container--heading {
        min-height: 600px;
    }
}

@media screen and (min-width: 1024px) {
    .braun .container {
        width: 950px;
    }
}

.braun .flex-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.braun .flex-space--bt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.braun .flex-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.braun .flex-grid-mobile {
    position: relative;
}

@media screen and (max-width: 768px) {
    .braun .flex-grid {
        display: block;
    }

    .braun .flex-grid-mobile {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: relative;
    }

    .braun .flex-grid-mobile .col {
        width: 100%;
        flex: 1;
    }
}

.braun section {
    margin-top: 50px;
}

.braun .img-responsive {
    width: 100%;
    height: auto;
}

.braun .img-responsive2 {
    max-width: 100%;
    height: auto;
}

.braun .col {
    flex: 1;
    position: relative;
}

.braun .text-center {
    text-align: center;
}

.braun .text-right {
    text-align: right;
    padding-right: 10px;
}

.braun .text-left {
    text-align: left;
    padding-left: 10px;
}

.braun .boder--1 {
    border: 1px solid #f5f5f5;
    border-radius: 2px;
}

.braun .color--yellow {
    color: #f69f0b;
}

.braun .color--gold {
    color: #b29e75;
}

.braun .color--white {
    color: #fff;
}

.braun .color--blacktxt {
    color: #090909;
}

.braun .color--blackheading {
    color: #242424;
}

.braun .uppercase {
    text-transform: uppercase;
}

.braun {
    font: 15px "Lato", Arial, sans-serif;
}

.braun p {
    color: #090909;
}

.braun ul li {
    color: #090909;
}

.braun .heading {
    font-size: 33px;
    font-weight: 900;
    line-height: 45px;
}

@media screen and (max-width: 876px) {
    .braun .heading {
        font-size: 24px;
        font-weight: 900;
        line-height: 30px;
    }
}

.braun .heading--medium--hero {
    font-size: 20px;
}

.braun .heading--medium {
    font-size: 30px;
    text-align: center;
}

.braun .heading--small {
    font-size: 20px;
    font-weight: 400;
}

.braun .font-size--p {
    font-size: 15px;
    text-align: center;
}

.braun .font-size--15 {
    font-size: 15px;
}


.braun .font-size--h2 {
    font-size: 20px;
    text-align: center;
}

.braun .font-size--h3 {
    font-size: 18px;
}

.braun .font-size--small {
    font-size: 15px;
}

.braun .font-size--small-bold {
    font-size: 15px;
    font-weight: 700;
}

.braun .font-size--small-gold {
    font-size: 15px;
    color: #eda936;
}

.braun .hidden-desktop {
    display: block;
}

.braun .hidden-mobile {
    display: none;
}

@media screen and (min-width: 768px) {
    .braun .hidden-mobile {
        display: block;
    }

    .braun .hidden-desktop {
        display: none;
    }
}




@media screen and (max-width: 768px) {
    .braun .heading {
        font-size: 24px;
    }
}

.braun .first {
    margin-top: 0px;
}

.braun .lockup {
    margin: 0px;
}

@media screen and (min-width: 1024px) {
    .braun .lockup1 {
        max-width: initial;
        margin-left: -150px;
    }
}

.braun .features .col {
    padding: 10px;
    width: 49%;
}

.braun .features .col .heading--medium {
    padding: 15px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
    .braun .features .col {
        flex: 1;
        width: 100%;
    }
}

.braun .about .col-4 {
    width: 40%;
    flex: auto;
}

.braun .about .col-4 .inner {
    padding: 0px 50px;
}

.braun .about .col-6 {
    width: 60%;
    flex: auto;
}

@media screen and (max-width: 768px) {
    .braun .about .col-4 .inner {
        padding: 40px;
    }

    .braun .about .col-4,
    .braun .about .col-6 {
        display: block;
        width: 100%;
    }

    .braun .order-mobile-1 {
        order: 1;
    }

    .braun .order-mobile-2 {
        order: 2;
    }
}

.braun .hero-desktop .box {
    height: 290px;
    display: block;
    border-radius: 5px;
    margin-top: 100px;
    margin-left: 240px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .braun .hero-desktop .box {
        background: #b1abb5;
        opacity: 100%;
        height: auto;
        padding: 100px 0px;
        margin-left: 0px;
    }
}

.braun .hero-desktop .box .inner {
    padding: 0px;
}

.braun .hero-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    z-index: 10;
}

.braun .hero-logo img {
    height: 40px;
}

.braun .hero-desktop .box .hero-product {
    position: absolute;
    left: -20px;
    top: 22px;
}

.braun .hero-desktop .box .hero-text {
    padding: 0px 0 0 60px
}

.braun .hero-text-big {
    animation: none;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.braun .hero-text-small {
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
}

@media screen and (max-width: 1200px) {
    .braun .hero-text-big {
        font-size: 40px;
        line-height: 45px;
    }
}

@media screen and (max-width: 1024px) {
    .braun .hero-text-big {
        animation: none;
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 20px;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .braun .hero-text-big {
        animation: none;
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 20px;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        display: inline-block;
    }
}

@media screen and (max-width: 385px) {
    .braun .hero-text-big {
        font-size: 40px;
        line-height: 45px;
    }
}

.braun .hero-dot {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .braun .lockup1 {
        position: absolute;
        width: 100%;
        bottom: 0px;
        display: none;
    }

    .braun .lockup {
        background-size: contain;
    }
}

@media screen and (min-width:768px) {
    .braun .hero-desktop .box {
        text-align: left;
    }

    .braun .hero-dot {
        position: absolute;
        left: -5px;
        top: 20px;
        display: block;
    }

    .braun .hero-dot img {
        margin-left: -15px;
        margin-top: 20px;
    }

    .braun .hero-desktop {
        display: block
    }

    .braun .hero-medium {
        display: none
    }

    .braun .hero-desktop {
        position: relative;
    }

    .braun .margin-right--10 {
        margin-right: 10px;
    }

    .braun .margin-left--10 {
        margin-left: 10px;
    }

    .braun .negative-top {
        margin-top: -100px;
    }
}

.braun--button1 {
    position: relative;
    color: #000;
    font: 15px Lato;
    font-weight: 600;
    background: #ea9e1c;
    padding: 10px 40px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    margin: 20px 0px;
}

.braun--button1:hover {
    position: relative;
    color: #000;
    text-decoration: none;
    background: #e09e2e;
}

.braun--button2 {
    position: relative;
    color: #fff;
    font: 15px Lato;
    font-weight: 600;
    background: #b29e75;
    padding: 10px 40px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    margin: 20px 0px;
}

.braun--button2:hover {
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #9f8761;
}

.braun .second img {
    max-width: 100%;
}

.braun .fourth img,
.braun .seventh img {
    margin-top: 10px;
}

.braun .container--pink {
    background-color: #e8ddd9;
    padding-bottom: 30px;
}


.braun .sixth .inner .inner {
    padding: 30px;
}

@media screen and (min-width:768px) {
    .braun .min-height {
        min-height: 200px;
    }
}

.braun .padding-left--10 {
    padding-left: 10px;
}

.braun .margin-top--50 {
    padding-top: 50px;
}

.braun .margin-top--40 {
    padding-top: 40px;
}

.braun .margin-top--30 {
    padding-top: 30px;
}

.braun .margin-top--20 {
    padding-top: 20px;
}

.braun .margin-top--10 {
    padding-top: 10px;
}

.braun .margin-top--5 {
    padding-top: 5px;
}

.braun .sixth .prop {
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 20px;
}

.braun .sixth .prop2 {
    background-color: #ffffff;
    margin-bottom: 10px;
    margin-left: 20px;
    border-radius: 20px;
}

.braun .sixth .prop3 {
    background-color: #f7efeb;
    margin-bottom: 10px;
}

.braun .sixth .prop4 {
    background-color: #f5f0ec;
    margin-bottom: 10px;
}

.braun .sixth .prop5 {
    background-color: #fafafa;
    margin-bottom: 10px;
    margin-left: 10px;
}

@media screen and (max-width:768px) {
    .braun .sixth .prop5 {
        margin-left: 0px;
    }

    .braun .sixth .prop2 {
        margin-left: 0px;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .braun .sixth .prop {
        margin-left: 0px;
        margin-bottom: 20px;
    }
}

.braun .sixth .inner2 {
    padding: 20px;
}

@media screen and (max-width:768px) {
    .braun .sixth {
        margin: 30px;
    }
}

.braun .lockup2 {
    display: none;
}

.braun .first .inner {
    padding: 40px;
}

@media screen and (max-width:768px) {
    .braun .first .inner {
        padding: 10px;
    }

    .braun .sixth .prop {
        margin-left: 0px;
        text-align: center;
    }

    .braun .second .flex-grid,
    .braun .sixth .prop .flex-grid {
        display: flex;
    }

    .braun .sixth .prop .flex-grid .col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .braun .sixth .inner2 {
        text-align: center;
    }

    .braun .hero-desktop .box {
        border-radius: 0px;
        margin-top: 0px;
    }

    .braun .second .inner {
        padding: 20px;
    }

    .braun .second img:nth-child(2) {
        margin-top: 50px;
    }

    .braun .lockup1 {
        display: none;
    }

    .braun .lockup2 {
        display: block;
    }
}

.braun .footer {
    background: #fff;
    text-align: center;
    padding: 20px;
}

.braun .container--black {
    width: 100%;
}

.braun .img--h {
    height: 25px;
    padding-top: 10px;
}

.braun .eighth .col .font-size--h2:after {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    position: relative;
    background: url(images/dalej@2x.png) 0px 0px no-repeat;
    background-size: cover;
    margin-left: 10px;
    margin-top: 2px;
}

.braun .first .heading {
    text-align: center;
}

.braun .sixth--small .inner .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.braun .promo-img img {
    width: auto !important;
}

@media (max-width: 500px) {
    .braun .min-height-550 {
        min-height: auto !important;
    }
}

@media screen and (max-width: 500px) {
    .braun .promo-img {
        padding: 20px;
    }

    .braun .promo-img img {
        width: 100% !important;
    }
}

@media (max-width: 380px) {
    .braun .sixth--small .inner .inner img {
        padding: 0px 5px !important;
    }

    .braun .footer img {
        max-width: 80%;
    }
}

@media screen and (min-width: 1024px) {
    .braun .promo-img img {
        margin-left: 190px;
    }
}

.braun .regulamin-braun {
    margin: 0px 10px
}

.braun .logo-bar {
    text-align: right;
    padding: 20px;
}

.braun .logo-bar img {
    height: 40px;
}

.braun .heading-sub {
    background: linear-gradient(180deg, #d3d0d8 60%, #f5f5f4 60%);
}

.braun .min-height-550 {
    min-height: 550px;
}

.braun .sixth--small .inner .inner img {
    width: 80px;
    padding: 0px 30px;
}

.braun .download-box a {
    text-decoration: none;
    color: #000;
}

.braun .padding-bottom-30 {
    padding-bottom: 30px;
}