/*
Theme Name: imult
Theme URI: i-mult.ru
Author: mult
*/
@import url("css/fonts.css");
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
  position: relative;
}
.fancybox-skin {
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(image/modal/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}
.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
  cursor: pointer;
  z-index: 8040;
  position: absolute;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(image/modal/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
}
.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(image/modal/blank.gif);
  -webkit-tap-highlight-color: transparent;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: visible!important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(image/modal/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(image/modal/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(image/modal/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  min-width: 320px;
}
html.ohv,
body.ohv {
  overflow: hidden!important;
}
body.ios .android {
  display: none !important;
}
body.android .ios {
  display: none !important;
}
.wrap {
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
.cent {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .cent {
    width: 100%;
  }
}
button,
a,
input[type="hidden"] {
  cursor: pointer;
}
.header {
  /**/
}
.header_border {
  margin-bottom: 25px;
  border-bottom: 2px solid #ededed;
}
.header__bar {
  background: #ee275f;
  padding: 8px 0;
}
@media (max-width: 1180px) {
  .header {
    padding: 0 10px;
  }
}
.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 0;
}
.header__logo {
  text-decoration: none;
  width: 190px;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .header__logo {
    width: 120px;
  }
}
@media (max-width: 960px) {
  .header__logo {
    margin-left: 0;
  }
}
.header__logo img {
  display: block;
  width: 100%;
}
.header__menu-btn {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  cursor: pointer;
}
@media (max-width: 960px) {
  .header__menu-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-top: 23px;
  }
}
@media (max-width: 480px) {
  .header__menu-btn {
    margin-right: 14px;
    margin-top: 15px;
  }
}
.header__menu-btn i {
  height: 6px;
  width: 33px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #ee275f;
  display: block;
  position: relative;
}
.header__menu-btn i:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  height: 6px;
  width: 33px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #ee275f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.header__menu-btn i:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 6px;
  width: 33px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #ee275f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 960px) {
  .header__menu {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100%;
    background: rgba(19, 19, 19, 0.97);
    z-index: 200;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__menu.active {
    left: 0;
  }
}
.header__menu-close {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 960px) {
  .header__menu-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__menu-close i {
  height: 3px;
  width: 23px;
  background: none;
  display: block;
  position: relative;
}
.header__menu-close i:before {
  content: '';
  position: absolute;
  -webkit-transform: rotate(405deg);
      -ms-transform: rotate(405deg);
          transform: rotate(405deg);
  top: 0;
  bottom: initial;
  left: 0;
  height: 3px;
  width: 23px;
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.header__menu-close i:after {
  content: '';
  position: absolute;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 0;
  bottom: initial;
  left: 0;
  height: 3px;
  width: 23px;
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.header__mobile-logo {
  display: none;
}
@media (max-width: 960px) {
  .header__mobile-logo {
    display: block;
    margin: 20px auto;
    width: 50%;
  }
  .header__mobile-logo img {
    width: 100%;
  }
}
.header__menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .header__menu-content {
    display: block;
    padding-top: 20px;
    padding-left: 20px;
  }
}
.header__menu-content li {
  margin-right: 55px;
}
@media (max-width: 960px) {
  .header__menu-content li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.header__menu-content li:last-child {
  margin-right: 0;
}
.header__menu-content li a {
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .header__menu-content li a {
    color: #fff;
  }
}
.header__menu-content li a i {
  margin-right: 5px;
  font-size: 30px;
}
@media (max-width: 960px) {
  .header__menu-content li a i {
    margin-right: 20px;
    font-size: 24px;
  }
}
.header__menu-content li a:hover {
  color: #ee275f;
}
.header__lang {
  padding-top: 32px;
}
@media (max-width: 480px) {
  .header__lang {
    padding-top: 22px;
  }
}
.header__lang ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__lang ul li {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(238, 39, 95, 0);
  text-align: center;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .header__lang ul li {
    width: 26px;
    height: 26px;
    margin-right: 0;
  }
}
.header__lang ul li:last-child {
  margin-right: 0;
}
.header__lang ul li.active {
  border: 1px solid #ee275f;
}
.header__lang ul li.active a {
  color: #ee275f;
}
.header__lang ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #777777;
}
@media (max-width: 480px) {
  .header__lang ul li a {
    font-size: 15px;
  }
}
.game-bar {
  background-color: #dedddd;
}
@media (max-width: 768px) {
  .game-bar {
    display: none;
  }
}
.game-bar__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .game-bar__content {
    padding: 0 10px;
  }
}
.game-bar__menu-wrap {
  max-height: 149px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.game-bar__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  padding: 18px 0;
}
.game-bar__menu li {
  display: block;
  width: 128px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 20px;
}
.game-bar__menu li.circleIcon .game-bar__icon img {
  border: none;
}
.game-bar__menu li.circleIcon .game-bar__icon:after {
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.game-bar__link {
  display: block;
  text-decoration: none;
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
}
.game-bar__link:hover {
  color: #ee275f;
}
.game-bar__link:hover .game-bar__icon {
  margin-top: -5px;
  margin-bottom: 5px;
}
.game-bar__link:hover .game-bar__icon:after {
  opacity: 1;
}
.game-bar__icon {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.game-bar__icon:after {
  content: '';
  display: block;
  width: 91px;
  height: 91px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0 6px 8px rgba(6, 6, 6, 0.56);
          box-shadow: 0 6px 8px rgba(6, 6, 6, 0.56);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.game-bar__icon img {
  display: block;
  width: 91px;
  height: 91px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  margin: 0 auto;
}
.game-bar__name {
  display: block;
  padding-top: 5px;
}
.game-bar__all {
  margin-left: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 82px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  margin-top: 26px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.game-bar__all.active img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.game-bar__all.active .gams i {
  background: #38c6f4;
}
.game-bar__all.active .game-bar__all-num {
  background: #ffd924;
}
.game-bar__all img {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.game-bar__all-num {
  width: 25px;
  height: 25px;
  background-color: #ee275f;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 2px rgba(4, 4, 4, 0.25);
          box-shadow: 0 2px 2px rgba(4, 4, 4, 0.25);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.game-bar__all-num i {
  font-style: normal;
}
.gams {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 42px;
  height: 42px;
}
.gams i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  background: #ee275f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gams i:nth-child(1) {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.gams i:nth-child(2) {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.gams i:nth-child(4) {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.gams i:nth-child(3) {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.gams i:nth-child(5) {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.gams i:nth-child(7) {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.gams i:nth-child(6) {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}
.gams i:nth-child(8) {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}
.gams i:nth-child(9) {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.gen-tab {
  overflow-x: hidden;
}
.gen-tab__wrap {
  position: relative;
  overflow-x: hidden;
}
.gen-tab__item {
  position: relative;
  overflow: hidden;
}
.gen-tab__h-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gen-tab__h-image {
    max-width: 150%;
  }
}
.gen-tab__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.gen-tab__item-content {
  position: relative;
}
.gen-tab__stores {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  right: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gen-tab__stores.center {
  width: 100%;
  right: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gen-tab__stores_ticket .abiframelnk {
  width: 197px;
  height: 78px;
  font-size: 0;
}
@media (max-width: 1180px) {
  .gen-tab__stores_ticket .abiframelnk {
    width: 17%;
    padding-top: 6%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .gen-tab__stores_ticket .abiframelnk {
    width: 26%;
    padding-top: 13%;
  }
}
@media (max-width: 768px) {
  .gen-tab__stores {
    top: initial;
    bottom: 10px;
    width: 100%;
    right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gen-tab__store {
  width: 150px;
  margin-right: 24px;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 40%;
}
.gen-tab__store:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.gen-tab__store:last-child {
  margin-right: 0;
}
.gen-tab__store img {
  display: block;
  width: 100%;
  height: auto;
}
.gen-tab__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  text-align: center;
}
.gen-tab__menu li {
  padding: 16px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.gen-tab__menu li:nth-child(1):after {
  right: 0;
}
.gen-tab__menu li:nth-child(2):after {
  left: 0;
}
.gen-tab__menu li:after {
  content: '';
  height: 2px;
  width: 10000px;
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  background: #dedddd;
}
.gen-tab__menu li.active:before {
  content: '';
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  background: #fff;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
      -ms-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  left: 50%;
  top: -12px;
}
.gen-tab__menu li.active:after {
  background: #ee275f;
}
.gen-tab__menu li.active span {
  color: #ee275f;
}
.gen-tab__menu li.active a {
  display: block;
}
.gen-tab__menu li span {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #777777;
}
@media (max-width: 960px) {
  .gen-tab__menu li span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .gen-tab__menu li span {
    font-size: 14px;
  }
}
.gen-tab__menu li a {
  margin: 0 15px;
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ee275f;
  padding: 5px 12px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  display: none;
}
@media (max-width: 960px) {
  .gen-tab__menu li a {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .gen-tab__menu li a {
    padding: 3px 10px;
  }
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
.game-list {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (max-width: 1180px) {
  .game-list {
    padding: 30px 10px 50px 10px;
    max-width: 980px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .game-list {
    padding-bottom: 20px;
  }
}
.game-list__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .game-list__title {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.game-list__title h1 {
  color: #777777;
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1180px) {
  .game-list__title h1 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  .game-list__title h1 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .game-list__title h1 {
    font-size: 20px;
  }
}
.game-list__title h1 i {
  margin-right: 20px;
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
}
@media (max-width: 768px) {
  .game-list__title h1 i {
    margin-right: 10px;
  }
}
.game-list__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .game-list__tags {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.game-list__tag {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  text-decoration: none;
  margin: 0 5px 5px 5px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 4px 10px;
}
@media (max-width: 480px) {
  .game-list__tag {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
}
.game-list__tag:hover {
  color: #ee275f;
}
.game-list__tag.active {
  color: #ee275f;
  border: 1px solid #ee275f;
}
.game-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 15px;
}
@media (max-width: 1180px) {
  .game-list__items {
    padding: 0;
    max-width: 780px;
    margin: 0 auto;
  }
}
.game-list__item-wrap {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ededed;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.35);
          box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.35);
  -webkit-border-radius: 15px;
          border-radius: 15px;
  position: relative;
  height: 100%;
}
.game-list__item-wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.4);
}
.game-list__item {
  width: 360px;
  margin-bottom: 35px;
  margin-right: 35px;
  position: relative;
}
.game-list__item:hover .game-list__item-wrap {
  margin-top: -10px;
  margin-bottom: 10px;
}
.game-list__item:hover .game-list__item-wrap:after {
  opacity: 1;
}
.game-list__item .i-redaction__btns {
  bottom: 7px;
}
@media (max-width: 1180px) {
  .game-list__item {
    margin: 0 15px 30px 15px;
  }
}
@media (max-width: 820px) {
  .game-list__item {
    margin: 0 1.5% 35px 1.5%!important;
    max-width: 47%;
  }
}
@media (max-width: 480px) {
  .game-list__item {
    max-width: 100%;
    margin: 0 auto 35px auto!important;
  }
}
.game-list__item:nth-child(3n+3) {
  margin-right: 0;
}
.game-list__pic {
  position: relative;
  z-index: 2;
}
.game-list__pic span {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 48px;
          border-radius: 48px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #777777;
  font-size: 24px;
  font-weight: 700;
}
.game-list__pic span i {
  font-style: normal;
}
.game-list__pic img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 15px 15px 0 0;
          border-radius: 15px 15px 0 0;
}
.game-list__item-content {
  padding: 17px;
  -webkit-border-radius: 0 0 15px 15px;
          border-radius: 0 0 15px 15px;
  position: relative;
  z-index: 2;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  .game-list__item-content {
    padding: 10px 10px 44px 10px;
  }
}
.game-list__item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}
.game-list__item-icon {
  width: 83px;
  height: 83px;
  border: 2px solid white;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden;
  margin-right: 17px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  text-decoration: none;
}
.game-list__item-icon.circleIcon {
  border: none;
}
@media (max-width: 768px) {
  .game-list__item-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .game-list__item-icon {
    width: 79px;
    height: 79px;
  }
}
.game-list__item-icon img {
  width: 100%;
  display: block;
}
.game-list__item-title {
  width: 100%;
  padding-bottom: 5px;
}
.game-list__item-title a {
  color: #444444;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
@media (max-width: 960px) {
  .game-list__item-title a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .game-list__item-title a {
    font-size: 20px;
  }
}
.game-list__item-title a:hover {
  color: #ee275f;
}
.game-list__item-type {
  color: #37c6f4;
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding-bottom: 10px;
  text-decoration: none;
}
.game-list__item-type:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .game-list__item-type {
    font-size: 13px;
  }
}
.game-list__item-desc {
  color: #444444;
  font-size: 15px;
  font-weight: 400;
}
.game-list__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 20px;
  bottom: 15px;
  width: 90%;
  z-index: 3;
}
@media (max-width: 768px) {
  .game-list__btns {
    left: 10px;
    bottom: 10px;
  }
}
.game-list__store {
  display: block;
  width: 115px;
  margin-right: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.game-list__store:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.game-list__store:last-child {
  margin-right: 0;
}
.game-list__store img {
  width: 100%;
  display: block;
}
.game-list__store.steam img {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.game-list__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  width: 100%;
}
.game-list__more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 38px;
  color: #fcbd4c;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #fbb116;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.game-list__more a i {
  margin-right: 10px;
}
.game-list__more a:hover {
  color: #fff;
  background: #fbb116;
  border: 2px solid rgba(0, 0, 0, 0);
}
.gen-mess {
  text-align: center;
  background-color: #37c6f4;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: white;
  font-family: "Open Sans";
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 50px;
  text-decoration: none;
  display: block;
}
@media (max-width: 1180px) {
  .gen-mess {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
}
@media (max-width: 960px) {
  .gen-mess {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .gen-mess {
    font-size: 26px;
    padding: 20px 20px;
  }
}
@media (max-width: 480px) {
  .gen-mess {
    font-size: 18px;
    padding: 20px 10px;
  }
}
.social-blcok {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .social-blcok {
    padding: 30px 0;
  }
}
.social-blcok a {
  text-decoration: none;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  margin: 0 11px;
  color: #fff;
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 480px) {
  .social-blcok a {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
}
.social-blcok a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.social-blcok a:hover {
  margin-top: -10px;
}
.social-blcok a:hover:after {
  opacity: 1;
}
.ok-color {
  background: #f1710d;
}
.vk-color {
  background: #45668f;
}
.mm-color {
  background: #1d52aa;
}
.fb-color {
  background: #3a5797;
}
.tw-color {
  background: #01acec;
}
.youtube-color {
  background: #dd4939;
}
.linkedin-color {
  background: #007ab9;
}
.foot-menu {
  border-top: 2px solid #ebebeb;
}
.foot-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 19px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 480px) {
  .foot-menu ul {
    padding: 19px 0;
  }
}
.foot-menu ul li {
  margin: 0 20px;
}
@media (max-width: 480px) {
  .foot-menu ul li {
    margin: 0 10px;
  }
}
.foot-menu ul li a {
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 480px) {
  .foot-menu ul li a {
    font-size: 13px;
  }
}
.foot-menu ul li a:hover {
  color: #ee275f;
}
.footer {
  background-color: #fbb116;
  -webkit-box-shadow: inset 0 5px 5px rgba(1, 1, 1, 0.11);
          box-shadow: inset 0 5px 5px rgba(1, 1, 1, 0.11);
}
@media (max-width: 1180px) {
  .footer {
    padding: 0 10px;
  }
}
.footer__content {
  position: relative;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .footer__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
.footer__col-1 {
  position: relative;
  width: 360px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-height: 300px;
}
@media (max-width: 1180px) {
  .footer__col-1 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: initial;
    min-height: initial;
  }
}
.footer__logo {
  width: 190px;
  display: block;
  text-decoration: none;
}
.footer__logo img {
  display: block;
  width: 100%;
}
.footer__ptic {
  position: absolute;
  bottom: 0;
  left: 80px;
}
@media (max-width: 1180px) {
  .footer__ptic {
    left: 0;
  }
}
@media (max-width: 768px) {
  .footer__ptic {
    display: none;
  }
}
.footer__col-2 {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1180px) {
  .footer__col-2 {
    padding-left: 280px;
  }
}
@media (max-width: 768px) {
  .footer__col-2 {
    padding-left: 0;
    text-align: center;
  }
}
.footer__parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .footer__parts {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__parts a {
  text-decoration: none;
  margin-bottom: 20px;
  margin-right: 30px;
}
.footer__parts a img {
  display: block;
  height: 30px;
}
.footer__parts a:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .footer__parts a:last-child {
    margin: 0 15px 20px 15px;
  }
}
@media (max-width: 768px) {
  .footer__parts a {
    margin: 0 15px 20px 15px;
  }
}
.footer__help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .footer__help {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__help a {
  color: #fbb116;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 52px;
  background-color: white;
  -webkit-border-radius: 21px;
          border-radius: 21px;
}
@media (max-width: 768px) {
  .footer__help a {
    padding: 8px 30px;
  }
}
.footer__help a:hover {
  color: #ee275f;
}
.footer__info {
  padding-top: 30px;
}
.footer__info p {
  color: white;
  font-size: 13px;
  padding-bottom: 10px;
  font-weight: 400;
}
.footer__info p:last-child {
  padding-bottom: 0;
}
.footer__col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 120px;
  margin-left: 30px;
  padding-top: 30px;
}
.footer__col-3 a {
  margin-right: 5px;
}
.footer__col-3 a img {
  max-width: 100%;
  display: block;
}
@media (max-width: 1180px) {
  .footer__col-3 {
    padding-left: 280px;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer__col-3 {
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.an-games__head {
  padding: 20px 15px 65px 15px;
  background-color: #597f18;
}
.an-games__title {
  color: #e9f0e0;
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 10px;
}
.an-games__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.an-games__tags a {
  text-decoration: none;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #e9f0e0;
  margin: 0 10px 10px 0;
}
.an-games__tags a.active {
  text-decoration: underline;
  color: #a8bf7f;
}
.an-games__mult-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
}
.an-games__mult-l img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.an-games__items-wrap {
  margin-top: -50px;
  padding-bottom: 15px;
}
.an-games__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 912px;
  margin: 0 auto;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}
@media (max-width: 480px) {
  .an-games__items {
    padding: 0 0 15px 0;
    max-width: 289px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.an-games__item {
  width: 137px;
  min-height: 205px;
  background-color: #fafafa;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(6, 6, 6, 0.5);
          box-shadow: 0 0 5px rgba(6, 6, 6, 0.5);
  padding: 9px 9px 30px 9px;
  margin: 0 15px 15px 0;
  position: relative;
  width: 18%;
  margin-right: 2.5%;
}
.an-games__item:nth-child(5n+5) {
  margin-right: 0;
}
@media (max-width: 800px) {
  .an-games__item {
    width: 23%;
    margin-right: 2.66666666%;
  }
  .an-games__item:nth-child(5n+5) {
    margin-right: 2.66666666%;
  }
  .an-games__item:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .an-games__item {
    width: 30%;
    margin-right: 5%;
  }
  .an-games__item:nth-child(5n+5) {
    margin-right: 5%;
  }
  .an-games__item:nth-child(4n+4) {
    margin-right: 5%;
  }
  .an-games__item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .an-games__item {
    width: 137px;
    margin: 0 15px 15px 0;
  }
  .an-games__item:nth-child(5n+5) {
    margin: 0 15px 15px 0;
  }
  .an-games__item:nth-child(4n+4) {
    margin: 0 15px 15px 0;
  }
  .an-games__item:nth-child(3n+3) {
    margin: 0 15px 15px 0;
  }
  .an-games__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
.an-games__item-icon {
  display: block;
  text-decoration: none;
}
.an-games__item-icon img {
  display: block;
  width: 100%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.an-games__item-name {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 5px;
}
.an-games__item-type {
  color: #8a8a8a;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}
.an-games__item-type:hover {
  text-decoration: underline;
}
.an-games__item-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  bottom: 9px;
  padding: 0 9px;
  left: 0;
}
.an-games__item-bar .a-rate {
  width: 50px;
  height: 9.5px;
}
.an-games__item-rate img {
  display: block;
}
.an-games__item-download {
  color: #749f23;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.an-games__item-download:hover {
  color: #ee275f;
}
.ios-games {
  padding-bottom: 5px;
  border-bottom: 2px solid #ededed;
}
@media (max-width: 1180px) {
  .ios-games {
    padding: 0 10px;
  }
}
.ios-games__title {
  color: black;
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 15px;
}
.ios-games__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
  overflow: auto;
}
.ios-games__tag {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  text-decoration: none;
  margin: 0 5px 5px 5px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 3px 10px;
}
.ios-games__tag:hover {
  color: #ee275f;
}
.ios-games__tag.active {
  color: #ee275f;
  border: 1px solid #ee275f;
}
.i-games {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 570px;
}
.i-games__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-right: 15px;
  width: 270px;
}
.i-games__item:nth-child(2n+2) {
  margin-right: 0;
}
.i-games__title {
  color: #4b4b4b;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 5px;
}
.i-games__content {
  position: relative;
  padding-bottom: 35px;
}
.i-games__btn {
  background-color: #ee275f;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: 3px;
  padding: 3px 10px;
  color: white;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.i-games__type {
  color: #777777;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}
.i-games__type:hover {
  text-decoration: underline;
}
.i-games__icon {
  display: block;
  text-decoration: none;
  width: 96px;
  height: 96px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px;
}
.i-games__icon img {
  display: block;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  width: 100%;
}
.sroll-block {
  overflow-x: auto;
}
.i-redaction__title {
  color: black;
  font-size: 27px;
  font-weight: 400;
}
.i-redaction__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.i-redaction__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 30px 15px;
}
@media (max-width: 1180px) {
  .i-redaction__items {
    padding: 30px 0;
  }
}
.i-redaction__item-wrap {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ededed;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.35);
          box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.35);
  -webkit-border-radius: 15px;
          border-radius: 15px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.i-redaction__item-wrap:hover {
  margin-top: -10px;
  margin-bottom: 10px;
}
.i-redaction__item-wrap:hover:after {
  opacity: 1;
}
.i-redaction__item-wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.4);
}
.i-redaction__item {
  width: 360px;
  margin-bottom: 35px;
  margin-right: 35px;
  position: relative;
}
@media (max-width: 1180px) {
  .i-redaction__item {
    margin: 0 1.5% 35px 1.5%;
    max-width: 47%;
  }
}
@media (max-width: 480px) {
  .i-redaction__item {
    max-width: 100%;
  }
}
.i-redaction__item:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 1180px) {
  .i-redaction__item:nth-child(3n+3) {
    margin: 0 1.5% 35px 1.5%;
  }
}
.i-redaction__pic {
  position: relative;
  z-index: 2;
}
.i-redaction__pic span {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 48px;
          border-radius: 48px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #777777;
  font-size: 24px;
  font-weight: 700;
}
.i-redaction__pic span i {
  font-style: normal;
}
.i-redaction__pic img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 15px 15px 0 0;
          border-radius: 15px 15px 0 0;
}
.i-redaction__item-content {
  padding: 17px;
  -webkit-border-radius: 0 0 15px 15px;
          border-radius: 0 0 15px 15px;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .i-redaction__item-content {
    padding: 10px 10px 40px 10px;
  }
}
.i-redaction__item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.i-redaction__item-icon {
  width: 83px;
  height: 83px;
  border: 2px solid white;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden;
  margin-right: 17px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  text-decoration: none;
}
.i-redaction__item-icon.circleIcon {
  border: none;
}
@media (max-width: 768px) {
  .i-redaction__item-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .i-redaction__item-icon {
    width: 79px;
    height: 79px;
  }
}
.i-redaction__item-icon img {
  width: 100%;
  display: block;
}
.i-redaction__item-title {
  width: 100%;
  padding-bottom: 5px;
}
.i-redaction__item-title a {
  color: #444444;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 960px) {
  .i-redaction__item-title a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .i-redaction__item-title a {
    font-size: 20px;
  }
}
.i-redaction__item-title a:hover {
  color: #ee275f;
}
.i-redaction__item-type {
  color: #37c6f4;
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding-bottom: 10px;
  text-decoration: none;
}
.i-redaction__item-type:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .i-redaction__item-type {
    font-size: 13px;
  }
}
.i-redaction__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 90%;
  left: 20px;
  bottom: 15px;
  z-index: 3;
}
.i-redaction__btns a {
  display: block;
  padding: 2px 14px;
  background-color: white;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: #ee275f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.i-redaction__store {
  display: block;
  width: 115px;
  margin-right: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.i-redaction__store:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.i-redaction__store:last-child {
  margin-right: 0;
}
.i-redaction__store img {
  width: 100%;
  display: block;
}
.i-redaction__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  width: 100%;
}
.i-redaction__more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 38px;
  color: #fcbd4c;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #fbb116;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.i-redaction__more a i {
  margin-right: 10px;
}
.i-redaction__more a:hover {
  color: #fff;
  background: #fbb116;
  border: 2px solid rgba(0, 0, 0, 0);
}
#video-detach-button {
  display: none !important;
}
.slick-disabled {
  opacity: 0.5;
}
.table-min {
  overflow: auto;
}
.off-info {
  padding: 50px 10px;
}
.off-info__num {
  font-weight: 700;
}
.off-info__lvl-2 {
  padding-left: 30px;
}
.off-info h1 {
  font-size: 30px;
  padding-bottom: 30px;
}
.off-info h2 {
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.off-info h3 {
  font-size: 18px;
  text-decoration: underline;
  padding-top: 10px;
  padding-bottom: 10px;
}
.off-info p {
  font-size: 16px;
  padding-bottom: 15px;
  text-align: justify;
}
.off-info p.center {
  text-align: center;
}
@media (max-width: 960px) {
  .off-info p {
    text-align: justify;
  }
}
.off-info .underline {
  text-decoration: underline;
}
.off-info a {
  text-decoration: none;
  color: #009aff;
}
.off-info a:hover {
  text-decoration: underline;
}
.off-info table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  font-size: 16px;
  min-width: 740px;
}
.off-info table th {
  text-align: left;
  border: 1px solid black;
  padding: 10px;
}
.off-info table td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid black;
}
.off-info ul {
  list-style: none;
  padding-bottom: 5px;
}
.off-info ul.no-list li:after {
  display: none;
}
.off-info ul li {
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.off-info ul li:after {
  content: '';
  height: 1px;
  width: 10px;
  background: #000;
  position: absolute;
  display: block;
  top: 10px;
  left: 5px;
}
.contact-page__info {
  padding: 75px;
  font-family: 'Core Rhino 45';
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #40b649;
}
@media (max-width: 960px) {
  .contact-page__info {
    padding: 50px 10px;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .contact-page__info {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .contact-page__info {
    font-size: 20px;
  }
}
.contact-page__info p {
  padding-bottom: 30px;
}
.contact-page__info p a {
  color: #fff;
}
.contact-page__info p a:hover {
  text-decoration: none;
}
.contact-page__info p:last-child {
  padding-bottom: 0;
}
.cteam {
  padding: 100px 10px;
  background: url(image/contacts-bg.jpg);
}
@media (max-width: 960px) {
  .cteam {
    padding: 50px 10px;
  }
}
.cteam__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .cteam__content {
    display: block;
  }
}
.cteam__col {
  max-width: 360px;
  width: 50%;
  margin: 0 15px;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 20px;
  color: #777;
  text-align: center;
}
@media (max-width: 768px) {
  .cteam__col {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .cteam__col {
    width: 100%;
    margin: 0 auto;
    max-width: 260px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.cteam__col p {
  padding-bottom: 10px;
}
.cteam__col a {
  color: #00a6ff;
  text-decoration: none;
}
.cteam__col a:hover {
  text-decoration: underline;
}
.cteam__col img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cteam__col img {
    margin-bottom: 20px;
  }
}
.cteam__col strong {
  font-size: 30px;
  font-weight: 300;
  display: block;
  color: #000;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .cteam__col strong {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .cteam__col strong {
    font-size: 20px;
  }
}
.cont-info {
  padding: 80px 10px;
  text-align: center;
  background: #37c6f4;
}
@media (max-width: 960px) {
  .cont-info {
    padding: 50px 10px;
  }
}
.cont-info__content p {
  padding-bottom: 20px;
  color: #fff;
  font-family: "Core Rhino 65 Bold";
  font-size: 24px;
}
.cont-info__content p:last-child {
  padding-bottom: 0;
}
@media (max-width: 960px) {
  .cont-info__content p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .cont-info__content p {
    font-size: 16px;
  }
}
.contact-adr {
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 960px) {
  .contact-adr {
    padding-top: 50px;
  }
}
.contact-adr h2 {
  font-family: "Core Rhino 65 Bold";
  font-size: 50px;
  text-transform: uppercase;
  color: #3e3e3e;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 960px) {
  .contact-adr h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .contact-adr h2 {
    font-size: 22px;
  }
}
.contact-adr p {
  color: #3e3e3e;
  font-family: 'Open Sans';
  font-size: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 960px) {
  .contact-adr p {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .contact-adr p {
    font-size: 18px;
  }
}
.contact-adr a {
  font-size: 30px;
  color: #00a6ff;
  font-family: "Core Rhino 65 Bold";
}
@media (max-width: 960px) {
  .contact-adr a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .contact-adr a {
    font-size: 18px;
  }
}
.contact-adr a:hover {
  text-decoration: none;
}
.contact-adr__map {
  max-width: 150%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  min-height: 410px;
}
@media (max-width: 960px) {
  .contact-adr__map {
    height: 410px;
    width: auto;
    max-width: initial;
    margin: 50px 0 0 40%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.page-404 {
  background: url(image/404.jpg) no-repeat;
  min-height: 430px;
  background-position: 50% 0;
  text-align: center;
  position: relative;
}
@media (max-width: 960px) {
  .page-404 {
    min-height: 330px;
    background-size: 768px auto;
  }
}
@media (max-width: 768px) {
  .page-404 {
    min-height: 210px;
    background-size: 480px auto;
  }
}
.page-404__content {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 960px) {
  .page-404__content {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .page-404__content {
    top: 10px;
  }
}
.page-404__code {
  color: #ee275f;
  font-size: 209px;
  font-weight: 700;
  line-height: 209px;
}
@media (max-width: 960px) {
  .page-404__code {
    font-size: 150px;
    line-height: 150px;
  }
}
@media (max-width: 768px) {
  .page-404__code {
    font-size: 80px;
    line-height: 80px;
  }
}
.page-404__sub {
  color: #ee275f;
  font-size: 21px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-404__sub {
    font-size: 14px;
  }
}
.page-404__info {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}
@media (max-width: 768px) {
  .page-404__info {
    font-size: 12px;
  }
}
.page-404__info a {
  color: #19a9e4;
  text-decoration: underline;
}
.page-404__info a:hover {
  text-decoration: underline;
}
.breads {
  padding: 0 10px;
  border-top: 1px solid #dedddd;
}
.breads .breadcrumbs {
  padding: 7px 0 7px 30px;
  background: url(image/home.png) no-repeat;
  background-position: 0 10px;
  color: #636363;
  font-family: "Core Rhino 65 Bold";
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
@media screen and (max-width: 480px) {
  .breads .breadcrumbs {
    font-size: 12px;
  }
}
.breads .breadcrumbs a {
  color: #636363;
  text-decoration: none;
}
.breads .breadcrumbs a:hover {
  text-decoration: underline;
}
.similar_records {
  padding: 60px 10px;
}
@media (max-width: 960px) {
  .similar_records {
    padding: 30px 10px;
  }
}
.similar_records__title {
  text-align: center;
  color: #8dbb02;
  font-family: "Core Rhino 65 Bold";
  font-size: 60px;
  text-transform: uppercase;
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  .similar_records__title {
    font-size: 32px;
    padding-bottom: 30px;
  }
}
.about-gen {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  text-align: center;
}
.about-gen p {
  margin-bottom: 20px;
  font-size: 24px;
  color: #6f6f6f;
}
.about-gen p:last-child {
  margin-bottom: 0;
}
.i-single__top {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 630px;
  height: 100vh;
}
@media (max-width: 960px) {
  .i-single__top {
    max-height: 630px;
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .i-single__top {
    max-height: 400px;
    height: 100vh;
  }
}
@media (max-width: 480px) {
  .i-single__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 234px;
  }
}
.i-single__top img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 960px) {
  .i-single__top img {
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .i-single__top img {
    max-width: 180%;
  }
}
@media (max-width: 480px) {
  .i-single__top img {
    position: initial;
    min-width: 151%;
    max-width: 151%;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.i-single__icon {
  width: 32%;
  -webkit-border-radius: 25%;
          border-radius: 25%;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.35);
          box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  bottom: 0;
}
.i-single__icon.circleIcon {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: none;
}
.i-single__col {
  margin-right: 110px;
}
.i-single__col:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .i-single__col {
    margin-right: 0;
  }
}
.i-single__col h3 {
  color: #444444;
  font-size: 1.9vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .i-single__col h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .i-single__col h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .i-single__col h3 {
    font-size: 12px;
  }
}
.i-single__info-wrap {
  position: relative;
  padding-bottom: 20px;
  padding-left: 330px;
  padding-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .i-single__info-wrap {
    padding-left: 35%;
    margin-bottom: 4%;
  }
}
@media (max-width: 768px) {
  .i-single__info-wrap {
    position: initial;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.i-single__stat {
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .i-single__stat {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 480px;
    padding-top: 2%;
  }
}
@media (max-width: 768px) {
  .i-single__info {
    padding-left: 35%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    position: relative;
  }
}
.i-single__info h1 {
  color: #444444;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4vw;
}
@media screen and (min-width: 960px) {
  .i-single__info h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .i-single__info h1 {
    font-size: 16px;
  }
}
.i-single__info h2 {
  color: #36c7f6;
  font-size: 2.5vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .i-single__info h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .i-single__info h2 {
    font-size: 12px;
  }
}
.i-single__rate-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.i-single__rate-cont strong {
  color: #a0a0a0;
  font-size: 3.2vw;
  font-weight: 400;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .i-single__rate-cont strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .i-single__rate-cont strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .i-single__rate-cont strong {
    font-size: 20px;
  }
}
.i-single__year {
  color: #a0a0a0;
  font-size: 3.2vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .i-single__year {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .i-single__year {
    font-size: 20px;
  }
}
.i-single__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 0 0;
}
.i-single__button:last-child {
  padding-bottom: 70px;
}
@media (max-width: 960px) {
  .i-single__button {
    padding: 3% 0 0 0;
  }
  .i-single__button:last-child {
    padding-bottom: 7%;
  }
}
.i-single__button a {
  width: 50%;
  max-width: 420px;
}
.i-single__button a img {
  width: 100%;
  display: block;
}
.i-single__block {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .i-single__block {
    padding-bottom: 30px;
  }
}
.i-single__block-title {
  padding-bottom: 15px;
  color: #444444;
  font-size: 5vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .i-single__block-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .i-single__block-title {
    padding-bottom: 1.5%;
  }
}
@media screen and (max-width: 480px) {
  .i-single__block-title {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 15px;
  }
}
.i-single__scroll {
  overflow: auto;
  padding: 0 0 0 10px;
  max-width: 960px;
  margin: 0 auto;
}
.i-single__desc {
  color: #444444;
  font-size: 3vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .i-single__desc {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .i-single__desc {
    font-size: 15px;
  }
}
.cent2 {
  max-width: 960px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.i-rate {
  width: 160px;
  height: 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .i-rate {
    width: 100px;
    height: 19px;
  }
}
.i-rate__left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  background: url(image/rate.png) no-repeat;
  background-size: auto 200%;
}
.i-rate__right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  background: url(image/rate.png) no-repeat;
  background-position: 100% 100%;
  background-size: auto 200%;
}
.i-views {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.i-views.slick-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.i-views.slick-slider .slick-track .slick-slide {
  height: auto;
}
.i-views__item {
  margin-right: 3vw;
  min-width: 62vw;
  width: 620px;
  width: 62vw;
  -webkit-border-radius: 1vw;
          border-radius: 1vw;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .i-views__item {
    width: 620px;
    min-width: 620px;
    margin-right: 30px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .i-views__item {
    min-width: 290px;
    width: 290px;
    margin-right: 7px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
}
.i-views__play {
  width: 14.2vw;
  height: 14.2vw;
  background: url(image/mobile-play.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  .i-views__play {
    width: 142px;
    height: 142px;
  }
}
@media screen and (max-width: 480px) {
  .i-views__play {
    width: 67px;
    height: 67px;
  }
}
.i-views__item-pic {
  height: 39vw;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.i-views__item-pic.video {
  background: #000;
}
@media screen and (min-width: 960px) {
  .i-views__item-pic {
    height: 390px;
  }
}
@media screen and (max-width: 480px) {
  .i-views__item-pic {
    height: 184px;
  }
}
.i-views__item-pic img {
  display: block;
  position: absolute;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 120%;
  max-height: 120%;
}
.i-views__item-pic iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.i-views__item-desc {
  padding: 2.5vw 5vw;
  background-color: #c6ee40;
  color: #444444;
  font-size: 2.8vw;
  font-weight: 700;
  height: 100%;
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .i-views__item-desc {
    font-size: 28px;
    padding: 25px 50px;
  }
}
@media screen and (max-width: 480px) {
  .i-views__item-desc {
    font-size: 14px;
    padding: 15px 18px;
  }
}
.i-other__slider.slick-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.i-other__slider.slick-slider .slick-track .slick-slide {
  height: auto;
  padding-bottom: 10px;
}
.i-other__item {
  min-width: 25vw;
  width: 25vw;
  text-align: center;
  text-decoration: none;
  color: #4b4b4b;
  font-size: 2.5vw;
  font-weight: 700;
  margin-right: 3vw;
  height: 100%;
  display: block;
}
@media screen and (min-width: 960px) {
  .i-other__item {
    min-width: 250px;
    width: 250px;
    margin-right: 30px;
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .i-other__item {
    min-width: 92px;
    width: 92px;
    font-size: 12px;
    margin-right: 15px;
  }
}
.i-other__item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 3vw;
          border-radius: 3vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 960px) {
  .i-other__item img {
    -webkit-border-radius: 30px;
            border-radius: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .i-other__item img {
    margin-bottom: 5px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
  }
}
.a-single {
  font-family: Roboto;
}
.a-single__top {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 630px;
  height: 100vh;
}
@media (max-width: 960px) {
  .a-single__top {
    max-height: 630px;
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .a-single__top {
    max-height: 400px;
    height: 100vh;
  }
}
@media (max-width: 480px) {
  .a-single__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 234px;
  }
}
.a-single__top img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 960px) {
  .a-single__top img {
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .a-single__top img {
    max-width: 180%;
  }
}
@media (max-width: 480px) {
  .a-single__top img {
    position: initial;
    min-width: 151%;
    max-width: 151%;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.a-single__icon {
  width: 32%;
  -webkit-border-radius: 5%;
          border-radius: 5%;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.35);
          box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  bottom: 0;
}
.a-single__icon.circleIcon {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: none;
}
.a-single__col {
  margin-right: 110px;
}
.a-single__col:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .a-single__col {
    margin-right: 0;
  }
}
.a-single__col h3 {
  color: #444444;
  font-size: 1.9vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .a-single__col h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .a-single__col h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .a-single__col h3 {
    font-size: 12px;
  }
}
.a-single__info-wrap {
  position: relative;
  padding-bottom: 20px;
  padding-left: 330px;
  padding-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .a-single__info-wrap {
    padding-left: 35%;
    margin-bottom: 4%;
  }
}
@media (max-width: 768px) {
  .a-single__info-wrap {
    position: initial;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.a-single__stat {
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .a-single__stat {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 480px;
    padding-top: 2%;
  }
}
@media (max-width: 768px) {
  .a-single__info {
    padding-left: 35%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    position: relative;
  }
}
.a-single__info h1 {
  color: #444444;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4vw;
}
@media screen and (min-width: 960px) {
  .a-single__info h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .a-single__info h1 {
    font-size: 16px;
  }
}
.a-single__info h2 {
  color: #36c7f6;
  font-size: 2.5vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .a-single__info h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .a-single__info h2 {
    font-size: 12px;
  }
}
.a-single__rate-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.a-single__rate-cont strong {
  color: #a0a0a0;
  font-size: 3.2vw;
  font-weight: 400;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .a-single__rate-cont strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .a-single__rate-cont strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .a-single__rate-cont strong {
    font-size: 20px;
  }
}
.a-single__year {
  color: #a0a0a0;
  font-size: 3.2vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .a-single__year {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .a-single__year {
    font-size: 20px;
  }
}
.a-single__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 0 0;
}
.a-single__button:last-child {
  padding-bottom: 70px;
}
@media (max-width: 960px) {
  .a-single__button {
    padding: 3% 0 0 0;
  }
  .a-single__button:last-child {
    padding-bottom: 7%;
  }
}
.a-single__button a {
  width: 50%;
  max-width: 420px;
}
.a-single__button a img {
  width: 100%;
  display: block;
}
.a-single__block {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .a-single__block {
    padding-bottom: 30px;
  }
}
.a-single__block-title {
  padding-bottom: 15px;
  color: #444444;
  font-size: 5vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .a-single__block-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .a-single__block-title {
    padding-bottom: 1.5%;
  }
}
@media screen and (max-width: 480px) {
  .a-single__block-title {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 15px;
  }
}
.a-single__scroll {
  overflow: auto;
  padding: 0 0 0 10px;
  max-width: 960px;
  margin: 0 auto;
}
.a-single__desc {
  color: #444444;
  font-size: 3vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .a-single__desc {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .a-single__desc {
    font-size: 15px;
  }
}
.a-single__desc p {
  padding-bottom: 2.5vw;
}
.a-single__desc p:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  .a-single__desc p {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .a-single__desc p {
    font-size: 15px;
  }
}
.a-single__desc ul {
  padding-bottom: 2.5vw;
  padding-left: 10px;
}
.a-single__desc ul:last-child {
  padding-bottom: 0;
}
.a-single__desc ul li {
  list-style: disc;
  margin-left: 20px;
}
@media screen and (min-width: 960px) {
  .a-single__desc ul {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .a-single__desc ul {
    font-size: 15px;
  }
}
.a-rate {
  width: 160px;
  height: 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .a-rate {
    width: 100px;
    height: 19px;
  }
}
.a-rate__left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  background: url(image/rate.png) no-repeat;
  background-size: auto 200%;
}
.a-rate__right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  background: url(image/rate.png) no-repeat;
  background-position: 100% 100%;
  background-size: auto 200%;
}
.a-views.slick-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.a-views.slick-slider .slick-track .slick-slide {
  height: auto;
}
.a-views__item {
  margin-right: 3vw;
  min-width: 62vw;
  width: 620px;
  width: 62vw;
  -webkit-border-radius: 1vw;
          border-radius: 1vw;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .a-views__item {
    width: 620px;
    min-width: 620px;
    margin-right: 30px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .a-views__item {
    min-width: 290px;
    width: 290px;
    margin-right: 7px;
  }
}
.a-views__play {
  width: 142px;
  height: 142px;
  background: url(image/mobile-play.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.a-views__play__play {
  width: 14.2vw;
  height: 14.2vw;
  background: url(image/mobile-play.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  .a-views__play__play {
    width: 142px;
    height: 142px;
  }
}
@media screen and (max-width: 480px) {
  .a-views__play__play {
    width: 67px;
    height: 67px;
  }
}
.a-views__item-pic {
  height: 39vw;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.a-views__item-pic.video {
  background: #000;
}
@media screen and (min-width: 960px) {
  .a-views__item-pic {
    height: 390px;
  }
}
@media screen and (max-width: 480px) {
  .a-views__item-pic {
    height: 184px;
  }
}
.a-views__item-pic img {
  display: block;
  position: absolute;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 120%;
  max-height: 120%;
}
.a-views__item-pic iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.a-views__item-desc {
  padding: 2.5vw 5vw;
  background-color: #c6ee40;
  color: #444444;
  font-size: 2.8vw;
  font-weight: 700;
  height: 100%;
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .a-views__item-desc {
    font-size: 28px;
    padding: 25px 50px;
  }
}
@media screen and (max-width: 480px) {
  .a-views__item-desc {
    font-size: 14px;
    padding: 15px 18px;
  }
}
.a-other {
  background: #eeeeee;
  padding-top: 30px;
}
.a-other__content .an-games__item {
  min-width: 137px;
}
.a-other__slider.slick-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.a-other__slider.slick-slider .slick-track .slick-slide {
  height: auto;
  padding-top: 5px;
  padding-bottom: 10px;
}
.a-other__item {
  width: 21.1vw;
  min-width: 21.1vw;
  min-height: 31.5vw;
  background-color: #fafafa;
  -webkit-border-radius: .4vw;
          border-radius: .4vw;
  -webkit-box-shadow: 0 0 5px rgba(6, 6, 6, 0.5);
          box-shadow: 0 0 5px rgba(6, 6, 6, 0.5);
  padding: 1.3vw 1.3vw 5vw 1.3vw;
  margin: 0 1.15vw 0 ;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .a-other__item {
    width: 211px;
    min-width: 211px;
    min-height: 315px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin: 0 11.5px 0 ;
    padding: 15px 15px 50px 15px;
  }
}
@media screen and (max-width: 480px) {
  .a-other__item {
    min-width: 130px;
    min-height: 205px;
    padding: 9px 9px 30px 9px;
  }
}
.a-other__item-icon {
  display: block;
  text-decoration: none;
}
.a-other__item-icon img {
  display: block;
  width: 100%;
  -webkit-border-radius: 1.5vw;
          border-radius: 1.5vw;
}
@media screen and (min-width: 960px) {
  .a-other__item-icon img {
    -webkit-border-radius: 15px;
            border-radius: 15px;
  }
}
.a-other__item-name {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 1.9vw;
  text-transform: uppercase;
  padding-top: 1vw;
}
@media screen and (min-width: 960px) {
  .a-other__item-name {
    padding-top: 10px;
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .a-other__item-name {
    padding-top: 5px;
    font-size: 12px;
  }
}
.a-other__item-type {
  color: #8a8a8a;
  font-size: 2vw;
  font-weight: 400;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 960px) {
  .a-other__item-type {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .a-other__item-type {
    font-size: 10px;
  }
}
.a-other__item-type:hover {
  text-decoration: underline;
}
.a-other__item-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  bottom: 9px;
  padding: 0 9px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .a-other__item-bar {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.a-other__item-rate .a-rate {
  width: 7.6vw;
  height: 1.3vw;
}
@media screen and (min-width: 960px) {
  .a-other__item-rate .a-rate {
    width: 69px;
    height: 13px;
  }
}
@media screen and (max-width: 480px) {
  .a-other__item-rate .a-rate {
    width: 50px;
    height: 9.5px;
  }
}
.a-other__item-download {
  color: #749f23;
  font-size: 1.7vw;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .a-other__item-download {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .a-other__item-download {
    font-size: 11px;
  }
}
.a-other__item-download:hover {
  color: #ee275f;
}
.cookieMess {
  opacity: 0.96;
  background-color: #2ebef1;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100000;
}
.cookieMess__content {
  padding: 35px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 960px) {
  .cookieMess__content {
    font-size: 16px;
    padding: 20px 10px;
  }
  .cookieMess__content br {
    display: none;
  }
}
.cookieMess__content p {
  padding-bottom: 20px;
}
.cookieMess__content a {
  color: #8af8fe;
  text-decoration: underline;
}
.cookieMess__content a:hover {
  text-decoration: none;
}
.cookieMess__content button {
  background-color: #ec2b4e;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  padding: 12px 38px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
}
.cookieMess__content button:hover {
  opacity: 0.9;
}
@media (max-width: 960px) {
  .cookieMess__content button {
    font-size: 16px;
    padding: 10px 20px;
  }
}
