@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: Montserrat-bold;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}
body{
    background-color: #97c1bf;
    counter-reset: section;
}
h1, h2, h3, h4, h5, h6{
    color: #e81537;
    font-family: Montserrat;
}
.error, #uploadErrorText{
    color: red;
}
a{
    color: #1e9dcf;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #df9624;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.text-underline{
    text-decoration: underline;
}
.header-section{
    width: 100%;
}
.text-uppercase{
    text-transform: uppercase;
}
.first-footer-row a{
    padding:7px 4px;
    color: #FFFFFF;
    font-weight: 600;
}
.head-title h1{
    margin: 0;
    line-height: 1.2;
}
.input-section {
    margin-top: 5%;
}
.font-md{
    font-size: 23px;
}
.red-box-section a{
    line-height: 1.5;
    display: block;
    color: #fff;
}
.red-box-section p{
    line-height: 1.5;
    color: #fff;
    margin: 0.5rem 0;
    cursor: pointer;
}

.red-box-section {
    background: #fa6400;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px 0px black;
    box-shadow: 0px 1px 3px 0px black;
    color: #fff;
    width: 100%;
    text-align: center;

    padding: 6px 10px;
    max-width: 351px;
    line-height: 1.5;
    cursor: pointer;
    border: 3px solid transparent;
}
.red-box-section.active {
    border: 3px solid #000;
}
.red-box-section.orange{
    background: #f2814a;
    margin: auto;
}
.red-box-section.purple{
    background: #00488d;
}
.red-box-section.green2{
    background: #00a490;
}
.red-box-section.blue{
    background: #00aeef;
}
.box-gap{
    max-width: 22%;
    margin: 0 1%;
}
input#code, .cell input, .cell select{
    text-align: left;
    height: 60px;
    font-size: 24px;
    border: 1px solid #000;
}
.footer {
    margin-top: 10%;
    position: relative;
    width: 100%;

}
#footer-container {
    background: #e21735;
}
.footer-img-section{
    background: #f7f7f7;
}
.head-title {
    margin-top: 5%;
}
.checkbox-section>input {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.submit-wrapper {
    width: 100%;
}
input.btn-submit{
    padding: 0.8% 12.6%;
    height: 60px;
    font-size: 20px;
    color: #fff;
    background: #616a91;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    width: auto;
    max-width: 350px;
    margin: auto;
    display: block;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 6px 0px #000;
    box-shadow: 0px 1px 6px 0px #000;
    text-transform: uppercase;
}
#codeError {
    margin-top: 1.5%;
    font-size: 17px;
    color: red;
    font-weight: 600;
}
.cell.small-12.smallText {
    /*font-weight: 600;*/
    color: #747474;
    font-size: 21px;
    text-transform: uppercase;
}
.checkbox-section label {
    color: #747474;
    font-size: 21px;
    text-transform: uppercase;
}
.main-title{
    margin: 40px auto;
    line-height: 1.2;
}
.enjoy-title{
    font-size: 3rem;
}
.row-form{
    margin-bottom: 40px;
}
input#payment_method_mail, input#payment_method_paypal {
    height: auto;
    transform: scale(1.5);
    margin-left: 15px;
    margin-top: 12px;
}
.payment-method-section label{
    font-size: 18px;
}
select#state {
    font-size: 18px;
}
.first-footer-row a:after {
    content: "|";
    padding-left: 9px;
    display: inline-block;
    vertical-align: text-top;
}
.first-footer-row li:last-child a:after{
    opacity: 0;
}
.enjoy-text, .small-container {
    max-width: 820px;
    padding: 0 15px;
    margin: 3% auto;
}
.warning {
    color: red;
    margin-top: -10px;
}
.text-sm{
    font-size: 13px;
    margin: 0;
    width: 85%;
}
.box-body{
    color:#000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.box-body>div{
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
}
.box-body:before {
    counter-increment: section;
    content: counter(section);
    background: #ffffff;
    color: #fa6400;
    display: block;
    width: 90px;
    text-align: center;
    line-height: 2;
    font-size: 24px;
    border-radius: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: -30px;
    margin-right: 16px;
    margin-top: 25px;
}
.box-body h1{
    color: #000000;
    font-weight: 600;
    border-bottom: 5px solid;
    margin-bottom: 18px;
}
.grid-steps-section {
    padding-top: 15px;
    padding-bottom: 15px;
}
.box-image {
    border-bottom: 3px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.box-title {
    padding:15px;
    background: #fff;
}
.box-title h2{
    margin: 0;
}
.box-title h2:before {
    font-size: 23px;
    background: #000;
    color: #fff;
    height: 30px;
    width: 30px;
    content: "1";
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    margin-bottom: 0.5rem;
}
.asterisk-text{
    margin-top: 100px;
}
.upload-box-title h2:before{
    content: '2';
}
.receive-box-title h2:before{
    content: '3';
}
.instr-heading{
    border-bottom: 2px solid #2EB3AE;
    padding-bottom: 2%;
}
.grid-steps-section{
    background: #edeae0;
}
input.bigText {
    padding: 0.8% 12.6%;
    height: 60px;
    font-size: 20px;
    color: #fff;
    background: #fa6400;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px 0px black;
    box-shadow: 0px 1px 3px 0px black;
}
input.bigText:hover, input.bigText:focus{
    background: #fa6400;
}
.ticked-box-section img{
    max-width: 45px;
    margin-bottom: 15px;
}
button#fileSelect {
    background: #fa6400;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px 0px black;
    box-shadow: 0px 1px 3px 0px black;
}
.footer-info {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-top-text{
    padding-bottom: 30px;
}
thead th, thead td, tfoot th, tfoot td {
    font-weight: normal;
}
thead, tbody, tfoot {
    border: 1px solid #000;
    background-color: transparent;
}
tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent;
}
tbody th, tbody td {
    font-size: 15px;
    border: 1px solid #000;
}
.buy-now-cell{
    width: 20%;
}
.header-section.header-code {
    border-bottom: 40px solid #edeae0;
    padding-bottom: 30px;
}
thead tr, tfoot tr {
    background: transparent;
    border: 1px solid #000;
}
table {
    border-collapse: collapse;
    width: 75%;
    border-radius: 0;
    margin: 0 10%;
    margin-bottom: 2.5rem;
}
.terms-section{
    max-width: 450px;
    margin: auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border: 2px solid transparent;
}
.newsletter-section{
    max-width: 450px;
    margin: auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border: 2px solid transparent;
}
#newsletter, #terms {
    transform: scale(1.5);
    margin: 0;
    margin-right: 20px;
}
label {
    line-height: 1.5;
}
.privacy-link{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30px;
}
.privacy-link a{
    color: #FFFFFF;
}
@media screen and (max-width: 801px) {
    .box-instr {
        margin-bottom: 6%;
    }
    input#code {
        margin-bottom: 7px;
    }
    .input-wrapper{
        margin-bottom: 15px;
    }
    .submit-wrapper {
        width: 100%;
    }
    .main-title {
        margin: 50px auto;
    }
    .enjoy-title {
        font-size: 2rem;
    }
    .row-form {
        margin-bottom: 0;
    }
    .footer {
        margin-top: 45vw;
    }
    .privacy-link {
        bottom: 160px;
    }
}
@media screen and (min-width:440px){


}
@media screen and (max-width:769px){
    .box-gap{
        max-width: 100%;
        margin:auto;
        margin-bottom: 20px;
    }
    .box-body:before {
        width: 51px;
        line-height: 2;
        font-size: 24px;
        border-radius: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: unset;
        margin-right: 16px;
        margin-top: 0;
        margin-left: 0;
    }

	.mainer{
		background-image: url(../images/decor.png); 
		background-size: 9rem 17rem;
	}
    .no-br br{
        display: none;
    }

}
@media screen and (max-width:670px){
    table {
        border-collapse: collapse;
        width: 100%;
        border-radius: 0;
        margin:0;
        margin-bottom: 2.5rem;
    }
    .text-sm {
        width: 100%;
    }
    .first-footer-row li {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .first-footer-row a:after{
        display: none;
    }
    .red-box-section{
        margin-bottom: 20px !important;
    }
    .instructions-logos img {
        margin: auto;
        margin-bottom: 25px;
    }
    .privacy-link {
        bottom: 100px;
    }
	#mainer-wrappper {
	/*	background-image: url(../images/decor.png);  */
	}
}

#mainer-wrappper {
	padding: 20px 0 0 0;
	background-color: #fefffb;
	background-repeat: no-repeat;
	
	box-shadow: rgba(0,0,0,0.2) 0px 2px 3px, inset rgba(0,0,0,0.2) 0px -1px 2px;
    	/* border-radius: 20px; */

}

