/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
@import url("../font/stylesheet.css");
@import url("../font/dostyle.css");
*/
@import url("../font/font.css");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

input:focus, textarea:focus, input, textarea {
        border-color: transparent;
    }
	
    input, textarea {
        -webkit-user-select: text;
        -webkit-appearance: none;
    }
    input, textarea {
        -webkit-tap-highlight-color: transparent;
    }	
	
	    input, textarea {
        outline: none;
        box-shadow: none;
    }
	
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

:root{
	--e_blue:#0025FF;
	--glob_blue:#06063C;
}


.noselect {
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
}

.flex_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex_row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.f_around {
  justify-content: space-around;
}

.f_center {
  justify-content: center;
}


body{
	/*
	background-image: url('../img/d_bg.png');
	background-repeat: no-repeat;
	background-size: auto 100% ;
	background-size: 100% 100%;
	*/
	
	min-height:100vh;
	background-color: var(--glob_blue);/* Initial background color */
	/*
	  background-image: url('../img/ng_stars_desktop2x.png');
	  background-repeat: no-repeat;
	  background-size: 100% auto; 
	  background-position: center 90px;
	  background-blend-mode: overlay;*/
   
}



/*shop_sec*/

#sec_shop_m{

	background-image: url('../img/bg_mob_main_auth.png');
	  background-repeat: no-repeat;
  background-position: center calc(100% - 122px);
  background-size: 100% auto;
}

.status_date_disp{
	/* Frame 326 */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 14.617px 15.7414px;
gap: 11.24px;

width: 312px;
height: 44px;

background: #0F0F42;
/* ELECTRIC BLUE */
border: 1.12439px solid #0025FF;


font-family: 'Proxima Nova';
font-style: normal;
font-weight: 800;
font-size: 16.5354px;
line-height: 13px;
/* identical to box height, or 82% */

color: #FFFFFF;





}






.shop_login_btn{
	/* Frame 326 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;


width: 311.42px;
height: 43.18px;

/* ELECTRIC BLUE */
background: #0025FF;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
/* Enter the code here */



font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 13px;
/* identical to box height, or 96% */

/* WHITE */
color: #FFFFFF;



}

#price_150{
		
	background-image: url('../img/price_150_2x.png');
	background-size:100% 100%;
	width:80px;
	height:75px;
	position:absolute;
	bottom: -12px;
    left: -32px;
	
	   
	
}

#price_300{
		
	background-image: url('../img/price_300_2x.png');
	background-size:100% 100%;
	width:82px;
	height:75px;
	position:absolute;
	bottom: -12px;
    left: -32px;
	
	   
	
}


.gift_order_btn{
	

box-sizing: border-box;


display: flex;
flex-direction: row;
justify-content: center;
align-items: center;

width: 209px;
height: 35.1px;

background: #06063C;
border: 1px solid #0025FF;




font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 400;
font-size: 15.8402px;
line-height: 17px;
/* identical to box height, or 107% */
text-align: center;

/* ELECTRIC BLUE */
color: #0025FF;

padding-left: 40px;


}

.gift_desc_container{
	/* Frame 373 */


width: 207px;
height: 96px;

/* GLOBE BLUE */
background: #0E0E96;
border: 1px solid #0025FF;

}

.gift_txt{

width: 138px;
font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 400;
font-size: 15.8402px;
line-height: 17px;
/* or 107% */
text-align: center;

/* WHITE */
color: #FFFFFF;


}

.gift_container{
	position:relative;
	margin-top:26px;
	margin-bottom:20px;
}

.extra_ge_logo{
	background-image: url('../img/extra_ge_logo2x.png');
	background-size:100% 100%;
	width:96.5px;
	height:38.5px;
}

.veli_logo{
	background-image: url('../img/veli_logo.png');
	background-size:100% 100%;
	width:74.5px;
	height:27.5px;
}



.custom-checkbox-shop {
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-left: 30px;
  padding-bottom: 24px;
    padding-right: 15px;
}

.custom-checkbox-shop input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox-shop .checkmark-shop {
  position: absolute;
  left: 0;
  top: 0;
  width: 29.5px;
  height: 29px;
  background: url('../img/checkbox_unchecked2x.png') no-repeat center center;
  background-size: contain;
}

.custom-checkbox-shop input:checked + .checkmark-shop {
  background: url('../img/checkbox_checked2x.png') no-repeat center center;
  background-size: contain;
}
.custom-checkbox-shop .checkmark-shop-d {
  position: absolute;
  left: 0;
  top: 0;
  width: 29.5px;
  height: 29px;
  background: url('../img/d_checkbox_unchecked2x.png') no-repeat center center;
  background-size: contain;
}

.custom-checkbox-shop input:checked + .checkmark-shop-d {
  background: url('../img/d_checkbox_checked2x.png') no-repeat center center;
  background-size: contain;
}

.preorder_txt{
	/* ვეთანხმები ქულების  გადაცვლას დადასტურების გარეშე */



font-family: 'Proxima Nova';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 15px;

/* WHITE */
color: #FFFFFF;



}



#shop_d_bottom{
		
	background-image: url('../img/shop_bg_bottom.png');
	background-size:100% 100%;
	width:976.5px;
	height:635px;
	
	position:absolute;
	left:0px;
	top:-635px;
	
	   
	
}

#sec_shop_d{
	    background: url(/img/bg_d_c.png);
    background-position-x: -1598px;
    background-position-y: -990px;
    background-size: 4096px 4096px;
    background-repeat: no-repeat;
	background-color: black;
}

/*shop_sec*/





#extra_code_logo{
		
	background-image: url('../img/extra_code_logo.png');
	background-size:100% 100%;
	width:73px;
	height:29.5px;	   
	
}

#veli_code_logo{
		
	background-image: url('../img/veli_logo.png');
	background-size:100% 100%;
	width:74.5px;
	height:27.5px;	   
	
}

.copy_code_button_mob{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center; 
	width: 115px; height: 38px;    
	background: #0F0F42;
	font-family: 'Pepsi Owners';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 32px;    
	color: #FFFFFF;
	border: 1px solid white;
	cursor:pointer;
}



#popup_drop{
		
	background-image: url('../img/popup_drop_left_2x.png');
	background-size:100% 100%;
	width:117px;
	height:153px;
	
	position:absolute;
	left:0px;
	top:20px;
	
	   
	
}





















.codes_container{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
gap: 20px;

width: 520px;
height: 81px;

background: #0025FF;

flex: none;
order: 0;
flex-grow: 0;

margin-bottom: 75px;
    margin-top: 121px;
}

.codes_txt_1{
font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 12px;
color: #FFFFFF;

}


.codes_txt_2{



font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 16px;
line-height: 12px;
/* identical to box height, or 75% */
text-decoration-line: underline;
/*text-transform: uppercase*/;

/* WHITE */
color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;
cursor:pointer;
}

.megogo_container{display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
gap: 20px;

width: 520px;
height: 81px;

background: #0025FF;

flex: none;
order: 0;
flex-grow: 0;
}


