/*! 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");
  
  input:focus, 
textarea:focus {
    outline: none;
    box-shadow: none;
}  
  
  input, 
textarea {
    outline: none;
    box-shadow: none;
}
  
  input, textarea {
    -webkit-tap-highlight-color: transparent;
}

input, textarea {
    -webkit-user-select: text;
    -webkit-appearance: none;
}
input:focus, 
textarea:focus,
input, 
textarea {
    border-color: transparent; /* Optional: Prevents border glow */
}
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
 */

.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;*/
	--glob_yellow:#FEE603;
}


.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_yellow);/* Initial background color */
	
	 
	  /*background-blend-mode: overlay;*/
   
}


#root_d {
  background-image:url('../img/bg_desk_part.png');
  /*background-repeat: no-repeat;
  background-size: auto 100%; 
  background-position: center;*/

}

/* If the container is taller than wide, switch */
@media (max-aspect-ratio: 2/1) {  /* example ratio */
  #root_d{
    /*background-size: 100% auto;*/
  }
}

#t2_top_main_desk{
	
  width: 205px;
  height: 89px;
  background-image: url('../img/t2_top_main_desk.png');
	background-size: 100% 100%;
	
}

#t2_top_main_desk_promo_end{
	
  width: 266px;
  height: 153.5px;
  background-image: url('../img/t2_top_main_desk_promo_end.png');
	background-size: 100% 100%;
	
}
#supp_code{
	
  width: 25px;
  height: 25px;
  position:absolute;
  background-image: url('../img/supp_code.png');
	background-size: 100% 100%;
	
}
#main_d_middle_sec{
	  position: absolute;
  
  width: 492.5px;
  height: 496.5px;
  background-image: url('../img/desc_left_right_section.png');
	background-size: 100% 100%;
	
}
#main_d_middle_sec{
	  position: absolute;
  
  width: 489px;
  height: 488.5px;
  background-image: url('../img/desc_left_right_section_v2.png');
	background-size: 100% 100%;
	
}
#gift_main_d_section_left{
	  position: absolute;
  
  width: 434px;
  height: 660px;
  background-image: url('../img/main_desc_sec_right.png');
	background-size: 100% 100%;
	position:absolute;
	right:0;
	top:0;
}



#instr_desc{
		  position: absolute;
  
  width: 768px;
  height: 82px;
  width: 766px;
  height: 80px;
  background-image: url('../img/instr_desc_v2.png');
	background-size: 100% 100%;
	position:absolute;
	left:0;
	bottom:0;
	
}





/*faq*/
.question_container{
	position:relative;
	/* Frame 127 */

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 15px;
gap: 15px;

width: 600px;

background: #FFFFFF;
/*border-radius: 15px;*/

/* Inside auto layout */
flex: none;
order: 0;
/*align-self: stretch;*/
flex-grow: 0;
margin-bottom:10px;
}
.question{
	text-align: left;
	width:100%;
}
.arrow {
     /* margin-right: 15px;*/
   /* margin-bottom: 8px;*/
   width: 29px;
  height: 30px;
  
}




	  
	  
	.arrow::before {
  position: absolute;
  content:'';
  width: 29px;
  height: 30px;
  background-image: url('../img/faq_close2x.png');
	background-size: 100% 100%;
  transition: transform .25s;
}

.arrow.down::before {
	
	background-image: url('../img/faq_open2x.png');
	width: 29px;
  height: 30px;
  /*transform: rotate(180deg);*/
  transition: transform .25s;
  
}  

.question_text{
	    width: 86%;
  
      padding-left: 15px;
 /* Протягом якого періоду триває Акція? */


font-family: 'Proxima Nova Ebld';
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 16px;
/* identical to box height */

/* Як знайти Код? */

color: #009736;



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

}

.answer_text{
	    width: 90%;
  padding-left: 15px;
  display:none;
 /* Акція проводиться з «00» год. «00» хв. 01 квітня  2025 року до «23» год. «59» хв. 31 травня 2025 року включно. Останній день реєстрації кодів в Акції – «23» год. «59» хв. 31 травня 2025 року за київським часом. */

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

color: #009736;


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

}
/*faq*/




