
/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/


body {
	background-color: black;
}





/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
	 ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
	margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
	display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
	font-size: 2em;
	margin: 0.67em 0;
  }
  
  /* Grouping content
	 ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
	 ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
	background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
	font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
	font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
  }
  
  sub {
	bottom: -0.25em;
  }
  
  sup {
	top: -0.5em;
  }
  
  /* Embedded content
	 ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
	border-style: none;
  }
  
  /* Forms
	 ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
	overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
	text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
	-webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
	padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
	vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
	overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
	height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
  }
  
  /* Interactive
	 ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
	display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
	display: list-item;
  }
  
  /* Misc
	 ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
	display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
	display: none;
  }
  






















.mobide {
	max-width: 368px;
	min-height: 625px;
	margin: 0 auto;
	background-image: url('/system/1.jpg');
	background-size: cover; /* Можно изменить, чтобы изображение полностью заполнило элемент */
	background-position: center; /* Выравнивание изображения по центру */
	position: relative;
	overflow: hidden;
	/* opacity: 0.8; */
}




.mobide_price {
	width: 309px;
	height: 70px;
	/* background-color: rgba(235, 229, 229, 0.13); */
	margin: 0 auto;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	position: relative;
	top: 30px;
	background-color: #4df73d;
	display: flex;
    align-items: center;
	border-radius: 8px;
	z-index: 1;
	
}

.mobide_price p {
	color: aliceblue;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	text-align: center;
	width: 100%;
}


.mobide_menu {
	width: 300px;
	height: 300px;
	/* background-color: red; */
	/* margin: 0 auto; */
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
	padding-top: 212px;
	margin-left: 10px;
}

.mobide_menu button {
	width: 220px;
	padding: 5px;
	margin: 3px;
	font-size: 20px;
	/* background-color: rgba(0, 80, 253, 0); */
	background: linear-gradient(to right, rgb(47 197 53), rgb(19 34 87));
	color: aliceblue;
	border-radius: 10px;
	border: 1px solid rgb(94, 255, 0);
}








.str_1_20 {
	width: 368px;
	min-height: 625px;
	margin: 0 auto;
	background-image: url('/system/1.jpeg');
	background-size: cover; /* Можно изменить, чтобы изображение полностью заполнило элемент */
	background-position: center; /* Выравнивание изображения по центру */
	position: absolute;
	top: 0;
	/* left: 429px; */
	left: 0px;
	z-index: 22;
	transition: all 0.3s;

}



.mobide_price2 {
	width: 250px;
	height: 70px;
	/* background-color: rgba(235, 229, 229, 0.13); */
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	position: relative;
	top: 30px;
	/* background-color: #4df73d; */
	display: flex;
    align-items: center;
	border-radius: 8px;
	z-index: 1;
	
}


.mobide_price2 p {
	color: aliceblue;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	text-align: center;
	width: 100%;
}


.mobide_menu22 {
	width: 300px;
	height: 300px;
	/* background-color: red; */
	/* margin: 0 auto; */
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
	padding-top: 124px;
	margin-left: 10px;
}


.mobide_menu22 input {
	padding: 10px 0;
	border: none;
	border-radius: 5px;
	background-color: #ffffffe5;
	text-indent: 20px;
}



.mobide_menu22 button {
	width: 200px;
	padding: 5px;
	margin: 15px 0px;
	font-size: 20px;
	background-color: rgba(0, 80, 253, 0);
	color: aliceblue;
	border-radius: 10px;
	border: 1px solid rgb(94, 255, 0);
}



/* **** str_1_1 */


.str_1_1 {
	width: 368px;
	min-height: 625px;
	margin: 0 auto;
	background-image: url('/system/2.jpg');
	background-size: cover; /* Можно изменить, чтобы изображение полностью заполнило элемент */
	background-position: center; /* Выравнивание изображения по центру */
	position: absolute;
	top: 0;
	left: 429px;
	/* left: 0px; */
	z-index: 2;
	transition: all 0.3s;

}

