.container{
    padding: 0;
}

/*--------top-------*/

.top{
    background: radial-gradient(#0B205F, #000);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.top-logo {
    width: 233px;
    margin: 17px 0 0 40px;
}

.top-list{
    font-family: GothamPro;
    font-weight: 500;
    font-size: 12px;
    color: white;
}

.top-list li{
    list-style: none;
    float: left;
}

.top-list a{
    padding: 26px 22px 17px;
    display: block;
    color: white;
}

.top-list a:hover{
    color: #0040FF;
}

.top-button{
    height: 40px;
    width: 203px;
    border-radius: 20px;
    background-color: #0040FF;
    font-family: GothamPro;
    font-weight: 500;
    font-size: 12px;
    color: white;
    line-height: 40px;
    text-align: center;
    margin-top: 14px;
    cursor: pointer;
}

.top-button:hover{
    background-color: #7C9DFF;
}

.top-text1{
    font-family: GothamPro;
    font-style: italic;
    font-weight: 500;
    font-size: 38px;
    color: #FFFE35;
    text-align: center;
    padding: 45px 0 20px;
}

.top-text2{
    font-family: GothamPro;
    font-weight: 500;
    font-size: 24px;
    color: white;
    text-align: center;
}

.top-text2 span{
    color: #0040FF;
}

.top-text2 img{
    margin: 0 -24px;
}

.top-input{
    height: 42px;
    background-color: transparent;
    border: 0;
    width: 1px;
    margin: 0 auto;
    display: block;
    /*height: 42px;*/
    /*width: 200px;*/
    /*border: 2px solid #FFEA1B;*/
    /*background-color: rgba(255, 255, 255, 0.7);*/
    /*margin: 20px auto 0;*/
    /*position: relative;*/
    /*z-index: 1;*/
    /*display: block;*/

    /*font-family: GothamPro;*/
    /*font-weight: 500;*/
    /*font-size: 24px;*/
    /*text-align: center;*/
    /*color: black;*/
}

.top-img{
    margin: -214px auto -192px;
    display: block;
}

.top-mobile{
    display: none;
}

/*-------/top-------*/

/*--------timer-------*/

.timer{
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 152px 0 46px;
}

.timer-top{
    font-family: GothamPro;
    font-weight: 500;
    font-size: 24px;
    color: #0E1152;
    margin: 0 auto;
    max-width: 830px;
}

#clock{}

#clock div{
    width: 160px;
    font-family: GothamPro;
    font-weight: 700;
    font-size: 12px;
    color: #0E1152;
    display: inline-block;
    line-height: 28px;
    padding: 44px 0 33px;
}

#clock span{
    font-size: 78px;
    padding-left: 20px;
}

.clock-div{
    padding-left: 20px;
}

.white{
    color: transparent;
}

.timer-button{
    width: 230px;
    height: 50px;
    background-color: #E75200;
    font-family: GothamPro;
    font-weight: 700;
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    cursor: pointer;
}

a.timer-button {
    display: block;
}

.timer-button:hover, a.timer-button:hover{
    background-color: #FFB68E;
}

/*-------/timer-------*/

/*--------order-------*/

.order{
    background-color: #0D114F;
    text-align: center;
    padding: 47px 0 52px;
}

.order-top{
    font-family: GothamPro;
    font-weight: 500;
    font-size: 22px;
    color: white;
    padding-bottom: 50px;
}

.order-img{
    height: 100px;
}

.order-text1{
    font-family: GothamPro;
    font-weight: 500;
    font-size: 17px;
    color: white;
    padding: 38px 0 11px;
}

.order-text2{
    font-family: GothamPro;
    font-weight: 500;
    font-size: 15px;
    color: white;
    margin: 0 auto;
    max-width: 350px;
}

/*-------/order-------*/

/*--------prod-------*/

.prod{
    padding: 83px 0 0;
}

.prod-top{
    font-family: GothamPro;
    font-weight: 500;
    font-size: 33px;
    color: #0E1152;
    text-align: center;
    padding-bottom: 75px;
    line-height: 50px;
}

.prod-top img{
    margin-top: -25px;
}

