@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600&display=swap');

 body{margin:0; padding:0; font-size:18px;color: #fff;font-family: 'Nunito', sans-serif;font-weight: 400; background:#defafa; background-attachment:fixed}

body {
#	background-color: #FFFFFF;
#    background: linear-gradient( 90deg, #ffffff, #afafaf, #c6c6c6);
#    background-attachment: fixed;
    background-image: url(/img/cheeses.jpg);
#   background-size: cover;
#    background-attachment: fixed;
#    background-position: center;
}
 


span[class*="fa-"], i[class*="fa-"], .fal, .fal:before, .far, .far:before, .fa, .fa:before {font-family:'Font Awesome 6 Pro'; font-weight:400; font-style:normal; font-variant:normal;}

/*-----------------------------*/
#wrapper {
    border: 5px solid #059694;
    margin: 20px auto;
    padding: 10px 10px 10px 10px;
    text-align: left;
    width: 1100px;
    min-height: 100vh;
    box-shadow: inset 0 -5px 5px 0 rgb(0 0 0 / 18%), 0 4px 15px;
    border-radius: 10px;
    background-color: #000000c9;
    min-height: 100vh;
    border-radius: 20px 20px;
    padding: 15px;
#    box-shadow: 0px 0px 5px 0px rgb(0 0 0);
    border: 1px solid #026f6f;
    text-align: center;
#    background-image: url(/load/img/fon.png);
#    padding-bottom: 150px;
}

#content {
    min-height: 100vh;
    text-align: center;
	margin-bottom:10px;
}


#footer {border: 0px solid #D4D0C8;background-color: #75bfbe;border: 5px solid #059694;width: 1100px; margin:10px auto ; margin-bottom:15px;padding: 10px 10px 10px 10px;border-radius: 10px;box-shadow:inset 0 -5px 5px 0 rgb(0 0 0 / 18%), 0 4px 15px;background-color: #0C6A6A;/* min-height: 100vh; */border-radius: 20px 20px;padding: 15px;box-shadow: 0px 0px 5px 0px rgb(0 0 0);border: 1px solid #026f6f;text-align: center;background-image: url(/load/img/fon.png);/* padding-bottom: 150px; */}
/*-----------*/

