/* OFERTA - strona glowna */
.oferta {
    background: #F3EDFE;
    position: relative;
    padding: 150px 0 0 0;
    height: auto;
}

.oferta-list {
    list-style: none;
    position: relative;
}

.oferta-dane {
    height: auto !important;
    padding: 150px 0 !important;
}

.oferta-list li {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: var(--black-50);
    margin: 0;
    padding: 2px 0 2px 50px;
    list-style: none;
    background-image: url("../img/chevron-right.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    font-size: 15px;
}


.oferta-list img {
    width: 21px;
    height: 21px;
    margin-right: 13px;
    margin-bottom: 3px;
    opacity: 0.7;
}

.oferta h2 {
    color: var(--blueberry);
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 2.3em;
    line-height: 55px;
    font-weight: 600;
}

.oferta h2 span {
    line-height: 55px;
    font-weight: 600;
    color: var(--rose);
}

.generowanieBoxes {
    margin-top: 8%;
    margin-bottom: 7%;
    position: relative;
}

.generowanieBox {
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--white);
    padding: 2%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.generowanieBox h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: var(--rose);
    margin-bottom: 0rem;
}

.generowanieBoxes h2 {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: var(--blueberry);
    font-size: 1.8em;
    font-weight: 300;
    line-height: 55px;
    padding-bottom: 2%;
    text-align: center;
}

.generowanieBox-1 {
    width: 277px;
    border-radius: 100px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--rose);
    position: relative;
    padding: 2%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.generowanieBox-1 h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--white);
    margin-bottom: 0rem;
}

.generowanieBox-1 .btn-oval {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0.2;
    background-color: #000000;
    border-radius: 50%;
    right: 5px;
    bottom: 7px;
    cursor: pointer;
}

.click-text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--black-50);
}

.click-box {
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--white);
    padding: 8%;
    margin: 10% auto;
}

.click-box-title {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: var(--blueberry);
    padding-bottom: 20px;
}

.click-box ul {
    list-style: none;
}

.click-box ul li {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: var(--blueberry);
}

.click-box ul li img {
    padding-right: 2%;
}

.generowanieBoxes2 {
    margin-bottom: 5%;
}

.generowanieBoxes2 .row {
    padding-bottom: 2%;
}

.Rectangle-zakres {
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--white);
    text-align: center;
}

.Rectangle-zakres-img {
    padding: 5% 0%;
}

/* CLICK 2 SALE POPUPY */
.generowanieBoxModal {
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--white);
}

/* SCHEMAT */
.schemat {
    padding-top: 149px;
}

.schemat p {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: var(--blueberry);
}

/* MAPKA */
.aftermaps {
    text-align: center;
}

.text_aftermaps {
    color: var(--blueberry);
    font-size: 14px;
    font-weight: 600;
}

