@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Vollkornbold";
    src: url(../fonts/VollkornBold.woff)
}

@font-face {
    font-family: "vollkornregular";
    src: url(../fonts/VollkornRegular.woff)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html, body, #root {
    width: 100%;
    height: 100%;
    line-height: 1.15
}

#root {
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: #fff;
    font-family: montserrat, sans-serif;
    font-size: 16px
}

img {
    max-width: 100%
}

a {
    cursor: pointer
}

.content {
    width: 100%
}

.wrapper {
    max-width: 1133px;
    margin: 0 auto;
    padding: 0 15px
}

.contentBox1 {
    position: relative;
    background-size: 100% 100%;
    padding-bottom: 40px;
    padding-top: 100px;
    margin-bottom: 110px;
    background: url(../images/header-bg.webp.pagespeed.ce.EUN4ifKctG.webp) no-repeat center;
    background-repeat: no-repeat
}

.contentBox1__content {
    width: 100%;
    display: flex
}

.contentBox1__content__left {
    position: relative;
    max-width: 490px;
    width: 100%;
    display: flex;
    justify-content: center
}

.contentBox1__content__left__product {
    max-width: 250px;
    position: relative;
    z-index: 2
}


.contentBox1__content__left::before {
    content: "";
    position: absolute;
    display: block;
    width: 350px;
    height: 330px;
    background: url(../images/xplant.webp.pagespeed.ic.2cx4DMip3j.png) no-repeat center;
    left: 25px;
    bottom: 3px;
    z-index: 1
}

.contentBox1__content__right {
    display: flex;
    flex-direction: column;
    max-width: 560px;
    width: 100%
}

.contentBox1__content__right__title {
    font-family: vollkornbold;
    font-size: 84px;
    background: white;
    -webkit-background-clip: text;
    color: transparent
}

.contentBox1__content__right__text {
    font-family: vollkornregular;
    color: black;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700
}

.contentBox1__content__right__rating {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.contentBox1__content__right__rating span {
    font-weight: 500;
    font-size: 13px;
    margin-left: 20px
}

.contentBox1__content__right__price {
    display: flex;
    align-items: center
}

.contentBox1__content__right__price__btn {
    border-radius: 35px;
    cursor: pointer;
    text-shadow: 0 0 6px rgba(255, 255, 255, .7);
    text-align: center;
    box-shadow: 0 5px 1px 0 #c6651d, 0 13px 16px -5px #c6651d;
    transition: .5s;
    background: linear-gradient(to bottom, #fff7a4 0%, #fdc30e 51%, #f6940b 100%);
    padding: 17px 5px;
    font-family: vollkornregular;
    font-weight: 700;
    border: 1px solid #e6c907;
    font-size: 24px;
    line-height: 24px;
    color: #222106;
    max-width: 205px;
    width: 100%;
    margin-right: 25px
}

.contentBox1__content__right__price__btn:hover {
    opacity: .8
}

.contentBox1__content__right__price__num {
    display: flex;
    flex-direction: column
}

.mobile__image {
    display: none
}

.oldPrice {
    color: #e6f99d;
    font-weight: 300;
    font-size: 16px;
    text-decoration: line-through
}

.newPrice {
    font-size: 28px;
    color: #fff;
    font-weight: 700
}

.contentBox2 {
    margin-bottom: 120px
}

.contentBox2__content {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 15px
}

.contentBox2__content__item {
    background: #fff;
    max-width: 265px;
    min-height: 265px;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0 0 10px 5px #ecf0db
}

.contentBox2__content__item img {
    margin: 0 auto;
    margin-bottom: 20px;
    max-height: 85px
}

.contentBox2__content__item p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    text-transform: lowercase
}

.contentBox3 {
    margin-bottom: 50px
}

.contentBox3__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative
}