.fa-fan {
	animation-name: rotation;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes rotation {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}

/*-----------------------------*/
.farub{ background-color:#c1eb85; border-radius:50%; width:25px; height:25px; line-height:25px; text-align:center; border:1px solid #777777;}

#rub{
	font-size: 10px;
    font-weight: bold;color: #3c3c3c;
    background-color: #09e0dd;
    padding: 2px 5px;
    border-radius: 5px;
    border: 0.51px solid #fff;
}

.logo_text {
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.0px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 100% 100px;
    border-bottom: 5px solid #059694;
    display: block;
    padding: 0 15px;
}

.menu2 a {
	display: inline-block;
	background-color: #fff20e;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px/100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	border: 1px solid #8549b4;
	font-weight: bold;
	color: #000 !important;
}
.menu2 a:hover{ color:#000000 !important; background-color:#FFFFFF;}

/* Стандарт */
.zoom {
 -moz-transition: all 0.1s ease-out;
 -o-transition: all 0.1s ease-out;
 -webkit-transition: all 0.1s ease-out;
 transition: all 0.1s ease-out;
 }
.zoom:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
 }
 
a:link, a:active, a:visited {color:#333; text-decoration:none;}
a:hover {color:#000000;}

a:link, a:active, a:visited {color: #fff; text-decoration:none;}
a:hover {color:#fff;}

h1,h2,h3,h4,h5,h6{ margin:0; padding:0;color: #495057;/* text-shadow: 1px 1px 0px #d8d8d8; */}

.rub {
    line-height: 5px;
    width: 0.4em;
    border-bottom: 1px solid;
    display: inline-block;
}

#st{display:flex; flex-wrap: wrap; justify-content:space-between; width:100%; border:0px solid #000000; margin-bottom:25px}
#st .block{ border:0px solid #000000; width:230px; margin:auto; margin-right:3px; margin-left:3px;}
#st .text {
    border: 0px solid #000000;
    border-bottom: 1px dashed #444;
    margin: auto;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fbfbfb;
    height: 30px;
    line-height: 35px;
    /* box-shadow: 11px 6px 4px -3px rgb(34 60 80 / 60%); */
}
#st .val {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #404040;
    font-weight: bold;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-radius:  100px;
    background-color: #ffffff;
	box-shadow: 11px 6px 4px -3px rgb(34 60 80 / 60%);
}
#st .val{ margin-top:7px;}
#st .val i {color:#fff20e;}
#st #rub{ background-color: #fff20e;
  color: #000;
  border: 10px;
  padding: 5px 7px;}
#st img{ height:25px; margin-right:15px;}

#st img {
	animation-name: rotation;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes rotation {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}


#page_head {
    background-color: #ccc;
    /* border-bottom: 1px solid #656565; */
    /* border-top: 1px solid #656565; */
    margin-bottom: 20px;
    border-radius: 5px;
    color: #d6d6d6;
    height: 1px;
    line-height: 3px;
    letter-spacing: 3px;
    box-shadow: 5px 5px 5px -5px rgb(34 60 80 / 60%);
    font-weight: bold;
    text-align:
    center;
}

#foot_mark { margin:auto; text-align:left; width:90%; border:0px solid #000000}
#foot_mark div {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff20e69;
    height: 50px;
    line-height: 50px;
    border: 0px solid #DADADA;
    margin-top: 10px;
    border-radius: 20px/100%;
    box-shadow: 0 0 5px rgb(0 0 0 / 13%);
    color: #000;
}
#foot_mark span{ float:right; font-weight:600;}

#page_info {
    letter-spacing: 1.1px;
    text-align: left;
    background-color: #ffffff;
    color: #2f2f2f;
    line-height: 25px;
    padding: 12px;
    margin-bottom: 24px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    border-left: 10px solid #059694;
    border-radius: 10px;
    padding-left: 20px;
    box-shadow: 5px 5px 5px -5px rgb(34 60 80 / 60%);
}

#page_info:hover{}

#page_str {
    color: #666666;
    letter-spacing: 1.5px;
    border-bottom: 1px dashed #DADADA;
    text-shadow: 1px 1px 0px #d8d8d8;
    width: auto;
}


/*меню аккаунта*/
#user_menu{ display:flex; width:100%; margin:auto; text-align:center; margin-bottom:15px;}
#user_menu div {
		width: 100%;
		background-color: #fff20e;
		border-radius: 10px;
		height: 40px;
		margin-right: 5px;
		margin-left: 5px;
		padding-top: 10px;
		border: 1px solid #c1cbce;
		box-shadow: 2px 2px 0px 1px rgb(0 0 0 / 33%);
}
#user_menu a{ display:block}
#user_menu span {
		line-height: 35px;
		letter-spacing: 1.8px;
		color: #000;
		font-size: 16px;
		text-transform: uppercase;
		background-color: #fff20e;
		color: #fff;
		display: block;
		width: 90%;
		margin: auto;
#		margin-top: 5px;
		border-radius: 5px;
		font-weight: bold;
		color: #000 !important;		
	}
	#user_menu img{ height:55px;
    animation-name: rotation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	}

/*Кнопки формы*/
input[type=submit]{
    padding: 10px;
    background-color: #fff20e;
	border:1px solid #a7a7a7;
	border-radius:5px;
    text-align: center;
	outline:none;
	width:220px;
	font-weight:bold;
    transition: 0.2s;
	color:#000;
    box-shadow: 0px 0px 5px 0px rgb(117 117 117 / 64%);
}
input:hover[type=submit]:hover{ color:#ffffff;}

#sub2 {
    padding: 5px 5px;
    height: 46px;
    background-color: #69D473;
    border: 1px solid #a7a7a7;
    color: #FFFFFF;
}
#sub2:hover{color:#c2eded;}