.megogo_txt_1{
font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 12px;
color: #FFFFFF;
color:#FCE444

}

.megogo_txt_2{


font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 19px;
line-height: 12px;
/* identical to box height, or 75% */
text-decoration-line: underline;
/*text-transform: uppercase*/;

/* WHITE */
color: #FFFFFF;
/*text-transform: uppercase*/;   border: 5px solid white;    padding: 10px;	
}







#desktop_logo{
		
	background-image: url('../img/p_logo.png');
	background-size:100% 100%;
	width:43px;
	height:43.5px;
	    
	    margin-left: 39px;
	
}
#desktop_logo2{
		
	background-image: url('../img/p_logo22.png');
	background-size:100% 100%;
	width:119px;
	height:119px;
	    
	    margin-left: 39px;
	
}
#desktop_logo2_m{
		
	background-image: url('../img/p_logo22.png');
	background-size:100% 100%;
	width:20px;
	height:20px;
	    
	   
	
}


#d_footer1{
		
	background-image: url('../img/d_footer1_2x_new_new.png');
	background-size:100% 100%;
	width:408.5px;
	height:51px;
	    
	   
	
}
#d_footer2{
		
	background-image: url('../img/d_footer2_2x_new_new.png');
	background-size:100% 100%;
	width:371.5px;
	height:50.5px;
	    
	   
	
}

#d_footer1_new{
		
	background-image: url('../img/d_footer1_2x_new_new_price.png');
	background-size:100% 100%;
	width:408.5px;
	height:51px;
	    
	   
	
}
#d_footer2_new{
		
	background-image: url('../img/d_footer2_2x_new_new_price.png');
	background-size:100% 100%;
	width:371.5px;
	height:50.5px;
	    
	   
	
}

#d_right_main{
		
	background-image: url('../img/desk_main_right2x.png');
	background-size:100% 100%;
	width:722px;
	height:633px;
	    
	   
	
}

#d_right_main_running{
		
	background-image: url('../img/desk_main_right2x_running.png');
	background-size:100% 100%;
	width:717px;
	height:633px;
	    
	   
	
}
#d_left_main{
		position:relative;
	background-image: url('../img/desk_main_left2x.png');
	background-size:100% 100%;
	width:617px;
	height:530px;
	z-index:1;
	    
	   
	
}


#d_left_main_running{
		position:relative;
	background-image: url('../img/desk_main_left2x_running.png');
	background-size:100% 100%;
	width:617px;
	height:530px;
	z-index:1;
	    
	   
	
}

#d_left_main_attach{
		
	background-image: url('../img/desk_main_left_attach2x.png');
	background-size:100% 100%;
	width:384px;
	height:382px;
	position:absolute;
	right:-230px;
	top:100px;
	
	   
	
}

#d_left_main_attach_running{
		
	background-image: url('../img/desk_main_left_attach2x_running.png');
	background-size:100% 100%;
	width:469.5px;
	height:495.5px;
	position:absolute;
    right: -259px;
    top: -3px;
	
	   
	
}


#top_right_flamingo{
		
	background-image: url('../img/top_right_flamingo2x.png');
	background-size:100% 100%;
	width:96px;
	height:161.5px;
	position:absolute;
	right:0px;
	top:50px;
	   
	
}



#shop_ico_mob{
		
	background-image: url('../img/shop_ico2x.png');
	background-size:100% 100%;
	width:29px;
	height:29px;
	
	   
	
}


#cab_d_bottom{
		
	background-image: url('../img/cab_d_bottom2x_crop.png');
	background-size:100% 100%;
	width:957px;
	height:562px;
	
	position:absolute;
	left:0px;
	top:-562px;
	
	   
	
}





#shop_d_bottom{
		
	background-image: url('../img/shop_bg_bottom.png');
	background-size:100% 100%;
	width:976.5px;
	height:635px;
	
	position:absolute;
	left:0px;
	top:-635px;
	
	   
	
}

.cab_desktop_left{
	    background: url(/img/bg_d_c.png);
    background-position-x: -1608px;
    background-position-y: calc(100% + 2010px);
    background-size: 4096px 4096px;
    background-repeat: no-repeat;
    background-color: black;
}


#supp_d_bottom{
		
	background-image: url('../img/supp_bg_bottom_new.png');
	background-size:100% 100%;
	width:1120.5px;
	height:605.5px;
	
	position:absolute;
	left:0px;
	top:-605.5px;
	
	   
	
}

#sec_support_d{
    background: url(/img/bg_d_c.png);
    background-position-x: -1608px;
    background-position-y: -880px;
    background-size: 4096px 4096px;
    background-repeat: no-repeat;
    background-color: black;
}

#winners_d_bottom{
		
	background-image: url('../img/winners_bg_bottom_crop2.png');
	background-size:100% 100%;
	width:738.5px;
	height:386.5px;
	
	position:absolute;
	/*left:0px;*/
	top:-386.5px;
	
	   
	
}


#sup_umbrella{
		
	background-image: url('../img/umbrella2x.png');
	background-size:100% 100%;
	width:211.5px;
	height:217.5px;
	
	position:absolute;
right: 10%;
    top: -197.5px;
	
	   
	
}

#sec_winners_d{
	background-image: url('../img/half_bg_d_c.png');
	background-size:4096px 1648px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom;
	
	
}


#container_cab_d{
	 
	position:relative;
	height:unset;
	z-index: 1;    
	width: 100%; 
	
	
	  align-items: flex-start;
	  align-items: stretch;
	  min-height: max(calc(100vh - 165px), 847px);
}

.cab_left{
	/*
	background-image: url('../img/bg_d_c.png');
	background-repeat: no-repeat;
	  background-position: left calc(100% - 50%);
	  background-size: cover;
	  */
	  background-color:black;
}

.shop_go_btn_mob{
/* Frame 325/Variant2 */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 1px 37px;

width: 337px;
height: 39px;


/* Yellow */
border: 1px solid #FFED00;


font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 37px;

color: #FFED00;



}



#desk_main_sec1_mob{
		
	background-image: url('../img/desk_main_sec1_2x_mob_new.png');
	background-size:100% 100%;
	width:357.5px;
	height:409px;
	
	   
	
}


#btn_reg_start_mob{
	 position: relative;
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 3.13793px 12.5517px;
gap: 8.79px;


width: 164.43px;
height: 23.68px;

/* WHITE */
background: #FFFFFF;


box-shadow: -2px 2px 0 black;
    box-shadow: -2px 2px 0px black, 0px 2px 0px black;	

}
.btn_reg_start_mob{
	 position: relative;
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 3.13793px 12.5517px;
gap: 8.79px;


width: 164.43px;
height: 23.68px;

/* WHITE */
background: #FFFFFF;


box-shadow: -2px 2px 0 black;
    box-shadow: -2px 2px 0px black, 0px 2px 0px black;	

}
.btn_reg_start_mob_hover{

	box-shadow: -2px 2px 0px #FFED00, 0px 2px 0px #FFED00;
}

