@import url('https://fonts.googleapis.com/css2?family=Bowlby+One&family=Ubuntu:wght@300;700&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: "Ubuntu"; 
    line-height: 24px;
}

input, select, textarea {
    font-family: "Ubuntu"; 
}

h1, h2, h3 {
    font-weight: 600;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h1 {
    font-size: 1.7em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.3uem;
}

b, strong {
    font-weight: 600;
}

.cnt {
    width: 80%;
    text-align: left;
}

nav {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 11px;
    height: 82px;

    background-color: white;
    border-bottom: solid 1px #07b047;
    z-index: 1000000;
}

nav .cnt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.nav_logo {
    width: 210px;
}
.nav_logo img {
    max-width: 100%;
}
.nav_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.nav_menu_poj:hover {
    color: #07b047;
}
.nav_menu_poj {
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
    color: #1a97d7;
}

section {
    /* padding: 20px 0px; */
    min-height: calc(100vh - 50px);
    /* height: calc(100vh);   */
    
    display: flex;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;

    overflow: hidden;
}
section h2 {
    color: #07b047;
}

#start {
    height: calc(100vh);
    background-image: url(../img/top3.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.start_cnt small {
    font-weight: 100;
    color: #1a97d7;
    font-size: 0.7em;
}
.start_cnt {
    font-size: 4em;
    font-weight: 600;
    color: #07b047;
    line-height: 65px;
    background-color: black;
    padding: 20px;
}

.napis {
    display: none;
}
#napis_start_1 {
    display: block;
}


.marka_boxy {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
}
.marka_boxy_poj {
    margin: 10px;
    text-align: center;
    width: 30%;
}

.marka_boxy_poj_ico {
    margin-bottom: 15px;

}
.marka_boxy_poj_nazwa {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.2em;
}
/* .marka_boxy_poj_text {

} */
#marka .cnt {
    font-size: 18px;
}

#warto .cnt {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

#oferta .cnt {
    margin-top: 30px;
    font-size: 18px;
}
#oferta_2 .cnt {
    margin-top: 30px;
    font-size: 18px;
}

#kontakt .cnt a {
    color: white;
}
#kontakt .cnt {
    text-align: center;
    font-size: 1.4em;
    color: white;
    line-height: 32px;
}
#kontakt {
    background-color: #212529;
    background-image: url(../img/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
}

footer {
    text-align: center;
    color: gray;
    font-size: 12px;
    padding: 5px;
}

#oferta_2 .oferta_box_text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 0px;
    
}
#oferta_2 .oferta_box_text_text h3 {
    margin-top: 0px;
}
#oferta_2 .oferta_box_text_text {
    width: 70%;
    padding: 45px;
    
}
#oferta_2 .oferta_box_text_img img {
    width: 100%;
    height: 100%;
}
#oferta_2 .oferta_box_text_img {
    width: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.time_l {
    position: relative;
    padding: 0;
    list-style: none;
    margin-top: 60px;
    
}
.time_l:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
}
.time_l li {
    display: table;
    min-height: 170px;
    /* flex-wrap: nowrap;
    flex-direction: row;
    align-items: center; */
}
.time_l_text {
    position: relative;
    float: left;
    width: 40%;
    text-align: right;
}
.time_l_img img {
    width: 170px;
}
.time_l_img {
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -85px;
}

.kontakt_form_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: nowrap;
}
.kontakt_form_box input {
    font-size: 1em;
    padding: 6px;
    width: 100%;
    border: solid 1px white;
    border-radius: 5px;
    margin-bottom: 6px;

}
.kontakt_form_box textarea {
    font-size: 1em;
    padding: 6px;
    width: 100%;
    height: 180px;
    border: solid 1px white;
    border-radius: 5px;
    margin-bottom: 6px;

}
.kontakt_form_box button {
    padding: 10px 20px 10px 20px;
    background-color: #07b047;
    border: solid 1px #07b047;
    font-size: 1em;
    cursor: pointer;
    color: white;
    margin-bottom: 20px;
}
.kontakt_form_box span {
    display: none;
    font-size: 0.8em;
    color: red;
    font-weight: 600;
}
/* .kontakt_form_left {
    
} */
.kontakt_form_left {
    width: 650px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.kontakt_form_left_poj {
    width: 49%;
}

.kontakt_form_right {
    width: 650px;
}