#sub3 {
    padding: 5px 5px;
    height: 46px;
    background-color: #F58938;
    border: 1px solid #a7a7a7;
    color: #FFFFFF;
}
#sub3:hover{ color:#c2eded;}

#sub4 {
    padding: 5px 5px;
    height: 46px;
    background-color: #DA5E50;
    border: 1px solid #a7a7a7;
    color: #FFFFFF;
}
#sub4:hover{color:#c2eded;}



/*Кнопки блочные*/
#knp {
    border: 0px;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
    background-color: #41a153;
    text-align: center;
   
    min-width: 200px;
    line-height: 42px;
    transition: 0.3s;
}
#knp:hover{ background-color:#3db553; }
#knp a {display: block; text-decoration: none; font-weight: bold; color:#FFFFFF;}



 
#knp2 {
    border: 0px;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
    background-color: #b95757;
    text-align: center;
    height: 42px;
    min-width: 200px;
    line-height: 42px;
    transition: 0.3s;
}
#knp2:hover{ background-color:#00999900; }
#knp2 a {display: block; text-decoration: none; font-weight: bold; color:#FFFFFF;}






/*Кнопки формы*/
input[type=submit]{
 /* user-select: none; */
 /* cursor: pointer; */
 /* position: relative; */
 /* display: inline-flex; */
 /* -webkit-box-align: center; */
 /* align-items: center; */
 /* flex-shrink: 0; */
 /* background: linear-gradient(0deg, rgb(162, 204, 129), rgb(184, 233, 134)); */
 /* color: rgb(254 254 253); */
 /* width: auto; */
 /* height: 3rem; */
 /* padding: 0px 1.5rem; */
 border: 0px;
 /* border-radius: 0.25rem; */
 /* text-transform: uppercase; */
 /* text-overflow: ellipsis; */
 /* white-space: nowrap; */
 /* text-decoration: none; */
 /* overflow: hidden; */
 /* transition: all 312ms cubic-bezier(0.29, 0.04, 0.23, 1) 0s; */
 /* font-family: Primary, DefaultFont, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; */
 /* font-size: 1.125rem; */
 /* font-weight: 600; */
 /* line-height: 1.25rem; */
}
input:hover[type=submit]:hover{ color:#fdfdfd;}

#sub2 {
    padding: 5px 5px;
    height: 46px;
    background-color: #69D473;
    border: 1px solid #a7a7a7;
    color: #FFFFFF;
}
#sub2:hover{color:#c2eded;}

#sub3 {
    padding: 5px 5px;
    height: 46px;
    background-color: #41a153;
    border: 1px solid #a7a7a7;
    color: #FFFFFF;
    border-radius: 10px;
}
#sub3:hover{ color:#fff;}

#sub4 {
    padding: 5px 5px;
    height: 46px;
    background-color: #DA5E50;
    border: 1px solid #a7a7a7;
    color: #FFFFFF;
}
#sub4:hover{color:#c2eded;}


 
 
 
 
 
 
 
 
 

/*Кнопки блочные*/
#knp2 {
    border: 0px;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
    background-color: #b95757;
    text-align: center;
    height: 42px;
    min-width: 200px;
    line-height: 42px;
    transition: 0.3s;
}
#knp2:hover{ background-color:#40a954; }
#knp2 a {display: block; text-decoration: none; font-weight: bold; color:#FFFFFF;}





#knp2 {
    border: 1px solid #a7a7a7;
    background-color: #41a153;
    border-radius: 5px;
    text-align: center;
	height:46px;
	min-width:160px;
	line-height:46px;
    transition: 0.2s;
    box-shadow: 0px 0px 5px 0px rgb(117 117 117 / 64%);
      display: block;
    margin-left: auto;
    margin-right: auto;
}

#knp2 a:hover{color:#6c6c6c;}

