body, html{
    margin:0px;
    padding:0px;
    color:#000;
    font-size: 15px;
    font-family: 'LatoR', sans-serif;
    background: #dbb6700d;
}

/*floats*/
.pullLeft{float:left;}
.pullRight{float:right;}
.clear{clear:both;}

/*lineSeparators*/
hr {
    height: 1px;
    background: #ccc;
    outline: none;
    border: 0px;
}

/*TEXT ALIGN*/
.a-center {text-align: center;}
.a-left{text-align:left;}
.a-right{text-align:right;}

/*font-weight*/
.b{font-family: 'LatoBo', sans-serif;}
.u{text-decoration: underline;}
img{
    max-width:100%;
}

.btn-article-link{
    font-size: 35px;
    font-family: 'LatoBo';
    display: block;
    max-width: 630px;
    margin: 0 auto;
    line-height: 45px;
}

.btn-article-link:hover{
    text-decoration: underline;
}

/*colors*/
.defaultColor{
    color: #DD5555;
}

/*block center*/
.center{margin:0 auto;}

/*display*/
.block{display:block;}
.none{display:none;}
.iblock{display:inline-block;}

/*FLEXBOX*/
.d-flex{display:flex;}
.flex-row{flex-direction: row;}
.flex-column{flex-direction: column;}
.flex-wrap{flex-wrap: wrap;}

/*buttons*/
.btn{
    padding:15px 30px;
    text-decoration: none;
    transition:0.1s linear;
    border-radius:5px;
}

.btn:hover{
    opacity:0.85;
}

a{
    transition:0.1s linear;
    cursor: pointer;
}

a:hover{
    opacity:0.85;
}

.btn-primary {
    background:#DD5555;
    outline:none;
    border:none;
    padding:20px 35px !important;
    color:#fff;
}

.btn-secondary{
    color: #001aee;
    text-decoration: underline;
}
/*paragraph*/


.btn-primary:not(:disabled):hover {
    
}
.btn-primary:disabled {
    cursor: default !important;
}

div.attention {
    color: #611414;
    background: #f6d5d5;
    padding: 10px;
    margin-bottom: 10px;
}

div.success {
    color: #1a6114;
    background: #d8f6d5;
    padding: 10px;
    margin-bottom: 10px;
}

.mainCenter{
    max-width:800px;
    margin:0 auto;
    padding:0px 15px;
    background: #fff;
}

.thank-button {
    width: 100%;
    background-color: #367736;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 25px 10px 25px 10px;
    border: none;
    border-radius: 10px;
    letter-spacing: .25px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: -0.872px 9.962px 35px 0px rgba(0, 0, 0, .4);
    margin-bottom:20px;
    text-align: center;
    line-height: 40px;
  }



/* HEADER */

header{
    
}

.mainCenter header{
    display:flex;
    gap: 40px;
    padding-top:40px;
}

.header-text h3 {
    color: #474C59;
    padding-bottom:25px;
    position:relative;
    font-size: 39px;
    line-height: 45px;
    padding-bottom:0px;
    margin-top:20px;
}

h3 span.has-arrow img{
    position: absolute;
    width: 50px;
    top: 20px;
    right: -60px;
}

.header-text, .header-image{
    width:50%;
}

.header-image img{
    position: relative;
    top: -25px;
    height:100%;
    object-fit: cover;
    object-position:left top;
}

header img{
    max-width:100%;
}

a {
    color: #717171;
    text-decoration: none;
}

div.main{
    width:100%;
}

.headerRow{
    /* background: #DD5555; */
    height: 30px;
    line-height:30px;
}

.center{
    margin:0 auto;
}

.banner {

}

div.img{
    border-radius:20px;
    overflow: hidden;
    margin-bottom:10px;
}

.img-left{
    float:left;
    margin-right:30px;
}

.mw-200{
    max-width:200px;
}

.banner-mobile{
    max-width: 340px;
    margin: 0 auto;
    display: none;
}

.photo{
    width:100%;
}

.photo.is-center{
    display:flex;
    margin:0 auto;
}

/*MainTopMenu*/

.headerRow .mainCenter{
    justify-content: space-evenly;
}

.headerRow .leftMenu ul {
    list-style-type: none;
    padding-left: 0px;
}

.headerRow .leftMenu ul li{
    color: #717171;
}

.headerRow .leftMenu ul li i{
}

.headerRow .leftMenu ul li a{
    color: #717171;
    text-decoration:none;
    margin-left:5px;
    margin-right:20px;
}

.headerRow .leftMenu ul li a:hover{
    border-bottom:1px solid #717171;
}

