html {
  height: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

svg:not(:root) {
  overflow: hidden;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: normal;
}


input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

.layout {
  height: 100%;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  font-weight: normal;
  background: #fff;
}

.layout .svg_type_icon-zh {
  display: none;
}

.layout__placeholder-header {
  height: 47px;
  margin-bottom: 60px;
}

.layout__placeholder-header_size_m {
  height: 77px;
  margin-bottom: 60px;
}

.layout__games-list-filter {
  position: relative;
}

.layout__container {
  box-sizing: border-box;
  max-width: 1200px;
  margin: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.layout__container:before,
.layout__container:after {
  content: "";
  display: table;
}

.layout__container:after {
  clear: both;
}

.layout__pull-left {
  float: left;
}

.layout__col-wrap {
  margin-right: -10px;
  margin-left: -10px;
}

.layout__col-wrap:before,
.layout__col-wrap:after {
  content: "";
  display: table;
}

.layout__col-wrap:after {
  clear: both;
}

.layout__col-wrap > [class*=layout__col-] {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.layout__col-50pct {
  width: 50%;
}

.layout__align-center {
  text-align: center;
}

.layout__mt-3 {
  margin-top: 3px;
}

.layout__mb-3 {
  margin-bottom: 3px;
}

.layout__mb-10 {
  margin-bottom: 10px;
}

.layout__mb-15 {
  margin-bottom: 15px;
}

.layout__mb-20 {
  margin-bottom: 20px;
}

.layout__mb-30 {
  margin-bottom: 30px;
}

.layout__mb-60 {
  margin-bottom: 60px;
}

.layout__mv-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.grids {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.grids_align_middle .grids__item {
  vertical-align: middle;
}

.grids__item {
  display: table-cell;
  border: 0;
  padding: 0;
  vertical-align: top;
}

.grids__item_width_40 {
  width: 40px;
}

.grids__item_width_60pct {
  width: 60%;
}

.rslider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.rslider img {
  pointer-events: none;
}

.rslider__list {
  position: relative;
  width: 100%;
}

.rslider__track {
  position: relative;
  transition: 0.5s left ease;
}

.rslider__track:before,
.rslider__track:after {
  content: "";
  display: table;
}

.rslider__track:after {
  clear: both;
}

.rslider__slide {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
}

.main-slider .rslider__slide {
  width: 100%;
}

.main-slider {
  min-height: 550px;
  margin: -60px 0 40px;
}

.main-slider__img-holder {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 27.5%;
}

.main-slider__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
}

.main-slider__title {
  margin: 0;
  padding: 30px 0;
  text-transform: uppercase;
  text-align: right;
  font-family: "PFKidsPro_GradeFive", Arial, sans-serif;
  font-size: 60px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  font-weight: normal;
}

.all-info-slider {
  margin: 0 -10px;
  min-height: 500px;
}

.all-info-slider__data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.89);
}

.all-info-slider__img-holder {
  position: relative;
  min-height: 218px;
  margin-bottom: 5px;
  min-height: 236px;
}

.all-info-slider__item {
  vertical-align: top;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 10px;
  width: 400px;
  min-height: 549px;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0%, #f9fafa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #fff 0%, #f9fafa 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f9fafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$startColor, endColorstr=$endColor, GradientType=0);
  /* IE6-9 */
}

.all-info-slider__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #f9fafa;
}

.all-info-slider__counter-decor {
  position: absolute;
  left: 50%;
  font-size: 0;
  transform: translateX(-50%);
}

.all-info-slider__counter-decor-slice {
  position: absolute;
  font-size: 0;
}

.all-info-slider__contest-data {
  position: relative;
}

.mini-slider {
  text-align: center;
  padding: 0 15px;
  padding: 0 5px;
}

.mini-slider__item {
  display: table;
  width: 90%;
  margin: auto;
  height: 69px;
}

.mini-slider__title + .mini-slider__item {
  height: 0;
}