.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/lays_logo2x.png');
	background-size:100% 100%;
	width:43px;
	height:40px;
	    
	    margin-left: 39px;
	cursor:pointer;
}


.bg_date{
	
	background-image: url('../img/bg_date2x.png');
	background-size:100% 100%;
	width:251px;
	height:45px;
	position:absolute;
	    right: -8px;
    top: -10px;
	    
	    
	
}
#title1d{
	
	background-image: url('../img/virnismaku2xdesk.png');
	background-size:100% 100%;
	width:363.5px;
	height:144px;
	
	    
	
}




.no_auth_shop{
	/* Зайдіть повторно через чат-бот */
margin-top: 22px;

font-family: 'Proxima Nova Ebld';
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 14px;
/* identical to box height, or 88% */
text-align: center;
text-transform: uppercase;

color: #FFFFFF;


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

/* Frame 7 */

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

width: 308px;
height: 30px;

background: #E30614;

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


}


#title_shopd{
	
	background-image: url('../img/title_shop_desk2x.png');
	background-size:100% 100%;
	width:806.5px;
	height:112.5px;
	
	    
	
}


#messid{
	
	background-image: url('../img/new_desk_messi2x.png');
	background-size:100% 100%;
	width:618px;
	height:520px;
	
	    
	
}


#gift_main_d{
	
	/*background-image: url('../img/new_gift_d_2x_new.png?v=4');*/
	background-image: url('../img/gift_d_2x_new_new_new.png?v=8');
	background-size:100% 100%;
	width:530px;
	height:358.42px;
	
	    margin-right: 25px;
	
}

#pack_main_d{
	
	background-image: url('../img/main_pack_2x.png');
	background-size:100% 100%;
	width:169px;
	height:172px;
	
	    
	
}

#game_in_main_d_only_main{
	
	background-image: url('../img/join_game_desktop2x_only_main.png');
	background-size:100% 100%;
	width:285.5px;
	height:324px;
	
	 cursor:pointer;   
	
}



#game_in_main_mob_new{
	
	background-image: url('../img/join_game_mob_new_min.png');
	background-size:100% 100%;
	width:116px;
	height:140px;
	
	 cursor:pointer;   
	
}


#game_in_main_d{
	
	background-image: url('../img/join_game_desktop2x.png');
	background-size:100% 100%;
	width:285.5px;
	height:324px;
	
	 cursor:pointer;   
	
}

#pack_messi_d{
	
	background-image: url('../img/pack_messi_d_2x.png');
	background-size:100% 100%;
	width:175px;
	height:190px;
	position:absolute;
	bottom:-36px;
	right:0px;
	
	    
	
}

.txt_main_reg{
	/* реєструй: */


font-family: 'Proxima Nova Ebld';
font-style: normal;
font-weight: 800;
font-size: 22px;
line-height: 26px;
/* or 118% */
text-align: center;
text-transform: uppercase;

color: #000000;



}

.txt_abo{
	/* або */

font-family: 'Proxima Nova Sb';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 14px;
/* identical to box height, or 0% */
text-transform: uppercase;

color: #009736;



	
}


#tgbtn_d{
	
	background-image: url('../img/tgbtn2x.png');
	background-size:100% 100%;
	width:172px;
	height:37px;
	
	    cursor:pointer;
	
}

.legal{

font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 11px;
/* or 110% */
text-align: center;

color: #E30614;


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

}


.legal_link{

color: #C20E1A;


}



.gift_txt{
	/* Шкарпетки, розмір 36-39 */


font-family: 'Proxima Nova Sb'; 
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 12px;
/* or 100% */
text-align: center;

color: #000000;
color:#E30614;


	
}



.gift_image_socks{
	
	background-image: url('../img/gift_socks_2x.png');
	background-size:100% 100%;
	width:140px;
	height:83px;
	
	
}


.gift_image_socks_d1{
	
	background-image: url('../img/gift_image_sd1.png');
	background-size:100% 100%;
	width:140px;
	height:80px;
	
	
}

.gift_image_socks_d2{
	
	background-image: url('../img/gift_image_sd2.png');
	background-size:100% 100%;
	width:140px;
	height:80px;
	
	
}