#knp3 {
    border: 1px solid #f7fafc;
    background-color: #41a153;
    border-radius: 5px;
    text-align: center;
	height:46px;
	min-width:160px;
    /* line-height:46px; */
    transition: 0.2s;
    box-shadow: 0px 0px 5px 0px rgb(117 117 117 / 64%);
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#knp3:hover{ background-color:#3db553; }
#knp3 a {display: block; text-decoration: none; font-weight: bold; color:#FFFFFF;}




#knp4 {
    border: 1px solid #a7a7a7;
    background-color: #41a153;
    border-radius: 5px;
    text-align: center;
	height:46px;
	min-width:160px;
	line-height:46px;
    transition: 0.2s;
    box-shadow: 0px 0px 5px 0px rgb(117 117 117 / 64%);
}
#knp4 a {color:#FFFFFF; display: block; text-decoration: none; font-weight: bold;}
#knp4 a:hover{color:#c2eded;}

/*Таблица стилий*/
#tab{border:0px #ccc solid; cursor:default; font-size:18px; text-align:left}


#tab #tab_head{
	height: 35px;
	text-align: center;
	background: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	color: #4a4d54;
	border: 1px solid #e0e0e0;
	font-size:14px;
}
#tab #tab_head{box-shadow: 0 2px 4px rgba(0,0,0,.11); font-size:12px}

#my_tab { font-size:18px}
#my_tab td { border-bottom:0px solid #e0e0e0; padding: 4px 10px;}
#my_tab tr{ border-bottom:0px solid #479697;letter-spacing:1px; }
#my_tab tr:nth-child(odd) {}
#my_tab tr:nth-child(even) {/* background-color:#4c9eac; */}
#my_tab #rub{ background-color:#ffffff;margin-top: 2px;border: 0px solid #479697; font-size: 12px;}

#css_stat{ background-color:#5DD9D7; width:440px; margin:auto; text-align:center; height:30px; line-height:30px; text-transform:uppercase; font-weight:bold; letter-spacing:2px; margin-bottom:15px; border-radius:3px; padding:3px 10px; box-shadow: 0px 0px 5px #5b5b5b; color:#505050}

#tabZag{ margin:auto;color: #fbfbfb;font-size:24px; font-weight:bold; margin-bottom:15px; text-align:center;border-bottom: 1px dashed #559AAD; width:90%;}

/*Окно сообщений*/
#modal{ position:fixed; background-color: rgb(0 0 0 / 16%); top: 0;bottom: 0;left: 0;right: 0; z-index:9999;}

#info .message {
    background-color: #ffffff;
    border-radius: 5px;
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    width: 50%;
    min-width: 600px;
    margin: auto;
    text-align: center;
    color: #464646;
    letter-spacing: 1.1px;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(158, 158, 158, 0.17) inset;
    -moz-box-shadow: 0px 0px 20px 3px rgba(158, 158, 158, 0.17) inset;
    box-shadow: 0px 0px 20px 3px rgba(158, 158, 158, 0.17) inset;
}

#info_close {
    background-color: #82e054;
    border: 0px solid #DEF7E0;
    width: 100%;
    line-height: 36px;
    border-radius: 5px 5px 0 0;
    margin: auto;
    text-align: right;
    cursor: pointer;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(191, 199, 205, 0.2);
    -moz-box-shadow: 0px 0px 4px 4px rgba(191, 199, 205, 0.2);
    box-shadow: 0px 0px 4px 4px rgba(191, 199, 205, 0.2);
    border-bottom: 1px solid #5fb535;
}
#info_close i{color:#FFFFFF; font-size:32px; margin-right:10px; vertical-align:middle;}
#info_close i:hover{ color:#e7e7e7}

#info .inf_txt{ padding:15px}

