.my-popup {
    max-width: 750px;
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 5px;
    padding: 20px;
}
.my-popup-left, .my-popup-right {
    width: 50%;
}
.content img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.prices {
    width: 100%;
    text-align: center;
    font-size: 0px;
    margin: 0px 0px 15px;
}
.new {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    text-transform: uppercase;
    margin: 5px;
    color: rgb(52, 152, 219);
}
.old {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    color: rgb(178, 178, 178);
    margin: 5px;
}
input, select {
    display: block;
    width: 100%;
    max-width: 310px;
    margin: 0px auto 16px;
    border: 1px solid rgb(231, 231, 231);
    background: rgb(248, 249, 249) none repeat scroll 0% 0%;
    border-radius: 3px;
    font-size: 18px;
    color: rgb(0, 0, 0);
    padding-left: 26px;
    height: 63px;
}
.btn {
    background: rgb(52, 152, 219) -webkit-gradient(linear, left top, left bottom, from(rgb(52, 152, 219)), to(rgb(41, 128, 185))) repeat scroll 0% 0%;
    background: rgb(52, 152, 219) -webkit-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
    background: rgb(52, 152, 219) -moz-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
    background: rgb(52, 152, 219) -o-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
    background: rgb(52, 152, 219) linear-gradient(to bottom, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: Arial;
    color: rgb(255, 255, 255);
    font-size: 22px;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 310px;
    max-width: 90%;
    margin: 20px auto;
}





