* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

#formularz,
#premium,
#standard,
#landing {
    scroll-margin-top: 64px;
}

img {
    width: 100%;
}

.whole-website {
    display: flex;
    flex-direction: column;
    gap: 64px;
    background-color: #f8f8f8;
    position: relative;
    overflow-x: hidden;
}

nav {
    background: linear-gradient(90deg, #FAD126 0%, #FF544F 100%);
    padding: 16px 0px;
}

nav a {
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: #FFF;
    color: #FF544F;

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

nav a:hover {
    background: #EFEFEF;
}

nav div {
    display: flex;
    gap: 32px;
}

.main-btn {
    border-radius: 16px;
    background: #FF9100;
    color: #FFF;

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    text-decoration: none;
    text-align: center;
    padding: 12px 32px;
    transition: all 0.3s ease-in-out;
}

.main-btn:hover {
    background: #FFB65F;
}

.nav-container {
    width: 100%;
    justify-content: space-between;
}

h1 {
    text-align: center;
    font-family: Poppins;
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: 115.02%;
    /* 110.419px */
    text-transform: uppercase;
    background: linear-gradient(97deg, #FAD126 -22.95%, #FF544F 122.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
}

.titleContainer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    border-bottom: 1px solid #FF9100;
    padding: 96px 0px;
}

.titleContainer p {
    width: 70%;
}

p {
    color: #474747;
    text-align: center;

    /* text-regular */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
    margin: 0px;
    padding: 0px;
}

.offer-ensure {
    display: flex;
    align-items: center;
    gap: 80px;
}

.offer-desc {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

h4 {
    color: #FF9100;

    /* H4 */
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 42px */
}

.offer-ensure-item {
    display: flex;
    gap: 10px;
    align-items: start;
}



h6 {
    color: #FF9100;

    /* H6 */
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 27.6px */
}

.desc-of-ensure-item p {
    text-align: left;
}

.website-usage {
    display: flex;
    gap: 80px;
    padding: 64px 0px;
    border-top: 1px solid #FF9100;
    border-bottom: 1px solid #FF9100;
}

.website-usage p {
    text-align: left;
}

.desc-of-website-usage {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 70%;
}

.offer-section {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.whole-offerts {
    display: flex;
    gap: 16px;
    align-items: center;
}

.offer-title h3 {
    color: #FF9100;
    text-align: center;
    /* H3 */
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 52.8px */
}

.div-of-one-offer {
    min-width: 359px;
    height: 815px;
    border-radius: 16px;
    background: #FFF;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    position: relative;
    overflow: hidden;
}

.label-of-offer {
    position: absolute;
    width: 265px;
    padding: 3px 16px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    background: #FAD126;
    transform: rotate(30deg);
    top: 27px;
    right: -59px;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.label-of-offer.green {
    background: #39D35B;
    right: -55px;
    top: 36px;
}

.div-of-one-offer:nth-child(2) {
    height: 849px;
    box-shadow: 0px 0px 16px 0px rgba(71, 71, 71, 0.10);
}

.h4-div-offer h4 {
    color: rgba(71, 71, 71, 0.75);
    text-align: center;

    /* H4 */
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 42px */
}

.price-offer-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-offer-div span:nth-child(1) {
    color: #474747;
    text-align: center;

    /* H4 */
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 42px */
}

.price-offer-div span:nth-child(2) {
    color: #474747;
    text-align: center;

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.pros-n-cons {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}

.pros-n-cons div {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    padding: 20px 16px;
    color: #474747;

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    border-bottom: 1px solid rgba(71, 71, 71, 0.25);
}

.pros-n-cons div:last-child {
    border-bottom: 0px;
}

.pros-n-cons div span {
    display: flex;
}

.pc {
    display: flex;
}

.tel {
    display: none;
}

.utrzymanie-stron {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 97px 0px;
    gap: 64px;
    border-top: 1px solid #FF9100;
}

.utrzymanie-stron h3 {
    color: #FF9100;

    /* H3 */
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 52.8px */
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.utrzymanie-stron h3 span {
    display: flex;
}

.upper-div-pricing-table {
    width: 100%;
    overflow: hidden;
    height: 520px;
    transition: all 0.5s ease-in-out;
}


.upper-div-pricing-table.disabled {
    height: 0px;
}

.upper-div-pricing-table.disabled .pricing_table {
    transform: translateY(-500px);
}

.pricing_table {
    padding: 32px;
    border-radius: 16px;
    background: #FFF;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: table;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 32px;
    transition: all 0.5s ease-in-out;

}

.h3-to-click:hover {
    cursor: pointer;
}

.pricing_table table {
    width: 100%;


}

.star-n-text {
    display: flex;
    gap: 2px;
}

.ask-about-offer {
    display: flex;
    justify-content: center;
}

.disclaimer-table {
    color: rgba(71, 71, 71, 0.50);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.28px;
}

.orange-star {
    color: #FF9100;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.h3-to-click span svg {
    transition: all 0.3s ease-in-out;
}

.h3-to-click span svg.active {
    transform: rotate(180deg);
}

.dots-table {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #474747;

}

.dots-table.active {
    background-color: #474747;
}

.dots-flex {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.pricing_table table * {
    color: #474747;
    text-align: center;
    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.pricing_table table thead tr th,
.pricing_table table tbody tr td {
    border-bottom: 1px solid rgba(71, 71, 71, 0.25);
    border-right: 1px solid rgba(71, 71, 71, 0.25);
}

.pricing_table table thead tr th:last-child {
    border-right: 0px;
}

.pricing_table table tbody tr td:last-child {
    border-right: 0px;
}

.pricing_table table td,
.pricing_table table th {
    padding: 20px 16px;
}

.pricing_table table tbody tr:last-child td {
    border-bottom: 0px;
}

.pricing_table table thead tr th,
.pricing_table table tbody tr td:first-child {
    color: #474747;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.pricing_table table {
    border: 1px solid rgba(71, 71, 71, 0.25);
    border-radius: 16px;
}

.bg-pakiet-premium {
    padding: 148px 0px;
    background: linear-gradient(101deg, #FF544F 0%, #FAD126 100%);
    overflow: hidden;
}

.pakiet-premium-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    position: relative;
    overflow: hidden;
}




.text-to-premium {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 60%;
}

.img-premium-pakiet {
    width: 40%;
}

.text-to-premium h4 {
    color: #FFF;

    /* H4 */
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 42px */
}

.name-of-option-n-svg {
    display: flex;
    align-items: center;
    gap: 20px;
}

.text-to-premium p {
    color: #FFF;
    text-align: left;
    /* text-regular */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

.price-of-premium span:nth-child(1) {
    color: #FFF;

    /* H3 */
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 52.8px */
}

.price-of-premium span:nth-child(2) {
    color: #FFF;

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.flex-of-our-projects {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.flex-of-mentioned-pages {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.best-choice {
    border-radius: 52px;
    background: #FFF;
    padding: 3px 16px;
    color: #39D35B;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.check-our-pages {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

.mentioned-pages {
    border-radius: 140px;
    background: #FFF;
    color: #FF544F;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 5px 32px;
}

.choose-pakiet {
    color: #474747;
    text-align: center;

    /* H6 */
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 27.6px */
}

.choose-one-color-option {
    color: #474747;
    text-align: center;

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.dots-of-colors-picker {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.dot-color-option {
    width: 38px;
    height: 38px;
    border: 0px solid #FF544F;
    padding: 3px;
    border-radius: 50%;
}

.dot-color-option .inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}



.dot-color-option.active {
    border: 4px solid #FF544F;
}

.dot-color-option:hover {
    cursor: pointer;
}

.dots-color-option-div {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.dot-color-option.orange .inner {
    background-color: #FF9100;
}

.dot-color-option.gold .inner {
    background-color: #CF9845;
}

.dot-color-option.green .inner {
    background-color: #306355;
}

.dot-color-option.blue .inner {
    background-color: #6AADD3;
}

.dot-color-option.pink .inner {
    background-color: #FF7171;
}

.whole-pakiet-testing {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.title-of-pakiet {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.title-of-pakiet h4 {
    color: #FF9100;

    /* H4 */
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 42px */
}


.title-of-pakiet div {
    border-radius: 52px;
    background: #FAD126;
    padding: 3px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.desc-of-pakiet p {
    text-align: left;
}

.pakiet-pricing span:nth-child(1) {
    color: #FF9100;

    /* H3 */
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 52.8px */
}

.pakiet-pricing span:nth-child(2) {
    color: #FF9100;

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.main-btn.themes-testing {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: fit-content;
    border: none;
    cursor: pointer;
}

.main-btn.themes-testing span {
    display: flex;
}

.do-iframe {
    display: none;
}

.close-iframe {
    position: absolute;
    top: 25px;
    right: 10%;
    cursor: pointer;
    width: fit-content;
    display: flex;
    align-items: center;

    gap: 10px;
    color: white;
    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.do-iframe.active {
    width: 100%;
    height: 100%;
    z-index: 999;
    /* From https://css.glass */
    background: rgba(0, 0, 0, 0.56);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.4px);
    -webkit-backdrop-filter: blur(8.4px);
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 50px 10% !important;
}

.iframe-szablon {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.landing-bg {
    background: linear-gradient(277deg, #FAD126 0%, #FF544F 100%);
    padding: 148px 0px;
}

.whole-landing-offer {
    display: flex;
    align-items: center;
    gap: 40px;
}

.desc-of-landing {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.desc-of-landing h4 {
    color: #FFF;

    /* H4 */
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 42px */
}

.desc-of-landing p {
    color: #FFF;
    text-align: start;
    /* text-regular */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

.price-of-landing span:nth-child(1) {
    color: #FFF;

    /* H3 */
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 52.8px */
}

.price-of-landing span:nth-child(2) {
    color: #FFF;

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.img-of-landing {
    width: 50%;

}

.img-of-landing img {
    border-radius: 16px;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.25);
}


.whole-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 56px;
    justify-content: center;
    align-items: center;
}

.titles-of-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titles-of-form h3 {
    color: #FF9100;
    text-align: center;
    /* H3 */
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 52.8px */
}

.titles-of-form h4 {
    color: rgba(71, 71, 71, 0.75);
    text-align: center;
    /* H4 */
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 42px */
}

.form-inputs-div {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    justify-content: center;
    padding: 0px 192px;
}

.form-inputs-div label {
    color: #474747;

    /* text-small */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.32px;
}

.form-inputs-div label .orange-star {
    color: #FF9100;

    /* text-small */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
}

.input-form-style {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.05);
    width: 100%;
    border: none;
    outline: none;
    padding: 12px 24px;
    color: #474747;

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.input-form-style option {
    color: #474747;

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.input-form-style::placeholder {
    color: rgba(33, 33, 33, 0.25);

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.input-tel-n-select {
    display: flex;
    align-items: center;
    gap: 24px;
}

.studio-name {
    display: flex;
    flex-direction: column;
}

.submit-n-acceptance {
    display: flex;
    align-items: center;
    gap: 24px;
}

.submit-div {
    width: 30%;
}

.acceptance-div {
    width: 70%;
}

.acceptance-div p {
    color: rgba(71, 71, 71, 0.50);
    text-align: left;
    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.submit-div button {
    padding: 12px 32px;
    border-radius: 16px;
    background: #FF9100;
    border: none;
    outline: none;
    width: 100%;
    color: #FFF;
    cursor: pointer;
    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

#wynik {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

#wynik span:nth-child(2) {
    color: rgba(71, 71, 71, 0.75);

    /* H6 */
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 27.6px */
}

.footer {
    background: linear-gradient(90deg, #FAD126 0%, #FF544F 100%);
    padding: 32px 160px;
}

.footer-upper-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}

.footer-upper-div div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.footer-upper-div div a {
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: #FFF;
    color: #FF544F;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.28px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.footer-lower-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #fff;
}

.footer-lower-div div {
    color: #FFF;

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.social-media {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-media div a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media div {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    background: #FFF;
    border-radius: 50%;
}

.polityka.form {
    color: rgba(71, 71, 71, 0.50);
}

.polityka {
    all: unset;
    color: #FFF;

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.polityka:hover {
    cursor: pointer;
}

.acceptance-div {
    display: flex;
    gap: 16px;
}

.checkbox-form {
    border: 2px solid #FF9100;
}

.desc-of-visualization {
    color: #474747;
    text-align: left;
    font-family: Poppins;
    font-size: 14px;
    opacity: 0.5;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.36px;
    margin: 0px;
    padding: 0px;
}

.theme-test-n-desc-of-vis {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.whole-shop-offer {
    display: flex;
    flex-direction: column;
    gap: 72px;
    padding: 64px 0px;
}

.shop-options {
    display: flex;

}

.shop-options .options {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 50%;
}

.shop-options .options p {
    text-align: start;
}

.shop-options .options:nth-child(1) {
    border-right: 2px solid rgba(71, 71, 71, 0.25);
    padding-right: 16px;
}

.shop-options .options:nth-child(2) {
    padding-left: 16px;
}

.shop-price span:nth-child(1) {
    color: #FF9100;

    /* H3 */
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 52.8px */
}

.shop-price span:nth-child(2) {
    color: #FF9100;

    /* text-tiny */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.shop-price-indiwidual {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FF9100;

    /* H5 */
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 33.6px */
}

.shop-price-indiwidual span {
    display: flex;
}

/* mobilek */
@media (max-width: 992px) {

    .shop-options .options:nth-child(1) {
        border-right: 0px solid rgba(71, 71, 71, 0.25);
        padding-right: 0px;
    }

    .shop-options .options:nth-child(2) {
        padding-left: 0px;
    }

    .shop-options {
        flex-direction: column;
        gap: 48px;
    }

    .shop-options .options {
        width: 100%;
    }

    #formularz,
    #premium,
    #standard,
    #landing {
        scroll-margin-top: 32px;
    }

    .footer-upper-div div a {
        width: 100%;
    }

    .footer-upper-div,
    .footer-lower-div,
    .footer-upper-div div:nth-child(2) {
        flex-direction: column;
    }

    .footer-upper-div,
    .footer-lower-div {
        gap: 16px;
    }

    .footer {
        padding: 32px 0px;
    }

    .desc-of-website-usage {
        width: 100%;
    }

    .acceptance-div {
        width: 100%;
    }

    .submit-div {
        width: 100%;
    }

    .form-inputs-div {
        padding: 0px;
    }

    .submit-n-acceptance {
        flex-direction: column;
    }

    .input-tel-n-select {
        flex-direction: column;
    }

    .desc-of-landing {
        width: 100%;
    }

    .whole-landing-offer {
        flex-direction: column-reverse;

    }

    .img-of-landing {
        width: 100%;

    }

    .close-iframe {
        right: 3%;
    }

    .title-of-pakiet {
        flex-direction: column;
        align-items: baseline;
    }

    .do-iframe.active {
        padding: 50px 2% !important;
    }

    .pakiet-premium-flex {
        display: flex;
        flex-direction: column-reverse;

    }

    .upper-div-pricing-table {
        height: fit-content;
    }

    .name-of-option-n-svg {
        align-items: start;
    }

    .name-of-option-n-svg {
        flex-direction: column;

    }

    .text-to-premium,
    .img-premium-pakiet {
        width: 100%;
    }

    .pricing_table {
        overflow: auto;
    }

    .tel {
        display: flex;
    }

    .pc {
        display: none;
    }

    h1 {
        font-size: 44px;
    }

    p {
        font-size: 16px;
    }

    .website-usage {
        flex-direction: column-reverse;
    }

    .titleContainer p {
        width: 100%;
    }

    .whole-offerts {
        overflow: auto;
        scroll-snap-type: x mandatory;
    }

    .nav-container {
        flex-direction: column;
        align-items: center;
    }

    nav div {
        flex-direction: column;
    }

    .offer-ensure {
        flex-direction: column;
    }

    .div-of-one-offer {
        scroll-snap-align: center;
        min-width: 275px;
        height: fit-content;
        padding: 64px 32px;
    }

    .div-of-one-offer:nth-child(2) {
        height: 750px;
    }

    .h4-div-offer h4 {
        font-size: 32px;
    }

    .price-offer-div span:nth-child(1) {
        font-size: 36px;
    }

    .pros-n-cons div {
        font-size: 12px;
        padding: 12px 5px;
    }


}









/* krotki bootstrap */



/* Grid system */
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

[class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Columns */
.col-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
}

.col-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.col-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
}

.col-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
}

.col-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* koniec krotki bootstrap */