.m-auto{
    margin: 0 auto;
    display: flex;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mt-8{
    margin-top:8px;
}
.mt-12{
    margin-top: 12px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.ml-10{
    margin-left: 10px;
}


/* Margins classes*/

.pt-30{
    padding-top: 30px;
}
.pt-10{
    padding-top: 10px;
}
.pt-5{
    padding-top: 5px;
}
.pl-30{
    padding-left: 30px;
}

/* Padding classes */

.full-width{
    width: 100%;
}
.half-width{
    width: 50%;
}
.spacer{
    flex-grow: 1;
}

/* Width classes */


.head-text{
    font-family: Georgia;
    font-size: 3.4rem;
    line-height: 1.1;
    text-align: center;
    color: #b20000;
}
.grey-heading{
    color: #545454;
}
.head-border{
    display: flex;
    margin: 0 auto 10px;
}


.head-text.bonus-head{
    display: flex;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 20px;
}
.head-text.bonus-head b{
    margin-right: 15px;
    min-width: 180px;
}
/* Bonus headline */

.head-text.faq{
    font-size: 2.4rem;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.15;
}
.head-text.faq span:first-child{
    min-width:30px;
}

/* FAQ Headline */
p.arrow-text{
    font-family: Verdana;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    padding-left: 50px;
}
p.arrow-text:before{
    content: '»';
    padding: 0 9px 0 20px;
    color: #b20000;
    font-size: 2.4rem;
    left: 0;
    top: 0;
    position: absolute;
}
.stage p.arrow-text{
    padding-left: 28px;
}
.stage p.arrow-text:before{
    padding: 0 9px 0 0;
}
p.arrow-text.light-text,
.light-text{
    font-weight: normal;    
}
.cherry-text{
    color: #b20000;
    font-weight: bold;
}
p.list-item{
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
p.list-item span:first-child{
    color: #b20000;
    font-weight: normal;
    padding: 0 14px 0 21px;
    font-family: Georgia;
    font-size: 2.4rem;
}
/* Typography Styles End */


/* 
 *
 * Application Structure Classes Start
 */

body{
    background: url('../assets/images/back.png') top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}

/* Body Styles */

header{
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 934px;
}
header img{
    object-fit: contain;
    margin: 10px auto 8px;
    width: 100%;
}
header p{
    font-family: Verdana;
    font-size: 2.4rem;
    color: #666666;
    line-height: 1.2;
}
header p:nth-child(3n){
    font-family: Verdana;
    font-size: .9rem;
}

/* Header Styles End */

.container{
    width: 934px;
    margin: 5px auto 0;
}
.wrap{
    align-items: center;
    background: url('../assets/images/texture.jpg') repeat;
    border: 6px solid #b20000;
    box-shadow: 2px 2px 6px black, inset 0 0 10px #000000;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    padding: 50px;
    width: 913px;
    margin-bottom: 46px;
}
main{
    background: #fff;
    padding: 10px 50px;
    width: 100%;
}

/* Wrapper Styles End */

.heading-photo{
    height: 394px;
    margin-bottom: 22px;
    background: url('../assets/images/bw-man.png') center top no-repeat;
    background-size: contain;
    width: calc(100% + 80px);
    margin-left: -40px;
}

.heading-back{
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    padding: 37px 64px 31px 49px;
    width: 322px;
}
.heading-back p{
    color: #fff;
    line-height: 1.4;
    font-family: Georgia;
    font-size: 3.2rem;
}

/* Heading Section End */

.half-photo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.half-photo>img{
    width: 49%;
}
.half-photo .text-part{
    width: 49%;
}
main>h5,
main>h4,
main>p,
.text-part h4,
.text-part h5,
.text-part p{
    font-family: Verdana;
    font-size: 1.8rem;
    line-height: 2.0rem;
    margin-bottom: 2.0rem;
}
main>h4,
.text-part h4{
    font-weight: bold;
    margin-top: 15px;
    color: #333333;
}
main>h5,
main>h5 mark,
mark.head-mark,
.text-part h5,
.text-part h5 mark{
    font-weight: bold;
    color: #b20000;
}
main>p,
.text-part p{
    color: #333333;
}

.head-text mark{
    color: #b20000;
}

/* Specific styles for specific half photo sections V */

.half-photo.bob-presentation .text-part{
    width: 58%;
}
.half-photo.bob-presentation img{
    width: 38%;
}
/* Bob Presentation section */

.half-photo.photo-smaller .text-part{
    width: 54%;
}
.half-photo.photo-smaller img{
    width: 46%;
}

/* Blonde Girle Sherry Section*/

.half-photo.photo-much-smaller .text-part{
    width: 62%;
}
.half-photo.photo-much-smaller img{
    width: 36%;
}
/* Quote Photo Section*/


.half-photo.text-smaller .text-part{
    width: 36%;
}
.half-photo.text-smaller img{
    width: 63%;
}
/* Section WIth Smaller Text*/

.half-photo.align-flx-start,
.align-flx-start{
    align-items: flex-start;
}

/* Specific Alignments For Photo*/

.half-photo.click-bank{
    background: #eeeeee;
    border: 2px solid #555555;
    padding: 9px;
    margin-bottom: 20px;
}
/* Click Bank Logo Section */
/* Half Photo Section End */


.stage{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.stage h3{
    height: 48px;
    background: url('../assets/images/texture.jpg');
    box-shadow: 2px 2px 6px black, inset 0 0 10px #000000;
    font-family: Georgia;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 17px;
    position: relative;
    z-index: 100;
}
.stage h3:after{
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 200, 0.0), rgba(255, 0, 0, 0.7), rgba(255, 255, 200, 0.0));
    z-index:-1;
}

.stage .text-part{
    background: rgba(77, 77, 77, 0.2);
    margin: 0 13px;
    padding: 17px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.55);
    position: relative;
    z-index: 100;
}

.stage .text-part:after{
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.0));
    z-index:-1;
}
/* Stage Sections Style End*/

