/* Bootstrap override */

@import url('https://fonts.googleapis.com/css?family=Ubuntu');



html {
    font-size: 62.5%;
}

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

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;
}

.btn {
    white-space: normal;
    font-weight: 300;
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    border-radius: 3px;
    border: 1px solid;
}

a.btn-round {
    border-radius: 50px;
    font-size: 2.5rem;
    font-weight: 700;
}

.btn.btn-light {
    background: #d4ae5d;
    border-color: #d4ae5d;
    color: #fff;
}

.btn.btn-light:hover {
    color: #d4ae5d;
    border-color: #d4ae5d;
}

.btn.btn-brand {
    color: #fff;
    border-color: #00b4f4;
    background: #00b4f4;
}

.btn.btn-brand:hover {
    color: #00b4f4;
    border-color: #00b4f4;
}
.btn.btn-bay {
    font-size: 1.2rem;
    font-weight: bold;
    color: #313234;
    border-color:rgb(212, 174, 93);
    background: rgb(212, 174, 93);
}

.btn.btn-bay:hover {
    background: rgb(177, 142, 68);
    border-color: rgb(177, 142, 68);
}


.btn.btn-info {
    color: #fff;
    border-color: #014277;
    background: #014277;
}

.btn.btn-info:hover {
    color: #014277;
    border-color: #014277;
}

.btn-outline-light {
    color: #fff;
    border-color: #fff;
}

.btn-outline-light:hover {
    color: #014277;
    border-color: #014277;
}

.btn:hover {
    background: transparent;
}

.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-3 {
    padding-top: 3rem !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-10 {
    padding-top: 10rem !important;
}
.pt-12 {
    padding-top: 12rem !important;
}
.pb-10 {
    padding-bottom: 10rem !important;
}
.pb-12 {
    padding-bottom: 12rem !important;
}
.font-weight-bold {
    font-weight: 900 !important;
}

.form-group {
    text-align: left;
}

.form-control {
    padding: 1rem 0rem;
    color: #fff !important;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    background: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
    font-size: 1.2rem;
    font-weight: 300;
}

.form-check-label {
    font-size: 1.2rem;
    font-weight: 300;
    padding-left: 20px;
}

.form-check-input {
    margin-left: 0;
    margin-top: 5px;
}

form .btn {
    padding: 1rem 2rem;
}

/* Card */

.card {
    position: relative;
    border: 0;
    border-radius: 0px;
    background: transparent !important;
    border-radius: 1.5rem;
    border-right:solid 1px #545452;
}
.ramka{
    border: none !important;
}
.card:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.card-group{
    margin-right: auto;
    margin-left: auto;
}
.card.left {
    margin-right: 15px;
}

.card.right {
    margin-left: 15px;
}

.card.card-full {
    width: 100%;
    max-width: 100%;
}

.card-dark h1, .card-dark p, .card-dark a {
    color: #fff;
}

.card.card-brand{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b4f4+0,009dd4+100 */
    background: #00b4f4; /* Old browsers */
    background: -moz-linear-gradient(left, #00b4f4 0%, #009dd4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00b4f4 0%,#009dd4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00b4f4 0%,#009dd4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b4f4', endColorstr='#009dd4',GradientType=1 ); /* IE6-9 */
}


.card.card-info {
    border: 0;
    background: #194d8c;
}

.card-header, .card-body, .card-footer {
    position: relative;
    z-index: 100;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.card-header {
    padding-top: 2rem;
}
.card-footer {
    padding: 20px;
}

.card-title{
    color: #d4ae5d;
    font-size: 1.7rem;
}
.card .btn {
    width: 100%;
    max-width: 260px;
}

.price {
    color: #fff;
    font-size: 3.4rem;
    font-weight: bold;
}

 .small{
    color: #7c7c7c;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: italic;
}

/* Custom */

.main {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.text{
    font-size: 1.3rem !important;
    color: #313234;
    font-style: italic;
    text-transform: uppercase;
}
.sub_title{
    padding-top: 5px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
}
.text_2{
    font-size: 1.3rem !important;
    color: #dcd7cf;
    font-style: italic;
    text-transform: uppercase;
}
.bold{
    font-weight: bolder;
}
.bold_color{
    font-weight: bolder;
    color: #d4ae5d;
}
#hero {
    background-image: url("../img/hero.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
}
.bg{
    background-image: url("../img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.black_bg{
    background-color: #000;
    color: #fff;
}
.category_title{
    margin: 0 auto;
    padding-bottom: 5rem;
    text-align: center;
}
.title_primary{
    font-size: 4rem;
    padding-top: 5rem;
    text-align: center;
}
.second_title{
    font-size: 1.6rem;
    color: #62696b;
}
.box_title{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.box_title p{
    font-size: 24px;
    color: #fff;
}
.img_box{
    padding: 8rem;
}
.list{
    text-decoration: none;
    list-style: none;
    font-size: 1.6rem;
    color: #fff;
    -webkit-padding-start:0px;
    padding-bottom: 30px;
}
.title{
    font-size: 3.4rem;
    font-weight: bold;
    font-style: italic;
    color: #d4ae5d;
}
.sub_text{
    color: #fff;
    font-size: 1.3rem;
    font-style: italic;
    text-transform: uppercase;
}
.li_title{
    color: #7c7c7c;
    font-size: 1.2rem;
}
/* RWD */

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

    .card, .card.left, .card.right {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .card.card-full {
        max-width: 550px;
    }
    .custom_center{
    text-align: center;
    padding-bottom: 10px;
    }
    .right{
        float: none;
    }
    .prawy{
        margin-top: 10px !important;
    }
  

}

@media (max-width: 600px) {
    .card{
        border: none;
    }
    .custom_padding{
        padding-bottom: 3rem;
    }
    .d-flex .card {
        width: 100%;
    }
    .custom_width{
        max-width: 80%;
    }
    .pb-10{
        padding-bottom: 6rem !important;
    }
    .bt-12{
        padding-top: 8rem;
    }
}


@media (max-height: 700px) {
    #hero {
        min-height: 0;
        padding-bottom: 8rem;

    }
}