.mini-slider__title {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #202021;
  text-shadow: none;
  font-weight: normal;
  height: auto;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.mini-slider__value {
  font-family: "helveticaneuecyr-light", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  font-weight: normal;
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  word-wrap: break-word;
  height: 69px;
  text-transform: none;
}

.table-info {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.table-info_type_scoreboard {
  border-collapse: separate;
  height: 100px;
}

.table-info_type_scoreboard .table-info__cell {
  border: 0 none;
  height: 78px;
  padding: 0 3px;
}

.table-info_type_scoreboard .table-info__cell + .table-info__cell {
  border-width: 0 0 0 1px;
  border-style: dotted;
  border-color: #202021;
}

.table-info__cell {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  font-weight: normal;
  box-sizing: border-box;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-color: #b9c6cc;
  height: 60px;
  padding: 1%;
  text-align: center;
}

.svg {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.svg_type_icon {
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.counter {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
}

.counter_size_m .counter__item {
  font-size: 25px;
}

.counter__item {
  font-family: "helveticaneuecyr-light", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  font-weight: normal;
  vertical-align: top;
  position: relative;
  display: inline-block;
  padding-right: 0.46em;
  list-style-type: none;
}

.counter__item:not(:first-child):not(:last-child):after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0.115em;
}

.counter__item:last-child {
  padding: 0;
}

.counter__numbers {
  display: block;
}

.counter__label {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  line-height: inherit;
  color: #b9c6cc;
  text-shadow: none;
  font-weight: normal;
  display: block;
  text-align: center;
}

.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  visibility: visible;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  outline: none;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #202021;
  white-space: nowrap;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0;
  font-weight: bold;
  cursor: pointer;
  border-radius: 15px;
}

.button:before {
  vertical-align: middle;
  display: inline-block;
  height: 25px;
  content: "";
}

.button:hover {
  background: #03a528;
  border-color: #03a528;
  color: #fff;
}

.button:active {
  background: #03a528;
  border-color: #03a528;
  color: #fff;
}

.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.button_style_success {
  border-color: #03a528;
  color: #fff;
  background: #03a528;
}

.button_style_success:hover {
  border-color: #03a528;
  color: #03a528;
  background: #fff;
}

.button_style_success:active {
  border-color: #03a528;
  color: #03a528;
  background: #fff;
}

.button_style_flat-warning {
  background-color: #ff6613;
  border-color: #ff6613;
  color: #fff;
}

.button_style_flat-warning:hover {
  border-color: #fff;
  background-color: #fff;
  color: #ff6613;
}

.button_style_flat-warning:active {
  border-color: #fff;
  background-color: #fff;
  color: #ff6613;
}

.button_size_m {
  border-width: 3px;
  border-radius: 22px;
}

.button_size_m:before {
  height: 39px;
}

.button_size_m .button__text {
  margin-right: 47px;
  margin-left: 47px;
  font-size: 14px;
}

.button_size_xl {
  border-width: 3px;
  border-radius: 35px;
}

.button_size_xl:before {
  height: 61px;
}

.button_size_xl .button__text {
  margin-right: 77px;
  margin-left: 77px;
  font-size: 18px;
}

.button__text {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 13px;
  line-height: 1.25;
  white-space: normal;
  text-shadow: none;
}

.button__icon {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.media {
  display: table;
  width: 100%;
}

.media_align_middle .media__body {
  vertical-align: middle;
}

.media_layout_fixed {
  table-layout: fixed;
}

.media__body {
  vertical-align: top;
  display: table-cell;
  width: 100%;
}

.social-list {
  vertical-align: middle;
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  padding: 0;
}

.social-list__item {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 5px;
  list-style-type: none;
}

.social-list__link {
  position: relative;
  display: block;
  text-decoration: none;
}

.social-list__title {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}

.title-section {
  font-family: "PFKidsPro_GradeFive", Arial, sans-serif;
  font-size: 50px;
  line-height: 1.25;
  color: #0083c3;
  text-shadow: none;
  font-weight: normal;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 0 0;
}

.title-section__small {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14px;
  color: #202021;
}

.iconed-title {
  display: table;
  width: 100%;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}

.iconed-title__icon {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  width: 39px;
  height: 39px;
  font-size: 20px;
  color: #0083c3;
}

.iconed-title__text {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  font-family: "helveticaneuecyr-light", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  text-decoration: none;
  font-weight: normal;
}

.iconed-title__icon-holder {
  vertical-align: middle;
  display: table-cell;
}

.iconed-title__link {
  border-bottom-width: 1px;
  text-decoration: none;
  border-bottom-style: dotted;
  color: #0083c3;
}

.iconed-title__link:hover {
  border-bottom-color: transparent;
}

.iconed-title__link:active {
  border-bottom-color: transparent;
}

.list-media {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0 0 5px;
  font-size: 0;
  text-align: center;
  margin-left: -20px;
}

.list-media__item {
  vertical-align: top;
  display: inline-block;
  margin-left: 20px;
  margin-top: 5px;
  white-space: nowrap;
  list-style-type: none;
}

.list-media__item:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 82px;
}

.tournament-list {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.tournament-list.tournament-list_items-count_5 {
  height: 150px;
}

.tournament-list_rank-length_2 .tournament-list__row:hover:not(.tournament-list__row_type_selected):not(.tournament-list__row_type_disabled) .tournament-list__placeholder {
  padding-left: 22px;
}

.tournament-list_rank-length_2 .tournament-list__title:first-child,
.tournament-list_rank-length_2 .tournament-list__cell:first-child {
  width: 22px;
}

.tournament-list__row {
  transition: 0.5s top ease;
  border-collapse: collapse;
  display: table;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  list-style-type: none;
}

.tournament-list__row.tournament-list__row_index_1 {
  top: 25px;
}

.tournament-list__row.tournament-list__row_index_2 {
  top: 50px;
}

.tournament-list__row.tournament-list__row_index_3 {
  top: 75px;
}

.tournament-list__row.tournament-list__row_index_4 {
  top: 100px;
}

.tournament-list__row.tournament-list__row_index_5 {
  top: 125px;
}

.tournament-list__row:hover:not(.tournament-list__row_type_selected):not(.tournament-list__row_type_disabled) .tournament-list__placeholder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  padding-top: 1px;
  padding-right: 5px;
  padding-left: 16px;
  background-color: rgba(221, 234, 241, 0.35);
}

.tournament-list__row:hover:not(.tournament-list__row_type_selected):not(.tournament-list__row_type_disabled) .tournament-list__cell {
  visibility: hidden;
  color: #202021;
}

.tournament-list__row:hover:not(.tournament-list__row_type_selected):not(.tournament-list__row_type_disabled) .tournament-list__player-info {
  display: none;
}

.tournament-list__row:hover:not(.tournament-list__row_type_selected):not(.tournament-list__row_type_disabled) .tournament-list__last-spin-game {
  display: block;
}

.tournament-list__row_type_header {
  top: 0;
}

.tournament-list__title {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 11px;
  line-height: 1.25;
  color: #b9c6cc;
  text-shadow: none;
  font-weight: normal;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  height: 25px;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  padding: 0;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
}

.tournament-list__title:first-child {
  width: 16px;
}

.tournament-list__title:last-child {
  text-align: right;
}

.tournament-list__cell {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  font-weight: normal;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e2edf3;
  height: 25px;
  padding: 0;
}

.tournament-list__cell:first-child {
  width: 16px;
}

.tournament-list__cell:last-child {
  text-align: right;
}

.tournament-list__cell .media {
  height: 100%;
}

.tournament-list__placeholder {
  box-sizing: border-box;
  visibility: visible;
}

.tournament-list__player-info {
  white-space: nowrap;
}

.tournament-list__last-spin-game {
  display: none;
  visibility: visible;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.game-box {
  position: relative;
  font-size: 25px;
}

.game-box:hover .game-box__action-content {
  display: block;
}

.game-box__img-holder {
  display: block;
}

.game-box__action-content {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.89);
}

.game-box__action-content:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.game-box__align-content {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  white-space: normal;
}

.game-box__title {
  overflow: hidden;
  max-height: 50px;
  margin: 5px 20px 20px;
  font-family: "helveticaneuecyr-thin", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  color: #020021;
  text-shadow: none;
  font-weight: normal;
  letter-spacing: 0.25px;
}

.game-box__holder {
  margin: 20px;
}

.game-box__demo-holder {
  margin: 20px 20px 5px;
}

.game-box__pseudo-link {
  display: inline-block;
  border-bottom: 1px dotted;
  text-decoration: none;
  cursor: pointer;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #020021;
  text-shadow: none;
  font-weight: normal;
  text-transform: uppercase;
}

.game-box__pseudo-link:hover {
  color: #0083c3;
}

.game-box__label-new {
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 39px;
  height: 39px;
  border: 2px solid #fff;
  background-color: #ff4800;
  font-size: 30px;
  color: #fff;
}

.game-box__icon-decor {
  position: absolute;
}

.games-list {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.games-list__item {
  vertical-align: top;
  display: inline-block;
  padding-top: 1px;
  padding-left: 1px;
  list-style-type: none;
}

.games-list__container {
  height: 100%;
}

.menu-simple {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.menu-simple__item {
  vertical-align: middle;
  display: inline-block;
}

.menu-simple__item:not(:first-child) {
  margin-left: 30px;
}

.menu-simple__link {
  display: inline-block;
  text-decoration: none;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #a9bfca;
  text-shadow: none;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: transparent;
}

.menu-simple__link:hover {
  border-bottom-color: #0083c3;
  color: #0083c3;
}

.booster-indicator {
  z-index: 1;
  visibility: visible;
  position: relative;
  padding: 0 2px;
  white-space: nowrap;
}

.booster-indicator_type_inactive .booster-indicator__icon {
  width: 6px;
  height: 6px;
}

.booster-indicator_type_inactive .booster-indicator__icon:before {
  border-width: 3px;
  border-style: solid;
  border-color: #c1d5df;
}

.booster-indicator_type_active .booster-indicator__icon {
  width: 6px;
  height: 7px;
}

.booster-indicator_type_active .booster-indicator__icon:before,
.booster-indicator_type_active .booster-indicator__icon:after {
  height: 7px;
  border-right: 2px;
  border-right-style: solid;
  border-right-color: #0083c3;
}

.booster-indicator_type_super-active .booster-indicator__icon {
  width: 6px;
  height: 8px;
}

.booster-indicator_type_super-active .booster-indicator__icon:before {
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #00a724;
}

.booster-indicator__icon {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin: auto 3px auto 0;
}

.booster-indicator__icon:before,
.booster-indicator__icon:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}

.booster-indicator__icon:before {
  left: 0;
}

.booster-indicator__icon:after {
  right: 0;
}

.popover-wrapper {
  position: relative;
  display: inline-block;
  width: inherit;
  height: inherit;
}

.contest-info {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.contest-info__item {
  list-style-type: none;
}

.contest-info__title {
  margin-right: 5px;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  font-weight: bold;
}

.contest-info__value {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  font-weight: bold;
}

.contest-info__value_type_not-qual {
  color: #e92f20;
}

.title-counter {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  font-weight: normal;
  margin: 0;
  text-transform: none;
  text-align: center;
}

.title-counter_style_third {
  text-transform: uppercase;
}

.contest-prize {
  text-transform: uppercase;
  font-family: "helveticaneuecyr-light", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  font-weight: normal;
}

.contest-prize__value {
  text-transform: uppercase;
  font-family: "helveticaneuecyr-light", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  font-weight: bold;
}

.head-control-tabs {
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  background: #202021;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 1px solid #383b3d;
}

.head-control-tabs__icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  font-size: 15px;
}

.head-control-tabs__item {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  height: 100%;
}

.head-control-tabs__link {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 100%;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-family: Tahoma, Arial, sans-serif;
}

.head-control-tabs__link:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.head-control-tabs__link:hover {
  border-bottom-color: #03a528;
  color: #03a528;
}

.head-control-tabs__link_type_casino:hover {
  color: #03a528;
  border-bottom-color: #03a528;
}

.head-control-tabs__link_type_casino .head-control-tabs__icon {
  font-size: 23px;
  width: 23px;
}

.head-control-tabs__link_type_dealers:hover {
  color: #0896dc;
  border-bottom-color: #0896dc;
}

.head-control-tabs__link_type_bets:hover {
  color: #ff6613;
  border-bottom-color: #ff6613;
}

.head-control-tabs__link_state_active.head-control-tabs__link_type_casino {
  color: #03a528;
  border-bottom-color: #03a528;
}

.head-control-tabs__text {
  vertical-align: middle;
  display: inline-block;
}

.menu-filter {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.menu-filter__icon {
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  margin: 0 0 19.5px;
  width: 39px;
  height: 39px;
  color: #0083c3;
  font-size: 20px;
}

.menu-filter__icon .icons {
  display: none;
}

.menu-filter__icon_type_jackpot-slots {
  width: 42px;
}

.menu-filter__icon_type_livedealers {
  width: 41px;
}

.menu-filter__icon_type_new {
  width: 36px;
}

.menu-filter__icon_type_other {
  width: 34px;
}

.menu-filter__icon_type_search {
  width: 34px;
}

.menu-filter__icon_type_slots {
  width: 38px;
}

.menu-filter__icon_type_tables {
  width: 37px;
}

.menu-filter__icon_type_top {
  width: 53px;
}

.menu-filter__icon_type_megaways {
  width: 56px;
}

.menu-filter__input {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  font-weight: bold;
  box-sizing: border-box;
  display: inline-block;
  outline: none;
  border-radius: 25px;
  border: 1px solid #0083c3;
  width: 100%;
  height: 54px;
  padding: 10px 12px 10px 50px;
  background: #fff;
}

.menu-filter__input:-moz-placeholder {
  opacity: 1;
  color: #0083c3;
  text-transform: none;
  font-size: 14px;
}

.menu-filter__input::-moz-placeholder {
  opacity: 1;
  color: #0083c3;
  text-transform: none;
  font-size: 14px;
}

.menu-filter__input:-ms-input-placeholder {
  color: #0083c3;
  text-transform: none;
  font-size: 14px;
}

.menu-filter__input::-webkit-input-placeholder {
  color: #0083c3;
  text-transform: none;
  font-size: 14px;
}

.menu-filter__input:-webkit-autofill {
  box-shadow: 0 0 0 10em #fff inset;
}

.menu-filter__input:-webkit-autofill:hover {
  box-shadow: 0 0 0 10em #fff inset;
}

.menu-filter__input:-webkit-autofill:focus {
  box-shadow: 0 0 0 10em #fff inset;
}

.menu-filter__input-holder {
  -webkit-transition: width, 0.2s, ease 1s linear;
  -moz-transition: width, 0.2s, ease 1s linear;
  -ms-transition: width, 0.2s, ease 1s linear;
  -o-transition: width, 0.2s, ease 1s linear;
  transition: width, 0.2s, ease 1s linear;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 36.3333333333px;
  width: 0;
}

.menu-filter__item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  position: relative;
  list-style-type: none;
  vertical-align: top;
  width: 109px;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.menu-filter__item_state_acitve .menu-filter__link {
  color: #0083c3;
}

.menu-filter__item_state_acitve .menu-filter__link .menu-filter__icon {
  color: #0083c3;
}

.menu-filter__item_type_search .menu-filter__link {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opactiy=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.menu-filter__link {
  -webkit-transition: opacity, 0.2s, ease 1s linear;
  -moz-transition: opacity, 0.2s, ease 1s linear;
  -ms-transition: opacity, 0.2s, ease 1s linear;
  -o-transition: opacity, 0.2s, ease 1s linear;
  transition: opacity, 0.2s, ease 1s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opactiy=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: block;
  text-align: center;
  color: #202021;
  text-decoration: none;
  cursor: pointer;
}

.menu-filter__link:hover {
  color: #0083c3;
}

.menu-filter__link:active {
  color: #0083c3;
}

.menu-filter__search-btn {
  pointer-events: none;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 31px;
  height: 35px;
  color: #0083c3;
  font-size: 20px;
  cursor: pointer;
  bottom: 0;
  border-radius: 100%;
  margin: auto;
}

.menu-filter__text {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  color: inherit;
  text-shadow: none;
  font-weight: bold;
  display: block;
  white-space: normal;
}

.currency__value {
  margin-right: 4px;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #202021;
  text-shadow: none;
  font-weight: normal;
  color: inherit;
  font-size: 18px;
}

@font-face {
  font-family: "PFKidsPro_GradeFive";
  src: url("/img/fonts/PFKidsPro_GradeFive.eot");
  /* IE9 Compat Modes */
  src: url("/img/fonts/PFKidsPro_GradeFive.woff") format("woff"), url("/img/fonts/PFKidsPro_GradeFive.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneuecyr-light";
  src: url("/img/fonts/helveticaneuecyr-light.eot");
  /* IE9 Compat Modes */
  src: url("/img/fonts/helveticaneuecyr-light.woff") format("woff"), url("/img/fonts/helveticaneuecyr-light.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneuecyr-thin";
  src: url("/img/fonts/helveticaneuecyr-thin.eot");
  /* IE9 Compat Modes */
  src: url("/img/fonts/helveticaneuecyr-thin.woff") format("woff"), url("/img/fonts/helveticaneuecyr-thin.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

.payment-systems,
.partners,
.social {
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
}

.payment-systems {
  background-image: url("/img/sprite-payment-systems.png");
}

.payment-systems.icon-payment-1019 {
  width: 88px;
  height: 60px;
  background-position: -379px -1039px;
}

.payment-systems.icon-payment-1021 {
  width: 172px;
  height: 60px;
  background-position: -403px -195px;
}

.payment-systems.icon-payment-1022 {
  width: 112px;
  height: 60px;
  background-position: -879px -715px;
}

.payment-systems.icon-payment-1030 {
  width: 117px;
  height: 60px;
  background-position: -879px -260px;
}

.payment-systems.icon-payment-1032 {
  width: 170px;
  height: 60px;
  background-position: -403px -325px;
}

.payment-systems.icon-payment-1039 {
  width: 96px;
  height: 60px;
  background-position: -307px -974px;
}

.payment-systems.icon-payment-1040 {
  width: 125px;
  height: 60px;
  background-position: -396px -779px;
}

.payment-systems.icon-payment-1041 {
  width: 89px;
  height: 60px;
  background-position: -192px -1039px;
}

.payment-systems.icon-payment-1042 {
  width: 146px;
  height: 60px;
  background-position: -582px -260px;
}

.payment-systems.icon-payment-17 {
  width: 86px;
  height: 60px;
  background-position: -656px -1039px;
}

.payment-systems.icon-payment-19 {
  width: 129px;
  height: 60px;
  background-position: 0px -714px;
}

.payment-systems.icon-payment-2 {
  width: 142px;
  height: 60px;
  background-position: -447px -519px;
}

.payment-systems.icon-payment-3 {
  width: 97px;
  height: 60px;
  background-position: -205px -974px;
}

.payment-systems.icon-payment-33 {
  width: 117px;
  height: 60px;
  background-position: -879px -325px;
}

.payment-systems.icon-payment-36 {
  width: 111px;
  height: 60px;
  background-position: -234px -844px;
}

.payment-systems.icon-payment-44 {
  width: 120px;
  height: 60px;
  background-position: -879px 0px;
}

.payment-systems.icon-payment-45 {
  width: 108px;
  height: 60px;
  background-position: -694px -844px;
}

.payment-systems.icon-payment-501 {
  width: 85px;
  height: 60px;
  background-position: -1114px 0px;
}

.payment-systems.icon-payment-6 {
  width: 92px;
  height: 60px;
  background-position: -907px -974px;
}

.payment-systems.icon-payment-8 {
  width: 134px;
  height: 60px;
  background-position: -740px 0px;
}

.payment-systems.icon-payment-1019:hover {
  width: 88px;
  height: 60px;
  background-position: -286px -1039px;
}

.payment-systems.icon-payment-1021:hover {
  width: 172px;
  height: 60px;
  background-position: -403px -130px;
}

.payment-systems.icon-payment-1022:hover {
  width: 112px;
  height: 60px;
  background-position: -117px -844px;
}

.payment-systems.icon-payment-1030:hover {
  width: 117px;
  height: 60px;
  background-position: -879px -455px;
}

.payment-systems.icon-payment-1032:hover {
  width: 170px;
  height: 60px;
  background-position: -403px -260px;
}

.payment-systems.icon-payment-1039:hover {
  width: 96px;
  height: 60px;
  background-position: -408px -974px;
}

.payment-systems.icon-payment-1040:hover {
  width: 125px;
  height: 60px;
  background-position: -266px -779px;
}

.payment-systems.icon-payment-1041:hover {
  width: 89px;
  height: 60px;
  background-position: -784px -779px;
}

.payment-systems.icon-payment-1042:hover {
  width: 146px;
  height: 60px;
  background-position: -582px -390px;
}

.payment-systems.icon-payment-17:hover {
  width: 86px;
  height: 60px;
  background-position: -747px -1039px;
}

.payment-systems.icon-payment-19:hover {
  width: 129px;
  height: 60px;
  background-position: -268px -714px;
}

.payment-systems.icon-payment-2:hover {
  width: 142px;
  height: 60px;
  background-position: -294px -584px;
}

.payment-systems.icon-payment-3:hover {
  width: 97px;
  height: 60px;
  background-position: -103px -974px;
}

.payment-systems.icon-payment-33:hover {
  width: 117px;
  height: 60px;
  background-position: -879px -130px;
}

.payment-systems.icon-payment-36:hover {
  width: 111px;
  height: 60px;
  background-position: -350px -844px;
}

.payment-systems.icon-payment-44:hover {
  width: 120px;
  height: 60px;
  background-position: -879px -65px;
}

.payment-systems.icon-payment-45:hover {
  width: 108px;
  height: 60px;
  background-position: -807px -844px;
}

.payment-systems.icon-payment-501:hover {
  width: 85px;
  height: 60px;
  background-position: -838px -1039px;
}

.payment-systems.icon-payment-502:hover {
  width: 70px;
  height: 60px;
  background-position: -1114px -650px;
}

.payment-systems.icon-payment-6:hover {
  width: 92px;
  height: 60px;
  background-position: -1004px -974px;
}

.payment-systems.icon-payment-8:hover {
  width: 134px;
  height: 60px;
  background-position: -740px -65px;
}

.partners {
  background-image: url("/img/sprite-partners.png");
}

.partners.icon-partner-1x2-gaming:hover {
  width: 124px;
  height: 60px;
  background-position: -931px -260px;
}

.partners.icon-partner-1x2-gaming {
  width: 124px;
  height: 60px;
  background-position: -931px -325px;
}

.partners.icon-partner-2by2:hover {
  width: 128px;
  height: 60px;
  background-position: -538px -845px;
}

.partners.icon-partner-2by2 {
  width: 128px;
  height: 60px;
  background-position: -671px -845px;
}

.partners.icon-partner-adult {
  width: 57px;
  height: 60px;
  background-position: -211px -1040px;
}

.partners.icon-partner-ainsworth:hover {
  width: 160px;
  height: 60px;
  background-position: -165px -520px;
}

.partners.icon-partner-ainsworth {
  width: 160px;
  height: 60px;
  background-position: 0px -520px;
}

.partners.icon-partner-bet2tech:hover {
  width: 116px;
  height: 60px;
  background-position: -365px -910px;
}

.partners.icon-partner-bet2tech {
  width: 116px;
  height: 60px;
  background-position: -244px -910px;
}

.partners.icon-partner-big-time-gaming:hover {
  width: 190px;
  height: 60px;
  background-position: 0px -195px;
}

.partners.icon-partner-big-time-gaming {
  width: 190px;
  height: 60px;
  background-position: -195px -195px;
}

.partners.icon-partner-bla-bla-bla-studios:hover {
  width: 132px;
  height: 60px;
  background-position: -137px -780px;
}

.partners.icon-partner-bla-bla-bla-studios {
  width: 132px;
  height: 60px;
  background-position: 0px -780px;
}

.partners.icon-partner-blueprint:hover {
  width: 177px;
  height: 60px;
  background-position: -436px -195px;
}

.partners.icon-partner-blueprint {
  width: 177px;
  height: 60px;
  background-position: -436px -130px;
}

.partners.icon-partner-booming-games:hover {
  width: 120px;
  height: 60px;
  background-position: -931px -390px;
}

.partners.icon-partner-booming-games {
  width: 120px;
  height: 60px;
  background-position: -931px -650px;
}

.partners.icon-partner-booongo:hover {
  width: 145px;
  height: 60px;
  background-position: -452px -715px;
}

.partners.icon-partner-booongo {
  width: 145px;
  height: 60px;
  background-position: -302px -715px;
}

.partners.icon-partner-cq9:hover {
  width: 102px;
  height: 60px;
  background-position: -790px -975px;
}

.partners.icon-partner-cq9 {
  width: 102px;
  height: 60px;
  background-position: -683px -975px;
}

.partners.icon-partner-crown:hover {
  width: 49px;
  height: 60px;
  background-position: -1002px -975px;
}

.partners.icon-partner-crown {
  width: 49px;
  height: 60px;
  background-position: -1166px 0px;
}

.partners.icon-partner-ecogra:hover {
  width: 119px;
  height: 60px;
  background-position: -931px -845px;
}

.partners.icon-partner-ecogra {
  width: 119px;
  height: 60px;
  background-position: -931px -780px;
}

.partners.icon-partner-elk:hover {
  width: 103px;
  height: 60px;
  background-position: -467px -975px;
}

.partners.icon-partner-elk {
  width: 103px;
  height: 60px;
  background-position: -575px -975px;
}

.partners.icon-partner-endorphina:hover {
  width: 139px;
  height: 60px;
  background-position: -784px -390px;
}

.partners.icon-partner-endorphina {
  width: 139px;
  height: 60px;
  background-position: -784px -455px;
}

.partners.icon-partner-evolution-gaming:hover {
  width: 131px;
  height: 60px;
  background-position: -274px -780px;
}

.partners.icon-partner-evolution-gaming {
  width: 131px;
  height: 60px;
  background-position: -410px -780px;
}

.partners.icon-partner-foxium:hover {
  width: 149px;
  height: 60px;
  background-position: -628px -585px;
}

.partners.icon-partner-foxium {
  width: 149px;
  height: 60px;
  background-position: 0px -650px;
}

.partners.icon-partner-genesis:hover {
  width: 140px;
  height: 60px;
  background-position: -784px -260px;
}

.partners.icon-partner-genesis {
  width: 140px;
  height: 60px;
  background-position: -784px -325px;
}

.partners.icon-partner-habanero:hover {
  width: 208px;
  height: 60px;
  background-position: 0px -130px;
}

.partners.icon-partner-habanero {
  width: 208px;
  height: 60px;
  background-position: -223px 0px;
}

.partners.icon-partner-hacksaw-gaming:hover {
  width: 153px;
  height: 60px;
  background-position: -619px -520px;
}

.partners.icon-partner-hacksaw-gaming {
  width: 153px;
  height: 60px;
  background-position: -619px -455px;
}

.partners.icon-partner-igrosoft:hover {
  width: 108px;
  height: 60px;
  background-position: -354px -975px;
}

.partners.icon-partner-igrosoft {
  width: 108px;
  height: 60px;
  background-position: -816px -780px;
}

.partners.icon-partner-iron-dog:hover {
  width: 65px;
  height: 60px;
  background-position: -141px -1040px;
}

.partners.icon-partner-iron-dog {
  width: 65px;
  height: 60px;
  background-position: -71px -1040px;
}

.partners.icon-partner-isoftbet:hover {
  width: 117px;
  height: 60px;
  background-position: 0px -910px;
}

.partners.icon-partner-isoftbet {
  width: 117px;
  height: 60px;
  background-position: -122px -910px;
}

.partners.icon-partner-lightning-box:hover {
  width: 98px;
  height: 60px;
  background-position: -1061px -130px;
}

.partners.icon-partner-lightning-box {
  width: 98px;
  height: 60px;
  background-position: -1061px -65px;
}

.partners.icon-partner-microgaming:hover {
  width: 170px;
  height: 60px;
  background-position: 0px -390px;
}

.partners.icon-partner-microgaming {
  width: 170px;
  height: 60px;
  background-position: -175px -390px;
}

.partners.icon-partner-netent:hover {
  width: 125px;
  height: 60px;
  background-position: -931px 0px;
}

.partners.icon-partner-netent {
  width: 125px;
  height: 60px;
  background-position: -931px -65px;
}

.partners.icon-partner-nolimit-city:hover {
  width: 130px;
  height: 60px;
  background-position: -681px -780px;
}

.partners.icon-partner-nolimit-city {
  width: 130px;
  height: 60px;
  background-position: -135px -845px;
}

.partners.icon-partner-plank:hover {
  width: 100px;
  height: 60px;
  background-position: -1061px 0px;
}

.partners.icon-partner-plank {
  width: 100px;
  height: 60px;
  background-position: -897px -975px;
}

.partners.icon-partner-playngo:hover {
  width: 134px;
  height: 60px;
  background-position: -784px -715px;
}

.partners.icon-partner-playngo {
  width: 134px;
  height: 60px;
  background-position: -784px -520px;
}

.partners.icon-partner-playson:hover {
  width: 170px;
  height: 60px;
  background-position: 0px -455px;
}

.partners.icon-partner-playson {
  width: 170px;
  height: 60px;
  background-position: -350px -390px;
}

.partners.icon-partner-playtech:hover {
  width: 156px;
  height: 60px;
  background-position: -619px -390px;
}

.partners.icon-partner-playtech {
  width: 156px;
  height: 60px;
  background-position: -619px -325px;
}

.partners.icon-partner-poshfriends:hover {
  width: 87px;
  height: 60px;
  background-position: -1061px -780px;
}

.partners.icon-partner-poshfriends {
  width: 87px;
  height: 60px;
  background-position: -1061px -715px;
}

.partners.icon-partner-pragmatic-play:hover {
  width: 146px;
  height: 60px;
  background-position: 0px -715px;
}

.partners.icon-partner-pragmatic-play {
  width: 146px;
  height: 60px;
  background-position: -151px -715px;
}

.partners.icon-partner-push-gaming:hover {
  width: 181px;
  height: 60px;
  background-position: 0px -325px;
}

.partners.icon-partner-push-gaming {
  width: 181px;
  height: 60px;
  background-position: -186px -325px;
}

.partners.icon-partner-quickspin:hover {
  width: 134px;
  height: 60px;
  background-position: -784px -585px;
}

.partners.icon-partner-quickspin {
  width: 134px;
  height: 60px;
  background-position: -784px -650px;
}

.partners.icon-partner-rabcat:hover {
  width: 56px;
  height: 60px;
  background-position: -334px -1040px;
}

.partners.icon-partner-rabcat {
  width: 56px;
  height: 60px;
  background-position: -273px -1040px;
}

.partners.icon-partner-real-dealer:hover {
  width: 145px;
  height: 47px;
  background-position: -756px -910px;
}

.partners.icon-partner-real-dealer {
  width: 145px;
  height: 47px;
  background-position: -606px -910px;
}

.partners.icon-partner-red-rake:hover {
  width: 115px;
  height: 60px;
  background-position: -486px -910px;
}

.partners.icon-partner-red-rake {
  width: 115px;
  height: 60px;
  background-position: 0px -975px;
}

.partners.icon-partner-red-tiger:hover {
  width: 159px;
  height: 60px;
  background-position: -619px -195px;
}

.partners.icon-partner-red-tiger {
  width: 159px;
  height: 60px;
  background-position: -619px -260px;
}

.partners.icon-partner-relax-gaming:hover {
  width: 118px;
  height: 60px;
  background-position: -495px -520px;
}

.partners.icon-partner-relax-gaming {
  width: 118px;
  height: 60px;
  background-position: -804px -845px;
}

.partners.icon-partner-skywind:hover {
  width: 173px;
  height: 60px;
  background-position: -436px -260px;
}

.partners.icon-partner-skywind {
  width: 173px;
  height: 60px;
  background-position: -436px -325px;
}

.partners.icon-partner-studio-canal:hover {
  width: 187px;
  height: 60px;
  background-position: -192px -260px;
}

.partners.icon-partner-studio-canal {
  width: 187px;
  height: 60px;
  background-position: 0px -260px;
}

.partners.icon-partner-swintt:hover {
  width: 125px;
  height: 60px;
  background-position: -931px -130px;
}

.partners.icon-partner-swintt {
  width: 125px;
  height: 60px;
  background-position: -931px -195px;
}

.partners.icon-partner-thunderkick:hover {
  width: 165px;
  height: 60px;
  background-position: -345px -455px;
}

.partners.icon-partner-thunderkick {
  width: 165px;
  height: 60px;
  background-position: -175px -455px;
}

.partners.icon-partner-tom-horn:hover {
  width: 148px;
  height: 60px;
  background-position: -460px -650px;
}

.partners.icon-partner-tom-horn {
  width: 148px;
  height: 60px;
  background-position: -307px -650px;
}

.partners.icon-partner-yggdrasil:hover {
  width: 178px;
  height: 60px;
  background-position: -436px -65px;
}

.partners.icon-partner-yggdrasil {
  width: 178px;
  height: 60px;
  background-position: -436px 0px;
}

.social {
  background-image: url("/img/sprite-social-networks.png");
}

.social.icon-fb:hover {
  width: 28px;
  height: 29px;
  background-position: -33px 0px;
}

.social.icon-fb {
  width: 28px;
  height: 29px;
  background-position: -99px -68px;
}

.social.icon-gp:hover {
  width: 28px;
  height: 29px;
  background-position: -33px -34px;
}

.social.icon-gp {
  width: 28px;
  height: 29px;
  background-position: -66px -34px;
}

.social.icon-in:hover {
  width: 28px;
  height: 29px;
  background-position: -99px 0px;
}

.social.icon-in {
  width: 28px;
  height: 29px;
  background-position: -99px -34px;
}

.social.icon-mr:hover {
  width: 28px;
  height: 29px;
  background-position: 0px -68px;
}

.social.icon-mr {
  width: 28px;
  height: 29px;
  background-position: -33px -68px;
}

.social.icon-ok:hover {
  width: 28px;
  height: 29px;
  background-position: -66px -68px;
}

.social.icon-ok {
  width: 28px;
  height: 29px;
  background-position: 0px 0px;
}

.social.icon-ya:hover {
  width: 28px;
  height: 29px;
  background-position: -99px -102px;
}

.social.icon-ya {
  width: 28px;
  height: 29px;
  background-position: -132px -102px;
}

.main-slider__btn-holder {
  position: relative;
  height: 205px;
  background: url("/img/main-slider-btn-decor-left.png") 0 50% no-repeat, url("/img/main-slider-btn-decor-right.png") 100% 50% no-repeat;
  white-space: nowrap;
  text-align: center;
}

.main-slider__btn-holder:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.main-slider__btn-holder:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opactiy=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/main-slider-btn-decor-left.gif") 0 50% no-repeat, url("/img/main-slider-btn-decor-right.gif") 100% 50% no-repeat;
}

.main-slider__btn-holder:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opactiy=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.main-slider__btn {
  z-index: 2;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.line {
  border-top: 1px dotted #c9d8e7;
}

.line_style_dot-img {
  border: 0 none;
  height: 10px;
  background: url("/img/border-line-dot.png") 0 0 repeat-x;
}

.line_style_solid-bold {
  border-top: 3px solid #202021;
}

.line_style_solid-thin {
  border-top: 1px solid #202021;
}

.line_style_dark {
  border-color: #020021;
}

.head-control-panel {
  z-index: 1060;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  background-color: #202021;
  font-size: 0;
}

.head-control-panel__aligner {
  vertical-align: middle;
  display: inline-block;
  height: 47px;
}

.head-control-panel__lang {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-right: 12px;
}

.head-control-panel__lang:hover .head-control-panel__lang-pseudo-link {
  color: #0083c3;
}

.head-control-panel__lang-pseudo-link {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px dotted;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.head-control-panel__lang-pseudo-link:hover {
  color: #0083c3;
}

.head-control-panel__logo {
  position: relative;
  width: 161px;
  height: 0;
  padding-bottom: 17px;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  fill: currentColor;
}

.head-control-panel__dynamic {
  vertical-align: middle;
  display: inline-block;
}

.head-control-panel__float-menu {
  float: right;
  background-color: #202021;
}

@media screen and (max-width: 1279px) {
  .head-control-panel__float-menu {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.head-dynamic-menu {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.head-dynamic-menu__item {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-left: 21px;
  list-style-type: none;
}

.head-dynamic-menu__item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -10px;
  display: inline-block;
  height: 18px;
  content: "";
  border-left: 1px dotted rgba(185, 198, 204, 0.4);
}

.head-dynamic-menu__pseudo-link {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px dotted;
  text-decoration: none;
}

.head-dynamic-menu__pseudo-link:hover {
  color: #0083c3;
}

.head-dynamic-menu__title {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  color: #a9bfca;
  text-shadow: none;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.home-page__container {
  height: 100%;
}

.widgets-slider {
  display: inline-block;
  width: 100%;
  height: 9px;
  margin-bottom: 2px;
  background: url("/img/wavy-line.png") 0 0 repeat-x;
}

.is-height-0 {
  overflow: hidden;
  height: 0;
}

.pcontent img {
  display: block;
  margin: 0 auto;
}

@media (max-width : 1199px) {
  .layout__container.layout__mb-30 {
    display: none;
  }
}
@media (max-width : 810px) {
  .head-control-panel__float-menu {
    display: none;
  }
}
@media (max-width : 765px) {
  .head-dynamic-menu__item:nth-child(3) {
    display: none;
  }
  .layout__pull-left {
    float: none;
    text-align: center;
  }
  .main-slider {
    min-height: auto;
    margin-bottom: 20px;
  }
  .main-slider__title {
    font-size: 30px;
  }
  .layout__mb-30 {
    margin-bottom: 10px;
  }
.main-slider__title {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "PFKidsPro_GradeFive", Arial, sans-serif;
    font-size: 28px;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
}
.grids__item_width_40 {
  display: none;
}
  .grids__item_width_60pct {
    width: 100%;
    margin-top: 10px;
  }
  .rslider .grids__item {
    display: block;
  }
  .main-slider__btn-holder {
    height: auto;
    margin-top: 10px;
    background: none;
  }
  .main-slider__btn-holder:after {
    background: none;
  }
  .menu-filter__item {
    margin-bottom: 15px;
  }
  .menu-filter__icon {
    margin-bottom: 5px;
  }
  
}
@media (max-width : 380px) {
  .head-dynamic-menu__item:first-child {
    display: none;
  }
  .head-dynamic-menu__item {
    margin-left: 14px;
  }
  .head-dynamic-menu__item:before {
    left: -8px;
  }
  .head-control-tabs__link {
    padding: 0 10px;
  }
  .list-media__item {
    margin: 0;
  }
  .menu-simple__item:not(:first-child) {
    margin-left: 10px;
  }
}