.gift_image_socks_d3{
	
	background-image: url('../img/gift_image_sd3.png');
	background-size:100% 100%;
	width:140px;
	height:80px;
	
	
}

.gift_image_socks_d4{
	
	background-image: url('../img/gift_image_sd4.png');
	background-size:100% 100%;
	width:140px;
	height:80px;
	
	
}

.gift_image_hat_chance{
	
	background-image: url('../img/gift_image_hat_chance.png');
	background-size:100% 100%;
	width:140px;
	height:80px;
	
	
}

.gift_image_glass{
	
	background-image: url('../img/new_gift_glass_2x.png');
	background-size:100% 100%;
	width:140px;
	height:83px;
	
	
}

.gift_image_megogo{
	
	background-image: url('../img/gift_megogo_2x.png');
	background-size:100% 100%;
	width:140px;
	height:83px;
	
	
}



.np_delivery_ico{
	
	background-image: url('../img/shop_no_delivery.png');
	background-size:100% 100%;
	width:80px;
	height:66px;
	
	
}

.gift_recieve_box{
	/* Frame 263 */

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



background: #FFFFFF;
border-radius: 10px;



}


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

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

.custom-checkbox .checkmark {
  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 input:checked + .checkmark {
  background: url('../img/checkbox_checked2x.png') no-repeat center center;
  background-size: contain;
}


.inst_num{
	/* 1 */

width: 24px;
height: 37px;

font-family: 'Proxima Nova Bl';
font-style: normal;
font-weight: 700;
font-size: 56px;
line-height: 56px;
/* or 100% */
/* leading-trim and text-edge are draft CSS properties.

Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
*/
leading-trim: both;
text-edge: cap;
text-transform: uppercase;

color: #E30614;

transform: rotate(-0.18deg);
margin-right: 15px;

text-shadow:
     -2px -2px 0 white,
      2px -2px 0 white,
     -2px  2px 0 white,
      2px  2px 0 white,
      0px -2px 0 white,
      0px  2px 0 white,
     -2px  0px 0 white,
      2px  0px 0 white;

}

.inst_txt{
	    margin-top: 17px;
	/* Шукай код на склейці пачки Lay’s */

width: 122px;
height: 36px;

font-family: 'Proxima Nova Ebld';
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 12px;
/* or 100% */
text-transform: uppercase;

color: #E30614;

transform: rotate(-0.06deg);

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



}


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

z-index:3;
position:relative;



font-family: 'Proxima Nova Sb';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */
text-transform: uppercase;

color: #000000;




}

.nav_link {

	margin-left:70px;
	cursor:pointer;

}


.nav_underline_active {
  
  position: relative;
}

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

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

.proxima_ebld{
	font-family: 'Proxima Nova Ebld';
}

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

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

 .chances_d {
          
            background-color: #E30614;
            color: white;
            /*padding: 20px;*/
            border-radius: 50%;
            text-align: center;
            width: 90px;
            height: 90px;
			
        }
        .chances_t1 {
            /* 88 */


			font-family: 'Proxima Nova Bl';
			font-style: normal;
			font-weight: 700;
			font-size: 44px;
			line-height: 44px;
			/* identical to box height, or 100% */
			text-align: center;

			color: #FFFFFF;


        }
        .chances_t2 {
            /* шанси */

			
			font-family: 'Proxima Nova Bl';
			font-style: normal;
			font-weight: 700;
			font-size: 12px;
			line-height: 12px;
			/* identical to box height, or 100% */
			text-align: center;

			color: #FFFFFF;


        }


#footer_main{
position: fixed;
bottom:0;
height:125px;
    width: 100%;
background: #0E0E96;

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


.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;

}







#weekly_d{
width: 119.5px;
height: 28px;
background: url('../img/weekly_2xd.png');
background-size: 100% 100%; 

}


#daily_d{
width: 98.5px;
height: 18px;
background: url('../img/dayly_2xd.png');
background-size: 100% 100%; 
margin-top: 3px;

}









.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;

}

#messi_game_ico{
width: 120px;
height: 120px;
background: url('../img/messi_game_ico2xd.png');
background-size: 100% 100%; 
}

