@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

/* Bootstrap override */

html {
    font-size: 62.5%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #59606b;
    background-color: #fafafa;
}

p {
    font-size: 1.2rem;
    line-height: 1.8;
}

p strong {
    font-weight: 700;
}

a,
a.btn {
    font-size: 1.2rem;
}

a.text-link {
    font-size: 1.2rem;
    color: #29b14e;
    font-weight: 600;
}

h1 {
    font-size: 4.2rem;
}

h2 {
    font-size: 3.6rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.6rem;
}

h6 {
    font-size: 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #000000;
}

.text-info {
    color: #014277 !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mt-8 {
    margin-top: 8rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.pt-15 {
    padding-top: 15rem !important;
}

.pb-15 {
    padding-bottom: 15rem !important;
}

.pt-20 {
    padding-top: 20rem !important;
}

.pb-20 {
    padding-bottom: 20rem !important;
}

.pad_b_150 {
    padding-bottom: 150px !important;
}

.font-weight-bold {
    font-weight: 900 !important;
}

.pt-25 {
    padding-top: 25rem !important;
}

.no-border {
    border: none;
}


/* Custom */

.main {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: hidden;
}




.bg-red {
    background-color: #ce2a2a;
}

.hero-text {
    font-size: 5.6rem;
    font-weight: 900;
    color: #f6f6f6;
    line-height: 1.2;
    text-transform: uppercase;
}

.bg-darkblue {
    background-color: #0a1325;
}

.card {
    background: transparent;
}

.text-header {
    font-size: 4rem;
    color: #fff;
}

.logo {
    margin-top: 6px;
}

.text {
    font-size: 1.6rem;
    color: #b6becb;
}

.card-text {
    font-size: 1.4rem;
    color: #b6becb;
}

.card-title {
    font-size: 2.4rem;
    color: #fff;

}

.red {
    color: #dd2b1c;
}

.blue {
    color: #08bdbd;
}

.green {
    color: #29bf12;
}

.border-red {
    border-bottom: 2px solid #0a1325;
    display: block;
    padding-bottom: 8px;
    position: relative;
}

.border-red:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 10%;
    border-top: 2px solid #dd2b1c;
}
.border-blue {
    border-bottom: 2px solid #0a1325;
    display: block;
    padding-bottom: 8px;
    position: relative;

}
.border-blue:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 10%;
    border-top: 2px solid #08bdbd;
}
.border-green {
    border-bottom: 2px solid #0a1325;
    display: block;
    padding-bottom: 8px;
    position: relative;
}
.border-green:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 10%;
    border-top: 2px solid #29bf12;
}
.btn-more {
    background-color: #0a74cb;
    padding: 15px 100px;
    font-size: 1.2rem;
    color: #fff; 
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #0a74cb;
    animation-duration: 0.5s;
}
.btn-more:hover {
    background-color: transparent;
    color: #fff; 
    border: 1px solid #0a74cb;
}

.bg-white {
    background-color: #f3f3f3;
}

.title-white {
    font-size: 3.2rem;
    color: #0b1427;
    font-weight: 400;
}

.opis-white {
    font-size: 1.4rem;
    color: #62696b;
}

.prince-white {
    font-size: 3.2rem;
    color: #dd2b1c;
}

.btn-bay {
    background-color: #0b1427;
    color: #fff;
    padding: 15px 90px;
    font-size: 1.2rem;
    border: 1px solid #0b1427;
    animation-duration: 0.5s;
}
.btn-bay:hover {
    background-color: transparent;
    color: #0b1427;
    padding: 15px 90px;
    font-size: 1.2rem;
    border: 1px solid #0b1427;
}

.lp-zestaw {
    font-size: 1.2rem;
    color: #656a73;
}

.more-white {
    font-size: 1rem;
    color: #0b1427;
    font-weight: 800;
    background: transparent;
    border:none;
}
.title-red {
    font-size: 3.2rem;
    color: #f8f9fb;
    font-weight: 400;
}

.opis-red {
    font-size: 1.4rem;
    color: #ffffff;
}

.prince-red {
    font-size: 3.2rem;
    color: #0b1427;
}
.more-red {
    font-size: 1rem;
    color: #ffff;
    font-weight: 800;
    background: transparent;
    border:none;
}

.slogan {
    font-size: 3.2rem;
    color: #fff;
    font-weight: 400;
}

.item {
    color: #e3e6eb;
    font-size: 1.4rem;
    font-weight: 500;
}

.list {
    list-style: none;
}

.fas {
    color: #0a74cb;
    margin-right: 5px;
}

.old-prince {
    position: relative;
    font-size: 3.2rem;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #0a1325;

}
.old-prince:after{
    position: absolute;
    content: "";
    bottom: 22px;
    left: -10px;
    width: 20%;
    border-top: 2px solid #ffff;

}
.new-prince {
    font-size: 3.2rem;
    color: #fff;
    font-weight: 500;
}

.hide {
    display: none;
}

.lp-zestaw-red {
    font-size: 1.2rem;
    color: #e3e6eb;
}

.tr {
    text-align: right !important;
}

.tl {
    text-align: left !important;
}

/* RWD */

@media (max-width: 991px) {
    html {
        font-size: 55%;
    }

}

@media (max-width: 766px) {
    html {
        font-size: 55%;
    }

}

@media (max-width: 1024px) {}

@media (max-width: 576px) {
    html {
        font-size: 55%;
    }
    .tr, .tl{
        text-align: center !important;
    }
    .slogan{
        font-size: 1.9rem;
        text-align: center;
    }
    .lp-zestaw, .lp-zestaw-red, .titlr-white, .title-red, .prince-white, .prince-red {
        text-align: center;
    }
    .btn-bay{
        width: 100%;
    }
}
