*{
margin:0;
padding:0;
box-sizing:border-box !important;
}
@media screen and (min-width: 960px){
.popup img{
max-width:100%;
}
.popup .clearfix {
  display: table;
  clear: both;
}
.page__wrapper{
	overflow: hidden;
}
.popup ul{
margin:0;
list-style-type:none;
}
.popup button,
.popup button:active,
.popup button:focus{
outline:none;
}
.popup button {
	border:0;
}
.popup{
	font-family: 'Open Sans Condensed', sans-serif;
font-size:18px;
font-weight:400;
	position: fixed;
	top: 0;
	left: 5%;
	width: 90%;
	height: 95vh;
	z-index: 10001;
		display: none;
	overflow-y: auto;
}


.popup__operator{
	transition: all .3s;
	visibility: visible;
	opacity: 1;
}
.popup__container{
	background-color: #fff;
    background-size: cover;
    max-width: 570px;
    border-radius:20px;
    position: relative;
    margin: 50px auto;
    padding: 15px 10px;
		z-index: 10;
		/* display: none; */
		box-shadow:0 0 15px 6px rgba(197, 188, 188, 0.6);
}
.popup__title{
	font-size: 30px;
	width: 100%;
	font-weight: 700;
	padding: 15px;
	border:4px solid #f50000;
	border-radius: 20px;
	line-height: 1;
	padding-bottom: 20px;
	text-align: center;
}

.red{
	color:#f50000;
}

.popup__right{
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	/*text-align: center;*/
}
.popup__right-prod-block{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
}
.popup__right-prod{
	position: relative;
	z-index: 20;
}
.popup__right-prod::before,
.popup__right-prod::after{
	content:"";
	/*background:url(//dadbab.info/content/h1M1XLEAhgTiwuM/images/chevron1.png) no-repeat;*/
	position: absolute;
	bottom: 0;
	left: -25px;
	width: 122px;
	height: 122px;
}
.popup__right-prod::after{
	left:auto;
	right: -25px;
	/*background-image: url(//dadbab.info/content/h1M1XLEAhgTiwuM/images/chevron2.png);*/
}
.popup-btn{
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	cursor:pointer;
	padding: 10px;
	border-bottom: 4px solid #990000;
	border-radius: 5px;
	box-shadow: 0 0 65px 0px #ff0000;
	-ms-transition:.5s;
	transition:.5s;
	    width: 100%;
		display: block;
		color:#fff;
		margin: auto;
		background: #ff4d4d;
		font-family: 'Open Sans Condensed', sans-serif;
	background: linear-gradient(#ff4d4d 50%, #ff0000 0);
}
.popup-btn:hover{
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.popup__right-form-block{
	display: inline-block;
	vertical-align: bottom;
	width: 270px;
	font-size: 18px;
}
.popup__right-timer-clock {
		font-size: 0;
		margin-bottom: 50px;
}
.popup__right-timer-clock li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
  font-size: 45px;
  vertical-align: top;
  color: #ff0000;
  text-transform: uppercase;

text-align: center;
}
.popup__right-timer-clock .digit{
		border-radius: 5px;
		box-shadow:inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5), 0 2px 1px 2px #000;
		width:42px;
			display: inline-block;
			margin-right: 3px;
		height: 70px;
		line-height: 70px;
border-bottom: 4px solid #2c2c2c;
		background:linear-gradient(#dcdcdc 50%,#939393 0);
}
.popup__right-timer-clock li b {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform:translateX(-50%);
	font-size: 20px;
	color:#fff;
	z-index: 1;
	text-transform: capitalize;
}
.popup__right-timer-clock li:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -15px;

  display: block;
  width: 5px;
  height: 5px;

  background: #fff;
  border-radius: 50%;
}

.popup__right-timer-clock li:after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 15px;

  display: block;
  width: 5px;
  height: 5px;

  background: #fff;
  border-radius: 50%;
}

.popup__right-timer-clock li:last-child {
  margin-right: 0;
}

.popup__right-timer-clock li:last-child:before,
.popup__right-timer-clock li:last-child:after {
  display: none;
}
.fixed_line .counter-wrap {
  display: inline-block;
  margin: -20px 30px 0 0;

  vertical-align: middle;
}

.fixed_line .timer_title {
  margin-bottom: 5px;

  font-size: 14px;
}
.counter-wrap {
  width: 200px;
  margin: 0 auto 20px;

  text-align: center;
}
.popup__timer-title{
	font-size: 27px;
	text-align: center;
	margin-bottom: 10px;
}
@keyframes operator{
		20%{
			opacity:.2;
		}
		50%{
			opacity:1;
			transform:scale(1.6);
			transform-origin: center;
		}	
		70%{
			opacity:1;
		}
}
.mobile-only{
	display: none;
}
.dn{
	display: none;
}
.hide{
	opacity: 0;
	visibility: hidden;
}
.popuped{
	height:100vh;
	overflow:hidden;
}
}