.contentBox3__content__form {
    padding: 52px 45px;
    max-width: 460px;
    width: 100%;
    background: linear-gradient(to right, #2e3819 0%, #4a542b 51%, #d4da72 100%);
    position: relative;
    height: max-content
}

.contentBox3__content__form__title {
    font-family: vollkornbold;
    color: #fff;
    font-size: 35px;
    margin-bottom: 35px;
    text-align: center
}

.contentBox3__content__form input, select {
    font-size: 18px;
    width: 100%;
    height: 40px;
    display: block;
    margin-bottom: 20px;
    padding-left: 20px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 3px 3px #d4d7cc inset;
    font-family: montserrat, sans-serif;
    outline: none;
    font-weight: 500
}

.contentBox3__content__form__price {
    display: flex;
    align-items: center;
    position: relative
}

.formBtn {
    background: linear-gradient(to bottom, #fff7a4 0%, #fdc30e 51%, #f6940b 100%);
    padding: 17px 5px;
    font-family: vollkornregular;
    font-weight: 700;
    border: 1px solid #e6c907;
    border-radius: 35px;
    cursor: pointer;
    text-shadow: 0 0 6px rgba(255, 255, 255, .7);
    text-align: center;
    box-shadow: 0 5px 1px 0 #c6651d, 0 13px 16px -5px #c6651d;
    transition: .5s;
    font-size: 24px;
    line-height: 24px;
    color: #222106;
    max-width: 205px;
    width: 100%;
    margin-right: 15px
}

.formBtn:hover {
    opacity: .8
}

.contentBox3__content__form__price__num {
    display: flex;
    flex-direction: column
}

.discount {
    position: absolute;
    right: -4px;
    bottom: 110px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: lowercase;
    padding: 3px 15px;
    text-align: center;
    padding-left: 20px;
    background: url(../images/xflag.webp.pagespeed.ic.fXiYqUs4wF.png) no-repeat center
}

.contentBox3__content__right {
    width: 45%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.contentBox3__content__right img {
    transform: rotate(11deg);
    display: block;
    position: relative;
    max-width: 250px
}

.contentBox3__content__right::before {
    content: "";
    position: absolute;
    display: block;
    width: 517px;
    height: 521px;
    top: -20px;
    background: url(../images/xleaf.webp.pagespeed.ic.V9I6LF23Fb.png) no-repeat center
}

.contentBox3__content__right::after {
    position: absolute;
    content: "";
    display: block;
    width: 335px;
    height: 331px;
    right: -50px;
    bottom: -140px;
    background: url(../images/leaf1.webp.pagespeed.ce.HAbRwIMfj5.webp) no-repeat center
}

.contentBox3__content__form::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 513px;
    right: -230px;
    bottom: -35px;
    background: url(../images/flowers.webp.pagespeed.ce.D909ZTMROk.webp) no-repeat center
}

.contentBox4 {
    position: relative;
    background: url(../images/screen-bg-11.webp.pagespeed.ce.uLAexwO2HK.webp) no-repeat center;
    background-size: cover;
    padding-top: 100px;
    min-height: 805px
}

.contentBox4__content {
    display: flex;
    width: 100%;
    justify-content: flex-end
}

.contentBox4__content__text {
    max-width: 665px;
    width: 100%
}

.contentBox4__content__text__title {
    margin-bottom: 15px;
    color: #d25151;
    font-family: vollkornbold;
    font-size: 60px;
    line-height: 60px
}

.contentBox4__content__text p {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 40px
}

.contentBox4__content__text ul {
    max-width: 600px;
    list-style: none
}

.contentBox4__content__text ul li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
    padding-left: 30px;
    font-weight: 500
}

.contentBox4__content__text ul li::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/xcheck.webp.pagespeed.ic.WxNj6xOAQe.png) no-repeat center;
    width: 10px;
    height: 9px;
    left: 0;
    top: 4px
}

.contentBox5 {
    margin-bottom: 90px
}

.contentBox5__title {
    font-family: vollkornbold;
    color: #d25151;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 35px
}

.contentBox5__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.contentBox5__content__item {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.contentBox5__content__item p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    max-width: 250px;
    display: block
}

.contentBox5__content__item__img {
    position: relative
}

