body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: 800;
}

.medium {
    font-weight: 600;
}

.mColor {
    color: #bc4070;
}

.mPro {
    font-size: 38px;
    font-weight: 900;
    text-align: center;
}

.dPro {
    text-align: center;
    font-size: 19px;
}

.headerPros {
    display: inline-flex;
    width: 60%;
    justify-content: space-around;
}

/* .headerPro {} */

.header {
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
    margin: 10px auto;
    align-items: center;

}

.sec-1 {
    width: 100%;
    background-color: #f6f6f7;
}

.center {
    text-align: center;
}

.sec-1__header {
    font-size: 28px;
    padding: 20px;
}

.sec-1__desc {
    font-size: 28px;
}

.bothCol {
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
}

.gray {
    color: #5a5a5c;
}

.sec-1__listHeader {
    font-size: 35px;
    margin-bottom: 40px;
}

.sec-1__listItem {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.sec-1__listItem img {
    margin-right: 20px;
    width: 40px;
}

.leftCol,
.rightCol {
    width: 50%;

}

.buttonOrderContainer {
    background: #85b524;
    border-radius: 18px;
    text-align: center;
    padding: 20px 10px;
    margin: 8px auto;
    box-shadow: 0px 4px 9px 0px black;
    position: relative;
}

.buttonOrder {
    background: #bc4070;
    width: 350px;
    margin: 0 auto;
    position: absolute;
    border-radius: 18px;
    font-size: 23px;
    padding: 10px 0;
    bottom: -56px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.white {
    color: #fff;
}
.container_header{
    width: 100vw !important;
}
.regularPrice {
    font-size: 20px;
}
.logo{
    max-width: 400px;
}
@media screen and (max-width:440px) {
    .logo{
        max-width: 300px;
    }
}
.lineThrough {
    color: #bc4070;
    text-decoration: line-through;
}

.oldPrice {
    font-size: 30px;
}

.promoPrice {
    font-size: 31px;
}

.newPrice {
    font-size: 42px;
}

.sec-2__header,
.sec-3__header {
    font-size: 65px;
}

section {
    margin: 40px auto;
}

.sec-2__desc {
    font-size: 35px;
}

.diseasesContainer {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    flex-wrap: wrap;
}

.disease {
    margin: 10px;
}

.diseaseName {
    font-size: 23px;
    font-weight: 600;
    margin-top: 10px;
}

hr {
    margin: 40px;
}

.sec-3__list {
    list-style: none;
}

.sec-3__list .sec-3__listItem::before {
    content: "\2022";
    color: #7c69ad;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.sec-3__listItem {
    font-size: 25px;
    margin: 10px auto;
}

.sec-3 .bothCol {
    align-items: unset;
    margin: 30px auto
}

.sec-3 .leftCol {
    width: 70%;
}

.sec-3 .rightCol {
    width: 30%;
}

.sec-3__frame-1 {
    font-size: 22px;
    background: #7c69ad;
    padding: 10px 20px
}

.sec-3__frame-2 {
    border-radius: 18px;
    background: #bc4070;
    font-size: 24px;
    width: 80%;
    margin: 26px auto;
    padding: 10px;
}

.sec-4__header {
    font-size: 60px;
}

.componentDesc {
    font-size: 20px;
}

.componentName {
    font-size: 29px;
}

.component {
    display: inline-flex;
}

.rightCol .component {
    flex-direction: row-reverse;
}

.purple {
    color: #7c69ad
}

.sec-4__p {
    font-size: 20px;
}

.sec-5__productName {
    font-size: 60px;
}

.sec-5__desc {
    font-size: 30px;
}

.sec-5__specialPromo {
    font-size: 41px;
}

.sec-5__promoTime {
    font-size: 23px;
}

.sec-5 .leftCol {
    position: relative;
}

.sec-5__productImg {
    position: absolute;
    right: -287px;
    top: -52px;
}

.sec-5__productImg img {
    max-width: 300px;
    width: 100%
}

.sec-5 .buttonOrderContainer {
    text-align: unset;
}

.sec-5 .bothCol {
    justify-content: space-between;
}

.sec-5 .leftCol {
    width: 45%;
}

.sec-5 .rightCol {
    width: 30%;
}

#formularz1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

#formularz1 select,
#formularz1 input {
    text-align: center;
    margin: 20px 0;
    padding: 16px;
    border: 2px solid #b63469;
    font-size: 15px;
    font-weight: 100;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align-last: center;
    outline: none;
}

#btn-order {
    display: block;
    background: #b63469;
    border: unset;
    border-radius: 48px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0px 5px 0px #70153a;
    padding: 16px;
}

.outOfContainer {
    background: #f6f6f7;
    padding: 30px 0;
    margin: 30px 0;
}

.sec-6__header {
    font-size: 60px;
}

.sec-6__desc {
    font-size: 20px;
}

.sec-6__table th {
    font-size: 52px;
}

.sec-6__table table {
    margin: 20px auto;
    border-collapse: collapse;
}

th,
td,
tr {
    border-collapse: collapse;
    border: 2px solid #000;
    padding: 10px;
    text-align: center;
}

.sec-6__table td {
    font-size: 22px;
}

.sec-7__header {
    font-size: 48px;
}


.sec-7__img img {
    /* max-width: 300px; */
    margin: 0 auto;
    display: block;
}

.sec-7 p {
    font-size: 25px;
}

.sec-9__header {
    font-size: 55px;
}

.circleProsContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.circlePro {
    width: 26%;
}

.circlePro__desc {
    font-size: 18px;
    font-weight: 500;
}

.sec-10 .leftColFlex {
    display: flex;
}

.sec-12__header,
.howToHeader {
    font-size: 53px;
}

.orderPros {
    display: flex;
    justify-content: space-between;
}

.orderProDesc {
    font-weight: 600;
}

.dcertContainer {
    display: flex;
    justify-content: space-evenly;
}

.howToContainer {
    display: flex;
    justify-content: space-evenly;

}

.howToDesc {
    font-weight: 600;
}

.sec-1__header,
.sec-1__desc {
    width: 70%;
    margin: 0 auto;
}

.howTo {
    position: relative;
}

.farrow {
    position: absolute;
    top: 25%;
    right: -70px;
}

img {
    max-width: 100%;
}

.sec-6__table {
    overflow-x: auto;
}

.personImg {
    margin-right: 20px;
}

.personImg img {
    width: 350px;
}

.sec-10 .bothCol,
.sec-4 .bothCol {
    align-items: unset;
}

.orderProImg {
    width: 200px;
    height: 230px;
}

#btn-order,
.buttonOrder {
    cursor: pointer;
}

.herbImg {
    width: 200px;
    max-width: unset;
}

.sec-1 {
    background-image: url("../images/flowers.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 20px;
}

main>.sec-1 {
    margin-top: 0;
}
.text-white {
    color: white!important;
}


.product{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product img{
    max-width: 400px;
}
.sec-15__productImg{
    max-width: 400px;
}
@media screen and (max-width:1200px) {
    .sec-15__productImg{
        max-width: 270px;
        margin: 0 auto;
    }
}
@media screen and (max-width:540px) {
    .product img{
        max-width: 300px;
    }
}
@media screen and (max-width:360px) {
    .product img{
        max-width: 200px;
    }
}