/*** --- Reset CSS --- ***/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  text-align: left;
}
textarea {
  resize: none;
}
address {
  font-style: normal;
}
input,
textarea,
button,
select {
  outline: none;
  font: inherit;
  -webkit-font-smoothing: inherit;
  -webkit-appearance: none;
}
button {
  display: inline-block;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}
/*** --- Mixins and variables --- ***/
/*** --- Fonts --- ***/
@font-face {
  font-family: 'YotaDigit';
  src: url("../fonts/YotaDigit-Regular.woff") format('woff'), url("../fonts/YotaDigit-Regular.ttf") format('truetype'), url("../fonts/YotaDigit-Regular.svgYotaDigit-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'YotaDigit';
  src: url("../fonts/YotaDigit-Bold.woff") format('woff'), url("../fonts/YotaDigit-Bold.ttf") format('truetype'), url("../fonts/YotaDigit-Bold.svgYotaDigit-Bold") format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'YotaDigit';
  src: url("../fonts/YotaDigit-ExtraBold.woff") format('woff'), url("../fonts/YotaDigit-ExtraBold.ttf") format('truetype'), url("../fonts/YotaDigit-ExtraBold.svgYotaDigit-ExtraBold") format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "iconfont";
  src: url("../iconfont/iconfont.eot");
  src: url("../iconfont/iconfont.eot?#iefix") format('eot'), url("../iconfont/iconfont.woff") format('woff'), url("../iconfont/iconfont.ttf") format('truetype'), url("../iconfont/iconfont.svg#iconfont") format('svg');
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/*** --- Document --- ***/
html,
body {
  height: 100%;
  font: normal 16px/1.5 'YotaDigit', Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  color: #434c5d;
  background-color: #fff;
}
._startGame {
  overflow: hidden;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff /* цвет вашего фона */;
  -webkit-text-fill-color: #000 /* цвет текста */;
}
/*** --- Links --- ***/
a {
  color: #00aeef;
  text-decoration: none;
}
/*** --- Grid --- ***/
/*** --- Blocks --- ***/
#menu-burger,
#dropdown-open {
  display: none;
}
.menu__bottom-burger::after,
.menu__bottom-burger::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}
.menu__bottom-burger::before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.menu__bottom-burger::after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.menu__bottom .menu__item {
  color: #3b4858;
}
.menu__bottom .menu__item,
.menu__list-drop-title {
  line-height: 1.375;
  font-weight: 400;
}
.menu__list-items-top .menu__list-item {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  color: #434c5d;
}
.menu__list-drop-item-text,
.menu__list-items-bottom .menu__list-item,
.menu__top-dropdown-link {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  color: #434c5d;
}
.menu__list-toggler-text {
  font-weight: 700;
  color: #434c5d;
}
.menu {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100vw;
  text-align: center;
  visibility: visible;
}
.menu a {
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
#menu-burger:checked~* .menu {
  height: 100vh;
  overflow: auto;
}
.menu__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  padding: 0 calc(36px + 17px) 0 36px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.9);
  transition: background-color 0.3s;
  z-index: 1;
  font-size: 0;
}
.menu__left,
.menu__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
.menu__left>*,
.menu__right>* {
  display: inline-block;
  vertical-align: middle;
}
.menu__list-item_small {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.menu__list-item_choose .menu__item-text,
.menu__list-item_choose .menu__list-item-text {
  will-change: transform;
  color: #00aeef;
}
.menu__list-item_choose:hover .menu__item-text,
.menu__list-item_choose:hover .menu__list-item-text {
  opacity: 1;
  color: #000;
}
.menu__list-item_choose:active .menu__item-text,
.menu__list-item_choose:active .menu__list-item-text {
  opacity: 1;
  color: #00aeef;
}
.menu__bottom-logo {
  position: relative;
  z-index: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 100%;
  margin-right: 61px;
}
.menu__bottom-logo img {
  max-height: 100%;
}
.menu__bottom-burger {
  position: relative;
  z-index: 1;
  min-width: 30px;
  margin-left: 36px;
  transition: transform 0.3s;
  cursor: pointer;
  width: 20px;
  height: 19px;
}
.menu__bottom-burger::after,
.menu__bottom-burger::before {
  height: 3px;
  background: #434c5d;
}
.menu__bottom-burger img,
.menu__bottom-burger:after,
.menu__bottom-burger:before {
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0s;
}
.menu__bottom-burger:before {
  -ms-transform: scale(0) rotate(90deg);
      transform: scale(0) rotate(90deg);
}
.menu__bottom-burger:after {
  -ms-transform: scale(0) rotate(0deg);
      transform: scale(0) rotate(0deg);
}
.menu__bottom-burger img {
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-delay: 0.2s;
}
#menu-burger:checked~* .menu__bottom-burger img {
  opacity: 0;
  -ms-transform: scale(0);
      transform: scale(0);
  transition-delay: 0s;
}
#menu-burger:checked~* .menu__bottom-burger:after,
#menu-burger:checked~* .menu__bottom-burger:before {
  opacity: 1;
  transition-delay: 0.2s;
}
#menu-burger:checked~* .menu__bottom-burger:before {
  -ms-transform: scale(1) rotate(45deg);
      transform: scale(1) rotate(45deg);
}
#menu-burger:checked~* .menu__bottom-burger:after {
  -ms-transform: scale(1) rotate(-45deg);
      transform: scale(1) rotate(-45deg);
}
.menu__bottom-burger-block {
  height: 100%;
}
.menu__wrapper {
  position: fixed;
  width: 100%;
  top: 100%;
  height: 0;
  opacity: 0;
  transition: height 0.4s, padding 0.4s, top 0.4s, opacity 0.4s;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
}
#menu-burger:checked~* .menu__wrapper {
  height: 100vh;
  top: 0;
  opacity: 1;
}
.menu__list-toggler-input,
.menu__list-toggler-text,
.menu__list-toggler_left {
  display: none;
}
.menu__list-toggler-input:checked~.menu__list-toggler-text {
  border-color: #00aeef;
}
.menu__list,
.menu__list-toggler,
.menu__list-togglers {
  width: 100%;
  height: 100%;
}
.menu__list-items {
  position: absolute;
  text-align: left;
  width: calc(100% - 36px - 134px);
  -webkit-font-smoothing: antialiased;
}
.menu__list-items>* {
  display: inline-block;
  vertical-align: top;
}
.menu__list-items-bottom {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 28px;
}
.menu__list-items-bottom .menu__list-item {
  margin-bottom: 38px;
}
.menu__list-items-top {
  margin-right: 17.7%;
}
.menu__list-items-top .menu__list-item {
  position: relative;
}
.menu__list-items-top .menu__list-item .menu__list-item-text-hover {
  background: url("../images/header/bubble-center.svg") 50%/150% 100%;
  height: 120px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -26px;
  transition: all 0.4s ease;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.menu__list-items-top .menu__list-item .menu__list-item-text-hover:before {
  content: "";
  display: block;
  height: 120px;
  position: absolute;
  top: 0;
}
.menu__list-items-top .menu__list-item .menu__list-item-text-hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.menu__list-items-top .menu__list-item .menu__list-item-text-hover:before {
  background: url("../images/header/bubble-left.svg") no-repeat 0 0/70px 120px;
  right: 100%;
  width: 50px;
}
.menu__list-items-top .menu__list-item .menu__list-item-text-hover:after {
  background: url("../images/header/bubble-right.svg") no-repeat 100% 0/94px 137px;
  height: 137px;
  left: 100%;
  width: 70px;
}
.menu__list-items-top .menu__list-item:hover {
  display: inline-block;
}
.menu__list-items-top .menu__list-item:hover .menu__list-item-text-hover {
  opacity: 1;
}
.menu__list-items-bottom-right {
  margin-right: 16%;
}
.menu__list-item {
  -webkit-font-smoothing: antialiased;
}
.menu__list-item:last-child {
  margin-bottom: 0;
}
.menu__list-item:hover>* {
  opacity: 0.8;
}
.menu__list-item:active>* {
  color: #00aeef;
}
.menu__list-item-text {
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  transition: opacity 0.3s, color 0.3s;
}
.menu__list-togglers {
  padding: 231px 36px 154px 134px;
}
.menu__list-toggler,
.menu__list-togglers {
  box-sizing: border-box;
}
.menu__list-toggler-text {
  position: absolute;
  top: 20px;
  width: 45%;
  padding-bottom: 13px;
  border-bottom: 2px solid #cfd3d9;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.menu__list-toggler_right .menu__list-toggler-text {
  left: 23px;
}
.menu__list-toggler_left .menu__list-toggler-text {
  left: calc(45% + 23px);
}
.menu__list-drop {
  margin-bottom: 40px;
  cursor: pointer;
}
.menu__list-drop-title {
  position: relative;
  color: #00aeef;
  -webkit-font-smoothing: antialiased;
}
.menu__list-drop-title_drop:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: transform 0.3s;
  background: url("../images/arrow.svg") no-repeat center/contain;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.menu__list-drop-list {
  height: 0;
  overflow: hidden;
}
.menu__list-drop-input {
  display: none;
}
.menu__list-drop-input:checked~.menu__list-drop-list {
  height: auto;
}
.menu__list-drop-input:checked~.menu__list-drop-title:after {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.menu__list-drop-item {
  display: block;
  margin-top: 12px;
}
.menu__list-drop-item,
.menu__list-drop-item-text {
  -webkit-font-smoothing: antialiased;
}
.menu__top-dropdown {
  position: absolute;
  top: 0;
  right: auto;
  left: 24px;
  width: 250px;
  height: 98%;
  transition: transform 0.3s;
  margin: auto;
  z-index: 6;
}
.menu__list-items-top .menu__list-item {
  cursor: pointer;
}
.menu__list-items-top .menu__list-item:hover {
  opacity: 0.85;
}
.menu__list-items-top .menu__list-item:active {
  opacity: 1;
  color: #00aeef;
}
.menu__fon,
.menu__top-dropdown-link {
  display: none;
}
.menu__fon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu__lk {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(232,236,242,0.4);
  transition: transform 0.3s, opacity 0.3s;
  z-index: 1;
}
.menu__lk:hover .menu__lk-image {
  opacity: 0.8;
}
.menu__lk img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 15.3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu__lk-block {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.menu__list-items-sublist .menu__list-item .menu__list-item-text-hover,
.menu__lk-input {
  display: none;
}
.menu__lk-input:checked~.menu__lk-block .menu__lk-content {
  display: block;
}
.menu__lk-content {
  background-color: #fff;
  box-shadow: rgba(202,203,205,0.4) 0 11px 26px -3px;
  display: none;
  position: absolute;
  right: -72px;
  top: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 240px;
  z-index: 5;
  border-radius: 5px;
  overflow: hidden;
}
.menu__lk-item {
  cursor: pointer;
  display: block;
  height: 60px;
  line-height: 60px;
  transition: background-color 0.4s ease 0s;
}
.menu__lk-item a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #434c5d;
}
.menu__lk-item:hover {
  background-color: rgba(0,174,239,0.05);
}
.menu__list-items-sublist .menu__list-item {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.menu__list-item_mob {
  display: none;
}
.title,
.main__title,
.gameResults__title {
  margin: 0;
  font-weight: 700;
}
.title_h1,
.main__title_h1,
.gameResults__title_h1,
.gameResults__title,
.gameResults__score {
  font-size: 3rem;
  font-weight: 800;
}
.title_h2,
.main__title_h2,
.gameResults__title_h2 {
  font-size: 1.3125rem;
  line-height: 1.380952380952381;
}
.title_h4,
.main__title_h4,
.gameResults__title_h4 {
  font-size: 1em;
}
.title em,
.main__title em,
.gameResults__title em {
  display: block;
  font-weight: inherit;
  font-style: inherit;
}
.page {
  position: relative;
  overflow: hidden;
  min-width: 320px;
  min-height: 100%;
/*&-content {
		padding $page-content-padding-top $page-content-padding-side $page-content-padding-bottom
		background $color-yota-basic
		border-radius 5px

		&__icon {
			&_error {
				text-align center
				font-size 52px
				line-height 1
				color $errorColor
				margin-bottom 20px
				icon-error()

				&:before {
					display block
				}
			}
		}
		&_type_service {
			text-align center
		}

		&_type_info {
			text-align center
		}
	}*/
}
.page_modal {
  height: 100vh;
  overflow: hidden;
}
._startGame .page {
  position: fixed;
  width: 100%;
}
.no-table .page__when-table {
  display: none;
}
.page__content-container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 630px;
  max-height: 100%;
}
.page__wrap {
  width: 766px;
  margin: 42px auto 0;
}
.page__table {
  margin: 52px auto;
}
.page-header {
  z-index: 1;
}
.page-header__logo {
  font-size: 3em;
  color: #fff;
}
.page-header__info {
  float: right;
  font-size: 2.25em;
}
.page-header__language {
  float: right;
  font-size: 1em;
  padding-top: 10px;
}
.page-footer {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
}
.main {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.no-table .main {
  min-height: calc(100vh - 250px);
}
.notPlaing .main {
  -ms-flex-pack: center;
      justify-content: center;
  height: auto !important;
  margin-bottom: 40px;
}
.main__inner {
  position: relative;
  width: 100%;
  max-width: 600px;
  z-index: 1;
}
.notPlaing .main__inner {
  top: auto !important;
}
.main__title {
  margin-bottom: 1.05em;
  text-align: center;
}
.main__title span {
  display: inline-block;
  white-space: nowrap;
  padding-right: 0.2em;
}
.main__title span:last-child {
  padding-right: 0;
}
.main__title span i {
  display: inline-block;
  font-style: normal;
  min-width: 0.2em;
}
.main__subtitle {
  margin: 2em 0;
}
.main__block {
  margin: 2.7em 0 0;
}
.main__block:first-child {
  margin-top: 0;
}
.main__block-title {
  margin: 1.15em 0;
}
#arkanoid {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.page_startGame #arkanoid {
  display: block;
}
.notPlaing #arkanoid {
  display: none;
}
.arkanoid__block_hide {
  visibility: hidden;
}
.ark-block {
  display: inline-block;
  white-space: nowrap;
  padding-right: 0.2em;
}
.ark-block:last-child {
  padding-right: 0;
}
.ark-block i {
  display: inline-block;
  font-style: inherit;
  min-width: 0.2em;
}
.header {
  height: 80px;
}
.header__gameStatus {
  position: absolute;
  right: 100%;
  display: none;
  visibility: hidden;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1rem;
  white-space: nowrap;
  width: auto;
}
.page_startGame .header__gameStatus {
  display: -ms-flexbox;
  display: flex;
}
.menu a {
  color: inherit;
}
.page_startGame:not(.lose):not(.win) .menu__lk,
.page_startGame:not(.lose):not(.win) .menu__bottom-burger {
  display: none;
}
.menu__right {
  position: relative;
}
.menu__left {
  perspective: 820px;
}
.menu__bottom {
  padding: 0 36px;
}
.menu__lk-block {
  display: block;
}
.logo {
  transition: none;
  perspective-origin: 50% 50%;
  width: 75px;
  margin: 0 -25px;
}
.link {
  transition: color 0.35s;
}
.link,
.link:focus,
.link:active,
.link:visited {
  text-decoration: none;
  color: #00aeef;
}
.link:hover {
  transition-duration: 0.175s;
  cursor: pointer;
  color: #434c5d;
}
.link_style_inverted,
.link_style_inverted:focus,
.link_style_inverted:active,
.link_style_inverted:visited {
  color: #fff;
}
.link_style_inverted:hover {
  color: #b1e4f6;
}
.support {
  font-size: 0.75em;
  line-height: 1.33;
  text-align: center;
  color: #b1e4f6;
}
.support_wifiInit {
  display: none;
}
.page_wifiInit .support_wifiInit {
  display: block;
}
.support_signIn {
  display: none;
}
.page_signIn .support_signIn {
  display: block;
}
.support span {
  display: inline-block;
  white-space: nowrap;
  padding-right: 0.2em;
}
.support span:last-child {
  padding-right: 0;
}
.support span i {
  display: inline-block;
  font-style: normal;
  min-width: 0.2em;
}
.yota-icon {
  display: inline-block;
  font-family: 'yota-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.yota-icon_mode_inline {
  display: inline;
}
.yota-icon_close:before {
  content: '\e901';
}
.yota-icon_error:before {
  content: '\e900';
}
.yota-icon_logo:before {
  content: '\e800';
}
.yota-icon_info:before {
  content: '\e902';
}
.paragraph {
  margin-bottom: 30px;
}
.paragraph_secondary {
  line-height: 1.2;
  color: #999;
}
.paragraph_type_helper-tip {
  font-size: 0.75em;
  color: #999;
}
.paragraph_type_error {
  font-size: 0.75em;
  color: #f15252;
}
.paragraph_type_ussd {
  font-size: 1.625em;
  line-height: 1.2;
  color: #434c5d;
}
.paragraph_mode_group {
  margin-bottom: 0;
}
.paragraph span {
  display: inline-block;
  white-space: nowrap;
  padding-right: 0.2em;
}
.paragraph span:last-child {
  padding-right: 0;
}
.paragraph span i {
  display: inline-block;
  font-style: normal;
  min-width: 0.2em;
}
.button {
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background 0.35s, color 0.35s, opacity 0.35s;
}
.button[disabled] {
  transition-duration: 0.175s;
  opacity: 0.5;
  cursor: auto;
}
.button.load span {
  visibility: hidden;
}
.button .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.button_default {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 24px;
  font-size: 14px;
  min-width: 272px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.button_default:hover:not([disabled]),
.footer:hover .button_default {
  transition-duration: 0.175s;
  color: #cceffc;
}
.button_default:active:not([disabled]) {
  background: #363636;
}
.button_link {
  padding: 0;
  color: #00aeef;
  display: inline;
  background: none !important;
}
.button_cyan {
  font-weight: 700;
  background: #00aeef;
  color: #fff;
}
.button_white {
  background: #fff;
  color: #00aeef;
}
.button_brand {
  background: #00aeef;
  color: #fff;
}
.button_brand:hover:not([disabled]),
.button_brand:focus:not([disabled]) {
  background: #009edc;
}
.button_ls {
  width: 32px;
  height: 32px;
  line-height: 32px;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3);
  background-color: #fff;
  color: #00aeef;
  font-weight: bold;
  font-size: 24px;
  border-radius: 3px;
}
.button_ls:hover:not([disabled]),
.button_ls:focus:not([disabled]) {
  color: #00aeef;
  background-color: #f5f5f5;
  transition-duration: 0.175s;
}
.button_ls:active:not([disabled]) {
  color: #00aeef;
  background-color: #e4edf1;
}
.button_lc {
  font-size: 17px;
  width: 19px;
  height: 19px;
  line-height: 17px;
  text-align: center;
  color: #00aeef;
  transition: border-color 0.35s, color 0.35s, transform 0.35s;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
}
.button_lc:active:not([disabled]) {
  transition-duration: 0.175s;
  -ms-transform: scale(0.9);
      transform: scale(0.9);
}
.button_lc:hover:not([disabled]) {
  transition-duration: 0.175s;
}
.button_gray {
  padding: 0 21px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 15px;
  background-color: #f5f5f5;
  transition: background 0.35s, color 0.35s;
}
.button_gray:hover:not([disabled]),
.button_gray:focus:not([disabled]) {
  transition-duration: 0.175s;
  background-color: #ededed;
}
.buttonWrapper {
  margin-bottom: 30px;
}
.pageNotFound {
  display: none;
  position: relative;
  background: none;
  transition: color 0.35s;
}
.pageNotFound:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: opacity 0.35s;
  z-index: -1;
}
.page_pageNotFound .pageNotFound {
  display: block;
}
.pageNotFound_touched {
  color: #fff;
}
.pageNotFound_touched:before {
  opacity: 0;
}
.black {
  color: #434c5d;
}
.gameInfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  margin: 0 100px 0 0;
}
.gameInfo > * {
  margin: 0 0 0 38px;
}
.gameInfo__legend {
  color: #b9c2cb;
  margin-right: 1px;
}
.gameInfo__scores {
  font-weight: 700;
}
.gameInfo__lives {
  font-weight: 700;
}
.gameControl > * {
  margin: 0 13px;
}
.gameControl > *:last-child {
  margin-right: 0;
}
.gameControl__restart {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #00aeef;
}
.gameControl__restart:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E006";
}
.gameControl__restart:before {
  display: block;
}
.gameControl__exit {
  display: inline-block;
  vertical-align: middle;
  color: #b9c2cb;
  font-size: 19px;
}
.gameControl__exit:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E002";
}
.gameResults {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  text-align: center;
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.gameResults__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 84px;
  height: 84px;
  border: 4px solid #00aeef;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0 0 50px;
}
.gameResults__icon svg {
  width: 44.3421052631579%;
  margin: 0 0 1px 3px;
}
.gameResults__icon path {
  stroke: #00aeef;
}
.gameResults__inner {
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.gameResults__title {
  display: none;
  margin-bottom: 13px;
}
.win .gameResults__title_win {
  display: block;
}
.lose .gameResults__title_lose {
  display: block;
}
.gameResults__caption {
  font-size: 21px;
  margin-bottom: 23px;
}
.gameResults__score {
  font-weight: 700;
  margin-bottom: 37px;
}
.gameResults__restart {
  margin-bottom: 27px;
}
.gameResults__exit {
  margin-bottom: 18px;
}
.footer {
  width: 100%;
  z-index: 10;
  margin: 3.1em 0;
  padding: 0 0 1em;
}
.page_startGame .footer {
  cursor: default;
}
.notPlaing .footer {
  visibility: hidden !important;
}
.footer__inner {
  text-align: center;
  margin: auto;
}
.footer__message {
  margin: 1.8em auto;
}
.footer__button-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, #fff 100%);
}
.shareResults {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.shareResults p {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 8px;
}
.shareResults__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.shareResults__item:last-child {
  margin-right: 0px;
}
.shareResults__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  transition: background 0.35s;
}
.shareResults__link:hover {
  transition-duration: 0.175s;
}
.shareResults__link:hover.shareResults__link_vk path,
.shareResults__link:hover.shareResults__link_tw path,
.shareResults__link:hover.shareResults__link_fb path {
  transition-duration: 0.175s;
  fill: #fff;
}
.shareResults__link:hover.shareResults__link_vk {
  background: #5a7da3;
}
.shareResults__link:hover.shareResults__link_tw {
  background: #55b2f0;
}
.shareResults__link:hover.shareResults__link_fb {
  background: #6781ca;
}
.shareResults__link:hover.shareResults__link_inst {
  background: #d02e7a;
}
.shareResults__link:hover.shareResults__link_inst .layer1 {
  opacity: 0;
  transition: opacity 0s 0.175s;
}
.shareResults__link:hover.shareResults__link_inst .layer2 {
  transition-duration: 0.175s;
  opacity: 1;
}
.shareResults__link_vk path,
.shareResults__link_tw path,
.shareResults__link_fb path {
  transition: fill 0.35s;
}
.shareResults__link_inst .layer2 {
  opacity: 0;
  transition: opacity 0.35s;
}
.table {
  border: 1px solid #e4e7e9;
  border-radius: 4px;
  line-height: 1.2;
}
.table__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 84px;
  padding-left: 5%;
}
.table__row {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e4e7e9;
  height: 60px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #fafafb;
  padding: 0 16% 0 3%;
}
.table__col:last-child {
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .menu__bottom .menu__item,
  .menu__list-drop-title {
    font-size: 1.563vw;
    letter-spacing: 0;
  }
  .menu__list-items-top .menu__list-item {
    font-size: 5.859vw;
  }
  .menu__list-drop-item-text,
  .menu__list-items-bottom .menu__list-item,
  .menu__top-dropdown-link {
    font-size: 2.051vw;
  }
  .menu__bottom {
    height: 7.823vw;
    z-index: 3;
  }
  .menu__right {
    padding-right: 1.613vw;
  }
  #menu-burger:checked~* .menu__bottom-burger:after,
  #menu-burger:checked~* .menu__bottom-burger:before {
    width: 68%;
  }
  #menu-burger:checked~* .menu__wrapper {
    top: 7.823vw;
  }
  .menu__list-items {
    width: 90%;
  }
  .menu__list-items>* {
    vertical-align: top;
  }
  .menu__list-items-bottom {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 34.355vw;
    margin-top: 3.871vw;
  }
  .menu__list-items-top .menu__list-item {
    margin-bottom: 2.016vw;
  }
  .menu__list-items-top {
    margin-right: 16.7%;
  }
  .menu__list-items-top .menu__list-item .menu__list-item-text-hover {
    height: 9.677vw;
    top: -2.097vw;
  }
  .menu__list-items-top .menu__list-item .menu__list-item-text-hover:before {
    height: 9.677vw;
    background-size: 5.645vw 9.677vw;
    width: 4.032vw;
  }
  .menu__list-items-top .menu__list-item .menu__list-item-text-hover:after {
    background-size: 7.581vw 11.048vw;
    width: 5.645vw;
    height: 11.048vw;
  }
  .menu__list-items-bottom-right {
    width: 32.258vw;
    margin-right: 5.645vw;
  }
  .menu__list-items-bottom-left {
    width: 24.194vw;
  }
  .menu__list-item {
    min-width: 0;
  }
  .menu__list-togglers {
    padding: 28px 36px 0;
  }
  .menu__top-dropdown {
    width: 67%;
    left: 11%;
  }
  #menu-burger:checked~* .menu__top-dropdown {
    height: 7.823vw;
  }
  #dropdown-open:checked~* .menu__top-dropdown-link {
    left: -22.5%;
    top: 52.419vw;
  }
  .menu__lk-content {
    right: -9.435vw;
    top: 9.677vw;
    width: 31.29vw;
    border-radius: 0.403vw;
  }
  .menu__lk-item {
    height: 7.823vw;
    line-height: 7.823vw;
  }
  .menu__lk-item a {
    font-size: 1.831vw;
  }
  .menu__list-items-sublist {
    padding-top: 1.613vw;
  }
  .menu__list-items-sublist .menu__list-item {
    font-size: 2.581vw;
  }
}
@media screen and (max-width: 767px) {
  .menu__list-items-top .menu__list-item {
    font-size: 36px;
  }
  .menu__list-toggler-text {
    line-height: 1;
  }
  .menu {
    background-color: #fff;
  }
  .menu__bottom {
    height: 60px;
  }
  .menu__bottom-burger:after,
  .menu__bottom-burger:before {
    width: 20px;
  }
  .menu__wrapper {
    transition: none;
  }
  #menu-burger:checked~* .menu__wrapper {
    height: auto;
    top: 0;
    position: relative;
  }
  .menu__list-toggler-text,
  .menu__list-toggler_left {
    display: block;
  }
  .menu__list-toggler-input:checked~.menu__list-items {
    position: relative;
    opacity: 1;
    pointer-events: all;
  }
  .menu__list-items {
    width: 100%;
    opacity: 0;
    pointer-events: none;
    margin-top: 80px;
  }
  .menu__list-items-bottom .menu__list-item {
    margin-bottom: 22px;
    max-width: 130px;
  }
  .menu__list-items-top .menu__list-item {
    margin-bottom: 10px;
  }
  .menu__list-items-top {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .menu__list-items-bottom-right {
    margin-right: 30px;
  }
  .menu__list-togglers {
    padding: 25px 23px 73px;
  }
  .menu__top-dropdown {
    width: 52%;
    right: 0;
    left: 0;
  }
  #menu-burger:checked~* .menu__top-dropdown {
    height: 60px;
  }
  #dropdown-open:checked~* .menu__top-dropdown-link {
    top: 400px;
    left: -30%;
  }
  .menu__lk-content {
    display: none;
  }
  .menu__list-items-sublist {
    margin: 20px 0 -10px;
  }
  .menu__list-items-sublist .menu__list-item {
    font-size: 1.5em;
  }
  .menu__list-item_mob {
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .menu__bottom-list,
  .menu_modal .menu__top-dropdown {
    display: none;
  }
  .menu__bottom {
    position: relative;
    padding: 0 24px;
    background-color: #fff;
  }
  #dropdown-open:checked~* .menu__bottom {
    z-index: 11;
  }
  .menu__top-dropdown {
    margin: auto;
    height: 100%;
    z-index: 12;
  }
  #dropdown-open:checked~* .menu__top-dropdown-link {
    display: block;
    position: absolute;
    width: 160%;
    color: #00aeef;
    z-index: 100;
  }
  #dropdown-open:checked~* .menu__fon {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  #menu-burger:checked~* .menu__bottom {
    background-color: #fff;
  }
  .menu__list-drop,
  .menu__list-item_nodesktop {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .menu__list-items-top .menu__list-item {
    margin-bottom: 25px;
  }
  .menu__list-item {
    min-width: 234px;
  }
  .menu__list-items-sublist {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .title_h1,
  .main__title_h1,
  .gameResults__title_h1,
  .gameResults__title,
  .gameResults__score {
    font-size: 2.25rem;
    line-height: 1;
  }
  .title_h2,
  .main__title_h2,
  .gameResults__title_h2 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .title_h2 em,
  .main__title_h2 em,
  .gameResults__title_h2 em {
    margin: 18px 0;
  }
  .page__wrap {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }
  .notPlaing .main {
    margin-bottom: 0;
  }
  .main {
    margin-bottom: 0;
  }
  .main__inner {
    padding: 0 32px;
  }
  .main__content {
    margin: 18px 24px 0;
  }
  .main__title {
    width: 90%;
    margin: 0 auto 43px;
  }
  .main__block br {
    display: none;
  }
  #arkanoid {
    top: 0;
  }
  .menu__bottom-burger {
    margin-left: 18px;
  }
  .buttonWrapper .button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .buttonWrapper .button:last-child {
    margin-bottom: 0;
  }
  .footer {
    margin: 1.4em 0 58px;
  }
  .footer__message {
    max-width: 200px;
  }
  .table__header {
    padding: 0 10%;
    text-align: center;
  }
  .table__row {
    padding-left: 7%;
  }
  .table__col span {
    display: none;
  }
}
@media (max-width: 480px) {
  .main__inner {
    padding: 0;
  }
  #arkanoid {
    display: block;
    opacity: 0;
    transition: opacity 0.35s;
  }
  .page_startGame #arkanoid {
    opacity: 1;
  }
  .footer {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 375px) {
  .gameInfo {
    margin-right: 20px;
  }
  .gameInfo > * {
    margin-left: 20px;
  }
  .gameControl > * {
    margin: 0 10px;
  }
}
@media (max-width: 320px) {
  .gameInfo {
    margin-right: 6px;
    font-size: 0.9rem;
  }
  .gameInfo > * {
    margin-left: 8px;
  }
  .gameControl > * {
    margin: 0 6px;
  }
}
@media (max-width: 767px) and (max-height: 520px) {
  .footer {
    padding-bottom: 10px;
  }
}
