::-webkit-scrollbar { /* Webkit */
    width: 0;  /* ширина scrollbar'a */
    /*background: transparent;  */
}
#big {
  transform: scale(1.5);
  opacity: 0.9;
  cursor: pointer;
}
#big2 {
  width: 100px;
}
#big3 {
  width: 400px;
}
html {
	font-size: 10pt;
    -ms-overflow-style : none;  /* IE 10+ */
    scrollbar-width    : none /* Firefox */
}




/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
}

input:checked + .slider {
  background-color: #ffc801;
}

input:focus + .slider {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 14px;
}

.slider.round:before {
  border-radius: 40%;
}




/* Вывод заказов */
.orders-list {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.orders-list .orders-item:nth-child(3n) {
	margin-right: 0;
}
.orders-item-add {

  transform-orgin: center;
  transition: all 0.2s ease-in-out;
  animation-name: DownUp;
	animation-duration: 0.5s;
	animation-timing-function: easeout;
  
}

@keyframes popin {
  0% {
    transform: scale(0.2);
  }
  75% {
    transform: scale(1.1);
    animation-timing-function: easeout;
  }
  100% {
    transform: scale(1);
  }
}

.form-wrapper {
  width: 100%;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }

.contact-form {
  width: 100%;
  max-width: 460px;
  padding: 60px;
  background: #1c1e21;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3); }
  .contact-form__title {
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    color: #fff1c6;
    font-size: 18px;
    margin: 0 0 30px; }
  .contact-form__message {
    text-align: center; }
  .contact-form__input_name {
    height: 50px;
    border: 1px solid #282a2e;
    border-radius: 5px;
    width: 100%;
    background: url("/img/user.svg") center left 15px no-repeat, #1c1e21;
    background-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px 0 59px;
    font: 16px "Roboto", sans-serif;
    color: #fff;
    transition: 0.3s; }
    .contact-form__input_name:focus {
      transition: 0.3s;
      border: 1px solid rgba(255, 241, 198, 0.2); }
  .contact-form__input_phone {
    height: 50px;
    border: 1px solid #282a2e;
    border-radius: 5px;
    width: 100%;
    background: url("/img/tel.svg") center left 15px no-repeat, #1c1e21;
    background-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px 0 59px;
    font: 16px "Roboto", sans-serif;
    color: #fff;
    transition: 0.3s; }
    .contact-form__input_phone:focus {
      transition: 0.3s;
      border: 1px solid rgba(255, 241, 198, 0.2); }
  .contact-form__input_file {
    display: none; }
  .contact-form__file-button {
    display: flex;
    align-items: center;
    height: 50px;
    border: 1px solid #282a2e;
    border-radius: 5px;
    width: 100%;
    background: url("/img/file.svg") center left 15px no-repeat, #1c1e21;
    background-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px 0 59px;
    font: 16px "Roboto", sans-serif;
    color: #757575;
    cursor: pointer; }
  .contact-form__button {
    background: #fff1c6;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: none;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    font: 16px "Roboto", sans-serif;
    transition: 0.3s;
    cursor: pointer; }
    .contact-form__button:hover {
      transition: 0.3s;
      background: #7156f3;
      color: #fff;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3); }

.preloader {
  position: relative;
  margin: 0 0 0 45%;
  height: 15px;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: 0.3s; }
  .preloader_active {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: 0.3s; }
  .preloader:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #393e46;
    animation: preloader_before 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1); }
  .preloader:after {
    width: 12px;
    height: 12px;
    left: 15%;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #5f646c;
    animation: preloader_after 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1); }

@keyframes preloader_before {
  0% {
    transform: translateX(0px) rotate(0deg); }
  50% {
    transform: translateX(160px) scale(1.5) rotate(264deg);
    background: #00adb5;
    border-radius: 0; }
  100% {
    transform: translateX(0px) rotate(0deg); } }
@keyframes preloader_after {
  0% {
    transform: translateX(0px) rotate(0deg); }
  50% {
    transform: translateX(-160px) scale(1.5) rotate(-264deg);
    background: #00fff5;
    border-radius: 0; }
  100% {
    transform: translateX(0px); } }
@media (max-width: 768px) {
  .form-wrapper {
    padding: 15px; } }
