.my-popup {
    max-width: 750px;
    display: flex;
    align-items: center;
    background: #fff none repeat scroll 0% 0%;
    border-radius: 5px;
    padding: 20px
}

.my-popup-left,
.my-popup-right {
    width: 50%
}

.my-popup-left {
    text-align: center
}

.my-popup-left img {
    width: 250px
}

.my-popup-right .ti {
    margin-bottom: 30px
}

input,
select {
    display: block;
    width: 100%;
    margin: 0 0 16px;
    border: 1px solid #e7e7e7;
    background: #f8f9f9 none repeat scroll 0% 0%;
    border-radius: 3px;
    font-size: 18px;
    color: #000;
    padding-left: 26px;
    height: 63px
}

input::-moz-placeholder {
    color: #000
}

input:-moz-placeholder {
    color: #000
}

.prices {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin: 0 0 15px
}

.new {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    text-transform: uppercase;
    margin: 5px;
    color: #3498db
}

.new b {
    font-size: 39px
}

.old {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    color: #b2b2b2;
    margin: 5px
}

.btnn {
    line-height: 80px;
    display: block;
    background: #3498db -webkit-gradient(linear, left top, left bottom, from(#3498db), to(#2980b9)) repeat scroll 0% 0%;
    background: #3498db -webkit-linear-gradient(top, #3498db, #2980b9) repeat scroll 0% 0%;
    background: #3498db -moz-linear-gradient(top, #3498db, #2980b9) repeat scroll 0% 0%;
    background: #3498db -o-linear-gradient(top, #3498db, #2980b9) repeat scroll 0% 0%;
    background: #3498db linear-gradient(to bottom, #3498db, #2980b9) repeat scroll 0% 0%;
    width: 250px;
    height: 81px;
    border: 0 none;
    outline: medium none;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 1s ease-out 0s;
    margin: 0 auto
}

.btnn:hover {
    background: #3cb0fd -webkit-gradient(linear, left top, left bottom, from(#3cb0fd), to(#3498db)) repeat scroll 0% 0%;
    background: #3cb0fd -webkit-linear-gradient(top, #3cb0fd, #3498db) repeat scroll 0% 0%;
    background: #3cb0fd -moz-linear-gradient(top, #3cb0fd, #3498db) repeat scroll 0% 0%;
    background: #3cb0fd -o-linear-gradient(top, #3cb0fd, #3498db) repeat scroll 0% 0%;
    background: #3cb0fd linear-gradient(to bottom, #3cb0fd, #3498db) repeat scroll 0% 0%;
    text-decoration: none;
    color: #fff
}

@media screen and (max-width:787px) {
    .my-popup {
        width: 270px;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        padding: 10px;
        margin: 0 auto
    }

    .my-popup-left,
    .my-popup-right {
        width: 100%
    }

    .my-popup-left img {
        max-width: 280px
    }

    input,
    select {
        padding-left: 0;
        padding: 0 5px
    }
}

.my-popup img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto
}