a,
body,
div,
footer,
h1,
h3,
h5,
h6,
header,
hr,
html,
img,
li,
menu,
nav,
span,
ul {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'LatoR';
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    background: #fff;
}

.site-header{
    width:100%;
    background-color:#327700;
}
.site-header .header-img{
    display:flex;
    justify-content: left;
    align-items: center;
    width:1050px;
    margin:0 auto;
    padding-top:10px;
    padding-bottom:10px;
}
.site-header .header-img img{
    max-width:130px;
    width:100%
}
.site-header .advertisement-bar{
    background-color:#ededed;
    text-align: center;
    font-size:16px;
    line-height:26px;
}

* {
    box-sizing: border-box;
}

hr {
    height: 1px;
    background: #ccc;
}
.summary p{
    font-size:15px!important;
    margin-top:5px;
    margin-bottom:5px;
}
.green{
    color:green;
}
.color-red{
    color:#CC0000;
}
.lt{
    text-decoration: line-through;
}
p {
    /*font-family:'georgia';*/
}
.sources{
    margin-bottom:20px;
}
.sources li{
    font-size:16px!important;
    overflow-wrap: break-word;
}
.sources li a{
    color:black;
}

.d-flex {
    display: flex;
}

.clear {
    clear: both;
}

.only-mobile {
    display: none;
}