@media (max-width: 480px) {
  .contact-form {
    padding: 30px 15px; }
    .contact-form__title {
      font-size: 16px; } }
      


/* file-box Стилизуем бокс для загрузки файла */
.file-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}
/* Стилизуем поле с кнопкой и названием файла */
.file__field {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
/* file-box Убираем дефолтный инпут */
#file {
  display: none;
}
/* Стилизуем кнопку загрузки файла */
.file__btn {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  display: inline-block;
  color: #000;
  font-size: 15px;
  background-color: #ffc801;
  outline: none;
  border: none;
  padding: 10px 20px;
  border-radius: 7px;
  transition: 0.2s;
  cursor: pointer;
}
.file__btn:hover {
  background-color: #ffc801;
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
}
/* Стилизуем поле с названием файла и кнопкой закрыть */
.file__info {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-left: 10px;
}
.file__name {
  margin-bottom: 4px;
  color: #888;
  font-size: 14px;
  word-spacing: 1px;
  user-select: none;
}
.file__btn-close {
  background: none;
  outline: none;
  border: none;
  font-size: 20px;
  color: red;
  margin-left: 5px;
  cursor: pointer;
  padding: 3px;
  font-weight: bold;
}
/* Стилизуем поле с подсказками */
.file__hint {
  color: #516d7b;
  font-size: 14px;
}


/* Remove outline on the forms and links */
/* :active :hover, :focus {
  
  outline: 0!important;
  
  outline-color: transparent!important;
  
  outline-width: 0!important;
  
  outline-style: none!important;

} */

::-moz-focus-outer, ::-moz-focus-inner {
  
  border: 0px !important;
  
  padding: 0;

}

/* Make the badge float in the top right corner of the button */
.button_badge {
  background-color: #fa3e3e;
  border-radius: 20px;
  border: 2px solid;
  color: white;
  width: 18px;
  height: 13px;
 
  padding: 2px 0px;
  font-size: 11px;
  
  display: block;
  
  position: relative; /* Position the badge within the relatively positioned button */
  top: -35;
  right: -55;
}

.header {
    /* background-color: #f8f9fa; */
    background-color: #ffc801;
    height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* border-bottom: 1px solid #d6caaa; */
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
	padding: 0 5%;
}
.d-flex{
    display: flex;
}
.navbar-fixed-top{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999;
}
.navbar-fixed-bottom{
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  z-index: 99999;
}
.content {
	font-family: verdana;
  padding: 0 0 0 0;
  animation: fadeIn 0.6s, DownUp 0.3s;
  position: relative;
}

/* Современные браузеры
   ----------------------------  */
