body {
    font-family: 'Poppins', sans-serif;
}

.button,
.button:hover {
    background-color: transparent;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin: 4px 2px;
    border: solid;
    border-width: 3px;
}

#menu,
#header {
    background-color: #c6e0d5;
}

#menu {
    padding: 10px 0 10px 0;

}

#menu .menu-inner {
    width: 80%;
    margin: auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}

#menu .menu-links {
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

#menu .menu-links a {
    color: #0fa37e;
    font-size: 16px;
    font-weight: 700;
}

#menu .menu-links a:hover,
#menu .menu-links a:last-child:hover {
    color: #e66161;
    text-decoration: none;
}

#menu .menu-links a:last-child {
    color: #fff;
}

#menu .menu-social img:first-child {
    margin-right: 20px;
}

#menu .menu-social a img {
    height: 25px;
}

#menu .menu-social {
    z-index: 1001;
}

#oliwki {
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 1;
}

/* HEADER */

#header {
    padding-bottom: 40px;
    position: relative;
}

#header .header-main {
    width: 80%;
}

#header .header-main-inner {
    display: flex;
}

#header .header-main-left {
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    padding-left: 0;
}

#header .header-main-right {
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
}

#header .header-main-right img {
    align-self: center;
    width: 50%;
}


h1 {
    font-weight: 800;
    color: #e66161;
    font-size: 40px;
}

#header .header-main-left p {
    font-size: 20px;
}

#header .buttons .button,
#header .buttons .button:hover,
#wiedza .button {
    color: #e66161;
    border-color: #e66161;
}

#header .buttons {
    display: flex;
    z-index: 1;
}

#header .buttons .button:last-child {
    margin: auto;
}

#pomidor {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

/* BIOM */

#biom {
    background: #46b79c;
    padding: 90px 0 90px 0;
}

#biom .biom-main {
    width: 80%;
}

#biom h1,
#biom p {
    color: #fff;
    margin-bottom: 50px;
}

#biom p {
    font-size: 28px;
    margin-bottom: 80px;
}

h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
}

#biom .biom-main-inner {
    display: flex;
}

#biom .biom-main-inner .biom-inner-right {
    display: flex;
    align-items: center;
}

#biom .biom-main-inner span {
    font-size: 120px;
    color: #90cbb8;
    font-weight: 800;
    z-index: -1;
    position: absolute;
    top: -75px;
    left: -20px;
}

#biom .biom-main-inner .biom-main-text {
    z-index: 0;
}

#biom .biom-main-inner .biom-main-text p {
    margin-bottom: 10px;
    font-size: 16px;
}

#biom .biom-main-inner .button {
    color: #fff;
    border-color: #90cbb8;
}

#wiedza {
    background-color: #dfede7;
    padding: 60px 0 60px 0;
}

#wiedza .wiedza-main {
    width: 80%;
}

#wiedza .wiedza-main-inner {
    display: flex;
}

#wiedza .wiedza-main-book img {
    width: 100%
}

#wiedza .wiedza-main-text {
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
}

#wiedza h1 {
    color: #000;
}

#wiedza p {
    font-size: 20px;
    font-weight: 800;
}

#sposoby {
    padding: 60px 0 60px 0;
    background-color: #46b79c;
}

#sposoby .sposoby-main {
    width: 80%;
    text-align: center;
}

#sposoby h1 {
    color: #c6e0d5;
}

#sposoby .sposoby-main-inner {
    display: flex;
    padding-top: 30px;
    height: 235px;
    justify-content: center;
}

#sposoby .sposoby-main .sposoby-main-frame a {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    display: flex;
    flex-flow: column;
    border-style: solid;
    border-color: #c6e0d5;
    border-width: 4px;
    padding: 40px 10px 40px 10px;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in;
}

#sposoby .sposoby-main .sposoby-main-frame a:hover {
    text-decoration: none;
    border-color: #79c7b3;
    background-color: #79c7b3;
}

#sposoby .sposoby-main .sposoby-main-frame a img {
    height: 65px;
    margin: auto;
    padding-top: 10px;
}

#sposoby .sposoby-main .sposoby-main-frame .text {
    font-size: 14px;
    font-weight: 400;
    display: none;
    padding-top: 15px;
}

#authors {
    background-color: #c6e0d5;
    padding: 90px 0 90px 0;
}

#authors h1 {
    color: #46b79c;
    margin-bottom: 40px;
}

#authors .authors-main {
    width: 80%;
}

#authors .authors-main-inner {
    display: flex;
}

#authors .authors-main-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

#authors .authors-main-text p {
    font-size: 20px;
    font-weight: 500;
}

#authors .authors-main-photo {
    text-align: center;
}

#authors .authors-main-photo img {
    width: 80%;
}

#red {
    background-color: #e66161;
    position: relative;
}

#red #papryka {
    position: absolute;
    top: 0;
    right: 5%;
}

#red #cebula {
    position: absolute;
    bottom: 0;
    left: 0;
}

#red .red-main {
    width: 80%;
}

#red .button,
#red h1,
#red p {
    color: #c6e0d5;
    margin-bottom: 30px;
}

#red .button-wrapper {
    margin-top: 20px;
}

#red p {
    font-size: 20px;
}

#red .red-main-book {
    text-align: center;
    z-index: 1;
    transform: scale(1.2);
}

#red .red-main-text {
    z-index: 1;
}

#red .red-main-book img {
    transform: rotate(-10deg);
}

#red .red-main-inner {
    display: flex;
}

#red .red-main-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

/*BUY*/

#buy {
    background-color: #c6e0d5;
    padding: 80px 0 50px;
    color: #000;
}

#buy .buy-inner {
    width: 60%;
    margin: auto;
}

#buy h1 {
    color: #000;
}

.a4b-box-td1 span {
    font-weight: 700 !important;
}

.a4b-box-row-head,
.a4b-box-td2,
/* .a4b-box-td1 img, */
.a4b-box-row-foot,
.a4b-box-footer,
.a4b-box-head {
    display: none;
}

.a4b-buybox-standard,
.a4b-box-td {
    font-size: 18px !important;
    color: #000 !important;
    /* text-transform: lowercase; */
    padding: 6px 0 6px 0;
    border-bottom-style: solid;
    border-bottom-color: #ebebeb;
    border-bottom-width: 2px;
    margin: 0 !important;
    max-width: 80% !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 3;
}

.a4b-box-td1 img {
    float: none !important;
}

.a4b-buybox-standard .a4b-box-row:hover {
    background-color: transparent !important;
}

.a4b-box-td4 .a4b-box-go-to-store {
    color: #fff !important;
    background-color: #0fa27d;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
}

.a4b-box-td1 {
    width: 50% !important;
}

.a4b-box-td4 {
    width: 30% !important;
}

.a4b-box-td3 {
    width: 20% !important;
}

.a4b-buybox-standard .a4b-box-td3 span {
    color: #000 !important;
    font-weight: 700;
}

.a4b-buybox-standard .a4b-box-row,
.a4b-buybox-standard .a4b-box-row-foot,
.a4b-buybox-standard .a4b-box-row-head {
    border-bottom-style: none !important;
}

footer {
    background: #c6e0d5;
    text-align: center;
    padding: 20px 0 20px 0;
}

footer a:hover,
footer a {
    font-size: 16px;
    font-weight: 800;
    color: #0fa27d;
    text-decoration: none;
}