#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;
}

.code_count_info{
	/* Frame 275 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 5px 15px;
gap: 10px;

width: 244px;
height: 26px;

background: #FFFFFF;
border-radius: 5px;



font-family: 'Proxima Nova Sb';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 16px;
/* identical to box height, or 114% */
display: flex;
align-items: center;
text-align: center;

color: #000000;




}

.label_input{
	/* Введіть номер телефону одержувача в Новій Пошті */
align-self:flex-start;
margin-top:20px;
margin-bottom:12px;

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

color: #000000;
color: #009736;

}

.input_g{
	/*
display: flex;
flex-direction: row;
align-items: center;
padding: 10px 16px;
gap: 21px;
width: 517px;
height: 56px;

background: #FFFFFF;
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;
*/

/* Frame 264 */

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

width: 315px;
height: 30px;

background: #FFFFFF;
border-radius: 5px;

/* _____@gmail.com */



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

color: #000000;





}


.f_textarea {
  width: 287px;
  height: 80px;

display: flex;
flex-direction: row;
align-items: flex-start;
padding: 26px 16px;
gap: 21px;


background: #FFFFFF;
/*border: 2px solid #0025FF;

box-shadow: inset 0px 3px 10px rgba(14, 14, 150, 0.31);
*/

}

  
  	#tg_ico_main{
		width:20px;
		height:20px;
		background: url('../img/tg_ico_main.png');
		background-size: 100% 100%; 
	}
	
  
  	#vb_ico_main{
		width:20px;
		height:20px;
		background: url('../img/vb_ico_main.png');
		background-size: 100% 100%; 
	}
	

  .global_btn{
	  /* Button */

/* Auto layout */
margin-top: 13px;
margin-bottom: 16px;
margin-left:6px;
margin-right:3px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 5px 12px 4px;
gap: 5px;


box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px 12px;
gap: 6px;

width: 129px;
height: 34px;

background: #FFFFFF;
border: 2px solid #009736;
box-shadow: 2px 2px 0px #FFFFFF;
border-radius: 0px;

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

font-family: 'Proxima Nova Ebld';
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 14px;
/* identical to box height, or 100% */
text-transform: uppercase;

color: #009736;


cursor:pointer;

  }
 
 .shop_order_btn{width: 96px;}

 .btn_find_code{ 
  
  /* Button Code Vid */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px 9px;
gap: 6px;

width: 230px;
height: 38px;

background: #FFFFFF;
border: 2px solid #009736;
box-shadow: 2px 2px 0px #FFFFFF;
border-radius: 0px;

/* Inside auto layout */
flex: none;

flex-grow: 0;
}

	
	.f_code_ico{
	background-image: url('../img/f_code_ico.png');
	background-size: 100% 100%;
	height:18px;
	width:18px;
	}
  
  /*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: #4C4E4D;

	}
	
	
	.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 solid #FFFFFF;
border-top: 1px solid #FFFFFF;
width: 92%;
}

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

#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: #000000;


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

}
  /*file_section*/
  
  
  
  
  
 .error_form_text{
	 /* Невірний формат email */



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

color: #C20E1A;


/* Inside auto layout */

 } 
  
  
  

.select2-container {
    width: 323px !important;
    align-self: flex-start;
    font-size: 16px;        /* Custom font size */
	height: 36px !important;
	max-width:553px !important;
	    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}

/* 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: 2px 5px;
gap: 21px;
background: #FFFFFF;

}

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

width: 240px;
height: 48px;

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;


}


#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:#FFFFFF;
padding-top: 43px;
    padding-bottom: 35px;
 
}

/*
#mob_menu_content_container::before {
  content: "";
  position: fixed;     
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;    
  opacity: 0.5;
  z-index: -1;     
}
*/
#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/hamburger26q2.png');
  width: 29px;
  height: 26px;
  background-size: 100% 100%;
  right: 30px;
  top: 15px;
  position: absolute;

}




#mob_messi {
  
  background-image: url('/img/new_mob_messi2x.png');
  width: 374.91px;
  height: 296px;
  background-size: 100% 100%;
  
  top: -43px;
  position: relative;
  

}