.headerRow .rightIconForm{
    align-items:center;
    margin-left: auto;
}

.headerRow .rightIconForm .icons{
    align-items:center;
}

.headerRow .rightIconForm .icons a{
    margin-right:15px;
}

/*mainContent - Article*/
.articleContent p {
    text-align:justify
}

.underHeader {
    margin-bottom: 10px;
    padding-top: 10px;
}

.underHeaderPath{

}

.underHeaderPath .underHeaderPath-title{
    color:#1F6AB0;
    font-weight:bold;
    font-size:24px;
    margin-bottom:10px;
}

.underHeaderPath .underHeaderPath-path{
    color:#c9c9c9;
}

h3{
    font-size:20px;
    font-family: 'LatoBo', sans-serif;
}

h3.big{
    font-size:27px;
}

p {
    line-height: 27px;
    font-size: 18px;
}

.mainContent{
}

.articleContent {
    max-width: 800px;
    margin-top:40px;
}

.articleContent .articleDescription:first-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

span.articlePhoto{
    display:block;
    position:relative;
    height:298px;
}

span.articlePhoto span.articleCategory {
    background: #fff;
    border: #000;
    padding: 10px 30px;
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -16px;
    width: 43px;
    border-radius: 5px;
    /* box-shadow: 0px 0px 5px 1px #7b7b7b; */
    border: 2px solid #d55;
    color: #d55;
    font-family: 'LatoBl', sans-serif;
}

.articlePhoto img {
    border-bottom: 2px solid #d55;
    border-top: 2px solid #d55;
}

.articleDescription{
    background:#fff;
    padding:0px 0px 20px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align:center;
}

h2 {
    margin-top: 0px;
    font-family: 'LatoR', sans-serif !important;
    font-size: 34px;
    margin-bottom: 0px;
    word-break: break-word;
    color: #000;
}

.red{
    color: #990A0A;
}

.relative{
    position:relative;
}

.is-center{
    text-align: center;
}

.alignC{
    align-items:center;
    margin-bottom:5px;
    margin-top:5px;
}

.articleDescription h3{
    text-align:left;
    font-size:25px;
    line-height:32px;
}

.color{
    color:rgb(190, 153, 29);
    margin:0px 5px!important;
}

#under-text{
    color: grey;
    font-style:italic;
}

/*borPublication*/

.publicationBar {
    margin-top: 0px;
    padding-bottom: 5px;
}

.publicationBar .authorImg{
    border-radius:50%;
    overflow:hidden;
    width:40px;
    height:40px;
    margin-right:10px;
}

.publicationBar .articleAuthor {
    align-items: center;
    width: 100%;
}

.publicationBar .articleAuthor .aboutPublication {
    font-size:13px;
    font-family: 'LatoBo', sans-serif !important;
    color:rgb(173, 173, 173);
    
}

.publicationBar .articleAuthor .aboutPublication > *{
    margin-left:10px;
    margin-right:5px;
    
}

.publicationBar .iconBox{

}

.publicationBar .iconBox a{
 padding-right:10px;
 width:40px;
}

.publicationBar .iconBox a img{
    width:100%;
   }

   blockquote {
    color: #fff;
    font-style: italic;
    padding: 15px 40px;
    background: #4b4b4b;
    margin: 0px;
    line-height: 24px;
    margin-left: 0px;
    width: 100%;
    text-align: justify;
    box-sizing: border-box;
}


blockquote b{
    letter-spacing: 1px;
}


.articleDescription a.btn {
    font-size: 35px;
    font-family: 'LatoBo', sans-serif;
    display: inline-block;
    text-align: left;
    padding: 0px;
}



.buttonDescription{
    color:#ff0000;
    font-style:italic;
}


/*mainContent - Aside*/

aside {
    max-width: 300px;
    margin-left: 50px;
    box-sizing: border-box;
    width: 100%;
}

.blogTags .singleTag {
    padding: 5px 8px;
    background: #DD5555;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 8px;
    margin: 0px 8px 8px 0px;
    text-align: center;
}


/*comments*/

.comments {
    margin: 15px;
}

.comments .mainCenter {
    background: #fff;
    padding: 15px 0px;
    margin-top: 50px;
}

.comments .commentsHeadline{
    width:100%;
}

.comments .commentsHeadline .title{
    padding:0px 0px;
    line-height:28px;
    font-weight:bold;
    font-size:19px;
}

.comments .commentsHeadline .addCommentButton{
    color: #385898;
    font-weight: bold;
    text-align:right;
}

.comments .addComment {
    padding-top: 15px;
    display: none;
}