.contentBox5__content__item__img::after {
    position: absolute;
    display: block;
    content: "";
    right: 35px;
    bottom: 35px;
    width: 36px;
    height: 34px;
    background: url(../images/xattention.webp.pagespeed.ic.A9lmedqJP6.png) no-repeat center
}

.contentBox6 {
    padding-bottom: 50px;
    background-size: 100% 100%;
    margin-bottom: 100px;
    background: url(../images/screen-bg-1.webp.pagespeed.ce.EdT62Na-L6.webp) no-repeat center
}

.contentBox6__title {
    margin-bottom: 40px;
    font-family: vollkornbold;
    color: #d25151;
    font-size: 60px;
    line-height: 60px;
    text-align: center
}

.contentBox6__text {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px
}

.contentBox6__content {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.contentBox6__content__right {
    max-width: 570px;
    width: 100%
}

.contentBox6__content__right ul {
    list-style: none
}

.contentBox6__content__right ul li {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    padding-left: 30px
}

.contentBox6__content__right ul li::before {
    position: absolute;
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    left: 0;
    top: 2px;
    background: url(../images/xcross.webp.pagespeed.ic.DxLUit2Oqj.png) no-repeat center
}

.contentBox6__content__right__title {
    font-size: 22px;
    margin-top: 35px;
    font-weight: 500;
    margin-bottom: 20px
}

.contentBox6__content__right__box {
    width: 100%;
    display: flex
}

.contentBox6__content__right__box__item {
    max-width: 165px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.contentBox6__content__right__box__item p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 500
}

.contentBox7 {
    margin-bottom: 100px
}

.contentBox7__title {
    margin-bottom: 25px;
    font-family: vollkornbold;
    color: #d25151;
    font-size: 60px;
    line-height: 60px;
    text-align: center
}

.contentBox7__content {
    width: 100%
}

.contentBox7__content__item {
    margin-bottom: 20px;
    border: 1px solid black;
    cursor: pointer;
    padding: 25px;
    transition: all .5s ease
}

.contentBox7__content__item p {
    text-decoration: none;
    background: url(../images/plus.svg) no-repeat 100% 50%;
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    font-family: vollkornbold;
    color: #d25151;
    font-size: 24px
}

.showBlock {
    display: block;
    font-size: 16px;
    max-height: 0;
    margin: 0;
    line-height: 30px;
    max-width: 965px;
    overflow: hidden;
    transition: max-height .5s ease
}

.contentBox8 {
    padding-bottom: 115px
}

.contentBox8__content__title {
    margin-bottom: 40px;
    font-family: vollkornbold;
    color: #d25151;
    font-size: 60px;
    line-height: 60px;
    text-align: center
}

.contentBox8__content {
    display: flex
}

.contentBox8__content__item {
    background: #fff;
    max-width: 260px;
    margin-right: 18px;
    position: relative;
    width: 100%;
    padding: 30px 16px
}

.contentBox8__content__item__top {
    display: flex;
    margin-bottom: 20px
}

.profile__image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px
}

.contentBox8__content__item__top p {
    font-size: 14px;
    color: #4c4c4c;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.contentBox8__content__item__top p img {
    margin-left: 15px
}

.contentBox8__content__item__top span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #4c4c4c
}

.comment__text {
    font-size: 14px;
    line-height: 26px;
    color: #151514;
    font-weight: 500;
    margin-bottom: 20px
}

.contentBox8__content__item__bot {
    display: flex;
    gap: 20px;
    align-items: center
}

.contentBox8__content__item__bot span {
    font-size: 12px;
    color: #a1a1a1;
    position: relative
}

.contentBox8__content__item__bot span:nth-child(1)::after {
    position: absolute;
    display: block;
    content: "";
    right: -10px;
    top: 0;
    background: #a1a1a1;
    width: 1px;
    height: 12px
}

