.mobile-menu {
  font-family: Lato;
  font-size: 20px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px;
  top: 0;
  background-color: #377ddf;
  /* right: 20px; */
  height: 50px;
  z-index: 9999999;
  margin-left: -10px;
  margin-top: 20px;
}

/* .mobile-menu::after {
} */

.mobile-menu__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 30px;
  cursor: pointer;
  transition: .4s;
  z-index: 999999;
}

.mobile-menu__icon {
  display: block;
  position: relative;
  background: white;
  width: 90%;
  height: 4px;
  transition: .4s;
}

.mobile-menu__icon::after, .mobile-menu__icon::before {
  content: "";
  display: block;
  position: absolute;
  background: white;
  width: 100%;
  height: 4px;
  transition: .4s;
}

.mobile-menu__icon::after {
  top: 8px;
}

.mobile-menu__icon::before {
  top: -8px;
}

.mobile-menu__container {
  position: fixed;
  /* text-align: center; */
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  opacity: 1;
  transition: .5s;
  overflow: hidden;
  background-color: #377ddf;
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  margin: 0 auto;
}

.mobile-menu__list {
  transition: .5s;
  list-style: none;
  padding-left: 0;
}

.mobile-menu__item {
  font-size: 26px;
  padding-bottom: 15px;
}

.mobile-menu__link {
  text-decoration: none;
  color: #fff;
}

.mobile-menu__checkbox {
  display: none;
}

.mobile-menu__checkbox:checked~.mobile-menu__nav {
  opacity: 1;
}

.mobile-menu__checkbox:checked~.mobile-menu__container {
  height: 100%;
}
/* Положение крестика кнопки настроек после раскрытия меню */
.mobile-menu__checkbox:checked~.mobile-menu__btn{
  /* margin-top: 110px; */
  top: -20px;
  left: -10px;
  /* width: 35px; */
  /* height: 40px; */
}
/* .mobile-menu__checkbox:checked~.mobile-menu__checkbox{ 
margin-top: 20px;
} */

.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon {
  background: transparent;
}

.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::before, .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::after {
  top: 0;
}

.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Стили формы */

.mobile-menu__container form {
  position: relative;
  color: #fff;
  left: 100px;
}

/* Свойства полей формы */

.mobile-menu__container form input {
  position: relative;
  float: right;
}

/* Свойства курсора при  наведении */

/* .setButton {
  cursor: pointer;
} */

/* .mobile-menu__container label{
  font-size: 15px;
} */

/* Блок настроек по краное/синее */

#rb_wrap {
  width: 200px;
  float: left;
  padding-right: 50px;
}

/* Блок настроек по номерам */

#nums_wrap {
  width: 200px;
  float: left;
  padding-right: 50px;
}

/* Блок настроек по шахматке */

#shah_wrap {
  width: 200px;
  float: left;
  padding-right: 50px;
}

/* Ширина при сужении экрана */

@media(max-width: 850px) {
  .line {
    width: 300px;
  }
  .mobile-menu__container {
    justify-content: center;
  }
}

/* Прерываем поток стилей между блоками */

.line::after {
  content: "";
  display: block;
  clear: both;
}

/* Кнопка отправки данных */

#send {
  position: relative;
  /* margin-left: 30px; */
  /* right: 30px; */
  float: left;
  height: 25px;
  background-color: #fff;
}

#nik_wrap {
  width: 250px;
  float: left;
}

/* #nikName {
  position: relative; */

/* float: left; */

/* margin-left: 30px; */

/* right: 30px; */

/* float: left;
  height: 25px;
  background-color: #fff; */

/* } */