#btn_reg_start_mob::before {
  content: "";
  position: absolute;
      left: -4px;
    bottom: -4px;
    width: calc(100% + 4px);
  height: 100%;
  background: blue;
  z-index: -1;
 
}




.btn_reg_start_mob::before {
  content: "";
  position: absolute;
      left: -4px;
    bottom: -4px;
    width: calc(100% + 4px);
  height: 100%;
  background: blue;
  z-index: -1;
 
}





.btn_reg_start_mob_hover::before {
  content: "";
  position: absolute;
  left: -4px;  
  bottom: -4px;
  width: calc(100% + 4px);
  height: 100%;
  background: #FFED00;
  z-index: -1;
  opacity:0.99
 
}

.outer_bg_button{
	 position: relative;
			display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 3.13793px 12.5517px;
		gap: 8.79px;


		width: 164.43px;
		height: 23.68px;

		/* WHITE */
		background: #FFFFFF;


		box-shadow: -2px 2px 0 black;
			    box-shadow: -4px 4px 0 black
}


.outer_bg_button::before {
  content: "";
  position: absolute;
  left: -6px;  
  bottom: -6px;
  width: 100%;
  height: 100%;
  background: blue;
  z-index: -1;
 
}

.global_btn_add_file{
	/* Frame 360 */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;

width: 184px;
height: 31px;


border: 1px solid #FFFFFF;




font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 400;
font-size: 9px;
line-height: 15px;
/* identical to box height, or 163% */

color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
background-color:#0F0F42;

}
.global_file_field_add_file{
	/* Frame 360 */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;

width: 184px;
height: 31px;


border: 1px solid #0025FF;



/* ფაილის სახელი */

font-family: 'Proxima Nova';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
/* identical to box height, or 122% */

color: #CECECE;




/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
background-color:#0F0F42;

}


.file_delete_ico{
margin-right: 5px;
  background-image: url('/img/close_cross_popup.png');
  width: 14.5px;
  height: 14.5px;
  background-size: 100% 100%;
  margin-top: -2px;
  z-index: 1;
  cursor: pointer;
}


#footer_mob_auth{
		
	background-image: url('../img/footer_mob_auth.png');
	background-size:100% 100%;
	width:390px;
	height:541px;
	 
	
}
#footer_mob_auth_new{
		
	background-image: url('../img/footer_mob_auth_new_price.png');
	background-size:100% 100%;
	width:390px;
	height:541px;
	 
	
}

#shop_gift3mob{
		
	background-image: url('../img/shop_gift3mob.png');
	background-size:100% 100%;
	width:237px;
	height:494px;
	 
	
}

#sec_cab_m,#sec_support_m{

	background-image: url('../img/bg_mob_main_auth.png');
	  background-repeat: no-repeat;
  background-position: center calc(100% - 145px);
  background-size: 100% auto;
}


#sec_winners_m{

	/*background-image: url('../img/bg_mob_main_auth.png');
	  background-repeat: no-repeat;
  background-position: center calc(100% - 145px);
  background-size: 100% auto;*/
}


  /*file_section*/
  
input[type="file"] {
  display: none;
}


#ufiles_label{
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;

	color: #FFFFFF;

	}
	
	
	.icon_files{
	background-image: url('../img/document.png');
	background-size: 100% 100%;
	height:18px;
	width:18px;
	margin-right:8px;
}

#ffs_container{
	margin-top: 15px;
	position:relative;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	/*align-items:center;*/
	max-width: 632px;
	padding-left: 12px;
	padding-right: 12px;
	align-self: start;
/*	
border-bottom: 1px dashed #FFFFFF;
*/
/*
border-top: 1px dashed #FFFFFF;

*/
width: 92%;
}

#ffs_label_container{
	/*width: 60%;
	margin-top: 15px;*/
	width:100%;
}

#files_listd,#files_list{
	padding: 5px;
   /* display: inline-flex;*/
	flex-wrap: wrap;
    list-style-type: none;
    padding-inline-start: 0;
	margin-block: 0;
    margin: 0;
}

#fa{text-align: left;    width: 318px;}

.li_item_file{
	    display: flex;

	/* Назва файлу.png */

    margin-top: 4px;
font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
/* identical to box height, or 117% */

color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}
  /*file_section*/
  
  .popup_overlay {
	display:none;
  /*background: #000000;
  opacity: 0.75;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 49;
  width: 100%;
  height: 100%;



background: rgba(255, 255, 255, 0.1);
background: rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(2px); 
backdrop-filter: blur(2px);

}


body:has(.popup_container[style*="display: flex"]) .popup_overlay {
    display: block;
}

body:has(.popup_container[style*="display: block"]) .popup_overlay {
    display: block;
}

#send_code_m,#send_code_d{
	/* Frame 312 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;


width: 169px;
height: 38px;


/* ELECTRIC BLUE */
background: #0025FF;



font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 32px;
/* identical to box height, or 228% */

/* WHITE */
color: #FFFFFF;


}

.code_reg_txt_chances{
	/* გათამაშების ბილეთების რაოდენობა: (1) */



font-family: 'Proxima Nova';
font-style: normal;
font-weight: 400;
font-size: 15.5352px;
line-height: 10px;
/* identical to box height, or 67% */

/* WHITE */
color: #FFFFFF;


}
.code_reg_txt_mob{
	/* დაარეგისტრირე კოდი */



font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 32px;


color: #FFFFFF;
}


.hr{/* Line 2 */

width: 100%;
height:1px;

/* ELECTRIC BLUE */
background-color: #0025FF;
border:0;
margin-bottom:10px;
margin-top:10px;
}


.btn_reg_txt{
	/* დარეგისტრირდი */

width: 117px;
height: 8px;

font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 400;
font-size: 11.2966px;
    line-height: 10.2px;
leading-trim: both;
text-edge: cap;
text-align: center;

color: #000000;
flex: none;
order: 1;
flex-grow: 0;

}

.promo_end_txt{
	/* გათამაშება დასრულებულია */


width: 298px;
height: 26px;


font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
/* identical to box height, or 144% */
text-align: center;

/* WHITE */
color: #FFFFFF;


}
.promo_end_txt_mob{
	/* გათამაშება დასრულებულია */

/* გათამაშება დასრულებულია */


width: 248px;
height: 21px;

font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 21px;
/* identical to box height, or 138% */
text-align: center;

/* WHITE */
color: #FFFFFF;



}


#desk_main_sec1_start_mob{
		
	background-image: url('../img/desk_main_sec1_start_2x_mob_new_new_new.png?v=7');
	background-size:100% 100%;
	width:357.5px;
	height:385px;
	
	   
	
}
#desk_main_sec1_start_mob_new{
		
	background-image: url('../img/desk_main_sec1_start_2x_mob_new_new_new_price.png');
	background-size:100% 100%;
	width:357.5px;
	height:385px;
	
	   
	
}



#btn_reg_ico{
	background-image: url('../img/reg_btn_ico_w.png');
	background-size:100% 100%;
	width:18px;
	height:18px;
}


.btn_reg_ico{
	background-image: url('../img/reg_btn_ico_w.png');
	background-size:100% 100%;
	width:18px;
	height:18px;
}

