/********************* POPUP ******************/

.pp_container {
  background-color: #47BDFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;  
}

.pp_button {
  text-decoration: none;
  font-size: .875rem;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 1.5rem;
  background-color: #fff;
  color: #47BDFF;
  padding: 1rem 2rem;
  font-weight: 900;
}

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  visibility: hidden;  
  opacity: 0;
  overflow: hiden;
  transition: .64s ease-in-out; 
  
}

.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: block;
  align-items: center;
  /*max-width: 800px;
  max-height: 600px;
  width: 60%;
  height: 80%;*/
  width: 400px; 
  background-color: #fff;
  transform: rotate(32deg);
  transition: .64s ease-in-out;
  border: 1px solid #CCC; 
  border-radius: 20px;
}

.popup-inner .hdr-links {
	display: flex;
  	align-items: center;	
	flex-direction: row;
	justify-content: space-between;	
	height: 60px;       
        border-top-left-radius: 20px;
        overflow: hidden;
}

.popup-inner .popup-hdr {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 38px;
	text-align: center;
	padding: 20px;
	border-bottom: 1px solid #EAEAEA;
}

.popup-inner .hdr-link {
	flex-grow: 1;
	text-align: center;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
}

.popup-inner  .nosel {
	background: #F3F3F3;	
	padding: 17px;
	border-bottom-left-radius: 20px;
}

.popup-inner  .nosel-email {
	background: #F3F3F3;	
	padding: 17px;
	border-bottom-left-radius: 20px;
}

.popup-inner  .nosel-phone {
	background: #F3F3F3;	
	padding: 17px;
	border-bottom-right-radius: 20px;
}

.popup-inner .hdr-link a:hover {
	text-decoration: underline;
}

.popup-inner .popup-elements {
	display: flex;	
	align-items: center;	
	flex-direction: column;
	justify-content: center;
        margin-left: 30px;
        margin-right: 30px;        
}

.popup-inner .popup-elements .element{
	margin: 10px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	width: 100%;
}

.popup-inner .popup-elements input {
	border: 1px solid #000000;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 5px 20px;
	height: 50px;	
	min-width: 250px;
	font-size: 18px;	
}

.popup-inner .popup-elements .element .login {
	text-decoration: none;
	outline: none;
	padding: 10px 60px;
	background: linear-gradient(151.24deg, #FFF600 17.31%, rgba(255, 246, 0, 0) 55.93%), #FFD600;
	border-radius: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	
	text-transform: uppercase;	
	color: #000;
}

.popup-inner .popup-elements .element .rem-password {
	text-decoration: underline;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
}

.popup-inner .popup-elements .element .soclinks {
	display: flex;
	align-items: center;	
	flex-direction: row;
	justify-content: center;
}

.popup-inner .popup-elements .element .soclinks .soclink {
	width: 48px;
	height: 48px;	
	margin: 5px;
	border-radius: 5px;
}

.popup-inner .popup-elements .element .soclinks .ya {
	background: url("../img/ya.png");
	background-size: contain;		
}

.popup-inner .popup-elements .element .soclinks .ok {
	background: url("../img/ok.png");
	background-size: contain;		
}

.popup-inner .popup-elements .element .soclinks .gp {
	background: url("../img/gp.png");
	background-size: contain;		
}

.popup-inner .popup-elements .element .soclinks .fb {
	background: url("../img/fb.png");
	background-size: contain;		
}

.popup-inner .popup-elements .element .soclinks .vk {
	background: url("../img/vk.png");
	background-size: contain;		
}

.popup-inner .email-send {
	display: none;	
}

.popup-inner .in-code {
	display:none;
}

#popup_present .popup-inner {
	width: 100%;
	max-width: 800px;	
}

.popup-inner .popup-elements .element .selections {
	display: flex;
	align-items: center;	
	flex-direction: row;
	justify-content: center;	
	min-height: 60px;
	flex-wrap: wrap;	
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
}

.popup-inner .popup-elements .element .selections .selection{
	position: relative;	
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.popup-inner .popup-elements .element .selections .selection a {
	padding: 7px 40px;
	border: 1px solid #555;
	border-radius: 20px;
}

.popup-inner .popup-elements .element .selections .selection a:hover {
	background: #C7A097;
	color: #FFF;	
}

.popup-inner .popup-elements .element .selections .selection .sel {
	background: #C7A097;
	color: #FFF;	
}

.popup-inner .popup-elements .element .selections .selection .sel:before {
	content: '';
	background:url('../img/close.png');
	background-size: cover;
	width: 12px;
	height: 12px;
	left: 15px;
	top: 4px;
	position: absolute;
}

#popup_present .qnum {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#popup_present .qnum a {
	text-decoration: underline;
}

#popup_present .question-2 {
	display: none;
}

#popup_present .question-3 {
	display: none;
}

.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.closepopup {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: .875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #C7A097;
  z-index: 50;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}


.btn {
	height: 3.5rem;
	line-height: 3.5rem;
	padding: 1rem 1.75rem;
	font-size: 1em;
	font-family: 'Inter', sans-serif;
	letter-spacing: -0.025rem;
	font-weight: 300;
	border-radius: 2rem;
	background-color: #CFABA3;
	color: #FFFFFF;
	transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	position: relative;
	text-decoration: none;
	font-size: 24px;
}

.element textarea {
	border-radius: 25px;	
	width: 350px;
	height: 100px;
	padding: 20px;
	font-size: 18px;
}