.str_1_1_i, .str_1_1_i2, .str_1_1_i3, .str_1_1_i3, .str_1_1_i4, .str_1_1_i5, .str_1_1_i6, .str_1_1_i7, .str_1_1_i8, .str_1_1_i27, .str_1_1_i37 {
	width: 100px;
	height: 40px;
	/* background-color: red; */
	position: relative;
	left: 7px;
    top: 6px;
	color: rgb(253, 253, 253);
}


.str_1_1_i8 {
	display: flex; width: 93%; justify-content: space-between;align-items: flex-end;
}


.str_1_1_i8 p {
	background: linear-gradient(21deg, #dd03e4, #5611ec);
    width: 30%;
    height: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	background: linear-gradient(to right, #000000, rgb(22 59 0));
}



.str_1_1_2 {
	width: 368px;
	min-height: 625px;
	margin: 0 auto;
	background-image: url('/system/3.jpg');
	background-size: cover; /* Можно изменить, чтобы изображение полностью заполнило элемент */
	background-position: center; /* Выравнивание изображения по центру */
	position: absolute;
	top: 0;
	left: 429px;
	/* left: 0px; */
	z-index: 3;
	transition: all 0.3s;
}



.str_1_1_2 h1, p {
	color: aliceblue;
	
}


.str_1_1_2 h1 {
	padding-top: 60px;
	font-size: 30px;
	text-align: center;

}


.str_1_1_2 p {
	padding-top: 50px;
	font-size: 20px;
	margin: 30px;
	overflow: auto;
	height: 452px;
}






.str_1_1_3 {
	width: 368px;
	min-height: 625px;
	margin: 0 auto;
	background-image: url('/system/6.jpg');
	background-size: cover; /* Можно изменить, чтобы изображение полностью заполнило элемент */
	background-position: center; /* Выравнивание изображения по центру */
	position: absolute;
	top: 0;
	left: 429px;
	/* left: 0px; */
	z-index: 2;
	transition: all 0.3s;
}


.str_1_1_3 h1, p {
	color: aliceblue;
	
}


.str_1_1_3 h1 {
	padding-top: 60px;
	font-size: 30px;
	text-align: center;

}


.str_1_1_3 p {
	padding-top: 50px;
	font-size: 20px;
	margin: 30px;
	overflow: auto;
	height: 459px;

}





.str_1_1_4 {
	width: 368px;
	min-height: 625px;
	margin: 0 auto;
	background-image: url('/system/4.jpg');
	background-size: cover; /* Можно изменить, чтобы изображение полностью заполнило элемент */
	background-position: center; /* Выравнивание изображения по центру */
	position: absolute;
	top: 0;
	left: 429px;
	/* left: 0px; */
	z-index: 2;
	transition: all 0.3s;
}


.str_1_1_4 h1, p {
	color: aliceblue;
	
}


.str_1_1_4 h1 {
	padding-top: 60px;
	font-size: 30px;
	text-align: center;

}


.str_1_1_4 p {
	/* padding-top: 50px;
	font-size: 20px;
	margin: 30px; */

}











.str_1_1_5 {
	width: 368px;
	min-height: 625px;
	margin: 0 auto;
	background-image: url('/system/5.jpg');
	background-size: cover; /* Можно изменить, чтобы изображение полностью заполнило элемент */
	background-position: center; /* Выравнивание изображения по центру */
	position: absolute;
	top: 0;
	left: 429px;
	/* left: 0px; */
	z-index: 3;
	transition: all 0.3s;
}


.str_1_1_5 h1, p {
	color: aliceblue;
	
}


.str_1_1_5 h1 {
	padding-top: 60px;
	font-size: 30px;
	text-align: center;

}


.str_1_1_5 p {
	/* padding-top: 50px;
	font-size: 20px;
	margin: 30px; */

}


.str_1_1_5 .mobide_menu2 {
	width: 300px;
	height: 226px;
	/* background-color: red; */
	/* margin: 0 auto; */
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
	padding-top: 124px;
	margin-left: 10px;
}

.mobide_menu2 button {
	width: 200px;
	padding: 5px;
	margin: 3px;
	font-size: 20px;
	background-color: rgba(0, 80, 253, 0);
	color: aliceblue;
	border-radius: 10px;
	border: 1px solid rgb(94, 255, 0);
}

#lvl1_55 {
	text-align: center;
}










.str_1_1_6 {
	width: 368px;
	min-height: 625px;
	margin: 0 auto;
	background-image: url('/system/7.jpg');
	background-size: cover; /* Можно изменить, чтобы изображение полностью заполнило элемент */
	background-position: center; /* Выравнивание изображения по центру */
	position: absolute;
	top: 0;
	left: 429px;
	/* left: 0px; */
	z-index: 3;
	transition: all 0.3s;
}


.str_1_1_6 h1, p {
	color: aliceblue;
	
}


.str_1_1_6 h1 {
	padding-top: 60px;
	font-size: 30px;
	text-align: center;

}


.str_1_1_6 p {
	padding-top: 50px;
	font-size: 20px;
	margin: 30px;
	overflow: auto;
	height: 428px;

}


.str_1_1_6 .mobide_menu2 {
	width: 300px;
	height: 226px;
	/* background-color: red; */
	/* margin: 0 auto; */
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
	padding-top: 124px;
	margin-left: 10px;
}








.str_1_1_7 {
	width: 368px;
	min-height: 625px;
	margin: 0 auto;
	background-image: url('/system/8.jpg');
	background-size: cover; /* Можно изменить, чтобы изображение полностью заполнило элемент */
	background-position: center; /* Выравнивание изображения по центру */
	position: absolute;
	top: 0;
	left: 429px;
	/* left: 0px; */
	z-index: 3;
	transition: all 0.3s;
}


.str_1_1_7 h1, p {
	color: aliceblue;
	
}


.str_1_1_7 h1 {
	padding-top: 60px;
	font-size: 30px;
	text-align: center;

}


.str_1_1_7 p {
	padding-top: 50px;
	font-size: 20px;
	margin: 30px;
	overflow: auto;
	height: 443px;

}


.str_1_1_i7_img {
	width: 300px;
	margin: 0 auto;
	border-radius: 10px;
}

.str_1_1_i7_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
}