.contentBox8__btn {
    padding: 17px 5px;
    font-family: vollkornregular;
    font-weight: 700;
    border: 1px solid #e6c907;
    border-radius: 35px;
    cursor: pointer;
    text-shadow: 0 0 6px rgba(255, 255, 255, .7);
    text-align: center;
    box-shadow: 0 5px 1px 0 #c6651d, 0 13px 16px -5px #c6651d;
    transition: .5s;
    font-size: 24px;
    line-height: 24px;
    color: #222106;
    max-width: 205px;
    width: 100%;
    background: linear-gradient(to bottom, #fff7a4 0%, #fdc30e 51%, #f6940b 100%);
    display: block;
    margin: 0 auto;
    margin-top: 20px
}

.contentBox8__btn:hover {
    opacity: .8
}

.footer {
    width: 100%
}

.footer__top {
    background: #d25151;
    padding: 35px 0;
    text-align: center;
    font-size: 16px;
    color: #f7f7ef
}

.footer__bot {
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    color: #858585;
    padding-top: 15px;
    background-color: #cecece6e;
    font-weight: 400 !important
}

.contentBox1__content__right__price__mobile {
    display: flex;
    width: 100%
}

.mobile__pant {
    display: none
}

@media screen and (max-width: 900px) {
    .contentBox1__content__left {
        display: none
    }

    .contentBox1__content {
        flex-direction: column;
        align-items: center
    }

    .contentBox1__content__right {
        align-items: center;
        text-align: center;
        max-width: 100%
    }

    .mobile__image {
        display: flex;
        width: 60%;
        justify-content: flex-end;
        padding-right: 30px
    }

    .mobile__image img {
        max-width: 100px
    }

    .contentBox1__content__right__price__mobile {
        flex-direction: column
    }

    .contentBox1__content__right__price {
        width: 80%
    }

    .mobile__image::before {
        transform: scale(.5);
        left: unset;
        right: -80px;
        bottom: -80px
    }

    .newPrice {
        white-space: nowrap
    }

    .contentBox1__content__right__price__num {
        margin-top: 20px
    }

    .contentBox1 {
        padding-top: 50px;
        margin-bottom: 50px
    }

    .contentBox2__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .contentBox3__content {
        flex-direction: column;
        align-items: center
    }

    .contentBox3__content__form {
        order: 2
    }

    .contentBox3__content__right {
        order: 1;
        margin-bottom: 30px;
        width: 100%
    }

    .contentBox3__content__right::before {
        top: auto;
        background-size: 230px;
        width: 230px;
        right: -10px;
        height: 245px;
        left: 32%;
        bottom: 0
    }

    .contentBox3__content__right img {
        max-width: 150px
    }

    .contentBox3__content__right::after {
        display: block;
        background-size: 150px;
        height: 150px;
        width: 150px;
        bottom: -20px;
        right: 25%
    }

    .contentBox3__content__form::after {
        position: absolute;
        content: "";
        display: block;
        width: 105px;
        height: 250px;
        left: -500px;
        margin: auto;
        top: -700px;
        z-index: 1;
        background-size: 95px
    }
}

@media screen and (max-width: 800px) {
    .contentBox8__content {
        flex-direction: column;
        align-items: center
    }
}

@media screen and (max-width: 700px) {
    .contentBox4 {
        background: #d2dfe1;
        padding-top: 55px;
        padding-bottom: 55px;
        min-height: auto
    }

    .contentBox4__content {
        max-width: 300px;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        text-align: center
    }

    .contentBox4__content__text__title {
        font-size: 46px;
        line-height: 50px
    }

    .contentBox4__content__text p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .mobile__pant {
        display: none;
        margin: 15px 0
    }

    .contentBox6__content {
        flex-direction: column;
        align-items: center
    }

    .contentBox6 {
        background: linear-gradient(to bottom, #f7f7ef 0%, #f4f5ee 39%, #d2dfe1 77%, #d2dfe1 100%)
    }

    .contentBox6__wrap {
        max-width: 320px;
        padding-top: 20px
    }

    .contentBox6__title {
        font-size: 27px;
        line-height: 30px;
        margin-top: 20px
    }

    .contentBox6__text {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px
    }

    .contentBox6__content__right__box {
        flex-direction: column;
        align-items: center
    }

    .contentBox6__content__right__title {
        text-align: center
    }

    .contentBox7__content {
        max-width: 320px;
        margin: 0 auto
    }

    .contentBox7__content__item p {
        font-size: 18px;
        padding-right: 35px
    }

    .contentBox8__content__title, .contentBox7__title {
        font-size: 27px;
        line-height: 30px
    }

    .contentBox6 {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 500px) {
    .contentBox1__content__right__title {
        font-size: 45px;
        margin-bottom: 10px;
        text-align: center
    }

    .contentBox1__content__right__text {
        font-size: 20px;
        margin-bottom: 20px
    }

    .contentBox3__content__form__price {
        flex-direction: column;
        align-items: center
    }

    .formBtn {
        order: 2
    }

    .contentBox3__content__form__price {
        width: 100%
    }

    .contentBox3__content__form__price__num {
        flex-direction: row;
        align-items: center;
        gap: 20px;
        margin-bottom: 10px
    }

    .contentBox5__content {
        flex-direction: column;
        align-items: center
    }

    .contentBox5__content__item {
        width: 100%
    }

    .discount {
        bottom: unset;
        top: 20px
    }

    .mobile__image img {
        max-width: 150px
    }

    .mobile__image::before {
        right: -60px
    }

    .contentBox1__content__right__price__mobile a {
        order: 2
    }

    .contentBox1__content__right__price__num {
        margin-top: 0;
        margin-bottom: 20px
    }

    .contentBox3__content__right img {
        max-width: 200px
    }

    .contentBox2 {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 400px) {
    .contentBox3__content__right::before {
        left: 18%
    }

    .contentBox3__content__right::after {
        right: 10%
    }

    .contentBox3__content__form::after {
        left: -400px
    }

    .contentBox5__title {
        font-size: 27px;
        line-height: 30px;
        margin-top: 20px
    }
}

.order {
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.order__header {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    background-color: #F20505;
    color: white;
    padding: 8px;
    font-size: 16px;
    line-height: 16px;
}

.order__img {
    position: relative;
    z-index: 11111111;
}


.order__center {
    position: relative;
    margin-top: -20px;
    width: 100%;
    z-index: 0;
    background-color: #393939;
    color: white;
    text-align: center;
    height: 210px;
    padding: 16px;
}

.order__center h1 {
    font-size: 28px;
}

.order__center p {
    font-size: 14px;
    line-height: 25px;
    font-style: italic;
}

.order__content-bottom {
    padding-bottom: 35px;
    margin-top: -75px;
    background-color: #d2dfe1;
    position: relative;
    z-index: 1111111;
}
.formularz-walidacja{
    width: 100%;
}

.formularz-walidacja form{
    width: 100%;
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.formularz-walidacja__form input {
    margin: 5px 0;
    border: none;
    text-align: center;
width: 95%;
    height: 43px;
    border-radius: 13px;
    font-size: 14px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.formularz-walidacja__form button{
    padding: 10px 80px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    background-color: #F20505;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.form__text{
    width: 100%;
    background-color: #393939;
font-size: 16px;
    line-height: 40px;
    color: white;
    text-align: center;
    font-style: italic;
}

@media (min-width: 700px) {
    .order__header {

        padding: 16px;
        font-size: 32px;
        line-height: 36px;
    }

    .order__center {
        margin-top: -45px;
        border-radius: 10px;
    }

    .order__center h1 {
        font-size: 32px;
    }

    .order__center p {
        font-size: 20px;
    }

    .order__content {
        width: 65%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .order__img {
        width: 60%;
    }

    .order__content-bottom {
        margin-top: -90px;
        width: 50%;
        border-radius: 30px;
    }

    .form__text{
        width: 110%;
        font-size: 20px;
        line-height: 40px;
       border-radius: 10px;
    }

    .formularz-walidacja__form button{
       font-size: 20px;
    }

}