.comments .commentContent {
    display:flex;
    flex-direction: column;
    width: 100%
}

.comments .commentContent input[type="submit"] {
    margin-left: auto;
}

.comments input[type="text"], .comments textarea {
    margin-right: 0px;
    padding: 13px 10px;
    outline: none;
    border: 1px solid #474C59;
    font-family: 'LatoR', sans-serif;
    width: 100%;
    box-sizing: border-box;
    color: #8d949e;
    font-size: 17px;
}

.comments input[type="text"]{
    max-width:400px;
}

.comments textarea {
    height:150px;
    resize: none;
}

input[type="submit"] {
    margin-top: 10px;
    border-radius: 16px;
    font-size:20px;
    text-transform: uppercase;
    background-color:  #474C59;
    border-color:  #474C59;
    border-radius: unset;
    padding: 10px 25px !important;
}

.addComment input:first-child {
    margin-bottom: 15px;
}

.lastComments {
    font-size: 14px;
    color: #385898;
    font-weight: bold;
    color: #385898;
    font-weight: bold;
    padding-top: 10px;
}

.commentsBox{
    margin-top: 20px;
}

.commentsBox .singleComment {
    margin-bottom: 15px;
    border: 2px solid #545454;
}

.commentsBox .singleComment p.text{
    padding: 8px 10px;
    background-color: #f2f3f5;
    border-radius: 18px;
    box-sizing: border-box;
    color: #1c1e21;
    display: inline-block;
    line-height: 18px;
    font-size:15px;
    margin-top:0px;
    margin-bottom:0px;
}

.commentsBox .singleComment .commentAuthor{
    font-weight:bold;
    color: #385898;
    cursor: pointer;
}

.singleComment > .singleComment {
    width: calc(100% - 41px);
    display: flex;
    float: right;
    margin-bottom: 0px;
    margin-top: 15px;
}

.commentContent p.text {
    padding: 15px 20px 15px 40px;
}

.singleComment > .singleComment .commentContent{
    width: 100%;
}

.singleComment > .singleComment .commentMenu{
    width: 100%;
    margin-bottom:4px;
}

.comments .singleComment > .singleComment .commentImg {
    width: 20px;
    margin-right: 5px;
    margin-top:7px;
}

.comments .singleComment > .singleComment .commentImg img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.comments .singleComment > .singleComment:nth-last-child(2) {
    margin-bottom:0px;
    margin-top:8px;
}

.comments .singleComment > .singleComment:nth-last-child(2) .commentMenu{
    margin-bottom:0px;
}

.singleComment .timeInfo{
    color: #606770; 
}

.singleComment .commentMenu{
    font-size: 12px;
    line-height: 13px;
    margin-left:16px;
    margin-bottom:0px;
    margin-top:4px;
}

.singleComment .reply{
    color: #385898;
    margin-right:10px;
}

.commentContent p {
    position: relative;
    margin: 5px 0px;
    line-height: 21px;
}

.commentContent p .reactions {
    bottom: -11px;
    position: absolute;
    right: 2px;
    z-index: 0;
    background: #fff;
    border-radius: 10px;
    display: flex;
    color: #777d88;
    padding: 0px 5px 0px 3px;
    white-space: nowrap;
    font-size: 11px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    height: 17px;
    line-height: 17px;
}

.commentContent p .reactions span.iconLike {
    background: url(../img/like.png) no-repeat;
    width: 13px;
    height: 13px;
    display: block;
    background-size: contain;
    margin-right: 4px;
    margin-top: 2px;
}

.commentsBox .quote{
    color: #385898;
}

.commentsBox .quote:hover, .singleComment .reply:hover{
    text-decoration:underline;
}