.prod-block{
    position: relative;
}

.prod-block_saled{
    position: relative;
}

.prod-block_saled:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
    background: rgba(255,255,255,0.6);
}

.prod-block_saled:after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 158px;
    z-index: 15;
    height: 125px;
    background-image: url(../img/saled.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    right: 0;
    margin: 0 auto;
}

.prod-name{
    font-family: GothamPro;
    font-weight: 700;
    font-size: 19px;
    color: #0E1152;
    margin: 0 auto;
    max-width: 327px;
    padding-bottom: 32px;
    text-align: center;
}

.prod-img{
    width: 100%;
    max-width: 224px;
    height: 246px;
    object-fit: contain;
}

.prod-img2{
    width: 100%;
    max-width: 140px;
    height: 89px;
    object-fit: contain;
}

.prod-price-old{
    font-family: GothamPro;
    font-weight: 300;
    font-size: 17px;
    color: #000;
    position: relative;
    padding: 25px 0 4px 28px;
}

.prod-price-old img{
    position: absolute;
    left: 14px;
    top: 22px;
}

.prod-price-old span{
    font-size: 13px;
}

.prod-price-new{
    font-family: GothamPro;
    font-weight: 700;
    font-size: 26px;
    color: #E75200;
    padding-left: 13px;
}

.prod-price-new span{
    font-size: 19px;
}

.prod-amount{
    font-family: GothamPro;
    font-weight: 700;
    font-size: 39px;
    color: #0D114F;
    padding: 14px 0 2px 37px;
}

.prod-amount span{
    font-size: 22px;
}

.prod-list{
    font-family: GothamPro;
    font-weight: 500;
    font-size: 13px;
    color: #0D114F;
    width: 95%;
    line-height: 52px;
    margin: 0 auto;
}

.prod-list tr{
    padding: 0 10px;
}