#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 {


/* Frame 277 */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding: 0px;
gap: 10px;



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

/* Переможці */

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

color: #000000;
color: #009736;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
margin-bottom: 15px;

}


#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 {
	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);
-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;
}

.popup_bg{
	    width: 100%;
}
.rep_txt{
	width:100%;
	text-align:center;
	border-top: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	padding-bottom:5px;
	padding-top:5px;
}

#message_popup{	
	z-index:50;

width: 458px;
height: 270px;

height:unset;
}

.popup_container{
/* Pop-up form */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
padding: 15px;
gap: 15px;

width: 345px;
height: 108px;
/*
background: #FEE603;
border: 3px solid #FFFFFF;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
border-radius: 30px;
*/

background: #FFFFFF;
box-shadow: 4px 4px 0px #E30614;




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

	
	left: 0;
    right: 0;
    margin: auto;
    top: 34.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;
height:unset;
}

#message_popup_text{

	/* Твоє звернення вже у наших воротах. Обіцяємо опрацювати його в робочий час. */

font-family: 'Proxima Nova Sb';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 14px;
/* or 117% */
text-align: center;

color: #009736;

padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #009736;
    border-bottom: 1px solid #009736;


}

.cell{
	flex: 0 0 50%;          /* two per row */
  box-sizing: border-box;
}

#code_reg_reply{
	/* Popup Подарунки */


/* Pop-up form */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
padding: 15px;
gap: 15px;

width: 345px;
/*
background: #FEE603;
border: 3px solid #FFFFFF;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
border-radius: 30px;
*/


background: #FFFFFF;
box-shadow: 4px 4px 0px #E30614;




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


font-family: 'Proxima Nova Sb';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
leading-trim: both;
text-edge: cap;
text-align: center;
color: #000000;
    z-index: 50;


}
#code_reg_reply_txt{
	font-family: 'Proxima Nova Sb';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #009736;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #009736;
    border-bottom: 1px solid #009736;
}

.file_delete_ico{

  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;
}


.popup_close_u,
.popup_close {

  background-image: url('/img/close_cross_popup.png');
  width: 14.5px;
  height: 14.5px;
  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,.popup_close_u:hover,
.popup_close:hover {
	cursor:pointer
}



#message_popup_header,.form_header{
	/* Дякуємо! */


font-family: 'Proxima Nova Ebld';
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 14px;
/* identical to box height, or 100% */
text-align: center;
text-transform: uppercase;

color: #000000;


/* Inside auto layout */


}

#message_popup_header{
	color: #E30614;
}

#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,#sec_support_d,#feedbackd,#cabd,#winnersd,#shopd,#end_of_promo_sec_main_d{
	    min-height: max(600px , calc(100vh - 60px) );
    display: flex;
    flex-direction: column;

}


#win_container_d{

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


}

#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;
		   
}


#gift_main_m{
	position: relative;
	background-image: url('../img/gift_main_m.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 375px;
	height: 423.5px;
		   
}

#gift_main_m2{
	position: relative;
	background-image: url('../img/gift_main_m2.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 375px;
	height: 333.5px;
		   
}


#instr_mob{
	position: relative;
	background-image: url('../img/instr_mob_v2.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 375px;
	height: 84px;
		   
}

#main_mob_bs{
	position: relative;
	background-image: url('../img/main_mob_end.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 375px;
	height: 435px;
	    margin-top: -3px;
		   
}

#main_mob_first{
	position: relative;
	background-image: url('../img/main_mob_first_v2.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 205px;
	height: 159px;
		   
}

#main_mob_first2{
	position: relative;
	background-image: url('../img/main_mob_first2_v2.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 345px;
	height: 68.5px;
	height: 60.5px;
		   
}


#main_desc_first2{
	position: relative;
	background-image: url('../img/main_desc_first2_v2.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 285px;
	height: 60.5px;
		   
}


#main_mob_first3{
	position: relative;
	background-image: url('../img/main_mob_first3_v2.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 265px;
	height: 58px;
		   
}