.str_1_1_27 {
	width: 368px;
	min-height: 625px;
	margin: 0 auto;
	background-image: url('/system/10.jpg');
	background-size: cover; /* Можно изменить, чтобы изображение полностью заполнило элемент */
	background-position: center; /* Выравнивание изображения по центру */
	position: absolute;
	top: 0;
	left: 429px;
	/* left: 0px; */
	z-index: 3;
	transition: all 0.3s;
}


.str_1_1_27 h1, p {
	color: aliceblue;
	
}


.str_1_1_27 h1 {
	padding-top: 20px;
	font-size: 30px;
	text-align: center;

}


.str_1_1_27 p {
	/* padding-top: 50px; */
	font-size: 20px;
	margin: 30px;

}


.str_1_1_i27_img {
	width: 300px;
	margin: 0 auto;
	border-radius: 10px;
}

.str_1_1_i27_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
}



.vozmmm {
    position: relative;
    font-size: 8px;
    top: -40px;
    left: -15px;

}





.str_1_1_37 {
	width: 368px;
	min-height: 625px;
	margin: 0 auto;
	background-image: url('/system/11.jpg');
	background-size: cover; /* Можно изменить, чтобы изображение полностью заполнило элемент */
	background-position: center; /* Выравнивание изображения по центру */
	position: absolute;
	top: 0;
	left: 429px;
	/* left: 0px; */
	z-index: 3;
	transition: all 0.3s;
}


.str_1_1_37 h1, p {
	color: aliceblue;
	
}


.str_1_1_37 h1 {
	padding-top: 60px;
	font-size: 30px;
	text-align: center;

}


.str_1_1_37 p {
	padding-top: 50px;
	font-size: 20px;
	margin: 30px;

}


.str_1_1_i37_img {
	width: 300px;
	margin: 0 auto;
	border-radius: 10px;
}

