body {
    min-width: 480px;
    background: #ddd;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #222;
    cursor: default;
}

.main_wrapper {
    margin: 0 auto;
    width: 480px;
    background: #fff;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}

/* button */

.button {
    display: block;
    margin: 10px auto;
    width: 350px;
    height: 80px;
    border: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #e43315;
    -webkit-box-shadow: 0 0 0 10px rgba(228,51,21,0.3);
    -moz-box-shadow: 0 0 0 10px rgba(228,51,21,0.3);
    box-shadow: 0 0 0 10px rgba(228,51,21,0.3);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 80px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

h2.title {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

h2.title span {
    color: #e43315;
}

.dark_theme h2.title span {
    color: #f5ca16;
}


section .image {
    display: block;
    margin: 0 auto 30px;
}

/* offer */

.header {
    padding: 0;
    //background: #222;
}

.header--title {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    background: #e43315;
    color: #fff;
}

.header--info-block {
    padding-top:45px;
    position: relative;
    background: url(../images/clock1.jpg) center no-repeat;
}

/*.header--info-block img {
    display: block;
}*/

/*.info-block--subtitle {
    padding: 12px 20px 10px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;

    background: rgba(34,34,34,0.8);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
    color: #fff;
}*/




.paymentOptions {
    padding: 50px 0;
    background-color: white;
}
.paymentOptions h2 {
    color: black;
    font-size: 34px;
    text-align: center;
}
.paymentOptions p {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.5em;
    color: black;
}















.footer_section {
    padding: 25px 0;
    background: #f4f4f4;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}

.footer_section a {
    color: #222;
}

.review img {
    display: block;
    height: 640px;
    margin: auto;
    object-fit: contain;
  }
