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

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


.rightTxt
{
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: 800;
}

.medium {
    font-weight: 600;
}

.blue {
    color: #2bc4eb;
}
.pink{
    color: #b63469;
}
.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;
}
.logo{
    width: 200px;
}
/* .headerPro {} */

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

}

.sec-1 {
    width: 100%;
}

.center {
    text-align: center;
}

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

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

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

.gray {
    color: #fff;
}

.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%;

}

.block{
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.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: 300px;
    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;
}

.regularPrice {
    font-size: 20px;
}

.lineThrough {
    color: #bc4070;
    text-decoration: line-through;
}

.oldPrice {
    font-size: 30px;
}

.promoPrice {
    font-size: 31px;
}

.newPrice {
    font-size: 42px; 
	margin-left: 81px; 
}

.newPriceHome{
	font-size: 42px; 
	margin: 0 auto;
}

.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: 15px;
}

.componentName {
    font-size: 29px;
}

.component {
    display: inline-flex;
}

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

.centerCol .componentContent
{
    max-width: 550px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.componentContent
{
    padding: 0 10px;
}

.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: 430px;
    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: 32px;
}

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

.sec-6 .leftCol, .sec-6 .rightCol {
    width: auto;
}

.sec-6 .rightCol img
{
    padding: 0 5px;
}

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

@media only screen and (max-width: 460px) {
    th,
td,
tr {
    border-collapse: collapse;
    border: 2px solid #000;
    padding: 4px;
    text-align: center;
}
}

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

.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: 59px;
}

.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(../img/bg_sec1.png);
    background-repeat: no-repeat;
    background-position-y: 350px;
    background-position-x: center;
}

main>.sec-1 {
    margin-top: 0;
}

.mobile
{
    display: none;
}

.mobileFlex
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}