#main_mob_first4{
	position: relative;
	background-image: url('../img/main_mob_first4.png');	
	background-image: url('../img/main_mob_first4_v2.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 375px;
	height: 804.5px;
	height: 787px;
		   
}


#tg_btn_mob{
	position: relative;
	background-image: url('../img/tg_btn_mob_v2.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 134.5px;
		width: 142.5px;
		height: 39px;
	cursor:pointer;
		   
}

#title_mob{
	position: relative;
	background-image: url('../img/title1_mob2x_new_new.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 381px;
	height: 161px;
		   
}
#title2_mob{
	position: relative;
	background-image: url('../img/title2_mob2x_new.png');	
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 345px;
	height: 57.5px;
		   
}



.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;

/* Codes-stat */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
padding: 20px 15px;
gap: 15px;

width: 600px;
height: 334px;

background: #FFE700;
border: 3px solid #FFFFFF;
/*border-radius: 30px;*/

/* Inside auto layout */

position:relative;
}

.win_header{
	/* Переможці відпочинку у Буковелі */

/* Щасливі власники топової ігрової консолі! */

font-family: 'Proxima Nova Ebld';
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 22px;
/* or 122% */
text-align: center;
text-transform: uppercase;


color: #E30614;


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

position:absolute;
background: #FFFFFF;
width: 68%;
top: -31px;
padding: 5px 10px;
gap: 10px;
}



.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: 3px;

border-bottom: 1px dashed #FFFFFF;
}
.winner_header_row{

/* Дата розіграшу */


font-family: 'Proxima Nova';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 12px;
/* identical to box height, or 100% */
text-align: center;
text-transform: uppercase;

color: #000000;


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

width:100%;
}
.winner_date,.winner_code, .winner_name,.win_link{
	/*margin-right:2%;*/
	/* Frame 155 */

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

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

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

.winner_date{
	/* 03.04.2025 */

height: 12px;

font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 12px;
/* identical to box height, or 100% */
text-align: center;

color: #009736;



}

.winner_code{
	/* U1W1F5MIBJ */

height: 14px;

font-family: 'Proxima Nova Sb';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 14px;
/* identical to box height, or 100% */
text-align: center;

color: #009736;



}

.winner_name{
	/* Петрик Петрикович */

height: 12px;

font-family: 'Proxima Nova Sb';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 12px;
/* identical to box height, or 100% */
text-align: center;

color: #009736;



}

.win_link{
	/* Подивитись */


font-family: 'Proxima Nova';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 12px;
/* identical to box height, or 100% */
text-align: center;
text-decoration-line: underline;

color: #C20E1A;

cursor:pointer;
}



.c_scroll::-webkit-scrollbar {
      width: 6px;
    }
    .c_scroll::-webkit-scrollbar-track {
    border-right: 2px solid rgba(254,230,3, 0.95);
    border-left: 2px solid rgba(254,230,3, 0.95);
   
    background-color: #e30614;

     
    }
    .c_scroll::-webkit-scrollbar-thumb {
           background-color:#e30614;
    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:680px;*/
	min-width:1280px;
	min-width:1000px;
	min-height:100vh; 
	
	min-width:1200px;
	min-height:662px;
	
  }
/*@media screen and (max-width: 1414px) {*/
@media screen and (max-width: 1000px) {
	.form_header{
		/*margin-top:15px;*/
	}
	#rrpc{
	margin-top: 15px;
}
	
	.global_btn{
		line-height:12px;
		font-size:12px;		
	}
	
	.tg_ico_main,.vb_ico_main{
		width:20px;
		height:20px;
	}
	
	.question_container{
		width:90%;
	}
	
	.inst_num{
		font-size:49px;
	}
	.inst_txt{
		font-size:9px;
		width: 81px;
		height: 33px;
	}
	
	.legal{


font-family: 'Proxima Nova Rg';
font-style: normal;
font-weight: 400;
font-size: 6px;
line-height: 6px;
/* or 100% */
text-align: center;

color: #E30614;


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

	}
	
	
	.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{}
	.winners_row, .winner_header_row{
		font-size:10px;
		line-height:12px;
	}
	
	#win_container_d,#shop_container_d{
		width:100%;
	}
	
	.frame_win{
		width:98%
	}
	
	
	#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: 7px;
    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_yellow);

	}
	
