/*popup css*/
/*@font-face {
	font-family: 'BookAntiqua-Bold';
	src: url('../fonts/BookAntiqua-Bold.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}*/

.popup__container{
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: -2;
	font-family: 'Arial', sans-serif;
	transition: opacity 0.5s;
	text-align: center;
}
.popup__container.active{
	font-family: 'Arial', sans-serif;
	z-index: 16;
	opacity: 1;
}
.popup__form{
	position: absolute;
	z-index: 20;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 100%;
	max-width: 305px;
	box-sizing: border-box;
	background: #E1CCBD;
	border-radius: 14px;
	padding: 27px 13px 31px 13px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.popup__toptext{
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	color:#9D7F69;
	text-align: center;
}
.popup__input{
	/*font-size: 24px;*/
	font-size: 18px;
	border-radius: 14px;
	text-align: center;
	color:#9D7F69;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFF;
	border: 1px solid #000;
	border-radius: 15px;
	width: 100%;
	outline: 0;
	outline-offset: 0;
	max-width: 260px;
	width: 100%;
}

.popup__centraltext{
	text-align: center;
	display: block;
	font-family: 'Arial', sans-serif;
	font-weight: lighter;
	font-size: 10px;
	transition: 0.3s opacity;
	opacity: 1;
	letter-spacing: -0.02em;
	color: #C3240E;
	padding: 5px 0;
}
.popup__centraltext.hide{
	opacity: 0;
}
.popup__bottomtext,
.popup__bottomtext2{
	color: #C3240E;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	max-width: 75%;
	min-height: 42px;
}
.popup__bottomtext.hide,
.popup__bottomtext2.hide{
	display: none;
}
.popup__link{
	color:#4200FF;
}
.popup__button,
.wrapper_popup_menu li a{
	font-family: 'Arial', sans-serif;
	box-shadow: none;
	cursor: pointer;
	background: #FFB141;
	border-radius: 15px;
	text-transform: uppercase;
	font-size: 19px;
	width: 100%;
	color:#000;
	border: none;
	padding-top: 11px;
	padding-bottom: 11px;
	font-weight: bold;
	max-width: 260px;
	width: 100%;
/*	text-transform: uppercase;*/
	margin-bottom: 10px;
}
.wrapper_popup_menu,
.wrapper_popup_menu ul{
	width: 100%;
	margin: 0 auto;
}
.wrapper_popup_menu li{
	width: 100%;
	margin: 0 auto 12px;
}
.wrapper_popup_menu li a{
	display: block;
	margin-bottom: 12px;
	text-decoration: none;
	margin: 0 auto;
}
.popup__input{
	color: #000;
	background: #eee;
	border: 1px solid #000;
}
.popup__input::-webkit-input-placeholder{color: #000; transition: color 0.3s ease;}
.popup__input::-moz-placeholder{color: #000; transition: color 0.3s ease;}
.popup__input:-moz-placeholder{color: #000; transition: color 0.3s ease;}
.popup__input:-ms-input-placeholder{color: #000; transition: color 0.3s ease;}

.popup__input:focus::-webkit-input-placeholder {color: #000; transition: color 0.3s ease;}
.popup__input:focus::-moz-placeholder          {color: #000; transition: color 0.3s ease;}
.popup__input:focus:-moz-placeholder           {color: #000; transition: color 0.3s ease;}
.popup__input:focus:-ms-input-placeholder      {color: #000; transition: color 0.3s ease;}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
}
/* ERROR */

.popup__input-error{
	background-color: #DAAA99;
	border: 1px solid #C3240E;
}
.popup__button-error{
	background: #F9D8A9;
	color:#C1AF95;
	font-weight: normal;
}


/***LOADER****/
@keyframes element__fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.loader {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: url("../img/icon-spinner.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33%;
  animation: element__fade 0.2s;
}
@keyframes element__fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/***END LOADER****/
/*end popup css*/



@media screen and (min-width:360px) {

}

@media screen and (min-width:360px)and (min-height:623px) {

}

@media screen and (min-width:374px) {
	.popup__form{
		padding :40px 13px 40px 13px;
		max-width: 345px;
	}
	.popup__toptext{
		font-size: 18px;
	}
	.popup__input{
		font-size: 20px;
	}
	.popup__centraltext{
		font-size: 12px;
	}
	.popup__button,
	.wrapper_popup_menu li a{
		font-size: 20px;
	}
}

@media screen and (min-width:567px)and (min-height:0px) {
	.popup__form{
		padding :20px 10px;
		max-width: 305px;
	}
	.popup__toptext{
		font-size: 16px;
	}
	.popup__input{
		font-size: 18px;
	}
	.popup__centraltext{
		font-size: 10px;
	}
	.popup__button,
	.wrapper_popup_menu li a{
		font-size: 18px;
	}
}

@media screen and (min-width:768px)and (min-height:768px) {
	.popup__form{
		max-width: 510px;
		padding: 50px 60px 48px 60px;
	}
	.popup__toptext{
		font-size: 18px;
	}
	.popup__input{
		font-size: 23px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.popup__centraltext{
		font-size: 14px;
	}
	.popup__button,
	.wrapper_popup_menu li a{
		font-size: 27px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (min-width:719px)and (min-height:1065px) {

}

@media screen and (min-width:768px)and (min-height:904px) {

}

@media screen and (min-width:960px)and (min-height:423px) {

}

@media screen and (min-width:1023px)and (min-height:656px) {

}

@media screen and (min-width:1024px)and (min-height:1292px) {

}