.modalc-ups,
.modal-boxc-ups {
  z-index: 1005;
}
.modalc-ups.show{
display:block;	
}
.modal-bodyc-ups h1{
color:#fff;	
font-weight: 400;
font-size: 40px!important;
}
.block-item-svg-ups{
	display:block;
	margin-top: 15px;
}
.item-svg-ups{
	display: inline-flex;
line-height: 62px;
color: #fff;
}
button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
.item-svg-ups img{
width:50px;
height:50px;
margin-left:15px;	
}
.modal-bodyc-ups .text-mpri{
	color:#fff;
	display: block;
font-size: 24px;
	padding: 20px 0;
}
.modal-bodyc-ups .text-mdsa{
		display: block;
font-size: 20px;
color:#fff;
}
.modal-bodyc-ups .text-mpba{
	font-size: 24px;
	color:#fff;
	display: block;
	padding: 10px 0;
	background-color: #ffa801;
	width: 100%;
max-width: 395px;
margin: 30px auto;
border-radius: 10px;	
font-weight:600;
}
.modal-sandboxc-ups {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modalc-ups {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}
.btn.btn-primaryfff {
    border-radius: 0;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: #bebfc2;
    border: none;
    color: #000;
    padding: 3px 25px 2px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
.img img{
	max-width:400px;
	height:auto;
	padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 30px;
}
.auth-constr-text{
	position:absolute;
	top:30px;
	right:30px;
	font-size: 20px;
    font-weight: 600;
	max-width: 395px;
}
.but-click1-const{
position:absolute;
top:125px;
right:150px;
padding: 10px 37px;
    background: #45538e;
color:#fff;
box-shadow: 0 0 5px rgba(0,0,0,0.7);
cursor: pointer;
}
.but-click2-const{
position:absolute;
top:190px;
right:150px;
padding: 10px 15px;
    background: #e18d47;
color:#fff;
box-shadow: 0 0 5px rgba(0,0,0,0.7);
}
.modal-boxc-ups {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 80px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-headerc {
  padding: 20px 40px;
  background: #546E7A;
  color: #ffffff;
}

.modal-bodyc-ups {
background-color: #000;
			    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
				font-size: 18px;
			text-align: center;
			align-items: center;
			padding: 70px 40px 40px;
}
.close-ups {
			width: 25px;
			height: 25px;
			object-fit: contain;
			object-position: left center;
			position: absolute;
			top: 30px;
			right: 30px;
			cursor: pointer;
			color: #fff;
font-size: 30px;
font-family: "robotoRegular", sans-serif;
		}
		.btnto {
			display: inline-block;
    width: max-content;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    transition: 300ms ease-out;
    font-size: 16px;
    color: #fff!important;
    text-transform: uppercase;
    background: #a87c4c;
    /*border-radius: 5px;*/
    padding: 1.2em 1.8em;
    border: 0;
    outline: 0;
    text-decoration: none;
    letter-spacing: 0.1em;
    margin: 20px 0 0;
		}

		.btnto:hover {
        background-color: #242B5A;
        color: #fff;
    }
	.label-left{
	color: #fff;
padding-top: 30px;	
	}
.modal-bodyc-ups label {
	display: inline-block;
}
@media (max-width: 767px) {
	.modal-bodyc-ups h1 {
    font-size: 30px !important;
}
.modal-bodyc-ups .text-mpri {
    font-size: 20px;
}
.modal-bodyc-ups .text-mdsa {
    font-size: 16px;
}
.item-svg-ups {
    line-height: 40px;
    font-size: 16px;
}
.item-svg-ups img {
    width: 35px;
    height: 35px;
}
.modal-bodyc-ups .text-mpba {
    font-size: 18px;
}
.btnto {
    font-size: 14px;
    padding: 1em 1.8em;
}
}
@media (max-width: 400px) {
	.modal-bodyc-ups h1 {
    font-size: 20px !important;
}
.modal-bodyc-ups .text-mpri {
    font-size: 16px;
}
.modal-bodyc-ups .text-mdsa {
    font-size: 14px;
}
.item-svg-ups {
    line-height: 40px;
    font-size: 14px;
}
.item-svg-ups img {
    width: 35px;
    height: 35px;
}
.modal-bodyc-ups .text-mpba {
    font-size: 14px;
}
.btnto {
    font-size: 12px;
    padding: 1em 1.8em;
}	
.modal-bodyc-ups label {
    font-size: 12px;
}
}