.red-back{
    background: url(../assets/images/texture.jpg) repeat;
    position: relative;
    z-index:100;
    box-shadow: 2px 2px 6px black, inset 0 0 10px #000000;
    margin-bottom: 10px;
}
.red-back:after{
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 200, 0.0), rgba(255, 0, 0, 0.7), rgba(255, 255, 200, 0.0));
    z-index:-1;
}
.red-back h2{
    font-family: Verdana;
    color: #fff;
    font-size: 3.0rem;
    padding: 2.5rem 3.3rem 3.4rem;
    text-align: center;
    z-index: 100;
}

/*Red Back Block End */

.cart-image{
    margin: -72px auto 10px;
}

/* Pay Button Image */

footer{
    width: 100%;
    background: url(../assets/images/texture.jpg) repeat;
    position: relative;
    z-index: 101;
    padding-bottom: 20px;
}

footer:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(255, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    z-index: -1;
}

footer:before{
    content: url('../assets/images/buy-safe.png');
    position: absolute;
    bottom: 0;
    left: 0;
}


.footer-container{
    width: 1014px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-text nav a{
    font-family: Verdana;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #ffffff;
    text-decoration: none;
}

.footer-text nav a:after{
    content: '|';
    color: #fff;
    padding: 0 5px;
}
.footer-text nav a:last-child:after{
    content: none;
}

.footer-text p{
    max-width: 692px;
    font-family: Verdana;
    font-size: 13px;
    line-height: 1.2;
    color: #ffffff;
    margin-top: 20px;
}
.footer-text p.copy{
    font-weight: bold;
}
/* Footer styles */


@media screen and (max-width: 1279px) {
    html{
        font-size: 9px;
    }
    header,
    .container{
        width: 834px;
    }
    .wrap{
        width: 813px;
    }
    .heading-photo{
        height:344px;
    }
    .footer-container{
        width: 813px;
        flex-direction: column;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    html{
        font-size: 8px;
    }
    body{
        background: url('../assets/images/small-back.png') top center;
    }
    header{
        width: 600px;
    }
    .container{
        width: 768px;
    }
    .wrap{
        width: 100%;
    }
    .heading-back{
        padding: 37px 60px 31px 49px;
        width: 282px;
    }
    .heading-photo{
        height: 321px;
    }
    .brash-block{
        height: 135px;
    }
    .footer-container{
        width: 600px;
    }
}

@media screen and (max-width: 767px) {
    html{
        font-size: 8px;
    }
    .header,
    .wrap,
    .container{
        width: 100%;
    }
    .head-text{
        font-size: 3.0rem;
    }
    .wrap{
        padding: 20px;
    }
    .heading-photo{
        height: 273px;
        background-size: 100%;
    }
    .heading-back{
        padding: 30px 40px 20px 29px;
    }
    .half-photo{
        flex-direction: column;
    }
    .half-photo.text-smaller .text-part,
    .half-photo.text-smaller img,
    .half-photo.photo-smaller .text-part,
    .half-photo.photo-smaller img,
    .half-photo.bob-presentation .text-part,
    .half-photo>img,
    .half-photo .text-part{
        width: 100%;
    }
    .half-photo.bob-presentation img{
        order: 2;
        width: 70%;
    }
    .brash-block{
        height: 105px;
    }
    .footer-container{
        width: 100%;
        padding:0 30px 70px;
    }
}

@media screen and (max-width: 599px) {
    main{
        padding: 10px 20px;
    }
    header{
        width: 470px;
    }
    .red-back,
    .head-text{
        margin-bottom: 10px;
    }
    .heading-back{
        width: 50%;
        padding: 20px;
    }
    .heading-back p{
        font-size: 2.4rem;
    }
    .heading-photo{
        width: calc(100% + 20px);
        height: 207px;
        margin-left: -10px;
    }
    .brash-block{
        height: 85px;
    }
    .brash-heading{
        font-size: 2.4rem;
    }
    .cart-image{
        margin-top: -35px;
    }
    .head-text.bonus-head b {
        margin-right: 0px;
        min-width: 133px;
    }
}

@media screen and (max-width: 479px) {
    header{
        width: 360px;
    }
    .heading-photo{
        height: 145px;
    }
    .heading-back{
        padding: 15px;
    }
    .heading-back p{
        font-size: 1.7rem;
    }
    .brash-block{
        height: 65px;
    }
    .pl-30{
        padding-left: 5px;
    }
    .stage .text-part {
        margin: 0 5px;
    }
}

@media screen and (max-width: 359px) {
    header{
        width: 320px;
    }
    .heading-photo{
        height: 125px;
    }
    .heading-back{
        width: 60%;
        padding: 10px;
    }
    .brash-block{
        height: 55px;
    }
    .brash-heading{
        font-size: 2.2rem;
    }
}