.btn_reg_ico_hover{
	background-image: url('../img/reg_btn_ico_y.png');
	background-size:100% 100%;
	
}

#txt_reg_mob{
	background-image: url('../img/txt_reg_mob.png');
	background-size:100% 100%;
	width:136.5px;
	height:61.5px;
}
#txt_reg_desk{
	background-image: url('../img/txt_reg_d.png');
	background-size:100% 100%;
	width:217px;
	height:98px;
}


#desk_main_sec_bottom_mob{
		
	background-image: url('../img/desk_main_sec_bottom_2x_mob.png');
	background-size:100% 100%;
	width:390px;
	height:521px;
	
	   
	
}
#desk_winners_sec_bottom_mob{
		
	background-image: url('../img/winner_mob_bg.png');
	background-size:100% 100%;
	width:390px;
	height:702px;
	
	   
	
}





#legal_img_footer{
		
	background-image: url('../img/legal_img_footer2x.png');
	background-size:100% 100%;
	width:357px;
	height:43.5px;
	
	   
	
}



#l_circle_mob{
		
	background-image: url('../img/l_circle_mob2x.png');
	background-size:100% 100%;
	width:124px;
	height:124px;
	position:absolute;
	   left: 10px;
    top: -110px;
}
	   
	   
	


#r_circle_mob{
		
	background-image: url('../img/r_circle_mob2x.png');
	background-size:100% 100%;
	width:124.5px;
	height:124.5px;
	position:absolute;
	    right: 10px;
    top: -110px;
}
	   


#nav {
 /*
  padding-left: 10%;
  padding-right: 10%;
  */
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
 /* position: absolute;*/
    width: 100%;
	
	height: 51px;
	background: var(--e_blue);


font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 16px;
line-height: 19px;
/*text-transform: uppercase*/;

color: #FFFFFF;
z-index:3;
position:relative;


}

.nav_link {

	margin-left:70px;
	cursor:pointer;
	position:relative;

}

.nav_link:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}


.nav_underline_active {
  
  position: relative;
}

.nav_underline_active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px; 
  width: 100%;
  height: 2px; 
  background-color: #FCE444; 
}

.proxima_black{
	font-family: 'Proxima Nova Bl';
}

.proxima_regular{
	font-family: 'Proxima Nova Rg';
}

.proxima_semibold{
	font-family: 'Proxima Nova Sb';
}

#footer_main{
	margin-top:-75px;
position: fixed;
bottom:0;
height:85px;
    width: 100%;
background: #0025FF;

	/*  background-image: url('../img/footer_desktop_bg.png');*/
	  background-repeat: no-repeat;
	  background-size: 100% auto; 
	  background-position: center;
    z-index: 1;

    justify-content: space-around;
}


#footer_main_mob{
position: fixed;
bottom:0;
min-height:145px;
height:215px;
    width: 100%;
background: #0025FF;

	  /*background-image: url('../img/footer_mob2x.png');
	  background-repeat: no-repeat;
	  background-size: 100% auto; 
	  background-position: center 50px;*/
z-index:0;
}

#snow_main{
position: fixed;
bottom:125px;
height:100vh;
    width: 100%;
	  background-image: url('../img/bg_snow_bottle2x.png');
	  background-repeat: no-repeat;
	  background-size: 100% auto; 
	  background-position: center bottom;
z-index:0;
}

#snow_main_mob{
position: fixed;
bottom:245px;
height:100vh;
    width: 100%;
	  background-image: url('../img/bg_mob_snow2x.png');
	  background-repeat: no-repeat;
	  background-size: 100% auto; 
	  background-position: center bottom;
z-index:0;
}


#desk_legal{
	/* Акція під назвою «Вигравай призи на зимовому!» діє з 01.11.24 по 31.01.25 на всій території України,  окрім ТОТ та територій проведення бойових дій. Вигляд продукту та подарунків може відрізнятись  від зображеного. *Мається на увазі сертифікат на відпочинок на двох на два дні в одному з готелів, розташованих у підніжжя гори Буковель. Детальніше на сайті pepsi.ua */

/*position: absolute;*/
width: 550px;
height: 48px;
/*left: calc(50% - 550px/2 - 346px);*/
/*top: 45px;*/

font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 400;
font-size: 11px;
line-height: 12px;
color: #FFFFFF;


}


.scale{
	scale:1.0;
}

.btn_b_tg{
	    left: 15px;
    
	
	position:relative;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;


width: 252.21px;
height: 56.38px;

/* ELECTRIC BLUE */
background: #0025FF;
box-shadow: 0px 1.44371px 2.88743px rgba(0, 0, 0, 0.27);
}


.btn_y_tg{
    z-index: -1;
    position: absolute;
    width: 257.11px;
    height: 56.38px;
   left: 8.86px;
    top: 4.83px;
background: #FFED00;
box-shadow: 0px 1.44371px 2.88743px rgba(0, 0, 0, 0.27);

}
.btn_w_vb{
    z-index: -1;
    position: absolute;
    width: 257.11px;
    height: 56.38px;
   left: 8.86px;
    top: 4.83px;
background: #FFFFFF;
box-shadow: 0px 1.44371px 2.88743px rgba(0, 0, 0, 0.27);

}

.tg_text{
	/* В Telegram */
white-space: nowrap;
width: 114px;
height: 22px;

font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 22px;
/* identical to box height */
/*text-transform: uppercase*/;

/* Yellow */
color: #FFED00;
/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}
.vb_text{
	white-space: nowrap;
	/* В Telegram */

width: 114px;
height: 22px;

font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 22px;
/* identical to box height */
/*text-transform: uppercase*/;

/* Yellow */
color: #FFFFFF;
/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}

.mtg_ico{
width: 27.43px;
height: 27.43px;
background: url('../img/mtg_ico.png');
/*transform: matrix(1, -0.08, 0.1, 0.99, 0, 0);*/
flex: none;
order: 0;
flex-grow: 0;
background-size: 100% 100%; 
margin-right:8px;
}

.mweb_ico{
width: 27.43px;
height: 27.43px;
background: url('../img/mweb_ico.png');
/*transform: matrix(1, -0.08, 0.1, 0.99, 0, 0);*/
flex: none;
order: 0;
flex-grow: 0;
background-size: 100% 100%; 
margin-right:8px;
}
.mvb_ico{
width: 27.43px;
height: 27.43px;
background: url('../img/mvb_ico.png');
/*transform: matrix(1, -0.08, 0.1, 0.99, 0, 0);*/
flex: none;
order: 0;
flex-grow: 0;
background-size: 100% 100%; 
margin-right:8px;
}

#hl_d{
width: 575.5px;
height: 295.5px;
background: url('../img/headline_desk_2x.png');
background-size: 100% 100%; 

}

#prize_d{
width: 874px;
height: 381px;
background: url('../img/prize.png');
background: url('../img/new_prize.png');
background-size: 100% 100%; 
    margin-top: -129px;
    margin-left: 95px;

}