footer {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

footer p.small {
    font-size: 12px;
    color: #aaa;
    line-height: 19px;
    text-align: center;
}

.commentContent p.author {
    font-size: 16px;
    margin: 0px;
    font-family: 'LatoBo', sans-serif;
    color: #545454;
    background: #E9E9E9;
    padding: 8px 10px 8px 60px;
    border-bottom: 3px solid #545454;
}

.commentImg {
    width: 55px;
    margin-right: 15px;
}

.commentImg img {
    width: 55px;
    height: 55px;
}

.singleComment {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    border: 2px solid #545454;
    position:relative;
}

.comment-avatar{
    position: absolute;
    z-index: 1;
    top: -12px;
    width: 60px;
    left: -5px;
}

.singleComment .time{
    line-height: 19px !important;
}

.authorFB {
    font-size: 14px;
    color: #385898;
    font-weight: bold;
    color: #385898;
    font-weight: bold;
    padding-top: 10px;
}

.underMenu{
    margin-bottom:10px;
    margin-left:auto;
}

.underMenu a{
    margin:2px;
    border-radius:10px;
    overflow: hidden;
    height: 40px;
}

.underMenu a img {
    width: 40px;
    height: 40px;
}

.comments{
    margin:0px;
}

.comments .comments {
    margin: 50px 0px 10px;
}

.tags-section{
    margin-top:40px;
    border-bottom: 3px solid #474C59;
}

.tags {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
}

li.tag-item:after {
    content: '>';
    margin: 7px;
}

li.tag-item:last-child:after{
    content: none;
}

@media screen and (max-width:1130px){
    span.articlePhoto {
        height:100%;
    }

    .articlePhoto img {
        width: 100%;
    }
}

@media screen and (min-width:950.02px){

    .promotionProductArticle{
        display:none;
    }
}

@media screen and (max-width:950px){
    aside{
        display:none !important;
    }

    article{
        width: 100%;
    }

    .articleContent {
        max-width: inherit;
        width: 100%;
    }

    .promotionProductArticle {
        display: block;
        margin: 15px 15px 0px;
        padding: 30px 20px;
        background: #d55;
        color: #fff;
        text-align: center;
        border-radius:5px;
    }

    .articleDescription {
        background: #fff;
        padding: 0px 0px 20px 00px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        text-align: center;
    }
}

@media screen and (max-width:840px){
    .headerRow .mainCenter{
        display:none;
    }

    .underHeaderPath .underHeaderPath-title {
        display:none;
    }
    img{
        max-width:100%;
    }

    .publicationBar .authorImg img{
        width: 40px !important;
        height: 40px !important;
    }
    .publicationBar .articleAuthor .aboutPublication {
        width: calc(100% - 50px);
    }

    .publicationBar .articleAuthor .aboutPublication {
        font-size: 16px;
    }

    .publicationBar .articleAuthor .aboutPublication > * {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width:800px){
    .search{
        display: none;
    }

    .noneMobile{
        display:none !important;
    }
}

@media screen and (max-width:700px){
    .toNone{
        display:none !important;
    }
    .underMenu{
        display:block;
    }
    .publicationBar .iconBox{
        display:none;
    }

    .publicationBar .articleAuthor .aboutPublication {
        display: block;
    }

    .mainCenter header {
        gap: 50px;
        flex-direction: column;
    }
    .header-text, .header-image {
        width: 100%;
        max-width: 390px;
        margin: 0 auto;
    }

    h2 br{
        display:none;
    }

    .btn-article-link {
        font-size: 28px;
        line-height: 35px;
        padding: 0px !important;
    }
}

@media screen and (max-width:660px){

    .img-left{
        margin-left: auto;
        margin-right: auto;
        display: flex;
        float: none;
    }

    .currentDataHour{
    }

    .headerRowTitle{
        display:none !important;
    }

    .headerRow {
        height: 10px !important;
    }

    blockquote {
        font-size: 17px !important;
        line-height: 27px !important;
    }
}

@media screen and (min-width:620.02px){
    img.blogPhoto{
        display:block;
    }

    img.blogPhotoFull{
        display:none;
    }
}

@media screen and (max-width:620px){
    .currentDataHour{
    
    }

    .mainCenter {
        padding: 0px 5px;
    }
    

    img.blogPhoto{
        display:none;
    }

    img.blogPhotoFull{
        display:block;
    }

    h2 {
        font-size: 27px;
        line-height: 32px;
    }
    
    .articleDescription {
        padding: 25px 10px 10px;
    }

    .headerRow {
        height: auto;
        padding-bottom:5px;
        line-height:20px;
    }

    .headerRowTitle {
        display: block;
        text-align: center;
        float: none;
        font-weight: bold;
        text-transform: uppercase;
    }
    blockquote {
        padding: 15px 30px;
        margin-left:-10px;
    }
}

@media screen and (max-width:500px){

    .underMenu a img {
        width: 30px;
        height: 30px;
        border-radius:5px;
    }

    .banner-desktop{
        display:none;
    }

    .banner-mobile{
        display: flex;
        width:100%;
    }

    .underHeader {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }
    .underMenu {
        margin-bottom: 0px;
        margin-left: initial;
        margin-top: 20px;
    }

    .underHeaderPath > span {
        text-align: center;
    }

}

/* standardowy popup */
.popupBox {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0000008c;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0px;
    bottom: 0px;
    box-sizing: border-box;
}

.popupBox * {
    box-sizing: border-box;
}

.popupContent {
    width: 750px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #000;
    max-width:750px;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000;
}

.popupContent a,
.popupContent div,
.popupContent h1,
.popupContent h2,
.popupContent h3,
.popupContent h4,
.popupContent h5,
.popupContent h6,
.popupContent hr,
.popupContent img,
.popupContent li,
.popupContent menu,
.popupContent nav,
.popupContent p,
.popupContent span,
.popupContent ul {
    border: 0;
    margin: 0;
    padding: 0
}

.popupContent input {
    padding: 8px 10px;
    background: #f1efef;
    outline: none;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
}

.popupContent span.otherStyle {
    background: #f9cb37;
    padding: 5px 10px;
    font-weight: 900;
    color: #000;
}

span.closePopup {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.popupLeftText {
    width: 100%;
    background: #fff9;
    position: relative;
}

.popupContent .popupProduct {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 220px;
    height: auto;
    top: 0px;
    margin: auto;
    height: 305px;
}

.popupText span.otherStyle {
    padding: 3px 10px;
}

.popupText {
    font-family: 'Roboto', sans-serif;
}

.popupText h3 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    padding-top: 0px;
}

.popupText span.otherStyle{
    font-size:inherit;
}

.popupText span.text {
    font-size: 22px;
}

.popupText input, .popupText a.promo, .popupText button.promo {
    width: 100%;
}

.popupText a.defaultBtn.promo{
    margin:0px;
    text-decoration:none;
    margin-top:15px;
    margin-bottom:15px;
    color:#000;
}

.popupText a.defaultBtn {
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #4472c4b5;
}

.priceDiscPopup {
    position: absolute;
    background: #28a745;
    border-radius: 50%;
    padding: 41px 7px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    top: -7px;
    transform: rotate(-17deg);
    left: -13px;
}

.popupText button{
    cursor:pointer;
    transition:0.2s linear;
}

.popupText button:hover:not(:disabled){
    opacity:0.7;
}

.popupText a.promo,
.popupText button.promo{
    background: #f9cb37;
    padding: 15px 25px;
    font-weight: 900;
    color: #000;
    display:inline-block;
    font-size:26px;
    line-height:33px;
    font-weight:500;
    text-align:center;
    margin:20px auto;   
}

.popupText button {
    margin-right: 15px;
    padding: 8px 10px;
    background: #f1efef;
    outline: none;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
}

.popupText button {
    margin: 0 auto !important;
    display: inline-block;
    border: none !important;
    padding: 25px 15px !important;
}

.popupText input[type="text"]{
	padding: 18px;
    font-size: 18px;
    margin:10px 0px;
}

.popupText .lineSeparator {
    height: 2px;
    background: #f9cb37;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.popupProduct img{
    width:100%;
}

.errors2 {
    color: red;
    font-size: 14px;
    margin-top: 10px;
    line-height: 16px;
    font-size: 14px;
}

.errors2:empty {
    display: none;
}

.popupContent .successMsg {
    line-height: 16px;
    font-size: 14px;
    margin-top: 15px;
}

.popupContent .successMsg:empty {
    display: none;
}

@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: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;
    }
}