input::placeholder {color: #cacaca;}

/* WebKit, Edge
   ----------------------------  */
input::-webkit-input-placeholder {color: #cacaca;}

/* Edge
   ----------------------------  */
input::-ms-input-placeholder {color: #cacaca;}

/* Firefox 4-18
   ----------------------------  */
input:-moz-placeholder {color: #cacaca;opacity: 1;}

/* Firefox 19+
   ----------------------------  */
input::-moz-placeholder {color: #cacaca;opacity: 1;}

/* IE 10-11
   ----------------------------  */
input:-ms-input-placeholder {color: #cacaca;}




/* Современные браузеры
   ----------------------------  */
textarea::placeholder {color: #cacaca;}

/* WebKit, Edge
   ----------------------------  */
textarea::-webkit-input-placeholder {color: #cacaca;}

/* Edge
   ----------------------------  */
textarea::-ms-input-placeholder {color: #cacaca;}

/* Firefox 4-18
   ----------------------------  */
textarea:-moz-placeholder {color: #cacaca;opacity: 1;}

/* Firefox 19+
   ----------------------------  */
textarea::-moz-placeholder {color: #cacaca;opacity: 1;}

/* IE 10-11
   ----------------------------  */
textarea:-ms-input-placeholder {color: #cacaca;}





/*tr .table*/

body {
	font-family: verdana;
  margin: 0;
}

/* footer {
  position: relative;
  bottom: 25px;
  left: 10%;
  width: 90%;
  height: 0px;
  background-color: #D0DAEE;
} */

.footer {
  background-color: #fff;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 20px;
  text-align: center;
  /* font-size: 19px;
  font-weight: bold; */
  /* color: #fafaff; */
}

input[type=button] {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
	background-color: #e6e6e6;
    border: none;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-family: verdana;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 8px;
}
input[type=button]:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}

input {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	font-family: verdana;
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
input:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}
input[class=login] {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border: 1;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	font-family: verdana;
	font-weight:bold;
  border-radius: 8px;
}
button[class=login]:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}
/*input[class=login]:focus, input[class=login]:hover {
    border: 15;
    padding: 12px 20px;
    margin: 8px 0;
	font-family: verdana;
	font-weight:bold;
  border-radius: 8px;
}*/
button[class=link] {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  /* font-family: arial, sans-serif; */
  /*input has OS specific font-family*/
  color: #fff;
  font-size: 14pt;
  cursor: pointer;
}
.refresh {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background-color: #ffc801;
    border: none;
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-family: verdana;
	font-weight:bold;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 8px;
}
.refresh:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}
.enter {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background-color: #ffc801;
    height: 45px;
    border: none;
    color: #000;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-family: verdana;
	font-weight:bold;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 8px;
}
.enter:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  height: 45px;
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}
.btn_enter {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background-color: #ffc801;
    /* height: 35px; */
    border: none;
    color: #000;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-family: verdana;
	font-weight:bold;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 8px;
}
.btn_enter:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  /* height: 35px; */
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}

input[class=enter_submenu] {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background-color: #ffc801;
    border: none;
    color: #000;
    padding: 2px 2px;
    text-decoration: none;
    margin: 2px 2px;
    cursor: pointer;
  font-family: verdana;
  font-weight:bold;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 4px;
  z-index: 99999;
}
input[class=enter_submenu]:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 5px 20px rgba(158, 130, 0, 0.4);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}
input[class=enter_small] {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background-color: #ffc801;
    border: none;
    color: #000;
    padding: 2px 2px;
    text-decoration: none;
    margin: 2px 2px;
    cursor: pointer;
  font-family: verdana;
  font-weight:bold;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 4px;
}
input[class=enter_small]:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}
input[class=orders] {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
	background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-family: verdana;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 8px;
}
input[class=orders]:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}
input[class=exit] {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
	background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-family: verdana;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 8px;
}
input[class=exit]:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}
input[class=entertext] {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
  font-family: verdana;
  font-weight: bold;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 8px;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}
input[class=entertext]:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}
input[class=entertextoff] {
    color: #000;
    border: none;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
  font-family: verdana;
  font-weight: bold;
}
input[class=entertextoff]:hover {
  /*outline: 2px solid #fff;*/
}
.back {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  background-color: #eee;
   width:300px;
    color: #000;
    height: 35px;
    border: none;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
  font-family: verdana;
  font-weight: bold;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 8px;
}
.back:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}
.inputback {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  background-color: #eee;
    color: #000;
    border: none;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
  font-family: verdana;
  font-weight: bold;
  box-shadow: none;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 8px;
}
textarea[class=entertext] {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
  font-family: verdana;
  font-weight: bold;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 8px;
}
textarea[class=entertext]:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}
button[class=enter] {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background-color: #ffc801;
    height: 35px;
    border: none;
    color: #000;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-family: verdana;
	font-weight:bold;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 8px;
}
button[class=enter]:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  height: 35px;
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}

.form__promo {
    background-color: #FFC801;
    border: none;
	/* width: 60%; */
    color: black;
    padding: 16px 32px;
    text-decoration: none;
    /* margin: 4px 2px; */
    cursor: pointer;
  font-family: verdana;
  border-radius: 8px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-appearance: button;
}
.enter_data {
    background-color: #FFFFFF;
    border: none;
	/* width: 50%; */
    color: black;
    padding: 16px 32px;
    text-decoration: none;
    /* margin: 4px 2px; */
    cursor: pointer;
  font-family: verdana;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-appearance: button;
}

.sticky th {
  position: sticky;
  top: 0px;  /* 0px if you don't have a navbar, but something is required */
  background: #ffc801;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.tablemin {
  border: none;
  background: #fff;
  /*background-color: #cdf6cf;*/
   width: 50%;
  font-family: verdana;
  font-weight:bold;
  font-size: 10pt;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  cursor: default;
}