.str_1_1_i37_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
}











.str_1_1_8 {
	width: 368px;
	min-height: 625px;
	margin: 0 auto;
	background-image: url('/system/9.jpg');
	background-size: cover; /* Можно изменить, чтобы изображение полностью заполнило элемент */
	background-position: center; /* Выравнивание изображения по центру */
	position: absolute;
	top: 0;
	left: 429px;
	/* left: 0px; */
	z-index: 3;
	transition: all 0.3s;

	


}


.str_1_1_8 h1, p {
	color: aliceblue;
	
}


.str_1_1_8 h1 {
	/* padding-top: 60px; */
	font-size: 30px;
	text-align: center;

}


.str_1_1_8 p {
	padding-top: 0px;
    font-size: 22px;
    margin: 16px 0 0 0px;
    text-align: center;

}





.str_1_1_8 table {
	width: 229px;
	border-collapse: collapse;
	margin: 30px auto;
}
.str_1_1_8 th, td {
	border: 1px solid #dddddd00;
	padding: 8px;
	text-align: left;
	text-align: center;
}
.str_1_1_8 th {
	color: #ffffff;
	background: linear-gradient(to right, #000000, rgb(22 59 0));
}



.str_1_1_8 td {
	color: #ffffff;
	background: linear-gradient(to right, #000000, rgb(22 59 0));
}



.str_1_1_8_list {
	width: 322px;
	max-height: 125px;
	background-color: rgba(219, 205, 205, 0.233);
	margin: 10px auto;
	padding-top: 10px;
	overflow: auto;
	scrollbar-width: thin;          /* "auto" или "thin"  */
	background: linear-gradient(to right, #000000, rgb(22 59 0));  /* плашка скролла и дорожка */
}


.str_1_1_8_list_lf {
	width: 300px;
    height: 38px;
    background: linear-gradient(to right, #000000, rgb(22 59 0));
    margin: 5px auto;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
	transition: all 0.3s ease-in-out;
	

}

.str_1_1_8_list_lf p {
    padding: 0;
    margin: 0;
    font-size: 17px;
    margin-left: 10px;
    margin-top: 11px;
}


.str_1_1_8_list_lf_v1 {
    width: 286px;
    height: 33px;
    display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}




.str_1_1_8_list_lf_v1 table {
	width: 222px;
	border-collapse: collapse;
	margin: 0 auto;
}
.str_1_1_8_list_lf_v1 th, td {
	border: 1px solid #dddddd00;
	padding: 8px;
	text-align: left;
	text-align: center;
}
.str_1_1_8_list_lf_v1 th {
	color: #ffffff;
	background: linear-gradient(21deg, #dd03e4, #5611ec);
}



.str_1_1_8_list_lf_v1 td {
	color: #ffffff;
	background: linear-gradient(21deg, #dd03e4, #5611ec);
}









.str_1_1_8_ppp {
    padding-top: 0px;
    font-size: 18px;
    margin: 32px;
}






#id {
    width: 100px;
    height: 50px;
    /* background-color: red; */
}





  /*РћР±РЅСѓР»РµРЅРёРµ*/
*{
padding: 0;
margin: 0;
border: 0;
}
*,*:before,*:after{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
height: 100%;
width: 100%;
font-size: 100%;
line-height: 1;
font-size: 14px;
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/  




























	.str_1_1_5 p {
		color: #000000;
		font-size: 12px;
	}





    .blocks-container {
        width: 350px;
        height: 50px;
        /* background-color: rgb(255, 255, 255); */
        margin: 0 auto;
        display: flex;
        
    }


    .blocks-container_v1 {
        width: 115px;
        height: 50px;
        background: linear-gradient(to right, rgb(255 160 122), rgb(143 190 242));
        margin: 1px;
        text-align: center;
        padding-top: 12px;
        border-radius: 5px;
    }

    .blocks-container_v1 i {
        /* font-weight: bolder; */
        font-size: 16px;
    }

    .str_1_1_5 .fa-angle-up {
        position: relative;
        top: -7px;
    }

    .str_1_1_5 .fa-angle-down {
        position: relative;
        top: -17px;
    }


    .blocks-container_v1 button {
        padding: 5px 10px;
        /* margin-top: 12px; */
        border-radius: 5px;
        background: linear-gradient(to right, rgb(195 79 33), rgb(201 34 229));
        color: aliceblue;
        
    }







    .blocks-container2 {
        width: 350px;
        min-height: 15px;
        padding-bottom: 20px;
        background: linear-gradient(to right, rgb(255 160 122), rgb(143 190 242));
        margin: 30px auto;
        display: flex;
        flex-direction: column;
        
    }


    .blocks-container2_v1 {
        width: 350px;
        height: 100px;
        /* background-color: red; */
        display: flex;
        justify-content: space-between;
    }

    .blocks-container2_v1_s1 {
        width: 134px;
        height: 66px;
        /* background-color: rgba(224, 230, 230, 0.315); */
        padding: 5px;
        margin-top: 10px;
        
    }

    .blocks-container2_v1_s2 {
        width: 264px;
        height: 66px;
        /* background-color: aqua; */
        margin-top: 10px;
        border: 1px dashed rgba(0, 0, 0, 0.582);
        margin-right: 5px;
    }


    /* font-weight: bolder; */



   .blocks-container2_v1_s2 table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
	padding: 0;
	}
	.blocks-container2_v1_s2 table th, td {
		/* border: 1px solid rgba(255, 255, 255, 0.267); */
		padding: 0;
		text-align: center;
	}
	.blocks-container2_v1_s2 table th {
		/* background-color: #f2f2f2; */
		padding: 0;
	}






.blocks-container2_v2 {
    width: 326px;
    margin: 0 auto;
    height: 40px;
    display: flex;
    /* padding-bottom: 43px; */
    }


    .container2_v2_a {
        width: 80px;
        height: 40px;
        /* background-color: aqua; */
        margin: 1px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .container2_v2_a p {
        text-align: center;
    }

    .container2_v2_a button {
        width: 70px;
        margin: 0 auto;
        padding: 5px 10px;
        border-radius: 5px;
        background: linear-gradient(to right, rgb(195 79 33), rgb(201 34 229));
        color: aliceblue;
    }

    .container2_v2ddd {
        margin-top: 10px;
        border: 1px dashed rgba(0, 0, 0, 0.582);
    }




    .blocks-container_balance {
        width: 170px;
        height: 48px;
        background: linear-gradient(to right, rgb(255 160 122), rgb(143 190 242));
        margin: 0 auto;
        border-radius: 5px;
        margin-bottom: 3px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: green;
        font-weight: bold;
        }
    


    .blocks-container_balance p {
           font-size: 30px;
            display: flex;
            flex-direction: row;
            align-content: flex-start;
            justify-content: center;
			color: green;
           }

		   .dasdas p {
			color: green;
		   }

		



           .dasdas {
            color: green;
            font-weight: bolder;
           }


           .dasdas input {
            width: 50px;
            text-align: center;
           }

           .blocks-container2_v22 {
            overflow: hidden;
            transition: 1s all;
            height: 0px;
           }

           .blocks-container2_v2_open {
            height: 40px;
           }


		 
    








		   .menu_vraboty {
			width: 350px;
			height: 120px;
			/* background-color: rgba(255, 0, 0, 0.39); */
			margin: 0 auto;
			/* border: 1px solid red; */
			background: linear-gradient(to right, rgb(255 160 122), rgb(143 190 242));
			display: flex;
			justify-content: space-around;
		}

		.menu_vraboty {
			padding: 0;
			margin: 0;
		}
	
		.menu_vraboty_as {
			width: 150px;
			height: 100px;
			/* border: 1px solid rgb(8, 252, 0); */
		}
	
	
		.menu_vraboty_as_a {
			width: 150px;
			height: 60px;
			/* background: linear-gradient(to right, rgb(255 160 122), rgb(143 190 242)); */
			display: flex;
			flex-direction: column;
			justify-content: center;
			/* border: 1px solid rgb(24, 119, 0); */
			box-shadow: 0px 0px 3px 1px rgb(113, 114, 113);
			background: linear-gradient(to right, rgb(47 197 53), rgb(19 34 87));
			border-radius: 4px;
			margin-top: 10px;
		}
	
		.menu_vraboty_as_a p {
			font-size: 20px;
			text-align: center;
		}
	
	
	
		.menu_vraboty_as_a_text {
			width: 150px;
			height: 40px;
			/* background-color: aqua; */
			display: flex;
			flex-direction: column;
			justify-content: center;
		}
	
		.menu_vraboty_as_a_text p {
			font-size: 25px;
			text-align: center;
			color: green;
		}


		.str_1_1_4_P {
		    padding: 13px 27px;
   			font-size: 18px;
			overflow: auto;
			height: 193px;

		}





		.block {
			width: 100%;
			min-height: 622px;
			background-color: rgba(0, 0, 0, 0.932);
			position: absolute;
			top: 0;
			bottom: 0;
			z-index: 999;
		}



		.block .block_as	{
			display: flex;
			flex-direction: column;
			width: 251px;
			margin: 0 auto;
			height: 100%;
			justify-content: center;
		}

		.block .block_as p:nth-child(1) 
		{
			text-align: center;
			font-size: 20px;
			/* padding-bottom: 16px; */
			color: red;
		}



	.block .block_as p:nth-child(2) 
		{
			text-align: center;
			font-size: 20px;
			padding-bottom: 16px;
		}


		.block .block_as input:nth-child(3) {
			padding: 9px;
			background: #ffffffc9;
			border-radius: 9px;
			margin: 6px;
			text-align: center;
		}


		.block .block_as input:nth-child(4) {
			padding: 9px;
			background: #ffffff00;
			border-radius: 9px;
			margin: 6px;
			border: 1px solid rgb(94, 255, 0);
			color: aliceblue;
			font-size: 14px;
		}


		
		












		.binarsss {
            width: 275px;
            height: 84px;
            margin: 0 auto;
            background: #f7f7f72e;
            display: flex;
            margin-top: 10px;
            border-radius: 4px;
            background: linear-gradient(to right, #000000, rgb(22 59 0));
        }


        .bbbleft {
            width: 100px;
            height: 84px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .bbbtop {
            width: 100px;
            height: 84px;
            border-radius: 100%;
            /* background: linear-gradient(21deg, #dd03e4, #5611ec); */
        }


        .bbbright {
            width: 100px;
            height: 84px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }













input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

input[type="radio"]:hover {
    background-color: #e9e9e9;
}

input[type="radio"]:checked {
    background-color: #066512;
    border-color: #03350a;
}

#dsadsdasd {
    display: flex;
            flex-direction: column;
            justify-content: center;
            height: 55%;
            font-size: 33px;
            margin-top: 36px;
}




.games_new {
margin-left: 126px;
transition: 1s all
}



   /* Стили для сплывающего окна */
   .floating-window {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 300px;
	padding: 268px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 0;
	z-index: 1000;
}

/* Показ окна при наведении на кнопку */
.trigger:hover + .floating-window {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

/* Стили для кнопки */
.trigger {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background-color: #007BFF;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}



.trigger {
    padding: 11px 15px;
    background-color: #519e33;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    height: 118px;
    width: 118px;
    border-radius: 100%;
  }

  .floating-window {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 300px;
    min-height: 267px;
    padding: 20px;
    background: linear-gradient(to right, #000000, rgb(22 59 0));
    border: 1px solid #29040400;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1;
  }

  .floating-window p {
	padding-top: 0px;
    font-size: 19px;
    margin: 0px;
  }

  .floating-window.show {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	visibility: visible;
  }

  .close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	background: #ff4444;
	border: none;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
  }



  .lvlsss1 {
	width: 260px;
    min-height: 112px;
	margin-top: 41px;
    /* background: red; */
	/* border: 1px solid red; */
  }


 #gamess_start {
	width: 262px;
	margin-top: 15px;
  }