#main_d_container,#end_of_promo_sec_main_m{
	position: relative;
    z-index: 1;
	margin-top: 70px;
	margin-top: -27px;
    display: flex;
    width: 100%;
}



.txt_main_before{


font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 13.0569px;
line-height: 16px;
text-align: center;
/*text-transform: uppercase*/;

/* WHITE */
color: #FFFFFF;
margin-bottom:50px;

}

.abo_d{
	
	/* або */


font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 14.0581px;
line-height: 17px;
/*text-transform: uppercase*/;

/* ELECTRIC BLUE */
color: #0025FF;

margin-bottom:10px;
margin-top:10px;

}

.btn_fix{
	margin-left:-24px;
}

#container_d_btn{
	position: absolute;
       left: 7%;
    top: 22%;
    transform: rotate(-4.5deg);
	z-index:2;
}

.label_input{
	/* Введіть номер телефону одержувача в Новій Пошті */
align-self:flex-start;
margin-top:20px;
margin-bottom:12px;
font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #FFFFFF;


}

.input_g{
	
display: flex;
flex-direction: row;
align-items: center;
padding: 10px 16px;
gap: 21px;

width: 517px;
height: 36px;

background: #0F0F42;
/* GLOBE BLUE */
border: 1px solid #0E0E96;
border: 1px solid #0025FF;
/*
box-shadow: inset 0px 3px 10px rgba(14, 14, 150, 1);
*/

font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;


font-family: 'Proxima Nova';
font-style: normal;
font-weight: 400;
font-size: 11px;
line-height: 12px;
/* identical to box height, or 109% */

color: #CECECE;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;


}


.f_textarea {
  width: 540px;
  height: 207px;
display: flex
;
        flex-direction: row;
        align-items: flex-start;
        padding: 26px 16px;
        background: #0F0F42;
        border: 1px solid #0E0E96;
        border: 1px solid #0025FF;
        box-shadow: inset 0px 3px 10px rgba(14, 14, 150, 0.31);
    }


.select2-container {
    width: 100% !important; /* Ensures full-width */
    font-size: 16px;        /* Custom font size */
	height: 56px !important;
	max-width:553px !important
}

/* Dropdown arrow */
.select2-container .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent; /* Custom arrow color */
}

/* Custom background and border */
.select2-container--default .select2-selection--single {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.select2-container .select2-selection--single {
height: 56px !important;
padding: 10px 16px;
gap: 21px;
background: #FFFFFF;
box-shadow: inset 0px 3px 10px rgba(14, 14, 150, 0.31);

}

.save_np_button{
align-self:flex-start;
margin-top:20px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;


width: 269px;
height: 32px;

background: #FCE444;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);


font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 22px;
/* identical to box height, or 122% */
display: flex;
align-items: center;
text-align: center;
/*text-transform: uppercase*/;

/* BLACK */
color: #000000;

/* Frame 313 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;

background:#ffffff;


font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 400;
font-size: 14.769px;
line-height: 30px;

color: #0025FF;





}
.save_np_button_2{
align-self:flex-start;
margin-top:20px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;


width: 269px;
height: 32px;

box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);


font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 22px;
/* identical to box height, or 122% */
display: flex;
align-items: center;
text-align: center;
/*text-transform: uppercase*/;

/* BLACK */
color: #000000;

/* Frame 313 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;


border: 1px solid #FFFFFF;

/* მიუთითეთ ტელეფონის სხვა ნომერი */


font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 400;
font-size: 9.69939px;
line-height: 20px;
/* identical to box height, or 206% */
text-align: center;

/* WHITE */
color: #FFFFFF;





}

.points5{
	
/* 5 points */


font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 400;
font-size: 32.6777px;
line-height: 27px;
/* or 84% */
/*text-transform: uppercase*/;

/* Yellow */
color: #FFED00;


}


#instr_d_container{
	/* інструкція */

position: absolute;
width: 510.78px;
height: 80px;
left: 836.98px;
top: 561px;


}


#win_view_d {
  background-image: url('/img/win_view2x_d.png');
  width: 481.5px;
  height: 130.5px;
  background-size: 100% 100%;
 /* right: 30px;
  top: 6px;
  position: absolute;*/

}

#footer_other{
margin-top: auto;
height:209px;
    width: 100%;
background: #0025FF;

	  /*background-image: url('../img/footer_desktop_bg.png');
	  background-repeat: no-repeat;
	  background-size: 100% auto; 
	  background-position: center;*/
	  display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    /* position: absolute; */
   
    font-family: 'Proxima Nova Bl';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    /*text-transform: uppercase*/;
    color: #FFFFFF;
    z-index: 3;
   
	  
	  
	  
	  
z-index:0;
}


#footer_other_m{
margin-top: auto;
height:55px;
    width: 100%;
background: #0025FF;

	  /*background-image: url('../img/footer_desktop_bg.png');
	  background-repeat: no-repeat;
	  background-size: 100% auto; 
	  background-position: center;*/
	  display: flex;
	  flex-direction:column;
    align-items: center;
    justify-content: space-around;
    z-index: 1;
    /* position: absolute; */
   
    font-family: 'Proxima Nova Bl';
    font-style: normal;
    font-weight: 900;
    font-size: 7px;
    line-height: 11px;
    /*text-transform: uppercase*/;
    color: #FFFFFF;
    z-index: 3;
   
	  
	  
	  
	  
z-index:0;
}

#checkout_m{
	min-height: calc(100vh - 43px);
	flex-direction:column;
}

#snow_checkout{
/*position: fixed;*/
height:100vh;
    width: 100%;
	  background-image: url('../img/bg_snow_checkout.png');
	  background-repeat: no-repeat;
	  background-size: 100% auto; 
	  background-position: center bottom;
z-index:0;
margin-top:-24%
}



#mob_menu_content_container {
  position: absolute;
  /* top:37px; */
  top: 0px;
  width: 100vw;
  /* height:calc(100vh - 37px); */
  height: calc(100vh);
  left: 0;
  right: 0;
  
  z-index: 50;
  
background-color:#0025FF;
  padding-top: 15px;
  padding-bottom: 15px;
 
}

#mob_menu {
  justify-content: flex-end;
  padding-right: 0px;
  width: 100%;
  z-index: 1000;
  height:43px;


}


#mob_menu_container {
  height: 43px;
  width: 100%;
background-color: #0025FF;
  cursor: pointer;
 /* margin-bottom: -38px;*/
  z-index: 3;
}


#d_brgr {
  background-image: url('/img/dburger.png');
  width: 29px;
  height: 26.5px;
  background-size: 100% 100%;
  right: 30px;
  top: 6px;
  position: absolute;

}

#snow_chekout_m,#snow_feedback_m {
  background-image: url('/img/snow_checkout_m2x.png');
  width: 375px;
  height: 632px;
  background-size: 100% 100%;
  margin-top: -50%;

}

#feedbackm, #cabm,#winnersm,#shopm {
    display: flex;
    z-index: 1;
    width: 100%;
    background-color: #0E0E96;
}


