/*
Limonka NEO - #abc938

Jasny szary – #e4e4e4

Ciemny szary - #d3d2d2

Zieleń checkboxów - #87c540

Zieleń SKOK - #2c522c

#CFCFCF

Odcienie czerwieni z napisu 20:

#a00d1b

#ea645f

#8a1b25

 background-image: radial-gradient(circle, #ffffff, #f6f6f7, #ededf0, #e3e4e8, #dadbe1);

font-family: 'Roboto Slab', serif;
*/

body {
    background-color: #fff;
    font-family: 'Roboto Slab', serif;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.col-12 {
    padding: 0;
    margin: 0;
}

.wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

.carousel-inner img {
    width: 100%;
    max-height: 760px;
    !important
}


.hide {
    opacity: 0;
}

.show {
    opacity: 1;
}

/*********************************************SECTION-TOP**************************************************/

.top {
    height: 30px;
    margin-bottom: 1%;
    background-image: radial-gradient(circle, #ffffff, #f6f6f7, #ededf0, #e3e4e8, #dadbe1);
}

.top h1 {
    color: #2c552c;
    line-height: 30px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.top_weight {
    font-weight: 700;
}

/*********************************************SECTION-FEATURES**************************************************/

.features {
    padding: 3% 0;
    background-color: #dadbe1;
}

.card {
    color: #000;
    height: 160px;
    padding: 10px 5px;
    margin-bottom: 1%;
    transition: 0.4s;
}

.card-body {
    text-align: center;
    margin: 2% 2%;
    padding: 4px;
}

.card i {
    font-size: 2.5rem;
    color: #A1A1A1;
    padding: 1% 0 5%;
}


.text.custom {
    font-size: 0.9rem;
}



@media (min-width: 576px) {

    .top {
        height: 70px;
    }
    .top h1 {
        line-height: 70px;
        font-size: 2rem;
    }

    .card {
        height: 200px;
        padding: 25px 10px 0 10px;
        margin: 1%;
    }
    .text.custom {
        font-size: 1rem;
    }

}


@media (min-width: 767px) {
    .top {
        height: 100px;
    }
    .top h1 {
        font-size: 2.4rem;
        line-height: 100px;
    }
    .card {
        height: 230px;
        width: 230px;
        padding: 25px 5px;
        margin: 3%;
    }

    .text.custom {
        font-size: 1.1rem;
    }
}

@media (min-width: 1200px) {
    .top {
        height: 130px;
    }
    .top h1 {
        font-size: 3.3rem;
        line-height: 130px;
    }
    .card {
        height: 310px;
        width: 310px;
        padding: 50px 10px;
        margin: 4%;
    }

    .card i {
        font-size: 4rem;
    }

    .card:hover {
        cursor: pointer;
        color: #fff;
        transform: scale(1.1);
        background-color: #d61c20;
    }

    .card:hover .card-body i {
        color: white;
    }

    .text.custom {
        font-size: 1.3rem;
    }
}

/*********************************************SECTION-NEO**************************************************/

.neo {
    overflow: hidden;
}

.neo_practice1,
.neo_practice2 {
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding: 4%;
}

.neo_practice1 {
    background-color: #2c522c;
    margin-bottom: 15px;
}

.neo_border {
    display: inline-block;
    background-color: #dadbe1;
    color: #2c522c;
    font-weight: bold;
    border: 1px #dadbe1 solid;
    border-radius: 8px;
    padding: 1px;

}

.bgc {
    background-image: url(../img/NEO-JPG.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 50%;
}

.neo_practice2 {
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
}

.neo_logo {
    display: none;
    position: absolute;
    right: -5%;
    bottom: 45%;
}


@media (min-width: 576px) {
    .neo_practice1,
    .neo_practice2 {
        text-align: left;
        font-size: 1rem;
    }
    .bgc {
        background-size: 30%;
    }

}

@media (min-width: 767px) {
    .neo_practice1,
    .neo_practice2 {
        font-size: 1.1rem;
    }
    .bgc {
        background-image: none;
    }
    .neo_practice2 {
        background-color: #aac838;
        font-weight: 700;
    }
    .neo_logo {
        display: block;
        right: -3%;
        bottom: 70%;
        height: 80%;
    }

}

@media (min-width: 1200px) {

    .neo_practice1,
    .neo_practice2 {
        font-size: 1.6rem;
        padding: 3% 14% 3% 8%;
    }

    .neo_logo {
        right: -2%;
        bottom: 60%;
        height: 120%;

    }
}

/*********************************************SECTION-NEO_BOXES**************************************************/

.neo_boxes {
    max-width: 1020px;
    margin: 20px auto;
}

.neo_box {
    position: relative;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: left;
    border: 5px solid #aac838;
    border-radius: 10px;
    padding: 3% 3%;
    margin-bottom: 2%;
    letter-spacing: 1px;
}

.neo_box_circle {
    color: #fff;
    width: 70px;
    height: 70px;
    background-color: #aac838;
    border-radius: 50%;
    margin: 2% auto;
}

.neo_box_circle p {
    font-size: 2rem;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .neo_box {
        font-size: 1rem;
    }

}

@media (min-width: 767px) {
    .neo_box {
        font-size: 1.1rem;

    }

}

@media (min-width: 1200px) {
    .neo_box {
        font-size: 1.2rem;
        margin-left: 20px;
    }

    .neo_box_circle {
        position: absolute;
        left: -9%;
        top: 10%;
        width: 100px;
        height: 100px;
    }
    .neo_box_circle p {
        font-size: 3rem;
        line-height: 100px;
    }
}


/*********************************************SECTION-SUPPORT**************************************************/

.support {
    font-size: 0.9rem;
}

.support_header {
    text-align: center;
    background-color: #d61c20;
    color: #fff;
}

.support_header p {
    font-size: 1rem;
    padding: 2%;
    font-weight: 700;
}

.support_header span {
    color: #aac838;
}

.support_check {
    color: #000;
    padding: 2% 4%;
    font-weight: 400;
}

.support_check_box {
    margin-top: 1%;
}

.fa-check-circle {
    display: inline-block;
    float: left;
    font-size: 1.5rem;
    color: #aac838;
    padding-right: 2%;
}

@media (min-width: 576px) {

    .support {
        font-size: 1rem;
    }
    .support_header p {
        font-size: 1.2rem;
    }

    .fa-check-circle {
        font-size: 1.6rem;
    }

}

@media (min-width: 767px) {
    .support {
        font-size: 1.2rem;
    }
    .support_header p {
        font-size: 1.4rem;
    }
    .fa-check-circle {
        font-size: 1.8rem;
    }
}

@media (min-width: 1200px) {
    .support {
        font-size: 1.2rem;
    }
    .support_header p {
        font-size: 1.7rem;
    }
    .fa-check-circle {
        font-size: 2.3rem;
    }
}

/*********************************************SECTION-FOOTER**************************************************/

.footer {
    padding: 5% 0;
    background-image: linear-gradient(to bottom, #dadbe1, #e3e4e8, #ededf0, #f6f6f7, #ffffff);
}


.footer img {
    width: 60%;
}

.btn {
    margin-top: 8%;
    background-color: #154c34;
    font-size: 0.5rem;
    padding: 6px 10px;
}

.btn a {
    color: #fff;
}

.neo-logo {
    text-align: center;
}

.neo-logo img {
    width: 30%;
    margin: 10% 0 5%;
}

.neo-des {
    color: #154c34;
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 767px) {
    .footer img {
        width: 90%;
    }


    .btn {
        margin-top: 4%;
        background-color: #154c34;
        font-size: 0.8rem;
        padding: 6px 10px;
    }
    .neo-logo img {
        width: 30%;
        margin: 10% 0 5%;
    }
    .neo-des {
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .footer img {
        width: 100%;
    }

    .btn {
        margin-top: 4%;
        background-color: #154c34;
        font-size: 1.3rem;
        padding: 14px 18px;
    }
    .neo-logo img {
        width: 30%;
        margin: 10% 0 5%;
    }
    .neo-des {
        font-size: 2.7rem;
        text-transform: uppercase;
        font-weight: 900;
    }
}