/* Mobile Devices */
@media (max-width: 480px) {
    .table {
      width: 85%;
    }
}
        
/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 767px) {
    .table {
      width: 80%;
    }
}
        
/* Tablets iPads (Portrait) */
@media (min-width: 768px) and (max-width: 1024px){
    .table {
      width: 50%;
    }
}
    
/* Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
    .table {
      width: 50%;
    }
}
    
/* Big boi Monitors */
@media (min-width: 1281px) {
    .table {
      width: 30%;
    }
    .menu-popup {
    	left: 50%;
    }
}

/* table {
    border: none;
  vertical-align: middle;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
} */

.table {
  /* width: 80%; */
  border: none;
  font-family: verdana;
  font-weight:bold;
  font-size: 10pt;
  /* margin-bottom: 20px; */
  border-radius: 8px;
  vertical-align: middle;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.table thead th {
	font-weight: bold;
	text-align: left;
  vertical-align: middle;
	border: none;
	padding: 10px 15px;
	background: #ffc801;
	font-size: 14px;
}
.table thead tr th {
	border-radius: 8px 8px 8px 8px;
}
.table tr td {
	border-radius: 8px 8px 8px 8px;
}
/* .table thead tr th:second-child {
  border-radius: 8px 8px 8px 8px;
} */
/* .table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
} */
/* .table thead tr th:last-child {
  border-radius: 8px 8px 8px 8px;
} */
.table tbody td {
    -webkit-transition: all linear 1.2s;
    -moz-transition: all linear 1.2s;
    -ms-transition: all linear 1.2s;
    -o-transition: all linear 1.2s;
    transition: all linear 1.2s;
	text-align: left;
  vertical-align: middle;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
	background: #f7f4e3;
}

.table tbody tr:hover td {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  background-color: #fff;
  -webkit-touch-callout: none; iOS Safari
    -webkit-user-select: none; Safari
     -khtml-user-select: none; Konqueror HTML
       -moz-user-select: none; Old versions of Firefox
        -ms-user-select: none; Internet Explorer/Edge
            user-select: none; Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox
}
/* .table tbody tr:nth-child(even){
  background: #f7f4e3;
  vertical-align: middle;
} */
.table tbody tr td:first-child {
	border-radius: 8px 8px 8px 8px;
  vertical-align: middle;
}
/* .table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
} */
.table tbody tr td:middle-child {
	border-radius: 8px 8px 8px 8px;
  vertical-align: middle;
}
.table tbody tr td:last-child {
	border-radius: 8px 8px 8px 8px;
  vertical-align: middle;
}

/* .table tbody tr:last-child td { background:#ffffff; } */


/* .table {
    border: none;
  background-color: #fff;
  font-family: verdana;
  font-weight:bold;
  font-size: 10pt;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  cursor: default;
} */
/* .table thead {
    -webkit-transition: all linear 1.2s;
    -moz-transition: all linear 1.2s;
    -ms-transition: all linear 1.2s;
    -o-transition: all linear 1.2s;
    transition: all linear 1.2s;
  background-color: #ffc801;
  color: black;
} */
/* .table tr td {
    -webkit-transition: all linear 1.2s;
    -moz-transition: all linear 1.2s;
    -ms-transition: all linear 1.2s;
    -o-transition: all linear 1.2s;
    transition: all linear 1.2s;
  background-color: #f7f4e3;
}
.table tr:hover td {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  background-color: #fff;
  outline: 2px solid #fff;
  -webkit-touch-callout: none; iOS Safari
    -webkit-user-select: none; Safari
     -khtml-user-select: none; Konqueror HTML
       -moz-user-select: none; Old versions of Firefox
        -ms-user-select: none; Internet Explorer/Edge
            user-select: none; Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox
} */
.table2 {
    border: none;
  font-family: verdana;
  font-weight:bold;
  font-size: 8pt;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.table2 tr td {
    -webkit-transition: all linear 1.2s;
    -moz-transition: all linear 1.2s;
    -ms-transition: all linear 1.2s;
    -o-transition: all linear 1.2s;
    transition: all linear 1.2s;
  /*background-color: #cdf6cf;*/
}
.table2 thead th {
	font-weight: bold;
	text-align: left;
  vertical-align: middle;
	border: none;
	padding: 10px 15px;
	background: #ffc801;
}
.table2 tr:hover td {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  background-color: #fffeec;
  /*outline: 2px solid #fff;*/
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.myselect {
  background-color: #FFC801;
  color: black;
  padding: 12px;
  width: 250px;
  border: none;
  font-family: verdana;
    font-size: 110%;
    cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-appearance: button;
}
.myselect_input {
  background-color: #FFC801;
  text-align: left;
  color: black;
  padding: 12px;
  width: 250px;
  border: none;
  font-family: verdana;
    font-size: 110%;
    cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-appearance: button;
}
.myselectmini {
  background-color: #FFC801;
  color: black;
  padding: 2px;
  height: 30px;
  border: none;
  font-family: verdana;
  font-weight:bold;
    cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-appearance: button;
}
.myselectR {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  padding: 10px;
  border: none;
  font-family: verdana;
  font-weight:bold;
    cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.myselectR:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}


.enter_small {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background-color: #ffc801;
    border: none;
    color: #000;
    padding: 5px 5px;
    text-decoration: none;
    margin: 2px 2px;
    cursor: pointer;
  font-family: verdana;
  font-weight:bold;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 4px;
}
.enter_small:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}

.enter_small_star {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background-color: #ffdc5c;
    border: none;
    color: #000;
    padding: 5px 5px;
    text-decoration: none;
    margin: 2px 2px;
    cursor: pointer;
  font-family: verdana;
  font-weight:bold;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 4px;
}
.enter_small_star:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}


.enter {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background-color: #ffc801;
    height: 35px;
    border: none;
    color: #000;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-family: verdana;
	font-weight:bold;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 8px;
}
.enter:hover {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  height: 35px;
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}


.form-popup {
    position: center;
    width: 850px;
    height: 600px;
  max-width: 1000px;
  background-color: yellow;
  background-image: url(./background.jpg);
  background-position: center;
    /*display: none;*/
    position: fixed;
    top: 30%;
    left: 10%;
  border-radius: 30px;
  border: 3px solid;
    border-color: #fff;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.5s;
}

@keyframes UpDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes DownUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}