.mainProd {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.del {
    text-decoration: line-through;
    color: #ff0000;
}
.black {
    color: #000 !important;
}

.under-links a {
    word-wrap: break-word;
    margin-bottom: 5px;
    display: block;
}



.four-photos{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction:row;
    row-gap:30px;
    flex-wrap: wrap;
    margin-bottom:30px;
}

.four-photos img{
    width: calc(50% - 15px);
}


.subtitle-underline{
    color:black;
    background-image: linear-gradient(to top, transparent 0%, transparent 6%, #8dd592 6%, #8dd592 24%, transparent 24%);
    display: inline;
    margin-bottom:20px;
}


.product-flex{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:60px;
}
.product-flex p {
    font-size:20px;
    line-height:30px;
}
.product-flex img{
    max-width:300px;
}
.product-flex .product-prices{
    display:flex;
    flex-direction:column;
    align-items: start;
    justify-content: center;
    gap:10px;
}
.product-flex .product-prices p{
    margin:0;
}
.product-flex .product-prices span{
    font-size:32px;
    line-height:42px;
}
.product-flex .product-prices .article-old-price{
    text-decoration: line-through;
    color:#ed2040;
}
.product-flex .product-prices .article-new-price{
    font-weight:bold;
    color:#1b5700;

}
aside p {
    font-size: 17px;
    line-height: 27px;
}

h3 {
    padding: 15px 0px;
}
.pullLeft {
    float: left;
}


input[type="submit"],
.popupText button {
    cursor: pointer;
    transition: 0.2s linear;
    font-weight: bold;
}


input[type="submit"]:hover,
.popupText button:hover:not(:disabled) {
    opacity: 0.7;
}

a {
    transition: 0.2s linear;
}

.promoBox a {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    line-height: 37px;
}

.promoBox a:hover {
    text-decoration: none;
}


div.main {
    padding-bottom:20px;
}

div.mainContainer {
    width: 1050px;
    background: #fff;
    margin: 0 auto;
}

div.sideBoxes {
    width: 100%;
    padding:30px 20px;
}

div.mainContent {
    width: 100%;
}

aside {
    width: 30%;
}

aside .promo {
    margin-top: 0px;
}

.info {
    background: #fff6da;
    border: 1px solid #ffc308;
    padding: 20px 20px;
    margin: 20px 0px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    text-align: justify;
}

.alert {
    background: #ffdada;
    border: 1px solid #ff0808;
    padding: 30px 20px;
    margin: 20px 0px;
    height: 100%;
    text-align: center;
}



.mainArticle p {
    padding-bottom: 20px;
    text-align: justify;
}

div.promoBox {
    text-align: center;
}

.promoBox > * {
    margin-bottom: 20px;
}

.promoBox > *:last-child {
    margin-bottom: 0px;
}

.promo,
.popupText button.promo {
    background: #28a745;
    padding: 15px 25px;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    margin: 20px auto;
}
.promo:hover:not(:disabled),
.popupText button.promo:hover:not(:disabled) {
    background: #218838;
    opacity: 1 !important;
}

p.promo {
    text-align: center;
}

.promo img {
    width: 100%;
}

.verificated{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #00000070;
    color: gold;
    letter-spacing:1px;
    font-size:15px;
    font-weight:600;
    padding: 10px;
    border-radius: 10px;
    gap: 5px;
}

p,
.mainContent li {
    font-size: 18px;
    line-height: 26px;
}

img.imgArticle {
    margin-left: 20px;
    margin-bottom: 6px;
}

footer {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.small{
    font-size:12px;
    color: #888;
    line-height:20px;
    word-wrap: break-word;
}

footer p.small {
    font-size: 12px;
    color: #aaa;
    line-height: 19px;
    text-align: center;
}

ul.list {
    padding-left: 20px;
}

.bigList {
    font-size: 22px;
    line-height: 29px;
}

ul.list li {
    padding-bottom: 5px;
}

.cert {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cert img {
    padding-left: 20px;
    width: 320px;
}

span.otherStyle {
    background: #f9cb37;
    padding: 5px 10px;
    font-weight: 900;
    color: #000;
}

.bigger {
    font-size: 19px;
    line-height: 28px;
    padding-top: 25px;
    padding-bottom: 25px;
}



.under-product-text {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.red {
    color: red;
}

.green {
    color: green;
}



.form-icons > img {
    width: initial !important;
}

.form-icons .form-single-icon {
    max-height: 30px;
    object-fit: contain;
    margin: 15px;
}

.form-icons-item {
    align-items: center;
    font-size: 14px;
    margin: 10px 15px;
}

.form-icons-item:first-child {
    margin-left: 0px;
}

.form-icons-item:last-child {
    margin-right: 0px;
}

.form-icons-item:last-child img {
    height: 35px;
}

.form-icons-item img {
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
    max-width: 40px;
}

img {
    max-width: 100%;
}



input,
.popupText button {
    padding: 8px 10px;
    background: #fff;
    outline: none;
    border: 1px solid black;
    border-radius: 5px;
}

input,
select {
    font-size: 17px;
    padding: 12px 10px 12px 12px;
}

input[type="submit"] {
    margin: 0 auto;
    display: inline-block;
    border: none;
    padding: 11px 20px;
    width: 100% !important;
    margin-top:10px;
    font-size:30px;
    line-height: 40px;
    border-radius:10px;
}

.popupText button {
    margin: 0 auto !important;
    display: inline-block;
    border: none !important;
    padding: 25px 15px !important;
}

input:last-of-type {
    margin-right: 0px;
}

.col-sm-1 {
    width: 100%;
}

.col-sm-2 {
    width: 66%;
}

.col-sm-3 {
    width: calc(33% - 16px);
}

.formContent {
    width: 400px;
}

div.buyForm div.promoBox p.promo {
    background: none;
}

.smallCert {
    display: none;
}

.dr {
    width: 41%;
    float: right;
}



span.smileInfo {
    padding: 10px;
    display: block;
    margin-right: 137px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

a:hover {
    opacity: 0.8;
}




.rules *{
    word-break: break-word;
}

.rules h1 {
    padding-bottom: 15px;
}

.rules p {
    padding: 15px 0px;
    text-align: justify;
}

.rules ul.rulesList {
    list-style-type: decimal;
    margin-left: 27px;
}

.rules ul.rulesList li {
    padding-bottom: 8px;
    text-align: justify;
}

.rules ul.rulesList li ul.secondList {
    padding: 13px 22px 0px;
    list-style-type: lower-alpha;
}

.rules h2 {
    font-size: 22px;
    padding-bottom: 0px;
    font-weight: 500;
}

.footerMenu {
    text-align: center;
}

ul.footerMenuContent {
    list-style-type: none;
}

ul.footerMenuContent li {
    display: inline-block;
    margin: 5px;
}

ul.footerMenuContent li a {
    color: #888;
    font-size: 12px;
}

.path {
    margin: 7px 0px 15px;
}




/* Additional */
.errors {
    color: red;
    margin-top: 10px;
    font-size: 14px;
}

.red {
    color: #ff0000;
}

/*.yellowBg {
    background: #FFFF00;
}*/

.redBg {
    background: #ff0000;
}

.inlineBlock {
    display: inline-block;
}

.blueBg {
    background: #00ffff;
}

.nav {
    background: #525252;
    width: 100%;
    height: 44px;
}

.nav a {
    float: left;
    padding: 10px 0px;
    margin-right: 40px;
    font-size: 14px;
    color: #eee;
    text-decoration: none;
}

.nav a.logout {
    float: right;
    margin-right: 0px;
}


button.disabled:hover {
    opacity: 0.5;
}


select {
    padding: 8px 10px;
    background: #f1efef;
    outline: none;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
}

.errors2 {
    color: #fb6363;
    font-size: 15px;
    margin-top: 10px;
    font-weight: bold;
}

.errors2-title {
    background: #ff4545;
    color: #fff;
    /* border-radius: 28px; */
    padding: 9px 10px;
    text-transform: uppercase;
    font-size: 17px;
}

.error-field {
    border-color: red;
}

.successMsg {
    color: green;
    font-size: 15px;
    margin-top: 10px;
    font-weight: bold;
}

.loader {
    display: inline-block;
    background: url("../img/loader.gif") no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}

.popupContent .errors2 {
    line-height: 16px;
    font-size: 14px;
}

.popupContent .errors2:empty {
    display: none;
}

.popupContent .successMsg {
    line-height: 16px;
    font-size: 14px;
    margin-top: 15px;
}

.popupContent .successMsg:empty {
    display: none;
}

.captchaSection {
    text-align: left;
}
.captchaSection > .iconNextCaptcha {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-left: 4px;
    cursor: pointer;
}
.captchaSection > .captcha {
    height: 80px;
    vertical-align: bottom;
}
.captchaSection > input[type="text"] {
    margin-left: 5px;
    vertical-align: bottom;
    width: 80px;
    float: none;
    font-size: 12px;
    margin-left: -13px;
}

.editingSection label {
    display: inline-block;
}

/* Style dla tresci z wysiwyga */
.mainContent {
    line-height: 1.4;
}

.mainContent ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.mainContent p {
    margin: 20px 0px;
}

.mainContent p:first-child {
    margin-top: 0px;
}

.mainContent p:last-child {
    margin-bottom: 0px;
}

.productInfoVariant-1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.productInfoVariant-1 > .infoProd {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    color: #222;
    margin-right: 0px;
}
.productInfoVariant-1 > .infoProd > p {
    margin-bottom: 8px;
}
.productInfoVariant-1 > .infoProd > .oldPrice {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-decoration: line-through;
}
.productInfoVariant-1 > .infoProd > .newPrice {
    color: #f44336;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}
.productInfoVariant-1 > .imgProd {
    width: 100%;
    height: auto;
    max-width: 80%;
    max-height: 330px;
    object-fit: contain;
    margin-bottom: 20px;
}
.promo.promo2 {
    background: #ff8000;
    color: #fff;
}
.promo.promo2:hover {
    background: #218838;
    opacity: 1 !important;
}

.mainProdDiv {
    margin-bottom: 10px !important;
    overflow: hidden;
}
.mainProdDiv .mainProd {
    margin-top: -30px;
}
.desktop-hide{
    display:none;
}


.order-section {
    background: #fff;
    padding: 20px 15px;
    margin: 0 auto;
    width: 100%;
}
div.form {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
div.buyForm.main-site div.form {
    margin-left: auto;
    padding: 15px 30px;
    background: #fff;
}
div.buyForm.main-site div.form input, div.buyForm.main-site div.form select {
    border: 1px solid #b1aeaf !important;
}
div.buyForm.main-site div.form h2.order-title {
    text-transform: uppercase;
    color: #f00;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
}
.verified {
    color: #166534;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 5px;
}
.verified span {
    margin-right: 5px;
    padding: 5px 8px;
    border-radius: 15px;
    background-color: #dcfce7;
}
.verified span i {
    margin-right: 5px;
}
.regulationsBox {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}
.regulationsBox label {
    padding-left: 15px;
}
.regulationsBox label a {
    color: black;
}
.regulationsBox input[type="checkbox"] {
    width: 23px;
    height: 23px;
    border-radius: 5px;
    -webkit-appearance: none;
}
.regulationsBox input[type="checkbox"]:checked {
    background-color: #3b82f6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
    background-position: center;
    border: 1px solid #3b82f6 !important;
}
.under-regulations-text {
    color: #787878;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
    padding-left: 43px;
}
.under-regulations-text a {
    color: #787878;
}
.formGroup-half, .formGroup-3-1 {
    display: flex;
    gap: 20px;
}
.formGroup {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 5px 0px;
}
.formGroup-half .formGroup {
    width: 50%;
}
label {
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding-left: 5px;
    display:block;
}
.formContent {
    width: 100%;
}
.formContent input {
    width: 100%;
}
input, select {
    border: 1px solid black !important;
    font-size: 15px;
    padding: 8px 10px;
    background: #fff;
    outline: none;
    border: 1px solid #b1b1b1;
    border-radius: 10px;
}
.formGroup-3-1.reverse {
    flex-direction: row-reverse;
}
input:last-of-type {
    margin-right: 0px;
}
.formGroup-3-1 .formGroup:first-child {
    width: 70%;
}
.formGroup-3-1 .formGroup:last-child {
    width: 30%;
}
.col-sm-1 {
    width: 100%;
}
select {
    padding: 8px 10px;
    background: #fff;
    outline: none;
    border: 1px solid #b1b1b1;
    border-radius: 10px;
}
.radio-flex {
    justify-content: left;
    gap: 3px;
    flex-wrap: wrap;
    align-items: left;
    padding-bottom: 15px;
    padding-top: 15px;
    flex-direction: column;
}
.radio-flex .radioGroup {
    flex-direction: row;
    align-items: center;
}
.radioGroup{
    flex-direction:row!important;
    align-items: center!important;
}
.summary p {
    font-size: 18px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}
.pullLeft {
    float: left;
}
.buyForm {
    padding-bottom: 20px;
}
.radioGroup label {
    width: 100%;
    margin-left: 10px;
}
div.form input[type="submit"] {
    width: 100%;
    background: #166534;
    font-weight: bold;
    color: #fff;
    border: inherit !important;
}
input[type="submit"] {
    margin: 0 auto;
    display: inline-block;
    border: none;
    padding: 10px 40px;
    font-size: 25px;
}
.form-icons {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.form-icons img {
    width: initial !important;
}
.form-icons .form-single-icon {
    max-height: 30px;
    object-fit: contain;
    margin: 15px;
}
.product-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
}
.product-price .old-price {
    text-decoration: line-through;
}
.product-price .new-price {
    font-weight: bold;
}
.product-price span {
    margin: 15px;
}
.product-price i {
    color: #c00;
}
@media screen and (max-width: 700px) {
    .formGroup-half, .formGroup-3-1 {
        flex-wrap: wrap;
        gap: 0px;
   }
    .formContent {
        width: 100%;
   }
    .form-group {
        display: block;
   }
    .formGroup-half .formGroup {
        width: 100%;
   }
    .formGroup-3-1 .formGroup:first-child, .formGroup-3-1 .formGroup:last-child {
        width: 100%;
   }
}
@media screen and (max-width: 500px) {
    div.buyForm.main-site div.form {
        padding: 15px 0px;
   }
}





@media screen and (max-height: 550px) {
    .popupContent {
        height: 90%;
        overflow: auto;
        padding: 0px 30px;
        margin-top: 0px;
        top: auto;
    }

    .popupLeftText {
        height: 480px;
        transform: none;
        top: auto;
    }
}

@media screen and (max-height: 600px) and (max-width: 500px) {
    .popupContent,
    .popupLeftText {
        width: 99% !important;
        height: 99vh;
        padding: 10px 3px;
    }
}



@media screen and (max-width: 1200px) {
    div.mainContainer {
        width: 100%;
        margin-top: 0px;
    }
    .site-header .header-img{
        width:calc(100% - 60px);
    }
}

@media screen and (max-width: 1000px) {
    .popupContent {
        width: 95%;
    }
    .mainProd {
        width: 55% !important;
    }
}

@media screen and (max-width: 990px) {
    aside {
        display: none;
    }

    div.sideBoxes {
        padding-top: 10px;
    }

      

    

    .sideBoxes .mainContent {
        width: 100%;
        padding-right: 0px;
        margin: 0px;
    }
}

@media screen and (max-width: 850px) {
    .info {
        flex-direction: column;
    }

    .cert img {
        display: none;
    }

    .smallCert {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .main-menu-section ul li span {
        transform: translateY(-150%);
    }
    
}

@media screen and (max-width: 800px) {
    .box .box-head {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .box .quote {
        padding: 20px;
        position: relative;
    }

    .box .quote:before,
    .box .quote:after {
        opacity: 0.3;
    }

    .box .box-head h2 {
        width: 100%;
    }

    .img {
        float: none !important;
        margin: 10px auto !important;
    }
}

@media (max-width: 780px) {
    .mainProdDiv {
        margin-bottom: 25px !important;
        width: 100% !important;
    }
    .mainProdDiv .mainProd {
        margin-top: -30px;
    }
}

@media (max-width: 660px) {
    .mainProdDiv{
        margin-bottom: 25px !important;
    }
}

@media screen and (max-width: 700px) {
    div.form {
        width: 100%;
    }

    .icons-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .icons-section .form-icons-item {
        margin: 10px 0px;
    }

    p img {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
    }

    .popupProduct {
        display: none;
    }

    .mainPopupTextCont {
        width: 100% !important;
    }

    .formGroup {
        display: block;
    }
    .formContent {
        width: 100%;
    }

    .radioGroup {
        display: flex;
    }
    .mainProd {
        width: 80% !important;
    }
}

@media screen and (max-width: 680px) {
    .popupContent,
    .popupLeftText {
        width: 98%;
    }
    .popupProduct img {
        display: none;
    }

    .popupText input,
    .popupText a.promo,
    .popupText a.defaultBtn,
    span.smileInfo,
    .popupText button.promo {
        width: 100%;
        margin-right: 0px;
    }

    .popupLeftText {
        height: auto;
        max-height: 100%;
        overflow: auto;
    }

    .main-menu-section li {
        width: 33.3333%;
    }
    
    .main-menu-section ul li:nth-child(1) {
        display:none
    }
    .four-photos{
        flex-direction:column;
        gap:20px;
    }
    .four-photos img{
        width:100%;
    }
    .product-flex{
        flex-direction: column;
        gap:20px;
    }
    .product-flex .product-prices{
        gap:0;
    }
    h1{
        padding-bottom:0px!important;
    }
    .imgProd.only-mobile {
        display: block;
    }
    .hide-mobile{
        display:none
    }
    .desktop-hide{
        display:block;
    }

}

@media screen and (max-width: 550px) {
    img.dr {
        width: 100%;
        float: none;
        margin-left: 0px;
    }
}




@media screen and (max-width: 500px) {


    .main-menu-section li {
        width: 50%;
    }
    
    .main-menu-section ul li:nth-child(2) {
        display:none
    }

    input[type="radio"] {
        width: initial !important;
    }
    .desktopContent {
        display: none;
    }

    .mobileContent {
        display: block;
    }
    .imgProd.only-desktop {
        display: none;
    }
    .mainProdDiv {
        display: none;
    }
}

@media screen and (min-width: 500px) {
    .desktopContent {
        display: block;
    }

    .mobileContent {
        display: none;
    }
}


@media screen and (max-width: 480px) {
    h1 {
        line-height: 38px!important;
        font-size: 28px!important;
    }
    

    div.mainContainer {
        width: 100%;
        margin: 0 auto;
    }

    .sideBoxes .mainContent {
        width: 100%;
        padding-right: 0px;
        margin: 0px 0px;
    }

    h2 {
        line-height: 32px;
        font-size: 25px;
        text-align: left;
    }

    img {
        width: 100%;
        height: auto;
    }

    img.like {
        width: 11px;
    }
}

@media (max-width: 400px) {
    .mainProdDiv .mainProd {
        margin-top: -5px;
    }
    input[type="submit"]{
        font-size:26px;
        line-height: 36px;
    }

    .main-menu-section li {
        width: 100%;
    }
    
    .main-menu-section ul li:nth-child(3) {
        display:none
    }
}
@media (max-width: 840px) {
    .productInfoVariant-1 > .imgProd {
        height: auto;
    }
    .productInfoVariant-1 > .infoProd {
        margin-right: 40px;
    }
}
@media (max-width: 700px) {
    
    .productInfoVariant-1 > .imgProd {
        height: auto;
        max-width: 100%;
        min-width: 260px;
    }
    .productInfoVariant-1 > .infoProd {
        margin-right: 0px;
    }
}