@media screen and (max-width: 960px){
.popup img{
max-width:100%;
}
.popup .clearfix {
  display: table;
  clear: both;
}
.page__wrapper{
	overflow: hidden;
}
.popup ul{
margin:0;
list-style-type:none;
}

.popup button,
.popup button:active,
.popup button:focus{
outline:none;
}
.popup button {
	border:0;
}

.popup{
	font-family: 'Open Sans Condensed', sans-serif;
font-size:18px;
font-weight:400;
	position: fixed;
	top: 0;
	left: 5%;
	width: 90%;
	height: 95vh;
	z-index: 10001;
		display: none;
	overflow-y: auto;
}



.popup__container{
	background-color: #fff;
    background-size: cover;
    max-width: 570px;
    border-radius:20px;
    position: relative;
    margin: 30px auto;
    padding: 15px 10px;
		z-index: 10;
		/* display: none; */
		box-shadow:0 0 15px 6px rgba(197, 188, 188, 0.6);
}
.popup__title{
	font-size: 30px;
	width: 100%;
	font-weight: 700;
	padding: 15px;
	border:4px solid #f50000;
	border-radius: 20px;
	line-height: 1;
	padding-bottom: 20px;
	text-align: center;
}
.popup__right{
	display: inline-block;
	vertical-align: bottom;
	/*text-align: center;*/
	width: 100%;
}
.popup__right-prod-block{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
}
.popup__right-prod{
	position: relative;
	z-index: 20;
}
.popup__right-prod::before,
.popup__right-prod::after{
	content:"";
	/*background:url(//dadbab.info/content/h1M1XLEAhgTiwuM/images/chevron1.png) no-repeat;*/
	position: absolute;
	bottom: 0;
	left: -25px;
	width: 122px;
	height: 122px;
}
.popup__right-prod::after{
	left:auto;
	right: -25px;
	/*background-image: url(//dadbab.info/content/h1M1XLEAhgTiwuM/images/chevron2.png);*/
}
.popup-btn{
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	cursor:pointer;
	padding: 10px;
	border-bottom: 4px solid #990000;
	border-radius: 5px;
	box-shadow: 0 0 65px 0px #ff0000;
	-ms-transition:.5s;
	transition:.5s;
	    width: 100%;
		display: block;
		color:#fff;
		margin: auto;
		background: #ff4d4d;
		font-family: 'Open Sans Condensed', sans-serif;
	background: linear-gradient(#ff4d4d 50%, #ff0000 0);
}

.popup-btn:hover{
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.popup__right-form-block{
	display: inline-block;
	vertical-align: bottom;
	width: 270px;
	font-size: 18px;
}
.popup__right-timer-clock {
		font-size: 0;
		margin-bottom: 50px;
}
.popup__right-timer-clock li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
  font-size: 45px;
  vertical-align: top;
  color: #ff0000;
  text-transform: uppercase;

text-align: center;
}
.popup__right-timer-clock .digit{
		border-radius: 5px;
		box-shadow:inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5), 0 2px 1px 2px #000;
		width:42px;
			display: inline-block;
			margin-right: 3px;
		height: 70px;
		line-height: 70px;
border-bottom: 4px solid #2c2c2c;
		background:linear-gradient(#dcdcdc 50%,#939393 0);
}
.popup__right-timer-clock li b {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform:translateX(-50%);
	font-size: 20px;
	color:#fff;
	z-index: 1;
	text-transform: capitalize;
}
.popup__right-timer-clock li:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -15px;

  display: block;
  width: 5px;
  height: 5px;

  background: #fff;
  border-radius: 50%;
}

.popup__right-timer-clock li:after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 15px;

  display: block;
  width: 5px;
  height: 5px;

  background: #fff;
  border-radius: 50%;
}

.popup__right-timer-clock li:last-child {
  margin-right: 0;
}

.popup__right-timer-clock li:last-child:before,
.popup__right-timer-clock li:last-child:after {
  display: none;
}
.counter-wrap {
  width: 200px;
  margin: 0 auto 20px;

  text-align: center;
}
.popup__timer-title{
	font-size: 27px;
	text-align: center;
	margin-bottom: 10px;
}
.popup__right-form input, 
.popup__right-form select{
	background: rgba(255,255,255,.5) !important;
	border: 2px solid #fff !important;
	border-radius: 10px !important;
	display: block !important;
	width: 100% !important;
	padding: 8px !important;
	margin-bottom: 5px !important;
	font-size: 15px !important;
}
.popup__right-form select{
	/*background: rgba(255,255,255,.5) url(//dadbab.info/content/h1M1XLEAhgTiwuM/images/sel.png) no-repeat 95% 50%;*/
}
.popup__right-form p {
	font-size: 16px;
		font-family: "Open Sans";
		line-height: 1.3;
}
@keyframes operator{
		20%{
			opacity:.2;
		}
		50%{
			opacity:1;
			transform:scale(1.6);
			transform-origin: center;
		}	
		70%{
			opacity:1;
		}
}
.mobile-only{
	display: none;
}
.dn{
	display: none;
}



.hide{
	opacity: 0;
	visibility: hidden;
}

.popuped{
	height:100vh;
	overflow:hidden;
}
}