#menu_close {
  background-image: url('/img/mclose.png');
  width: 29px;
  height: 29px;
  background-size: 100% 100%;
  right: 30px;
  top: 6px;
  position: absolute;

}

#win_view_m {
  background-image: url('/img/win_view2x_mob.png');
  width: 342px;
  height: 92.5px;
  background-size: 100% 100%;
 /* right: 30px;
  top: 6px;
  position: absolute;*/

}
#root_m {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_link_m {


text-align: center;

color: #F5F5F5;


margin-bottom: 54px;


font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 20.4076px;
line-height: 37px;
/* identical to box height, or 183% */
/*text-transform: uppercase*/;

/* WHITE */
color: #FFFFFF;




}


#popup_cd{
padding: 32px;
gap: 14px;

width: 458px;
height: 270px;
/* GLOBE BLUE */
background: #0E0E96;
/* shadow pepsi */
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);

	
	left: 0;
    right: 0;
    margin: auto;
    top: 34.3%;
    position: fixed;
}

.popup_overlay {
  background: #000000;
  opacity: 0.75;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 49;
  width: 100%;
  height: 100%;

}


.agree_error {
  border: solid 3px red;
  padding-bottom: 8px;
}
#ag_txt {
position:absolute;


font-family: 'Proxima Nova';
font-style: normal;
font-weight: 400;
font-size: 9px;
line-height: 10px;
/* or 111% */

/* WHITE */
color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;


}


.form_header_error{
	margin-top: 5px; margin-bottom: 5px;

font-family: 'Proxima Nova';
font-style: normal;
font-weight: 400;
font-size: 11px;
line-height: 11px;
/* identical to box height, or 103% */

/* GLOBE RED */
color: #FF1400;


/* Inside auto layout */
    width: 322px;
    text-align: left;
}

.agree_error {
  border: solid 3px red;
  padding-bottom: 8px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  max-width: 300px; /* adjust as needed */
}
.custom-checkbox input {
  display: none;
}

.custom-checkbox .checkmark {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #555;
  border-radius: 3px;
  position: relative;
  background-color: white;
  box-sizing: border-box;
  margin-top: 2px;
}

.custom-checkbox input:checked + .checkmark {
  background-color: #2196F3;
  border-color: #2196F3;
}

/* White checkmark always shown when checked */
.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox .label-text {
  line-height: 1.4;
  word-break: break-word;
  
  /* ვეთანხმები ჩემი ტელეფონის ნომრის გამოყენებას  ავტორიზაციის, მისი ვერიფიკაციისა და მობილური  ბალანსის შევსების მიზნით */


font-family: 'Proxima Nova';
font-style: normal;
font-weight: 400;
font-size: 9px;
line-height: 10px;
/* or 111% */

/* WHITE */
color: #FFFFFF;


}










#message_popup{	
/*border: 1px solid yellow;*/
	z-index:50;
padding: 32px;
gap: 14px;

width: 458px;
height: 270px;
/* GLOBE BLUE */
background: #0025FF;
/* shadow pepsi */
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);

	
	left: 0;
    right: 0;
    margin: auto;
    top: 34.3%;
    position: fixed;
	height:unset;
}


#message_popup_final{	
/*border: 1px solid yellow;*/
	z-index:50;
padding: 32px;
gap: 14px;

width: 679px;
height: 270px;
/* GLOBE BLUE */
background: #0025FF;
/* shadow pepsi */
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);

	
	left: 0;
    right: 0;
    margin: auto;
    top: 34.3%;
    position: fixed;
	height:unset;
}
#message_popup_final #desktop_logo{
	height: 54px;
    width: 54px;
}
#message_popup_final #message_popup_text{
	font-size: 32px;
    line-height: 38px;
}


.popup_container{
	
	z-index:50;
padding: 32px;
gap: 14px;

width: 458px;
min-height: 270px;
/* GLOBE BLUE */
background: #0025FF;
/* shadow pepsi */
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);

	
	left: 0;
    right: 0;
    margin: auto;
    top: 20.3%;
    position: fixed;
	
	font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;

leading-trim: both;
text-edge: cap;
text-align: center;

/* WHITE */
color: #FFFFFF;
}

#message_popup_text{

	/* Для входу, введіть свій e-mail */


font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;

leading-trim: both;
text-edge: cap;
text-align: center;

/* WHITE */
color: #FFFFFF;

}


.popup_close_u,
.popup_close {

  background-image: url('/img/cross_close_popup_b.png');
  width: 24.5px;
  height: 24px;
  background-size: 100% 100%;
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 1;
  cursor: pointer;
}


.popup_close_w {

  background-image: url('/img/cross_close_popup_w.png');
  width: 24.5px;
  height: 24px;
  background-size: 100% 100%;
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 1;
  cursor: pointer;
}

.popup_close_w:hover {
	cursor:pointer
}
.popup_close_u:hover,
.popup_close:hover ,
{

background-image: url('/img/cross_close_popup_y.png');}


#popup_header{

	display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
	height: 48px;

	background: #2AD2C9;

}

.txt_big{
	margin-top:40px;
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	/*text-transform: uppercase*/;
	color: #4B1900;
}
.txt_sm{
	margin-top:14px;
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 450;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	color: #4B1900;
}

#c_cd{
	/*right: 0;*/
    width: 1160px;
    bottom: 50px;
    left: -315px;
    transform: scale(0.4);
    position: absolute;
    margin: auto;
}

#t1{
	font-size: 24px;
	line-height: 27px;
	text-align: center;
	/*text-transform: uppercase*/;
	color: white;
	font-weight: 700;

}

#t2{
	
	font-size: 24px;
	line-height: 22px;text-align: center;color: white;;margin-top:20px;
	
	


}

#t3{
	font-size: 24px;
	line-height: 27px;text-align: center;color: white;margin-top:15px;
	
}

.mobile {
  display: none;
}

.snowflake{
		background-image: url('../img/snowflake.png');
		height:32px;
		width:32px;
		background-repeat: no-repeat;
		background-size: auto 100% ;
		background-size: 100% 100%;
}

.instr_d{
		background-image: url('../img/instrd2x.png');
		height:80px;
		width:511.5px;
		background-repeat: no-repeat;
		background-size: auto 100% ;
		background-size: 100% 100%;
		
		    position: absolute;
    right: 150px;
    top: 40px;
}



.reg_code_mob{
		background-image: url('../img/reg_code_mob2x.png');
		
		width:155.5px;
		height:33.5px;
		background-repeat: no-repeat;
		background-size: auto 100% ;
		background-size: 100% 100%;
		margin-bottom: 15px;
		   
}


.reg_code_d{
		background-image: url('../img/reg_code_d2x.png');
		
		width:264.5px;
		height:56.5px;
		background-repeat: no-repeat;
		background-size: auto 100% ;
		background-size: 100% 100%;
		margin-bottom: 15px;
		   
}

#sec_checkout_d,#sec_main_d,#feedbackd,#cabd,#winnersd,#shopd,#end_of_promo_sec_main_d{
	    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
	background-color:#0E0E96;
	background-color:black;
	
    background-image: url(../img/bg_d_c.png);
    /* background-repeat: no-repeat; */
    /* background-size: 100% auto; */
    /* background-position: -20% 60%; */
        background-repeat: no-repeat;
    background-position: 151% 49%;
    background-size: 75% auto;
}

