main.container {
    /* background-color: #000; */
}

.hero_wrapper header {
    position: relative;
}

.hero_cta {
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    .hero_cta {
        position: absolute;
        bottom: 5%;
        left: 50%;
        z-index: 100;
        transform: translateX(-35%) scale(1.2);
    }
}

.hero_img_2 {
    display: none;
}

@media screen and (max-width: 768px) {
    .hero_img_2 {
        display: block;
    }

    .hero_img_1 {
        display: none;
    }
}

.container {
    font-family: 'Nunito', sans-serif;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 30px;
    max-width: 1140px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
}

.img_icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;

}
.container-fluid {
    padding-left: unset;
    padding-right: unset;
}

.slice {
    margin-top: 40px;
    margin-bottom: 40px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
}

.powody p {
    font-size: 14px;
    margin-bottom: 30px;
}

section p {
    font-size: 16px;
}

.col_inner {
    background: #FFF;
    padding: 15px;
    border-radius: 30px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.small { font-size: .85rem; }
.normal { font-size: 1rem; }
.medium { font-size: 1.5rem; }
.large { font-size: 2rem; }
.xlarge { font-size: 2.5rem; 
			line-height: 1.2;
}

.thin { font-weight: 300; }
.regular { font-weight: 400; }
.semi { font-weight: 400; }
.bold { font-weight: 700; }
.thinw { font-weight: 200; }
.regularw { font-weight: 300; }
.semiw { font-weight: 500; }

.btn {
    transition: .5s;
    font-size: 1em;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto; 
    border: 1px solid lightgrey; 
    border-radius: 30px; 
    overflow: hidden; }

header {
    margin-left: -15px;
    margin-right: -15px;
}

section { 
    padding: 0 15px;
    font-size: 18px; }

html, body { 
    font-family: "Nunito", sans-serif; 
    overflow-x: hidden;
    font-size: 16px!important;
    font-weight: 200;
    line-height: 1.4rem!important; }

p { 
    padding: 0; margin: 0; }

.btn-blue {
    border-radius: 30px;
    background-color: #0082fa;
    color: #fff;
    padding: 5px 35px; }

.btn-blue:hover {
    border-radius: 30px;
    background-color: transparent;
    color: #0082fa;
    padding: 5px 35px; 
    border-color: #0082fa;}

.btn-black {
    border-radius: 30px;
    background-color: #000;
    color: #FFF;
    padding: 7px 32px; }

.btn-black:hover {
    border-radius: 30px;
    background-color: #FFF;
    color: #000;
    padding: 7px 32px; 
    border-color: transparent;}

.btn-code {
    border-radius: 30px;
    border: 1px solid #e3e3e3;
    background-color: transparent;
    color: #000;
    padding: 5px 35px;
     }

.btn-code:hover {
border-radius: 30px;
border: 1px solid #0082fa;
color: #000;
padding: 5px 35px;
text-decoration: none;
cursor: pointer; }

.btn-acid {
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #98df1b;
    padding: 5px 35px;
    transition: .2s;
}

.btn-acid:hover {
    background-color: #98df1b;
    color: #000;
    border: 1px solid #98df1b;
    padding: 5px 35px;
}

.nobr { white-space:nowrap; }


/* COLORS */

.small { font-size: .85rem; }
.normal { font-size: 1rem; }
.medium { font-size: 1.5rem; }
.large { font-size: 2rem; }
.xlarge { font-size: 2.5rem; 
			line-height: 1.2;
}

.thin { font-weight: 300; }
.regular { font-weight: 400; }
.semi { font-weight: 600; }
.bold { font-weight: 700; }
.thinw { font-weight: 200; }
.regularw { font-weight: 300; }
.semiw { font-weight: 500; }



.hero { 
    background: url('img/top_bg_full.png') no-repeat center top;
    background-size: cover;
}

.btn-clear-w {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.3s;
    border-radius: 30px; }

.line { max-width: 80%; }


.slice .btn {
    margin-bottom: 30px;
}

ul {
    list-style: none;
    padding: 0;
}

.borderx {
    border: 1px solid #ccc;
    border-radius: 30px!important;
}

.top-bg {
    background: url('../img/hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    box-sizing: border-box;
    display: block;
}

.strike {
    text-decoration: line-through;
    opacity: .5;
}

.steps_background{
    background: url('../img/steps_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: 2;
}

#infoBox_1, #infoBox_2, #infoBox_3, #infoBox_4, #infoBox_5 {
    opacity: 0;
    transition: .2s; }
  
  .copied {
    opacity: 1!important;
    transition: .3s ease-in-out;
    padding: 20px 0; }



/* Media Queries */

    /* 
    Extra small devices (portrait phones, less than 544px) 
    No media query since this is the default in Bootstrap because it is "mobile first"
    */
    
    
    /* Medium devices md (tablets, 768px and up) The navbar toggle appears at this breakpoint */
    @media (max-width: 991px) {  

        .slice {
            border: 1px solid #ccc;
            border-radius: 30px;
            overflow: hidden;
            margin-right: 15px;
            margin-left: 15px;
        }

        .wrapper {
            border: unset;
        }
        .hero {
            border-radius: 30px;
            margin-right: 15px;
            margin-left: 15px;
        }
        .line {
            display: none;
        }

        .title-small {
            font-size: 1.1em!important;
            font-weight: 300;
        }

        .title-large {
            font-size: 1.25em!important;
        }

        .slice h4 {
            font-size: 1.1em!important;
            font-weight: 700;
        }

        .slice h5 {
            font-size: 1em!important;
        }

        .vendor-logo {
            margin-top: 15px;
            margin-bottom: 15px;
        }

    }


@media (max-width: 991px) {
    .btn-code {
        word-break: initial;
        display: inline-grid;
        padding: 5px 20px;
    }

    .btn-code:hover {
        padding: 5px 20px;}
};