.select2-container {
    width: 100% !important; /* Ensures full-width */
    font-size: 16px;        /* Custom font size */
	height: 36px !important;
	
	max-width: 367px !important;
	max-width: 350px !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: 2px 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;
	   width:331px;
	  height:36px;
	  padding:unset;
	  padding-left:16px;
line-height: 16px;





  }
  
  
  input:focus, 
textarea:focus {
    outline: none;
    box-shadow: none;
}  
  
  input, 
textarea {
    outline: none;
    box-shadow: none;
}
  
  input, textarea {
    -webkit-tap-highlight-color: transparent;
}

input, textarea {
    -webkit-user-select: text;
    -webkit-appearance: none;
}
input:focus, 
textarea:focus,
input, 
textarea {
    border-color: transparent; /* Optional: Prevents border glow */
}
  
  
  .btn_main{
	  /* Button */

/* Auto layout */
margin-top: 13px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 5px 12px 4px;
gap: 5px;

width: 127.39px;
height: 23.39px;

background: #FFFFFF;
/* button-normal */
box-shadow: -3px 3px 0px #C20E1A;
border-radius: 5px;
transform: rotate(-13deg);



  }
  
  	#tg_ico_main{
		width:20px;
		height:20px;
		background: url('../img/tg_ico_main.png');
		background-size: 100% 100%; 
	}
	
	
  	#strelka_r2x{
		width:21.5px;
		height:17.5px;
		background: url('../img/strelka_r2x.png');
		background-size: 100% 100%; 
		position:absolute;
		right: -30px;
        top: 4px;
	}	
  	#strelka_l2x{
		width:21.5px;
		height:17.5px;
		background: url('../img/strelka_l2x.png');
		background-size: 100% 100%; 
		position:absolute;
		left: -35px;
        top: 10px;
	}
	
	.btn_txt{
		/* fs */

/*width: 84px;*/
height: 0px;

font-family: 'Proxima Nova Ebld';
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 0px;
/* identical to box height, or 0% */
text-align: center;
text-transform: uppercase;

color: #000000;


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

	}
  
  
  
  
 .virni_smaku_mob{
	background-image: url(../img/virnismaku2xmob.png);
    background-size: 100% 100%;
    width: 248.5px;
    height: 120.5px;
    
 }
  
 .t2_top_main_mob{
	background-image: url(../img/t2_top_main_mob.png);
    background-size: 100% 100%;
    width: 345px;
    height: 101px;
    
 }
  
 .t2_top_main_mob_promo_end{
	background-image: url(../img/t2_top_main_mob_promo_end.png);
    background-size: 100% 100%;
    width: 266px;
    height: 153.5px;
    
 }
  
  
  
  
  

  #root_m {
    display: flex;
	background-color: var(--glob_yellow);
	min-height: max(100vh, 806px);
        background-image: url(../img/bg_desk_part.png);
        
        background-repeat: repeat-y;
        
        
       background-size: 100% auto;
        background-position: center;
		    
			position:relative;
			min-width:360px;
  }
	
		
	#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;
height:unset;
			top: 20.3%;
	}
	
	.popup_container{			
width: 345px;
height: 259px;
			top: 20.3%;position: absolute;
			height:unset;}	
	#code_reg_reply{			
width: 307px;
height: 259px;
			top: 20.3%;
			    padding: unset;
   /* padding-top: 48px;*/
    padding-bottom: 49px;
			position: absolute;
			
			}
	
	#c_cd{
	right: 0;
    width: 1182px;
    bottom: 30px;
    left: -403px;
    transform: scale(0.27);
    position: absolute;
    margin: auto;
	}	

.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: 80px;
  
  
  /* Frame 116 */
/* Auto layout */
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 26px 16px;


background: #FFFFFF;
/* ELECTRIC BLUE */
/*border: 2px solid #0025FF;
 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*/

/*
.select2-container {
  font-size: 14px;
}*/

.select2-container--default .select2-selection__rendered,
.select2-container--default .select2-search__field {
  color: #E30614 !important; /* force custom color */
}