#d_pulse_main{
	position:absolute;
	background-image: url(../img/bg_d_c.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto;
}



#win_container_d{

box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
align-items: center;

width: 656px;
height: 689px;
/*top: 60px;*/

background: rgba(14, 14, 150, 0.95);
border-top: 2px solid #0025FF;
border-bottom: 2px solid #0025FF;
box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.19);

}

#shop_container_d{

box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
align-items: center;

width: 1309px;
height: 689px;
/*top: 60px;*/

background: rgba(14, 14, 150, 0.95);
border: 2px solid #0025FF;
box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.19);

}

.shop_header{
	/* Frame 153 */

/* Auto layout */
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
width:100%;


height: 45px;

background: #0025FF;




font-family: 'Proxima Nova Sb';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 12px;
/* identical to box height, or 86% */

/* WHITE */
color: #FFFFFF;
align-self: flex-start;

}

.gift_container{
	display:flex;
	flex-direction: column;
	
}

.gifts{
	display:flex;
}

.gifts_header{
	/* Стакани  за 5 кодів: */


font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 18px;
/* or 100% */

/* Yellow */
color: #FFED00;
margin-bottom:15px;

}

.gift{
	margin-right:10px;
}

.gift_size_d{
	width:186px;
	height:186px;
	width:110px;
	height:110px;
	    
}
.bbgift{
	background-color:#0025FF;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
	width:95%;
	height:95%;
}

.remains{
font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 14px;
leading-trim: both;
text-edge: cap;

/* WHITE */
color: #FFFFFF;
white-space: nowrap;




}

.gift_name{
	/* Дизайн №1,  залишилось 4 одиниці */

font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 14px;
line-height: 14px;

leading-trim: both;
text-edge: cap;

color: #FFFFFF;
white-space: nowrap;


}

#glass1{
	position: relative;
	background-image: url('../img/glass1_2x.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-bottom: 15px;
		   
}

#glass2{
	position: relative;
	background-image: url('../img/glass2_2x.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-bottom: 15px;
		   
}

#glass3{
	position: relative;
	background-image: url('../img/glass3_2x.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-bottom: 15px;
		   
}

#glass4{
	position: relative;
	background-image: url('../img/glass4_2x.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-bottom: 15px;
		   
}

#glass5{
	position: relative;
	background-image: url('../img/glass5_2x.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-bottom: 15px;
		   
}

#socks1{
	position: relative;
	background-image: url('../img/socks1_2x.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-bottom: 15px;
		   
}

#socks2{
	position: relative;
	background-image: url('../img/socks2_2x.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-bottom: 15px;
		   
}

#sweetshot{
	position: relative;
	background-image: url('../img/sweetshot2x.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-bottom: 15px;
		   
}

.btn_exchange{
	    text-align: center;

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 4px;

width: 86px;
height: 26px;

/* WHITE */
background: #FFFFFF;
border-radius: 2px;

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;


font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 18px;
/* identical to box height, or 129% */

/* Navy Blue */
color: #06063C;    margin-top: 10px;



}

.size_container{
	/* Frame 168 */
margin-bottom:15px;
box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;
padding: 8px 11px;


width: 98%;
height: 42px;

/* ELECTRIC BLUE */
background: #0025FF;
/* WHITE */
border: 1px solid #FFFFFF;
/* shadow pepsi */
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

	justify-content:space-between;
}

.btn_shop_popup{
	/* Frame 167 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;


width: 86px;
height: 26px;

/* Yellow */
background: #FFED00;
border-radius: 2px;





font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 18px;
/* identical to box height, or 129% */

/* Navy Blue */
color: #06063C;




}














.frame_win{	/* Frame 163 */

width: 96%;
height: 310px;
}

.win_header{
	

/*height: 17px;*/

font-family: 'Pepsi Owners';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 16px;
/* or 107% */
/*text-transform: uppercase*/;

color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}


.winners_data_container
{
	width: 100%;
    height: 320px;
    overflow: auto;
    margin-top: 14px;	
	/* 00.00 */


font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 12px;
line-height: 14px;
/*text-transform: uppercase*/;
color: #0E0E96;



	
}

.winners_row{
	
    
font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 100;
font-size: 12px;
line-height: 14px;
/*text-transform: uppercase*/;

color: #0E0E96;
width:100%;
margin-top: 14px;
}
.winner_header_row{

font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 12px;
line-height: 14px;
/*text-transform: uppercase*/;
color: #FFFFFF;
width:100%;
}
.winner_date,.winner_code, .winner_name{
	margin-right:2%;
	/* Frame 155 */

/* Auto layout */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;

height: 35px;
background: #FFFFFF;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);

width:max(30%,194px);
text-align:center;
}




.c_scroll::-webkit-scrollbar {
      width: 5px;
    }
    .c_scroll::-webkit-scrollbar-track {
    border-right: 2px solid rgba(14, 14, 150, 0.95);
    border-left: 2px solid rgba(14, 14, 150, 0.95);
   
    background-color:  #0025FF;

     
    }
    .c_scroll::-webkit-scrollbar-thumb {
           background-color:#0025FF;
    border-radius: 2px;
	width:5px;
       
      
       
    }
.btn_gray{
	background-color:#90A9D5;
}

@media screen and (orientation:landscape) { 	
background-size: auto 100% ;

 }
 
 

  #root_m {
    display: none;
  }
      #root_d {
    min-height:max(100vh, 659px);
	min-width:1440px;
  }
@media screen and (max-width: 1000px) {
	
	
.form_header_error{

    width: 304px;
}

	.megogo_container,.codes_container{
		width:95%
	}
	
	.codes_container{
		margin-bottom: 50px;
    margin-top: 10px;
	}
	
	.remains{
		white-space: pre-wrap;
	}
	
	.gift_size_d{
		
		height:84px;
		width:84px;
		
	}
	.nav_link{
		margin-left:5px;
		margin-right:5px;
	}
	
	.winner_date,.winner_code, .winner_name{
		


		/* გათამაშების ლინკი */


font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 900;
font-size: 6.20999px;
line-height: 7px;
/* identical to box height, or 117% */
/*text-transform: uppercase*/;

/* WHITE */
color: #0E0E96;
height:unset;
		
		
	}
	.winners_row, .winner_header_row{
		font-size:10px;
		line-height:12px;
		
		


	}
	
	#win_container_d,#shop_container_d{
		width:100%;
	}
	
	
	#desk_legal_m{
		    text-align: center;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 83%;
    height: 48px;
    /* left: calc(50% - 550px / 2 - 346px); */
    /* top: 45px; */
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    color: #FFFFFF;
	}
	#hl_d{
		width:254.9px;
		height:130.6px;
	}
	#prize_m2,#prize_m{
		width:375px;
		height:216px;
		margin-left:unset;
		margin-top:unset;
		/*background: url('../img/mob_prize2x.png');
		background: url('../img/new_mob_prize2x.png');*/
		background: url('../img/new_new_mob_prize2x.png');
