*{
    max-width: 100%;
    outline: none;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

body{
    margin: 0;
    background: #fff;
    color: #111;
}

header{
    padding: 12px 16px;
    display: flex;
    align-items: center;
    background-color: #f6f6f8;
}

.logo{
    width:80%;
    margin-left: 24px;
}

.logo img{
    width:40px;
}

.right{
    width: 20%;
    text-align: right;
}

.right img{
    width:100px;
}

main{
    text-align:center;
    margin-top:36px;
    padding: 0 16px;
}

.continer{
    display:inline-block;
    text-align:left;
    width:100%;
    max-width:560px;
}

.page-kicker{
    font-size: 1.05em;
    font-weight: 700;
    margin-bottom: 8px;
}

.tit {
    font-size:1.35em;
    font-weight:700;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.paid-badge{
    display: inline-block;
    background: #e8f7ee;
    color: #0b7a3b;
    border: 1px solid #b7e0c5;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 0.95em;
    margin-bottom: 16px;
}

.congrats{
    font-size: 1.05em;
    line-height: 1.5;
    margin: 0 0 20px;
}

.section-title{
    font-size: 1.15em;
    margin: 0 0 8px;
}

.section-copy{
    font-size: 0.98em;
    line-height: 1.55;
    color: #333;
    margin: 0 0 18px;
}

.form-heading{
    font-size: 1.05em;
    margin: 22px 0 12px;
}

.col{
    margin-bottom: 14px;
}

.col label{
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 6px;
}

.col input{
    width: 100%;
    padding: 14px 12px;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    font-size: 1em;
    font-family: inherit;
}

.delivery-box{
    margin-top: 24px;
    padding: 16px;
    background: #f6f6f8;
    border-radius: 12px;
}

.delivery-list{
    margin: 0 0 14px;
    padding-left: 18px;
    line-height: 1.7;
}

.but{
    text-align:center;
    margin-top:24px;
    margin-bottom: 40px;
}

.but button{
    width:100%;
    padding:18px;
    border:none;
    background:#0071e3;
    border-radius:10px;
    color:white;
    font-weight:700;
    font-size:1em;
    font-family: inherit;
    cursor: pointer;
}

footer{
    display: block;
    background:#f6f6f8;
    padding: 28px 16px 40px;
}

.company-footer{
    max-width: 560px;
    margin: 0 auto;
    text-align: left;
    font-size: 0.92em;
    line-height: 1.6;
    color: #444;
}

.company-footer a{
    color: #0071e3;
    text-decoration: none;
}

.company-footer .co{
    margin-top: 14px;
    color: #666;
    font-size: 0.88em;
}

@media screen and (max-width:600px){
    .logo{
        width:50%;
        margin-left:0;
    }

    .logo img{
        width:34px;
    }

    .right{
        width: 50%;
    }

    .right img{
        width:140px;
    }
}