@keyframes showLeftEntrance {
from {left:-100%;}
to {left:30%;}
from {left:30%;}
to {left:10%;}
}
@keyframes showLeftForm {
from {left:-100%;}
to {left:0%;}
}
@keyframes showLeftButtonNext {
from {left:-100%;}
to {left:50%;}
from {left:50%;}
to {left:0%;}
}
@keyframes showRightButton {
from {right:300%;}
to {right:0%;}
}

@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

.loading {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  color: black;
  padding-left: 30px;
  padding-right: 30px;
  width: 40px;
  height: 40px;
  /* margin-top: -15px;
  margin-bottom: -15px; */
  border: none;
  cursor: wait; 
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 8px;
}
.loading:hover {
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 20px rgba(158, 130, 0, 0.6);
  -webkit-appearance: button;
  appearance: button;
  /*outline: 2px solid #fff;*/
}
/*::grammar-error {
  color: inherit;
  background-color: #c6fbcc;
}
 
::spelling-error {
  color: inherit;
  background-color: #ffe5e5;
}*/
input::-moz-selection {
  color: white;
  background: orange;
}
input::selection {
  color: white;
  background: orange;
}
*::-moz-selection {
  color: white;
  background: orange;
}
*::selection {
  color: white;
  background: orange;
}
/* удаление иконки очистки поля в IE */
input[type="text"]::-ms-clear {
  display: none;
}
 
/* удаление иконки отображения пароля в IE */
input[type="password"]::-ms-reveal {
  display: none;
}
/*-----------------UP----------------------*/
#back-top {
    position: fixed;
    bottom: 0px;
    padding: 0px;
    left: 50%;  
    margin-left: 500px;
    z-index:99991;
    }
#back-top a{
    width: 77px;
    height: 15px;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.25);
    display:block;
    text-decoration:none;
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  outline: 2px solid rgba(0, 0, 0, 0.25);
  font-size: 10pt;
    color: #000;
    }
 
#back-top a:hover{
    width: 77px;
    height: 35px;
    background: #ffc801;
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  box-shadow: 0 8px 8px rgba(158, 130, 0.4);
  -webkit-appearance: button;
  appearance: button;
  outline: 2px solid #fff;
  font-size: 20pt;
    color: #000;
    }