/*Постраничная навигация*/
.nav_str{ font-weight:bold;}
.nav_str a {
    background-color: #ffffff;
    color: #38858b;
    padding: 3px 12px;
    margin-right: 3px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 5px solid #f9f9f9;
    display: inline-table;
}
.nav_str a:hover{ background-color:#F9F9F9}


/*Menu include*/
#_menu{ display:flex; margin-bottom:20px}
#_menu div {width: 100%; background-color: #4DACA5; height: 32px; line-height: 32px; text-align: center; margin-right: 3px;}
#_menu div:hover{ background-color:#61B9B3;}
#_menu a:hover{ color:#FFFFFF}
#_menu a{ display:block; color:#FFFFFF;}

/*TOP статистика*/
.topstata i{ color:#394551}
.topstata b{ color:#85AD4B}


.balans-serf {
    text-align:center;
    width: 370px;
}
.balans-money div {
    padding-left: 15px;
    padding-right: 5px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    box-shadow: 5px 5px 5px -5px rgb(34 60 80 / 60%);
    background-color: #AED5EB;
}
.balans-money span{ font-size:32px; font-weight:bold; color:#2d2d2d;}
.balans-serf .bal-text {
    border-bottom: 1px dashed #fff;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    padding: 5px 0;
    width: 370px;
    margin-bottom: 20px;
}

/*------------------------*/

.form { 
    border:1px solid #DAD9D9; background-color:#FBFBFB; padding: 10px 15px; border-radius:5px;
    text-align: left;
    margin: auto;
    width: 400px;
	box-shadow: 0 0 5px rgb(0 0 0 / 46%);
	background-color: #fff20e69;
}

.title-form {
    border-bottom:3px solid #059694; 
#	width:320px; 
	text-transform:uppercase; 
	letter-spacing:2px; 
	padding-bottom:5px;
	color:#000; 
    font-weight: bold;	
	margin:auto; 
	text-align:center; 
	font-size:20px
}

input[type=text],input[type=password]{box-shadow:none; transition: .5s;border-radius: 5px 5px 5px 5px;color: #556; border: 1px solid #e9e9e9;padding: 5px; outline: none;}
input:focus[type=text],input:focus[type=password]{background-color:#FFFFFF; box-shadow:none; border:1px solid #a3e5ea; outline: none;}
input[type=text]:hover, input[type=password]:hover{border: 1px solid #DADADA;}

.form-input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin: 15px auto;
}

.form-input .form-ico {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    line-height: 1.5;
    color: #616575;
    text-align: center;
    white-space: nowrap;
    background-color: #f9f9f9;
    border: 1px solid #ced4da;
    border-radius: 5px 0 0 5px ;
  }
  .form-input .bg-1 {
      color: #000;
      background-color: #fff20e;
      border: 0px solid #e9e9e9;
      border-right: 1px solid #067876;
    }
.form-input input {
    display: block;position: relative;
    flex: 1 1 auto; width: 1%; min-width: 0;margin-left: -1px;
    padding: 10px 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #616575;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 5px 5px 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-input input[type=text]:hover {
    border: 1px solid #DADADA;
}
.form-input input:focus[type=text], .form-input input:focus[type=password]{background-color:#FFFFFF; box-shadow:none; border: 1px solid #5DA7CE; outline: none;}



.form-input select {
    display: block;position: relative;
    flex: 1 1 auto; width: 1%;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#FFFFFF 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 0.90em auto, 100%;
    outline: none;margin-left: -1px;padding-right: 30px;
    border: 1px solid #C9D1D3;
    border-radius: 0 5px 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #394551;
}

textarea{padding: 8px 9px; border:1px solid #CECECE; border-radius:3px; height:70px; min-width:200px;}
input[type=checkbox]{width: 16px; height: 16px; border:1px solid #CECECE; outline:none; background: linear-gradient(#FFF, #E6E6E6); cursor: pointer; border-radius:3px;}

#box1{
	border: 1px solid #DAD9D9;
	background-color: #FFFFFFE8;
	padding: 10px 15px;
	border-radius: 5px;
	text-align: left;
	margin: auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
	color: #000;
	box-shadow: inset 0 -5px 5px 0 rgb(0 0 0 / 18%), 0 4px 15px;
}

.text-shadow-9 {
color: #F44336;
font-size: 60px;  
text-shadow: 1px 1px #732372, 1px -1px #732372, -1px 1px #732372, -1px -1px #732372, 3px 3px 6px rgba(0,0,0,.5);
}
.text-shadow-8 {
color: #8aff79;
font-size: 40px;  
text-shadow: 1px 1px #732372, 1px -1px #732372, -1px 1px #732372, -1px -1px #732372, 3px 3px 6px rgba(0,0,0,.5);
}


.text-shadow-7 {
  text-shadow:
    1px 1px 0 hsl(20,100%,50%),
    2px 2px 0 hsl(20,100%,50%),
    3px 3px 0 hsl(35,100%,50%),
    4px 4px 0 hsl(35,100%,50%),
    5px 5px 0 hsl(45,100%,50%),
    6px 6px 0 hsl(45,100%,55%),
    7px 7px 0 hsl(55,100%,60%),
    8px 8px 0 hsl(55,100%,65%);
  color: hsl(276.9, 69.1%, 40.6%);
  transition: all 1s;
  font-size: 40px; 
}

.text-shadow-7:hover {
  text-shadow:
    1px -1px 0 hsl(290,100%,40%),
    2px -2px 0 hsl(290,100%,40%),
    3px -3px 0 hsl(280,100%,60%),
    4px -4px 0 hsl(280,100%,60%),
    5px -5px 0 hsl(270,100%,75%),
    6px -6px 0 hsl(270,100%,80%),
    7px -7px 0 hsl(260,100%,85%),
    8px -8px 0 hsl(260,100%,90%);
  color: hsl(300,100%,30%);
  font-size: 40px; 
}

#d{ color:#009933; font-size: 20px;}




#menu{ width:100%; display:flex}
#menu div{
	color:#fff;  
	width:100%; 
	height:37px; 
	line-height:37px; 
	text-align:center; 
	text-transform:uppercase; 
	background-color:#fff20e; 
	margin-left:1px; 
	margin-right:1px; 
#	background: -webkit-gradient(linear, left top, left bottom, from(#437e9b), to(#437e9b));
}
#menu a{ text-decoration:none; display:block; color: #9f9999; text-shadow: 0px 0px 1px #585858;}
#menu a:hover{color:#000000}

.css_box {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.63);
  background-color: #dbcbe2;
  border: 1px solid #C1DECA;
  border-radius: 3px;
  color: #2C343C;
  width: 100%;
  margin: 5px 0;
  text-align: left;
  text-shadow: 1px 0px 0px #8E8E8E;
  height: 40px;
  line-height: 10px;
  font-size: 16px;
  padding-top: 5px;
}
.css_box img{ margin-right:5px; margin-left:10px}
.css_box div{ float:right; text-align:center;}

.css_box:hover{background-color: #D7ECFF;}

#ostatok{  width:80px; background-color:#FFFFFF; color:#2C343C; font-weight:bold; font-size:24px; border-left:5px solid #28a745}

#price{ width:180px;  color:#2C343C; font-size:24px; background-color:#FFFFFF; border-radius:0 20px 20px 0;}
#time{ width:80px;  color:#2C343C; font-size:18px;}
#ser i{ font-size:22px; margin-right:10px}



.title {
  font-size: 32px;
  color: #000;
  font-weight: bold; 
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  position: relative;
 text-shadow: 2px 4px 6px rgba(20,9,5,0.45); /* тень заголовка */
}
 
.title span {
  background: #FFF20E;
  display: inline-block;
  padding: 10px 18px;
  position: relative;
}
 
.title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;        
  width: 100%;
  height: 5px; /* ширина линии */
  background: #f3f4f2; /* цвет линии */
  box-shadow: 2px 4px 6px rgba(20,9,5,0.45); /* тень линии */
}