.prod-list tr + tr{
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.prod-list img{
    margin: 0 1px;
}

.prod-list td:nth-child(odd){
    text-align: left;
    padding-left: 10px;
}

.prod-list td:nth-child(even){
    text-align: right;
    padding-right: 10px;
    font-weight: 700;
}

.prod-button{
    width: 244px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: GothamPro;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    background-color: #E75200;
    margin: 17px auto 64px;
    cursor: pointer;
}

.prod-button:hover{
    background-color: #FFB68E;
}

.prod-bl-top{
    height: 265px;
}

/*-------/prod-------*/

/*--------prom-------*/

.prom{
    background-color: #EAEAEA;
    padding: 48px 0 62px;
}

.prom-top{
    font-size: 28px;
    font-family: GothamPro;
    font-weight: 700;
    text-align: center;
    color: black;
    padding-bottom: 49px;
}

.prom-block{
    position: relative;
    margin: 0 14px;
    height: 552px;
}

.prom-alert{
    background: url("../img/prom-text.png");
    height: 35px;
    width: 109px;
    font-size: 10px;
    font-family: GothamPro;
    font-weight: 700;
    color: white;
    position: absolute;
    right: 0;
    top: 23px;
    text-align: center;
    padding-top: 3px;
    padding-left: 14px;
    z-index: 3;
}

.prom-block-top{
    background-color: white;
    padding-bottom: 12px;
}

.prom-block-bottom{
    background-color: #F6F6F6;
    padding: 20px 0 30px;
}

.prom-left{
    font-size: 12px;
    font-family: GothamPro;
    font-weight: 400;
    color: black;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding-bottom: 13px;
    text-align: center;
    width: 186px;
}

.prom-left span{
    color: #E75200;
}

.prom-text{
    font-size: 15px;
    font-family: GothamPro;
    font-weight: 400;
    color: black;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0 0px;
    line-height: 24px;
    max-width: 432px;
}

.prom-text span{
    color: #E75200;
}

.prom-button{
    width: 244px;
    height: 50px;
    background-color: #E75200;
    font-size: 11px;
    font-family: GothamPro;
    font-weight: 500;
    font-style: italic;
    color: white;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.prom-button:hover{
    background-color: #FFB68E;
}

.prom-button img{
    padding-right: 8px;
}

.prom-img{
    margin: 0 auto;
    display: block;
    padding: 44px 0 3px;
}

.prom-img2{
    margin: 0 auto;
    display: block;
    padding: 37px 0 0;
}

.prom-img3{
    margin: 0 auto;
    display: block;
    padding: 64px 0 6px;
}

.prom-img4{
    margin: 0 auto;
    display: block;
    padding: 42px 0 0px;
}

.prom-style{
    font-size: 12px;
    font-family: GothamPro;
    font-weight: 500;
    color: black;
    text-align: center;
}

.prom1-block{
    display: inline-block;
    padding-left: 83px;
}

.prom1-block div{
    margin: 0 auto;
    max-width: 150px;
    padding: 3px 0;
    line-height: 18px;
}

.prom-style span{
    font-size: 12px;
    font-family: GothamPro;
    font-weight: 400;
    color: #627394;
}

.prom2-block{
    display: inline-block;
    max-width: 154px;
    padding: 12px 0 13px;
    margin-left: 25px;
    margin-right: 36px;
}

.prom3-block{
    display: inline-block;
}

.prom4-block{
    display: inline-block;
    padding-left: 0;
}

.prom4-block div{
    max-width: 152px;
    line-height: 18px;
}

.prom4-first{
    margin-left: 40px;
}

.prom4-second{
    margin-left: 40px;
}

.prom5-block{
    display: inline-block;
    padding-left: 0;
    padding-bottom: 9px;
}

.prom5-block div{
    max-width: 152px;
    line-height: 18px;
}

.prom5-first{
    margin-left: 52px;
}

.prom5-second{
    margin-left: 20px;
    margin-right: 23px;
}


/*-------/prom-------*/

/*--------how-------*/

.how{
    background-color: #0D114F;
    padding: 47px 0 64px;
}

.how-top{
    font-size: 28px;
    font-family: GothamPro;
    font-weight: 500;
    text-align: center;
    color: white;
    padding-bottom: 75px;
}

.how-img{
    display: block;
    margin: 0 auto;
}

.how-text{
    font-size: 15px;
    font-family: GothamPro;
    font-weight: 500;
    text-align: center;
    color: white;
    padding: 46px 0 83px;
    margin: 0 auto;
    max-width: 290px;
    line-height: 23px;
}

.how-line{
    border-right: 1px solid white;
}

.how-rul-top{
    border-bottom: 1px solid white;
    font-size: 22px;
    font-family: GothamPro;
    font-weight: 500;
    text-align: center;
    color: white;
    padding: 24px 0 32px;
}

.how-rul-text{
    font-size: 15px;
    font-family: GothamPro;
    font-weight: 400;
    color: white;
    padding: 30px 23px 0;
}

.how-rul-text p{
    padding-bottom: 23px;
    margin: 0;
}

/*-------/how-------*/

/*--------rew-------*/

.rew{
    padding: 50px 0 54px;
}

.rew-top{
    font-size: 28px;
    font-family: GothamPro;
    font-weight: 700;
    color: #0E1152;
    text-align: center;
    padding-bottom: 3px;
}

.rew-line{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.rew-img{
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 100px;
    width: 100px;
    margin: 25px 0 17px 137px;
    border-radius: 50%;
}

.rew-img img{
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.rew-name{
    font-size: 14px;
    font-family: GothamPro;
    font-weight: 400;
    color: black;
    padding: 31px 0 11px 76px;
}

.rew-date{
    font-size: 12px;
    font-family: GothamPro;
    font-weight: 400;
    color: #808080;
    padding-left: 76px;
}

.rew-order{
    font-size: 12px;
    font-family: GothamPro;
    font-weight: 400;
    color: #006CB7;
    padding: 10px 0 30px 75px;
}

.rew-order img{
    padding-right: 9px;
}

.rew-text{
    font-size: 14px;
    font-family: GothamPro;
    font-weight: 400;
    color: black;
    padding-top: 48px;
    max-width: 550px;
}

/*-------/rew-------*/

/*--------bottom-------*/

.bottom{
    background: url("../img/bg1.png")center;
    background-size: cover;
    padding: 33px 0 39px;
}

.bottom-asterix{
    font-size: 12px;
    font-family: GothamPro;
    font-weight: 500;
    color: white;
    padding: 342px 0 0 213px;
}

.bottom-top{
    font-size: 20px;
    font-family: GothamPro;
    font-weight: 500;
    color: white;
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
}

.bottom-top span{
    color: #FFF617;
}

.bottom form{
    text-align: center;
}

.bottom-name{
    width: 232px;
    height: 44px;
    border: 1px solid #2195E6;
    background-color: white;
    font-size: 14px;
    font-family: GothamPro;
    font-weight: 300;
    color: #808080;
    margin-right: 15px;
    padding-left: 20px;
}

.bottom-tell{
    width: 232px;
    height: 44px;
    border: 1px solid #2195E6;
    background-color: white;
    font-size: 14px;
    font-family: GothamPro;
    font-weight: 300;
    color: #808080;
    padding-left: 20px;
}

.bottom-button{
    width: 230px;
    height: 50px;
    background-color: #E75200;
    font-size: 14px;
    font-family: GothamPro;
    font-weight: 700;
    color: white;
    border: 0;
    margin-top: 25px;
}

.bottom-button:hover{
    background-color: #FFB68E;
}

.bottom-time{
    font-size: 12px;
    font-family: GothamPro;
    font-weight: 500;
    text-align: center;
    color: white;
    padding: 17px 0 0;
}

#clock2{
    text-align: center;
    padding-right: 20px;
}

#clock2 div{
    width: 108px;
    font-family: GothamPro;
    font-weight: 500;
    font-size: 12px;
    color: white;
    display: inline-block;
    line-height: 28px;
    padding: 18px 0 31px 20px;
    text-align: center;
}

#clock2 span{
    font-size: 52px;
    padding-left: 10px;
}

#clock2 br{}

.clock-div{}

/*-------/bottom-------*/

/*--------footer-------*/

.footer{
    padding: 41px 0 35px;
}

.footer-address{
    font-size: 14px;
    font-family: GothamPro;
    font-weight: 300;
    text-align: center;
    color: #333333;
}

/*-------/footer-------*/

/*--------modal-------*/

.modal-box{
    padding: 36px 0 30px;
}

#Modal1 .modal-dialog {
    width: 320px;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

#Modal1 .close{
    position: absolute;
    right: 0;
    top: -8px;
    border: 0;
    background: transparent;
    font-size: 36px;
}

