.pop-up-footer {
    bottom: 1.5rem;
    right: -20%;
    /* bottom: -176px; */
    position: fixed;
    width: 24rem;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    z-index: 1000001;
    box-shadow: 0px 0px 0.2px #686868;
    /* display: none; */
}
.back-pop {
/*  background: url(../images/popup.jpg) no-repeat;*/
    background-position: center;
    background-size: cover;
    /*height: 100%;*/
}
.pad-right {
    padding-right: 50px;
}
.pad-left {
    padding-left: 50px;
}
.pad-top {
    padding-top: 10px;
}
.pad {
    padding: 30px
}
.pad-top p {
    color: black;
    text-shadow:
}
.pad-top p .orange-p {
    color: #fe8e3f;
}
.franja {
    height: 35px;
    margin-top: 12px;
    padding-top: 7px;
    position: absolute;
    text-align: center;
    width: 100%;
    /*background: rgba(255,175,75,0);
    background: -moz-linear-gradient(left, rgba(255,175,75,0) 0%, rgba(255,175,75,0.26) 15%, rgba(204,187,4,0.91) 53%, rgba(204,187,4,1) 58%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,175,75,0)), color-stop(15%, rgba(255,175,75,0.26)), color-stop(53%, rgba(204,187,4,0.91)), color-stop(58%, rgba(204,187,4,1)));
    background: -webkit-linear-gradient(left, rgba(255,175,75,0) 0%, rgba(255,175,75,0.26) 15%, rgba(204,187,4,0.91) 53%, rgba(204,187,4,1) 58%);
    background: -o-linear-gradient(left, rgba(255,175,75,0) 0%, rgba(255,175,75,0.26) 15%, rgba(204,187,4,0.91) 53%, rgba(204,187,4,1) 58%);
    background: -ms-linear-gradient(left, rgba(255,175,75,0) 0%, rgba(255,175,75,0.26) 15%, rgba(204,187,4,0.91) 53%, rgba(204,187,4,1) 58%);
    background: linear-gradient(to right, rgba(255,175,75,0) 0%, rgba(255,175,75,0.26) 15%, rgba(204,187,4,0.91) 53%, rgba(204,187,4,1) 58%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ccbb04', GradientType=1 );*/
}
.franj-content h2 {
    font-size: 15px;
    color: #686868;
    /*font-family: 'trajan';*/
    line-height: 1.4;
}
.franj-content p {
    /*font-family: 'trajan';*/
    color: #686868;
    margin: 10px auto;
    line-height: 1.4;
    font-size: 13px
}
.btn-pop-benner {
    margin-top: 10px;
    display: inline-block !important;
    vertical-align: top !important;
    font-size: 13px;
    border-radius: 3px;
}
.closes {
    cursor: pointer;
    position: absolute;
    top: -26px;
right: 5%;
    font-size: 30px;
    color: white;
}
.closes:hover {
    color: #eea236;
}

.closes2 {
    cursor: pointer;
    position: absolute;
    top: -12px;
    right: 0%;
    font-size: 30px;
    color: white;
}
.closes2:hover {
    color: #eea236;
}
.btn-promo-new {
    position: fixed;
    bottom: 50%;
    left: 0;
    z-index: 998;
    /*transform: rotate(90deg);*/
}
.btn-unlock {
    /*display: none;*/
    margin-bottom: 0px;
}
.footer-banner-form {
    max-width: inherit;
    padding: 0;
}
.cococo {
    /*max-width: 500px;*/
    margin: auto;
    position: absolute;
    bottom: 4%;
    left: 8%;
    width: 84%;
    text-align: center;
}
.btn-login-secret {
    /*margin-bottom: -30px;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #1dbed0;
    color: #fff;
    /*margin-top: 12px;*/
    padding: 10px 5px;
    width: 170px;
    /*margin-top: 15px;*/
    border: 1px solid;
}
.btn-login-secret:hover {
    background-color: #078e9d;
    color: white;
    border-color: white;
}
.btn-sure {
    letter-spacing: 3px;
    /* text-align: center; */
    padding: 5px 0;
    /* width: inherit; */
        width:172px;
    text-transform: uppercase;
    position: fixed;
    /*transform: rotate(90deg);*/
    right: -20%;
    bottom: 12%;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    line-height: 18px;
}
.btn-sure:hover {
    background-color: #078e9d;
    color: white;
    border-color: white;
}
.btn-sure hr {
    margin-top: 0;
    margin-bottom: 0;
    border-color: white;
}

.pop-mobile {
  display: none;
}

@media(max-width:767px) {

    .pop-pc {
      display: none;
    }

    .pop-mobile {
        display: block !important;
    }

    .pop-up-footer {
        width: 12rem !important;
    bottom: unset;
    top: 6em;
}

.franj-content p {
    font-size: 10px
}

.btn-sure {
    letter-spacing: 0;
    padding: 0;
    width: 37%;
    bottom: unset;
    line-height: 1.25;
    top: 10em;
}

.back-to-top {
    display: none !important;
}

}
