.popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


.popup-inner {
  background: #fff;
  padding: 30px;
  width: 400px;
  border-radius: 10px;
}

.checkout-buttons {
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0px 12px 16px 0px rgba(9, 33, 121, 0.07),0px 4px 6px 0px rgba(9, 33, 121, 0.05);
  background: rgb(255, 255, 255);
  max-width: 450px;
  margin: 0 auto;
}
.chek-wrappe {
  position: relative;
  overflow: hidden;
}

.chek-wrappe::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(../image/map.jpg) no-repeat center center;
  background-size: cover;
  filter: blur(10px);
  z-index: 0;
}

.chek-wrappe > * {
  position: relative;
  z-index: 1;
}

.bg-top{background:none;}

.title-casire{
	
	color: rgba(32, 32, 32, 0.92);
font-family: Inter;
font-size: 24px;
font-weight: 400;
line-height: 120%;
letter-spacing: 0px;
text-align: center;
margin-bottom:24px;
}
.btn-casire {
  display: flex;
}
.btn-terminal,
.btn-gotivka{
	text-align:center;
	color: rgb(255, 255, 255);
font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0px;

border-radius: 32px;
			width:100%;
			margin:0 8px;
padding:8px 14px;
background: rgb(14, 47, 68);
border:1px solid rgb(14, 47, 68);
}

.btn-terminal:hover, .btn-gotivka:hover, .btn-btn-success:hover{
	color:rgb(14, 47, 68);
	background:#fff;
	border:1px solid rgb(14, 47, 68);
}

.form-control[readonly]{
	opacity: 1;
  box-sizing: border-box;
  border: 1px solid rgba(9, 33, 121, 0.07);
  border-radius: 8px;
  background: rgb(246, 249, 251);
}
.form-group-got .form-control{
	width: 100px;
}
.form-group-got{
	/* General/body/big */
color: rgb(0, 0, 0);
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0%;
text-align: left;
display:flex;
padding: 12px;
  align-items: center;
  justify-content: space-between;
  border-bottom:1px solid #333;
}


.popup-actions-got{
	display:flex;
padding: 24px 0 0 0;
  align-items: center;
  justify-content: space-between;
	
}
.btn-cancel-popup:hover{
	border: 1px solid red;
	color:red;
}
.btn-cancel-popup{
	/* General/body/big */
color: rgb(164, 173, 209);
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0%;
text-align: left;
width:35%;
margin-right:16px;
box-sizing: border-box;
border: 1px solid rgb(164, 173, 209);
border-radius: 32px;
background:none;
padding:8px 14px;
}

.btn-btn-success{
	text-align:center;
	color: rgb(255, 255, 255);
font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0px;

border-radius: 32px;
			width:100%;
			margin:0 8px;
padding:8px 14px;
background: rgb(14, 47, 68);
border:1px solid rgb(14, 47, 68);
}

h3 {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
}
.btn-terminal.red {
  background: #ff4747;
  border: 1px solid #ff4747;
}

.cnop{
	margin-top:25px;
}

.cnop a {
    cursor: pointer;
}