.submenu
{
    -webkit-transition: all linear 0.5s; 
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    display: none;   
    position: absolute;
    text-align: left;
    /*background-color: white;
    padding: 5px;border: 1px solid #6B93FF;*/
}

div.main_menu_item:hover div
{
    -webkit-transition: all linear 1.5s; 
    -moz-transition: all linear 1.5s;
    -ms-transition: all linear 1.5s;
    -o-transition: all linear 1.5s;
    transition: all linear 1.5s;
  -webkit-appearance: button;
    display: block;
}

.mainForm {
  background-color: #fff;
    color: #000;
    border: 0px;
    padding: 50px 50px;
    text-decoration: none;
    /* margin: 50px 0%; */
  font-family: verdana;
  font-weight: bold;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  border-radius: 50px;
}



p.success,
p.error {
    color: white;
    font-family: lato;
    background: yellowgreen;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 8px;
}
p.error {
    background: orangered;
}

.shadowtext {
  text-shadow: 1px 1px 2px black, 0 0 1em black;
  color: white;
}
.alerts {
  z-index:9999999999999;
  display:none;
  color:black;
  text-align:center;
  background:#FFF;
  border:#8e2424 solid 0px;
  border-radius: 1.25rem; 
  height:180px;
  width:250px;
  padding:10px;
  box-shadow: 0 5px 100px rgba(0, 0, 0, 0.4);
  
  margin: 0;
  position: fixed;
  top: 30%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.alerts_big {
  z-index:9999999999999;
  display:none;
  color:black;
  text-align:center;
  background:#FFF;
  border:#8e2424 solid 0px;
  border-radius: 1.25rem; 
  height:220px;
  width:250px;
  padding:15px;
  box-shadow: 0 5px 100px rgba(0, 0, 0, 0.4);

  margin: 0;
  position: fixed;
  top: 30%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.alertm_overlay {  
  width:100%;
  height:100%;
  position:fixed;
  left:0px;
  top:0px;
  z-index:99998;
  background:rgba(51, 51, 51, 0.42);
  display:none;
}
.alertm_h1 {  
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}
.alertm_text { 
  font-size: 18px; 
  line-height: 23px;
}
.alertm_button {
    background-color: #FFC801;
    border: none;
  width: 100px;
    color: black;
    padding: 16px 32px;
    text-decoration: none;
    margin: 0 auto;
    cursor: pointer;
  font-family: verdana;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-appearance: button;
}
.alertm_button_mini {
    background-color: #FFC801;
    border: none;
  width: 30px;
  height: 20px;
    color: black;
    padding: 16px 32px;
    font-size: 80%;
    text-decoration: none;
  text-align: center;
    margin: 0 auto;
    cursor: pointer;
  font-family: verdana;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-appearance: button;
}
.verticalhorizontal {
  display: flex;
  align-items: center; /* vertical centering if flex-direction: row */
  justify-content: center; /* horizontal centering if flex-direction: row */
}


header {
	position: relative;
}
.menu-triger {
  display: block;
  width: 28px;
  height: 28px;  
	font-size: 18px;
	color: black;
  /* background: url(https://snipp.ru/demo/449/menu.png) 0 0 repeat; */
  position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}	
.menu-close {
	display: block;
	width: 28px;
	height: 28px;	
	font-size: 18px;
	color: white;
	/* background: url(https://snipp.ru/demo/449/close.png) 0 0 repeat; */
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-exit {
	display: block;
	width: 28px;
	height: 28px;	
	font-size: 18px;
	color: white;
	/* background: url(https://snipp.ru/demo/449/close.png) 0 0 repeat; */
	position: absolute;
	right: 80px;
	top: 22px;
	z-index: 100;
}
.menu-popup {
	display: none;	
	background: #2c2e3e;
	position: absolute;
	left: 10%;
	right: 0px;
	top: 0;
	box-sizing: border-box;
  border-radius: 30px 0 0 30px;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}
.menu-popup li font {
	font-size: 18px;
	font-family: "Arial";
	/* color: rgb(255, 255, 255); */
	line-height: 1.4;	
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}
