.pop-up-footer {
	bottom: 15%;
    right: -20%;
    position: fixed;
    width: 27rem;
    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;*/
}
.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;
}
.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: 0;
    right: 0.55rem;
    font-size: 30px;
    color: #000;
    opacity: 1;
}
.closes:hover {
	color: #eea236;
}

.closes2 {
	cursor: pointer;
	position: absolute;
	top: -12px;
	right: 0%;
	font-size: 30px;
	color: white;
	background: rgba(0,0,0, 0.1);
}
.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: #d1a201;
    color: #fff;
    /*margin-top: 12px;*/
    padding: 10px 5px;
    width: 170px;
    /*margin-top: 15px;*/
    border: 1px solid;
}
.btn-login-secret:hover {
	background-color: #c37323;
	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: 8.7%;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
        line-height: 1.25;
}
.btn-sure:hover {
	background-color: #c37323;
	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: 45% !important;
	
}

.btn-sure {
    letter-spacing: 0;
    width: 150px; 
        line-height: 1;
}

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

}