.select{
    width: 232px;
    height: 44px;
    border: 1px solid #2195E6;
    background-color: white;
    font-size: 14px;
    font-family: GothamPro;
    font-weight: 300;
    color: #808080;
    padding-left: 20px;
}

.modal-name{
    width: 232px;
    height: 44px;
    border: 1px solid #2195E6;
    background-color: white;
    font-size: 14px;
    font-family: GothamPro;
    font-weight: 300;
    color: #808080;
    padding-left: 20px;
    margin-top: 10px;
}

.modal-tell{
    width: 232px;
    height: 44px;
    border: 1px solid #2195E6;
    background-color: white;
    font-size: 14px;
    font-family: GothamPro;
    font-weight: 300;
    color: #808080;
    padding-left: 20px;
    margin-top: 10px;
}

.modal-button{
    width: 230px;
    height: 50px;
    background-color: #E75200;
    font-size: 14px;
    font-family: GothamPro;
    font-weight: 700;
    color: white;
    border: 0;
    margin-top: 20px;
}

.modal-button:hover{
    background-color: #FFB68E;
}

/*-------/modal-------*/

.form1 input, .form1 select {
    height: 50px;
    width: 60%;
    border: 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 5px;
    color: #565656;
    font: 16px OpenSansRegular, sans-serif;
    text-transform: uppercase;
    padding: 15px;
    background-color: #F7F7F7;
}

.form1 .prod-button {
    margin-bottom: 10px;
    border: none;
}

.form1 .text_form1 {
    color: #fff;
}

@media screen and (max-width: 540px) {
    .form1 input, .form1 select {
        width: 100%;
    }
}