@media screen and (max-width:768px){
    .popupContent {
        height: calc(100vh - 100px);
        overflow: auto;
        width: calc(100% - 40px) !important;
    }
}

@media screen and (max-width:1000px){
    .popupContent {
        width:95%;
    }
}

@media screen and (max-width: 700px){
    .popupProduct{
    	display:none;
    }
    
    .mainPopupTextCont{
        width:100% !important;
    }
}

.loader {
        display: inline-block;
        background: url('../img/loader.gif') no-repeat;
        background-size: 25px 25px;
        width: 25px;
        height: 25px;
}

/* Podstrona z podziekowaniem */

.thanksPageContainer {
    width: 1050px;
    background: #fff;
    padding: 40px 30px;
    margin: 0 auto;
}

.thanksPageContainer .successMsg {
    color: green;
    font-size: 14px;
    margin-top: 10px;
}

.thanksPageContainer .bigger{
    font-size: 15px;
    line-height: 28px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.thanksPageContainer .a-center{text-align:center !important;}

.thanksPageContainer .mainProd{width: 40%;margin: 0 auto;text-align: center;display: block;}

@media screen and (max-width: 1200px){
    .thanksPageContainer{
        width:calc(100% - 20px);
        margin:10px;
        margin-top:0px;
    }
}

@media screen and (max-width: 480px){
    .thanksPageContainer {
        width: calc(100% - 20px);
        margin: 0 auto;
        padding: 20px 10px;
    }
}

@media screen and (max-width: 600px) {
    .thanksPageContainer .mainProd {
        width: 70%;
    }
}