background-size: 100% 100%; 
	}
			
	
	body{
		    background-color: var(--glob_blue);
			/*
    background-image: url(../img/ng_stars_desktop2x.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 90px;*/
	}
	
.select2-container {
    width: 100% !important; /* Ensures full-width */
    font-size: 16px;        /* Custom font size */
	height: 36px !important;
	max-width: 367px !important;
}

/* Dropdown arrow */
.select2-container .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent; /* Custom arrow color */
}

/* Custom background and border */
.select2-container--default .select2-selection--single {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.select2-container .select2-selection--single {
height: 36px !important;
padding: 10px 16px;
gap: 21px;
background: #FFFFFF;
box-shadow: inset 0px 3px 10px rgba(14, 14, 150, 0.31);

}
	
	.mobile {
    display: block;
  }
      #root_d {
    display: none;
  }
  
  .input_g{
	  width:347px;
	  height:36px;
	  padding:unset;
	  padding-left:16px;
line-height: 16px;





  }

  #root_m {
    display: flex;
	background-color:#0E0E96;
	min-height: max(100vh, 806px);
	background-color: var(--glob_blue);
	background-color: black;
	/*
        background-image: url(../img/ng_stars_desktop2x.png);
        background-repeat: no-repeat;
        background-repeat: repeat-y;
        background-size: 100% auto;
        background-position: center 100px;
		    */
			position:relative;
  }
	
		
	#t2{
		margin-top: 15px;line-height: 21px;
	}	
	
	#t3{
		margin-top: 15px;
	}	
	#t2,#t3{
		
		font-size:20px;
	}
		
	#popup_cd{
			
width: 307px;
height: 259px;
			top: 20.3%;
	}
	
	#message_popup{
			
width: 307px;
height: 259px;
			top: 20.3%;
	}	
	#message_popup_final{
			
width: 307px;
height: 259px;
			top: 20.3%;
	}
	
	
	
	#message_popup_final #desktop_logo{
	height: 54px;
    width: 54px;
}
#message_popup_final #message_popup_text{
	font-size: 21px;
    line-height: 24px;
}
	
	.popup_container{			
width: 307px;
height: 259px;
height: unset;
			top: 20.3%;position: absolute;
			
			}	
	

.btn_b_tg{
	    left: 15px;
    
	
	position:relative;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;


width: 149px;
height: 33px;

/* ELECTRIC BLUE */
background: #0025FF;
box-shadow: 0px 1.44371px 2.88743px rgba(0, 0, 0, 0.27);
}


.btn_y_tg{
    z-index: -1;
    position: absolute;
   
width: 149px;
height: 33px;
   left: 8.86px;
    top: 4.83px;
background: #FFED00;
box-shadow: 0px 1.44371px 2.88743px rgba(0, 0, 0, 0.27);

}
.btn_w_vb{
    z-index: -1;
    position: absolute;
    
width: 149px;
height: 33px;
   left: 8.86px;
    top: 4.83px;
background: #FFFFFF;
box-shadow: 0px 1.44371px 2.88743px rgba(0, 0, 0, 0.27);

}

.tg_text{
	/* В Telegram */
white-space: nowrap;
width: unset;
height: unset;

font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 12px;
line-height: 22px;
/* identical to box height */
/*text-transform: uppercase*/;

/* Yellow */
color: #FFED00;
/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}
.vb_text{
	white-space: nowrap;
	/* В Telegram */

width: unset;
height: unset;

font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 900;
font-size: 12px;
line-height: 22px;
/* identical to box height */
/*text-transform: uppercase*/;

/* Yellow */
color: #FFFFFF;
/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}

.mtg_ico{
width: 16.08px;
height: 16.08px;
background: url('../img/mtg_ico.png');
/*transform: matrix(1, -0.08, 0.1, 0.99, 0, 0);*/
flex: none;
order: 0;
flex-grow: 0;
background-size: 100% 100%; 
margin-right:8px;
}

.mweb_ico{
width: 16.08px;
height: 16.08px;
background: url('../img/mweb_ico.png');
/*transform: matrix(1, -0.08, 0.1, 0.99, 0, 0);*/
flex: none;
order: 0;
flex-grow: 0;
background-size: 100% 100%; 
margin-right:8px;
}
.mvb_ico{
width: 16.08px;
height: 16.08px;
background: url('../img/mvb_ico.png');
/*transform: matrix(1, -0.08, 0.1, 0.99, 0, 0);*/
flex: none;
order: 0;
flex-grow: 0;
background-size: 100% 100%; 
margin-right:8px;
}

.txt_main_before {
    font-family: 'Proxima Nova Bl';
    font-style: normal;
    font-weight: 900;
    font-size: 10.0569px;
    line-height: 16px;
    text-align: center;
    /*text-transform: uppercase*/;
    color: #FFFFFF;
    margin-bottom: 15px;
}
#main_d_container{
margin-top: 70px;
        /*min-height: calc(100vh - 43px);*/
		bottom: 0;
    position: absolute;
}

#end_of_promo_sec_main_m {
margin-top: 70px;
        /*min-height: calc(100vh - 43px);*/
		
    position: absolute;
}


.f_textarea {
  width: 287px;
  height: 317px;
  
  
  /* Frame 116 */
/* Auto layout */
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 26px 16px;


background: #0F0F42;
/* ELECTRIC BLUE */
border: 1px solid #0E0E96;
/* inner shadow */
box-shadow: inset 0px 3px 10px rgba(14, 14, 150, 0.31);

}
/*end_mob_orientation*/
}


#landscapeWarning {
   
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    color: white;
    font-size: 24px;
    text-align: center;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
	 display: none;
}

/* Optional: Landscape-specific style */
@media (orientation: landscape) {
    #landscapeWarning {
       /* display: flex;  Shows the overlay when in landscape */
    }
}





/*spinner*/
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.lds-css {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: white;
  /*border-radius: 10px;*/
  opacity: 0.5;
  
  top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lds-spinner {
  position: relative;
  margin: auto;
  right: 0;
  left: 0;
  top: 22%;
}

.lds-spinner div {
  left: 94px;
  top: 48px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #62B66F;
  width: 12px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.lds-spinner {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

/*spinner*/

	   
.reg_code_table2{
	/* Frame 326 */



background: #0F0F42;
/* ELECTRIC BLUE */
border: 0.731288px solid #0025FF;



font-family: 'Proxima Nova';
font-style: normal;
font-weight: 400;
font-size: 13.1632px;
line-height: 9px;
/* identical to box height, or 67% */

color: #CECECE;

width:45%;


}   
.reg_code_table1{
	/* Frame 326 */



background: #0025FF;
/* ELECTRIC BLUE */
border: 0.731288px solid #0025FF;



font-family: 'Proxima Nova';
font-style: normal;
font-weight: 400;
font-size: 13.1632px;
line-height: 9px;
/* identical to box height, or 67% */

color: #CECECE;

width:8%;


}