html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
html {
  line-height: 1;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  float: none;
  margin: 0 auto;
  min-width: 375px;
  position: relative;
  color: #000;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
body.fixed,
html.fixed {
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
body {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
ul {
  list-style-type: none;
}
ol {
  list-style-type: decimal;
}
span {
  display: inline-block;
}
strong {
  font-weight: bold;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
}
* {
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 0;
}
section {
  float: left;
  width: 100%;
}
.transitions {
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.second-level-title {
  float: left;
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 48px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
}
.second-level-title span {
  display: inline;
  font-size: 36px;
}
.shadow-block {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: auto;
  height: auto;
  margin: 0 !important;
}
.shadow-block.absolute-button {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.shadow-block.see-small {
  bottom: -20px;
}
.basic-button {
  float: left;
  width: 300px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  -webkit-mask-box-image: url("../img/button-mask.svg");
  mask-border: url("../img/button-mask.svg");
  text-decoration: none !important;
  color: #fff !important;
  font-size: 34px;
  border: none;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.basic-button__image {
  width: 30px;
  margin-right: 20px;
}
.basic-button.play {
  background: #3DC7A9;
}
@media (hover: hover) {
  .basic-button.play:hover {
    background: #65d2bb;
  }
}
.basic-button.see {
  background: #FFB33A;
}
@media (hover: hover) {
  .basic-button.see:hover {
    background: #ffc76d;
  }
}
.basic-button.series {
  background: #EB008C;
}
@media (hover: hover) {
  .basic-button.series:hover {
    background: #ff1fa4;
  }
}
.basic-button.magazine {
  background: #FF5858;
}
@media (hover: hover) {
  .basic-button.magazine:hover {
    background: #ff8b8b;
  }
}
@media (hover: hover) {
  .basic-button:hover {
    transform: scale(1.05);
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 375px;
  z-index: 500;
  pointer-events: auto !important;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.header.fixed {
  background: #FFB33A;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}
.header.fixed .topline-content {
  padding: 10px 0;
}
.header.fixed .header-logo {
  width: 220px;
}
.header.fixed .world-list {
  margin-bottom: 10px;
}
.header.fixed .header-link {
  width: 53px;
  height: 51px;
  position: relative;
  -webkit-mask-box-image: none;
  mask-border: none;
  border-radius: 20px;
}
.header.fixed .header-link.menu {
  background: url('../img/menu.svg') no-repeat;
  background-size: 100% 100%;
}
.header.fixed .header-link.menu.active {
  background: url('../img/close.svg') no-repeat;
  background-size: 100% 100%;
}
.header.fixed .change-language__image-wrp {
  width: 23px;
  height: 23px;
  position: absolute;
  right: -5px;
  top: -5px;
}
.header.fixed .change-language__change {
  display: none;
}
.header.fixed .change-language__name {
  font-size: 18px;
  width: 30px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.header.fixed .open-world__info {
  display: none;
}
.header.fixed .open-world__descript {
  display: none;
}
.header.fixed .open-world__image-wrp {
  display: none;
}
.header.fixed .header-bottomline {
  display: none;
}
.header.visible-menu .header-bottomline {
  display: block !important;
}
.header-topline {
  float: left;
  width: 100%;
}
.topline-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.header-logo {
  width: 323px;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.header-logo__image {
  width: 100%;
}
.header-link {
  width: 325px;
  height: 115px;
  float: left;
  padding: 15px 11px;
  -webkit-mask-box-image: url("../img/heade-nav-mask.svg");
  mask-border: url("../img/heade-nav-mask.svg");
  background-color: #fff;
  text-decoration: none !important;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
@media (hover: hover) {
  .header-link:hover {
    transform: scale(1.05);
  }
}
.change-language {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .change-language:hover .change-language__change {
    background: #ababab;
  }
}
.change-language__image-wrp {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
}
.change-language__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.change-language__info {
  float: left;
  width: calc(100% - 84px);
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.change-language__name {
  font-size: 24px;
  color: #864738 !important;
  margin-bottom: 4px;
}
.change-language__change {
  font-size: 14px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 36px;
  width: auto;
  padding: 0 7px;
  background: #C4C4C4;
  -webkit-mask-box-image: url("../img/button-mask.svg");
  mask-border: url("../img/button-mask.svg");
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.open-world {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.open-world__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 84px);
  padding-right: 10px;
  color: #864738 !important;
}
.open-world__name {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 33px;
}
.open-world__descript {
  font-size: 18px;
}
.open-world__image-wrp {
  width: 84px;
}
.open-world__image {
  width: 100%;
}
.header-bottomline {
  float: left;
  width: 100%;
}
.world-list {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.world-list__link {
  width: 254px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px 0 30px;
  text-decoration: none !important;
  color: #fff !important;
  -webkit-mask-box-image: url("../img/world-mask.svg");
  mask-border: url("../img/world-mask.svg");
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.world-list__link.modile-visible {
  display: none;
}
.world-list__link.cartoons {
  background: #3DC7A9;
}
@media (hover: hover) {
  .world-list__link.cartoons:hover {
    background: #65d2bb;
  }
}
.world-list__link.news {
  background: #FF5858;
}
@media (hover: hover) {
  .world-list__link.news:hover {
    background: #ff8b8b;
  }
}
.world-list__link.games {
  background: #56CAD7;
}
@media (hover: hover) {
  .world-list__link.games:hover {
    background: #7fd7e1;
  }
}
.world-list__link.shop {
  background: #864738;
}
@media (hover: hover) {
  .world-list__link.shop:hover {
    background: #aa5a47;
  }
}
.world-list__link.world {
  background-color: #77008C;
}
@media (hover: hover) {
  .world-list__link:hover {
    transform: scale(1.05);
  }
}
.world-list__image {
  width: 35px;
}
.world-list__text {
  float: left;
  width: calc(100% - 35px);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.world-list__name {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.world-list__descript {
  font-size: 14px;
}
.main {
  margin-bottom: auto;
  float: left;
  width: 100%;
  padding-top: 230px;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.main.active {
  padding-top: 80px;
}
.play-together-wrp {
  padding: 75px 0 60px 0;
}
.play-together-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-together-info {
  background: url('../img/play-together-bg.svg') no-repeat;
  background-size: 100% 100%;
  width: 483px;
  float: left;
  height: 257px;
  padding: 55px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
.play-together-info__name {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 65px;
}
.play-together-info__descript {
  font-size: 36px;
}
.play-together-image-block {
  width: 337px;
}
.play-together-image-block__image {
  width: 100%;
}
.most-popular-today {
  float: left;
  width: 100%;
  background: url('../img/most-popular-bg.png') no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 15px 15px 45px 15px;
  margin-top: -80px;
  position: relative;
  z-index: 30;
}
.most-popular-today.with-chicks:before {
  content: '';
  display: block;
  float: left;
  width: 163px;
  height: 214px;
  position: absolute;
  left: 0;
  top: -80px;
  background: url('../img/chicks.png') no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.most-popular-today .second-level-title {
  color: #EB008C;
}
.most-popular-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 15px;
}
.most-popular-content > div {
  margin-bottom: 30px;
}
.most-popular-item {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
}
@media (hover: hover) {
  .most-popular-item:hover .most-popular-item__image-wrp:before {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.most-popular-item__image-wrp {
  float: left;
  width: 100%;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
}
.most-popular-item__image-wrp:before {
  content: '';
  display: block;
  float: left;
  width: 45px;
  height: 43px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/play-button.png') no-repeat;
  background-size: 100% 100%;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.most-popular-item__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.most-popular-item__number {
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  color: #9F9F9F !important;
  margin-bottom: 4px;
}
.most-popular-item__name {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  color: #515151 !important;
}
.whatch-unlimited-wrp {
  padding: 60px 0;
}
.whatch-unlimited-content {
  float: left;
  width: 100%;
  background-color: #fff;
  position: relative;
  -webkit-mask-box-image: url("../img/unlimited-mask.svg");
  mask-border: url("../img/unlimited-mask.svg");
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.unlimited-slider-for {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 4px);
  visibility: hidden;
  margin-bottom: 40px;
}
.unlimited-slider-for-item__image-wrp {
  height: 530px;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}
.unlimited-slider-for-item__image-wrp:before {
  content: '';
  display: block;
  float: left;
  width: 132px;
  height: 127px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/play-button.png') no-repeat;
  background-size: 100% 100%;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
@media (hover: hover) {
  .unlimited-slider-for-item__image-wrp:hover:before {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.unlimited-slider-for-item__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unlimited-slider-for-item__name {
  width: 100%;
  text-align: center;
  color: #515151;
  font-weight: 800;
  font-size: 48px;
}
.unlimited-slider-nav {
  float: left;
  width: 230px;
  visibility: hidden;
  position: relative;
}
.unlimited-slider-nav:before {
  content: '';
  display: block;
  float: left;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  pointer-events: none;
  background: -webkit-linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}
.unlimited-slider-nav:after {
  content: '';
  display: block;
  float: left;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  pointer-events: none;
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
}
.unlimited-slider-nav .slick-track {
  padding: 20px 0;
  margin: 0 -8px;
}
.unlimited-slider-nav .slick-arrow {
  width: 67px;
  height: 65px;
  padding: 0;
  border: none;
  -webkit-mask-box-image: url("../img/button-square-mask.svg");
  mask-border: url("../img/button-square-mask.svg");
  position: absolute;
  top: 50%;
  z-index: 30;
  transform: translateY(-50%);
  font-size: 1px;
  color: transparent;
}
.unlimited-slider-nav .slick-arrow.slick-prev {
  left: -200px;
  background: url('../img/prev.svg') no-repeat;
  background-size: 29px 24px;
  background-position: center center;
  background-color: #FFB33A;
}
.unlimited-slider-nav .slick-arrow.slick-next {
  right: -200px;
  background: url('../img/next.svg') no-repeat;
  background-size: 29px 24px;
  background-position: center center;
  background-color: #FFB33A;
}
.unlimited-slider-nav-item {
  cursor: pointer;
  height: 56px;
  -webkit-mask-box-image: url("../img/button-square-mask.svg");
  mask-border: url("../img/button-square-mask.svg");
  background: rgba(81, 81, 81, 0.15);
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  font-size: 21px;
  color: #fff;
  margin: 0 8px;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
.unlimited-slider-nav-item.slick-center {
  background: #3DC7A9;
  transform: scale(1.2);
}
.catalog-wrp {
  padding: 60px 0;
}
.catalog-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.catalog-content > div {
  margin-bottom: 50px;
}
.catalog-item-wrp {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.catalog-item-with-buttons {
  position: relative;
  width: auto;
  height: auto;
}
.catalog-item-with-buttons__catalog-buttons {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.catalog-item-with-buttons__catalog-buttons .basic-button {
  width: 126px;
  height: 36px;
  font-size: 14px;
  margin: 0 10px;
}
.catalog-item-with-buttons__catalog-buttons .basic-button.details {
  background: #3DC7A9;
}
@media (hover: hover) {
  .catalog-item-with-buttons__catalog-buttons .basic-button.details:hover {
    background: #65d2bb;
  }
}
.catalog-item-with-buttons__catalog-buttons .basic-button.buy {
  background: #FF5858;
}
@media (hover: hover) {
  .catalog-item-with-buttons__catalog-buttons .basic-button.buy:hover {
    background: #ff8b8b;
  }
}
.catalog-item {
  float: left;
  width: 345px;
  display: flex;
  align-items: center;
  -webkit-mask-box-image: url("../img/catalog-item-bg.svg");
  mask-border: url("../img/catalog-item-bg.svg");
  padding: 15px 10px 20px 15px;
  position: relative;
  background-color: #fff;
  min-height: 188px;
}
.catalog-item__image-wrp {
  width: 189px;
}
.catalog-item__image {
  width: 100%;
}
.catalog-item__info {
  width: calc(100% - 189px);
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-item__logo {
  height: 15px;
  margin-bottom: 8px;
}
.catalog-item__name {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.catalog-item__old-price {
  font-size: 14px;
  white-space: nowrap;
  color: #8D8D8D;
  margin-bottom: 5px;
  text-transform: uppercase;
  position: relative;
}
.catalog-item__old-price:before {
  content: '';
  display: block;
  float: left;
  width: 105%;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  background: #D80027;
  border-radius: 10px;
}
.catalog-item__new-price {
  font-size: 24px;
  color: #D80027;
  text-transform: uppercase;
}
.center-row {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.lottery-wrp {
  padding: 50px 0 120px 0;
}
.lotter-content-wrp {
  float: left;
  width: 100%;
  position: relative;
}
.lottery-content {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: stretch;
  -webkit-mask-box-image: url("../img/lottery-mask.svg");
  mask-border: url("../img/lottery-mask.svg");
}
.lottery-content__image-wrp {
  width: 40%;
}
.lottery-content__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lottery-content-info {
  width: 60%;
  padding: 40px 40px 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lottery-content-info .second-level-title {
  color: #EB008C;
  text-align: left;
}
.terms-list {
  float: left;
  width: 100%;
}
.terms-list__item {
  float: left;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.terms-list__number {
  width: 65px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-mask-box-image: url('../img/button-square-mask.svg');
  mask-border: url('../img/button-square-mask.svg');
  color: #fff;
  font-size: 24px;
}
.terms-list__text {
  width: calc(100% - 65px);
  padding-left: 30px;
  font-size: 18px;
  line-height: 18px;
}
.go-friend-wrp {
  padding: 50px 0;
  background: #FFB33A;
  -webkit-mask-box-image: url("../img/friend-mask.svg");
  mask-border: url("../img/friend-mask.svg");
}
.go-friend-content {
  float: left;
  width: 100%;
}
.go-friend-content__text {
  float: left;
  width: 100%;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #864738;
}
.subscribe-form {
  float: left;
  width: 100%;
}
.subscribe-form__row {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.subscribe-form__input {
  width: 300px;
  height: 88px;
  background-color: #fff;
  -webkit-mask-box-image: url("../img/button-mask.svg");
  mask-border: url("../img/button-mask.svg");
  padding: 0 30px;
  font-size: 24px;
  color: #864738;
  border: none;
  margin-right: 25px;
}
.subscribe-form__input::-moz-placeholder {
  color: #864738;
}
.subscribe-form__input::-webkit-input-placeholder {
  color: #864738;
}
.subscribe-form__input:focus::-moz-placeholder {
  color: transparent !important;
}
.subscribe-form__input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.subscribe-form__input.invalid {
  background: #F4D5DB;
  color: #D80027;
}
.subscribe-form__input.valid {
  background: #CEEAE1;
  color: #0B845F;
}
.subscribe-form .subscribe {
  width: 260px;
  height: 74px;
  font-size: 24px;
}
.basic-checkbox {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.basic-checkbox__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 30;
}
.basic-checkbox__style {
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  border-radius: 8px;
}
.basic-checkbox__style:before {
  content: '';
  display: none;
  float: left;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/check.svg') no-repeat;
  background-size: 100% 100%;
}
.basic-checkbox__text {
  width: calc(100% - 24px);
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  color: #864738;
  padding-left: 13px;
}
.basic-checkbox__text a {
  color: #864738 !important;
  text-decoration: underline;
  position: relative;
  z-index: 31;
}
@media (hover: hover) {
  .basic-checkbox__text a:hover {
    text-decoration: none !important;
  }
}
.basic-checkbox__input:checked + .basic-checkbox__style:before {
  display: block;
}
.footer {
  float: left;
  width: 100%;
  background: #864738;
  margin-top: -20px;
}
.footer-content {
  float: left;
  width: 100%;
  padding: 50px 0 30px 0;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
}
.footer-content__text {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.footer-content__text:last-child {
  margin-bottom: 0;
}
.modal-dialog {
  float: none;
  display: table;
}
.center-modal {
  text-align: center;
  padding: 0!important;
}
.center-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  pointer-events: none;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal {
  pointer-events: auto;
}
.language-dialog {
  width: 800px;
}
.modal-content {
  float: left;
  width: 100%;
  position: relative;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal-content .close {
  position: absolute;
  opacity: 1;
  width: 57px;
  height: 55px;
  background: url('../img/close.svg') no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  z-index: 50;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
@media (hover: hover) {
  .modal-content .close:hover {
    transform: scale(1.05);
  }
}
.language-modal-content {
  float: left;
  width: 100%;
  padding: 80px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  -webkit-mask-box-image: url("../img/modal-language-mask.svg");
  mask-border: url("../img/modal-language-mask.svg");
}
.current-language {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.current-language__image-wrp {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 13px;
}
.current-language__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.current-language__name {
  font-size: 18px;
  color: #3DC7A9;
  text-transform: uppercase;
}
.languages-list {
  float: left;
  width: calc(100% - 250px);
  display: flex;
  flex-wrap: wrap;
  padding-right: 50px;
}
.languages-list__item {
  width: 33.33%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.language-checkbox {
  width: 50px;
  height: 50px;
  position: relative;
}
.language-checkbox__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 30;
}
.language-checkbox__style {
  width: 25px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0;
  right: 0;
}
.language-checkbox__image-wrp {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.language-checkbox__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.language-checkbox__input:checked + .language-checkbox__style {
  background-color: #3DC7A9 !important;
}
.language-checkbox__input:checked + .language-checkbox__style:before {
  content: '';
  display: block;
  float: left;
  width: 14px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/check.svg') no-repeat;
  background-size: 100% 100%;
  filter: invert(100%) sepia(84%) saturate(0%) hue-rotate(336deg) brightness(1114%) contrast(101%);
}
.mobile-visible {
  display: none;
}
.thanks-dialog {
  width: 350px;
}
.modal-thanks-content {
  float: left;
  width: 100%;
  background-color: #fff;
  -webkit-mask-box-image: url("../img/modal-language-mask.svg");
  mask-border: url("../img/modal-language-mask.svg");
}
.modal-thanks-content__image-wrp {
  float: left;
  width: 100%;
  height: 332px;
}
.modal-thanks-content__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-thanks-content__info {
  float: left;
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-thanks-content__info .second-level-title {
  color: #000;
  font-size: 36px;
}
.modal-thanks-content__info .second-level-title span {
  font-size: 24px;
  width: 100%;
  float: left;
}
.modal-thanks-content__text {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  color: #FF5858;
  text-transform: uppercase;
}
.whatch-unlimited-wrp.catroons-first-screen {
  padding-top: 0;
}
.cartoons-category-wrp {
  padding: 250px 0 100px 0;
}
.cartoons-category-content {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cartoons-category-item {
  width: 345px;
  position: relative;
}
.cartoons-category-item__image {
  width: 300px;
  height: 280px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -240px;
  z-index: 50;
}
.cartoons-category-item .shadow-block.absolute-button.top {
  bottom: 20px !important;
}
.cartoons-category_info {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 50px;
  -webkit-mask-box-image: url('../img/unlimited-mask.svg');
  mask-border: url('../img/unlimited-mask.svg');
}
.cartoons-category_info .most-popular-item {
  margin-bottom: 20px;
}
.cartoons-category_info .most-popular-item:last-child {
  margin-bottom: 0;
}
.cartoons-category_info.all-series {
  background: url('../img/series.png') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 525px;
  position: relative;
}
.cartoons-category_info.all-series:before {
  content: '';
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
}
.basic-button.see-small {
  width: 155px;
  height: 42px;
  font-size: 18px;
}
.basic-button.see-small .basic-button__image {
  width: 17px;
  margin-right: 6px;
}
.series-slider {
  width: 247px;
  position: relative;
  visibility: hidden;
  margin-top: 180px;
}
.series-slider .slick-arrow {
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  -webkit-mask-box-image: url("../img/button-square-mask.svg");
  mask-border: url("../img/button-square-mask.svg");
  position: absolute;
  top: 45%;
  z-index: 30;
  transform: translateY(-50%);
  font-size: 1px;
  color: transparent;
}
.series-slider .slick-arrow.slick-prev {
  left: -20px;
  background: url('../img/prev.svg') no-repeat;
  background-size: 20px 16px;
  background-position: center center;
  background-color: #FFB33A;
}
.series-slider .slick-arrow.slick-next {
  right: -20px;
  background: url('../img/next.svg') no-repeat;
  background-size: 20px 16px;
  background-position: center center;
  background-color: #FFB33A;
}
.series-slider .slick-track {
  padding-bottom: 30px;
}
.series-slider__item {
  height: 130px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url('../img/seasons-slider-bg.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.series-slider__name {
  font-size: 24px;
  color: #EB008C;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.series-slider__series {
  font-size: 18px;
  color: #8D8D8D;
}
.seasons-wrp {
  padding: 220px 0 100px 0;
}
.seasons-wrp .most-popular-today {
  margin-bottom: 130px;
}
.seasons-wrp .most-popular-today:last-child {
  margin-bottom: 0;
}
.want-watch-content {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 145px;
}
.want-watch-block {
  width: 655px;
  height: 222px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 95px 15px 90px 90px;
  position: relative;
  background: url('../img/all-series-bg.png') no-repeat;
  background-size: 100% 100%;
}
.want-watch-block .second-level-title {
  font-size: 48px;
  color: #515151;
}
.want-watch-block .second-level-title span {
  font-size: 36px;
}
.want-watch-block:before {
  content: '';
  display: block;
  float: left;
  width: 160px;
  height: 170px;
  position: absolute;
  left: -15px;
  top: -20px;
  background: url('../img/only-masha.png') no-repeat;
  background-size: 100% 100%;
  transform: rotate(-1deg);
}
.want-watch-block:after {
  content: '';
  display: block;
  float: left;
  width: 392px;
  height: 720px;
  position: absolute;
  right: -250px;
  top: -200px;
  background: url('../img/only-bear.png') no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.breadcrumbs-wrp {
  padding: 50px 0 30px 0;
}
.breadcrumbs {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs__item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.breadcrumbs__item:nth-child(2n + 1) .breadcrumbs__link {
  background: #EB008C;
}
.breadcrumbs__item:nth-child(2n) .breadcrumbs__link {
  background: #3DC7A9;
}
.breadcrumbs__link {
  width: auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask-box-image: url("../img/button-mask.svg");
  mask-border: url("../img/button-mask.svg");
  color: #fff !important;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none !important;
  height: 25px;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}
@media (hover: hover) {
  .breadcrumbs__link:hover {
    opacity: 0.8;
  }
}
.breadcrumbs__link.home {
  mask-border: none;
  -webkit-mask-box-image: none;
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: transparent !important;
  opacity: 1 !important;
}
.breadcrumbs span {
  background: #8D8D8D !important;
}
.breadcrumbs__image {
  width: 100%;
  height: 100%;
}
.season-series-wrp {
  padding-bottom: 50px;
}
.season-series-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 30px;
}
.season-series-content > div {
  margin-bottom: 50px;
}
.season-series-block {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.season-series-item-wrp {
  float: left;
  width: 330px;
  height: 100%;
  position: relative;
}
.season-series-item-wrp__seria-name {
  width: 155px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #3DC7A9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  z-index: 30;
  -webkit-mask-box-image: url("../img/button-mask.svg");
  mask-border: url("../img/button-mask.svg");
}
.season-series-item {
  float: left;
  width: 100%;
  height: 100%;
  padding: 50px 30px 30px 30px;
  background-color: #fff;
  -webkit-mask-box-image: url(../img/unlimited-mask.svg);
  mask-border: url(../img/unlimited-mask.svg);
}
.season-series-item .most-popular-item__image-wrp {
  margin-bottom: 24px;
}
.season-series-item__title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #515151;
  margin-bottom: 17px;
}
.season-series-item__descript {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #515151;
}
.one-series-info-wrp {
  padding-bottom: 50px;
}
.one-series-info {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px;
  background-color: #fff;
  -webkit-mask-box-image: url(../img/unlimited-mask.svg);
  mask-border: url(../img/unlimited-mask.svg);
  margin-bottom: 30px;
}
.one-series-info__name {
  font-weight: 800;
  font-size: 18px;
  color: #515151;
  margin-bottom: 20px;
}
.one-series-info__text {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #515151;
  margin-bottom: 20px;
}
.one-series-info__text:last-child {
  margin-bottom: 0;
}
.autors-info {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  background-color: #fff;
  -webkit-mask-box-image: url(../img/creators-mask.svg);
  mask-border: url(../img/creators-mask.svg);
}
.autors-info__title {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  color: #515151;
  margin-bottom: 20px;
}
.autors-info__autors {
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  line-height: 34px;
  color: #515151;
}
.news-wrp {
  padding-bottom: 30px;
}
.news-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.news-content > div {
  margin-bottom: 50px;
}
.news-item-wrp {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.news-item {
  float: left;
  width: 340px;
  height: 100%;
  background-color: #fff;
  -webkit-mask-box-image: url(../img/unlimited-mask.svg);
  mask-border: url(../img/unlimited-mask.svg);
}
.news-item__image-wrp {
  float: left;
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
.news-item__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item__content {
  float: left;
  width: 100%;
  height: calc(100% - 260px);
  padding: 22px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-item__name {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 10px;
  color: #515151 !important;
}
.news-item__views {
  font-size: 12px;
  font-weight: 400;
  color: #8D8D8D;
  margin-bottom: 10px;
}
.news-item__text {
  font-size: 13px;
  line-height: 17px;
  color: #515151;
}
.one-news-wrp {
  padding-bottom: 50px;
}
.one-news-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.one-news-content__image-wrp {
  float: left;
  width: 722px;
  height: 521px;
  position: relative;
  z-index: 30;
  -webkit-mask-box-image: url("../img/news-image-mask.svg");
  mask-border: url("../img/news-image-mask.svg");
}
.one-news-content__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.one-news-info {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 50px 50px 50px 45%;
  -webkit-mask-box-image: url("../img/news-image-mask.svg");
  mask-border: url("../img/news-image-mask.svg");
  text-shadow: none;
}
.one-news-info .second-level-title {
  font-size: 36px;
  color: #8F96AC;
  margin-bottom: 18px;
  text-align: left;
}
.one-news-info .second-level-title span {
  font-size: 26px;
}
.one-news-info__text {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  color: #515151;
  margin-bottom: 15px;
}
.one-news-info__text:Last-child {
  margin-bottom: 0;
}
.games-content {
  float: left;
  width: 100%;
}
.games-content > div {
  margin-bottom: 60px;
}
.game-item-wrp {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.game-item-wrp__name {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 32px;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 6px;
}
.game-item {
  width: 350px;
  height: 524px;
  float: left;
  -webkit-mask-box-image: url(../img/unlimited-mask.svg);
  mask-border: url(../img/unlimited-mask.svg);
  position: relative;
}
.game-item:before {
  content: '';
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
}
.game-item__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-dialog.big-dialog {
  margin: 0;
}
.big-dialog {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.big-dialog .modal-content {
  height: 100%;
}
.big-dialog .modal-content .close {
  right: auto;
  left: 20px;
  top: 20px;
}
.big-dialog-content {
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
  overflow-y: auto;
  display: flex;
  align-items: stretch;
  background-color: #000;
}
.big-dialog-content__left-side {
  width: calc(100% - 385px);
  background-color: #000;
  float: left;
}
.big-dialog-content__right-side {
  width: 385px;
  min-height: 600px;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.big-dialog-content__side-head {
  float: left;
  width: 100%;
  padding: 120px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.big-dialog-content__name {
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: 800;
}
.big-dialog-content__descript {
  font-size: 14px;
  color: #9F9F9F;
}
.game-field {
  float: left;
  width: 100%;
  padding: 30px 90px;
}
.game-field__image {
  float: left;
  width: 100%;
}
.modal-slider {
  width: 320px;
  visibility: hidden;
  position: relative;
}
.modal-slider .slick-arrow {
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  -webkit-mask-box-image: url("../img/button-square-mask.svg");
  mask-border: url("../img/button-square-mask.svg");
  position: absolute;
  left: 50%;
  z-index: 30;
  font-size: 1px;
  color: transparent;
}
.modal-slider .slick-arrow.slick-prev {
  top: -60px;
  background: url('../img/prev.svg') no-repeat;
  background-size: 29px 24px;
  background-position: center center;
  background-color: #FFB33A;
  transform: translateX(-50%) rotate(90deg);
}
.modal-slider .slick-arrow.slick-next {
  bottom: -60px;
  background: url('../img/next.svg') no-repeat;
  background-size: 29px 24px;
  background-position: center center;
  background-color: #FFB33A;
  transform: translateX(-50%) rotate(90deg);
}
.modal-game-block {
  height: 365px;
  -webkit-mask-box-image: url(../img/unlimited-mask.svg);
  mask-border: url(../img/unlimited-mask.svg);
  position: relative;
  float: left;
}
.modal-game-block:before {
  content: '';
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
}
.modal-game-block__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  font-size: 32px;
  color: #fff;
  padding: 0 15px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.modal-game-block__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wrp {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 55.55%;
}
.video-wrp iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.catalog-item-with-buttons__catalog-buttons .basic-button {
  letter-spacing: 0.5px;
  text-shadow: none;
}
.current-language__mobile-descript {
  display: none;
}
.header.fixed .world-list {
  padding: 10px 0 20px 0;
}
.big-dialog .modal-content .close {
  width: 45px;
  height: 43px;
}
.game-field {
  padding: 10px 0 30px 0;
}
.ytp-chrome-top {
  display: none !important;
}
@media (min-width: 992px) {
  .modal-slider-series .slick-list {
    margin: -15px 0;
  }
  .modal-slider-series .modal-slider__item {
    margin: 15px 35px;
    -webkit-transition: ease-in-out 300ms;
    -moz-transition: ease-in-out 300ms;
    -ms-transition: ease-in-out 300ms;
    -o-transition: ease-in-out 300ms;
    transition: ease-in-out 300ms;
  }
  .modal-slider-series .modal-slider__item.slick-center {
    position: relative;
    z-index: 30;
  }
  .modal-slider-series .modal-slider__item.slick-center:before {
    content: '';
    display: block;
    float: left;
    width: 319px;
    height: 215px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/active-series.png') no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }
  .modal-slider-series .modal-slider__item.slick-center .most-popular-item__number {
    color: #fff !important;
  }
  .modal-slider-series .modal-slider__item.slick-center .most-popular-item__name {
    color: #fff !important;
  }
}
@media (min-width: 992px) {
  .modal-slider-games .slick-list {
    margin: -15px 0;
  }
  .modal-slider-games .modal-slider__item {
    display: flex !important;
    justify-content: center;
    margin: 15px 0;
  }
}
@media (min-width: 992px) {
  .big-dialog-content__right-side {
    padding: 100px 0;
  }
}
@media (max-width: 1255px) {
  .header-logo {
    width: 172px !important;
  }
  .world-list {
    flex-direction: column;
    height: auto;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  .world-list__item {
    margin-bottom: 18px;
  }
  .header {
    background: #FFB33A;
  }
  .header.fixed {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  }
  .header .topline-content {
    padding: 10px 0;
  }
  .header .world-list {
    margin-bottom: 10px;
  }
  .header .header-link {
    width: 43px !important;
    height: 43px !important;
    position: relative;
    -webkit-mask-box-image: none;
    mask-border: none;
    border-radius: 12px 14px 14px 12px !important;
  }
  .header .header-link.menu {
    background: url('../img/menu.svg') no-repeat;
    background-size: 100% 100%;
  }
  .header .header-link.menu.active {
    background: url('../img/close.svg') no-repeat;
    background-size: 100% 100%;
  }
  .header .change-language__image-wrp {
    width: 23px;
    height: 23px;
    position: absolute;
    right: -5px;
    top: -5px;
  }
  .header .change-language__change {
    display: none;
  }
  .header .change-language__name {
    font-size: 18px;
    width: 30px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .header .open-world__info {
    display: none;
  }
  .header .open-world__descript {
    display: none;
  }
  .header .open-world__image-wrp {
    display: none;
  }
  .header .header-bottomline {
    display: none;
  }
  .main {
    padding-top: 100px;
  }
  .play-together-wrp {
    padding-top: 0;
  }
  body {
    background-size: 100% 100%;
  }
  .subscribe-form__row {
    flex-direction: column;
    align-items: center;
  }
  .subscribe-form__input {
    margin: 0 auto;
    margin-bottom: 18px;
  }
  .cartoons-category-content {
    flex-direction: column;
    align-items: center;
  }
  .cartoons-category-item {
    margin-bottom: 300px;
  }
  .cartoons-category-item.mobile-top {
    order: -1;
  }
  .cartoons-category-item:last-child {
    margin-bottom: 0;
  }
  .want-watch-block:after {
    display: none;
  }
  .seasons-wrp {
    padding-top: 20px;
  }
  .breadcrumbs-wrp {
    padding-top: 20px;
  }
  .one-news-info {
    padding: 200px 50px 50px 50px;
  }
  .one-news-content {
    flex-direction: column;
    align-items: center;
  }
  .one-news-content__image-wrp {
    position: absolute;
    width: 330px;
    height: 240px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -180px;
  }
  .one-news-content .second-level-title {
    text-align: center;
    margin-bottom: 80px;
  }
  .one-news-content .second-level-title.mobile-hidden {
    display: none;
  }
  .one-news-content .second-level-title.mobile-visible {
    display: block;
  }
  .cartoons-category-item .shadow-block.absolute-button.top {
    bottom: -20px !important;
  }
  .header-bottomline {
    height: calc(100vh - 63px);
  }
  .world-list__item {
    display: block;
  }
}
@media (max-width: 992px) {
  .header.fixed .world-list {
    padding: 0;
  }
  .most-popular-today {
    margin-top: -13px;
  }
  .go-friend-content__text {
    margin-bottom: 30px;
  }
  .language-modal-content {
    flex-direction: column;
    align-items: center;
  }
  .language-dialog {
    width: 350px;
  }
  .languages-list {
    width: 100%;
    padding-right: 0;
  }
  .language-modal-content {
    padding: 30px 30px 60px 30px;
  }
  .one-series-info-wrp .whatch-unlimited-content {
    margin-bottom: 30px;
  }
  .big-dialog-content {
    flex-wrap: wrap;
  }
  .big-dialog-content__left-side {
    width: 100%;
  }
  .big-dialog-content__right-side {
    width: 100%;
    padding: 30px 0;
    min-height: auto;
  }
  .modal-game-block {
    height: 300px;
  }
  .modal-slider .slick-arrow.slick-prev {
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
  }
  .modal-slider .slick-arrow.slick-next {
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    left: auto;
  }
  .modal-slider {
    width: 205px;
  }
  .game-field {
    padding: 30px 10px;
  }
  .big-dialog .modal-content .close {
    left: 50%;
    transform: translateX(-50%);
  }
  .big-dialog-content__side-head {
    align-items: center;
    text-align: center;
  }
  .unlimited-slider-nav-item.slick-center .unlimited-slider-nav__name {
    font-size: 18px;
  }
  .current-language__mobile-descript {
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #864738;
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 20px;
  }
  .modal-content .close {
    width: 43px;
    height: 43px;
    top: -10px;
  }
  .one-news-info__text {
    font-weight: 400;
  }
  .modal-slider .slick-list {
    margin: 0 -10px;
  }
  .modal-slider__item {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .play-together-content {
    flex-direction: column-reverse;
  }
  .play-together-info {
    margin-top: -160px;
    width: 339px;
    padding: 30px 0;
    margin-bottom: 50px;
  }
  .play-together-info .shadow-block.absolute-button {
    bottom: 20px !important;
  }
  .play-together-info__name {
    font-size: 32px;
  }
  .play-together-info__descript {
    font-size: 24px;
  }
  .shadow-block.absolute-button {
    bottom: -22px;
  }
  .basic-button {
    width: 155px;
    height: 45px;
    font-size: 18px;
  }
  .basic-button__image {
    width: 15px;
    margin-right: 10px;
  }
  .second-level-title {
    font-size: 30px;
  }
  .second-level-title span {
    font-size: 30px;
    display: inline;
  }
  .mobile-hidden {
    display: none;
  }
  .most-popular-today {
    padding-top: 30px;
  }
  .most-popular-today.with-chicks:before {
    display: none;
  }
  .unlimited-slider-for-item__image-wrp {
    height: 230px;
  }
  .unlimited-slider-for-item__image-wrp:before {
    width: 45px;
    height: 45px;
  }
  .unlimited-slider-for-item__name {
    font-size: 29px;
  }
  .unlimited-slider-nav .slick-arrow.slick-prev {
    left: -75px;
    width: 40px;
    height: 40px;
    background-size: 20px 16px;
  }
  .unlimited-slider-nav .slick-arrow.slick-next {
    right: -75px;
    width: 40px;
    height: 40px;
    background-size: 20px 16px;
  }
  .unlimited-slider-nav {
    width: 143px;
  }
  .unlimited-slider-nav-item {
    width: 35px;
    height: 35px;
  }
  .unlimited-slider-nav__name {
    font-size: 13px;
  }
  .unlimited-slider-nav-item {
    margin: 0 4px;
  }
  .unlimited-slider-nav:before {
    width: 10px;
  }
  .unlimited-slider-nav:after {
    width: 30px;
  }
  .unlimited-slider-nav .slick-track {
    margin: 0 -4px;
    padding: 10px 0;
  }
  .mobile-visible {
    display: block;
  }
  .lottery-content {
    flex-direction: column;
    align-items: center;
    padding-top: 23px;
  }
  .lottery-content .second-level-title {
    color: #EB008C;
    margin-bottom: 23px;
  }
  .lottery-content__image-wrp {
    width: 100% !important;
    height: 315px;
  }
  .lottery-content-info {
    width: 100%;
    padding: 23px;
  }
  .terms-list__number {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
  .terms-list__text {
    padding-left: 20px;
    font-size: 18px;
  }
  .terms-list__text br {
    display: none;
  }
  .go-friend-content__text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-content {
    font-size: 12px;
    line-height: 16px;
  }
  .catalog-wrp {
    padding: 30px 0;
  }
  .lottery-wrp {
    padding-bottom: 60px;
  }
  .want-watch-block {
    width: 300px;
    height: 120px;
    padding: 35px 28px 25px 48px;
  }
  .want-watch-block .second-level-title {
    font-size: 18px;
  }
  .want-watch-block .second-level-title span {
    font-size: 18px;
  }
  .want-watch-block:before {
    width: 90px;
    height: 90px;
    left: -8px;
  }
  .want-watch-content {
    padding-bottom: 70px;
  }
  .seasons-wrp .most-popular-today {
    margin-bottom: 80px;
  }
  .games-content > div {
    width: 100%;
  }
  .most-popular-today {
    background: url('../img/most-popular-bg-mobile.png') no-repeat;
    background-size: 100% 100%;
    padding: 25px 45px 45px 30px;
  }
  .most-popular-today.with-chicks:before {
    display: block;
    width: 122px;
    height: 155px;
    top: -47px;
  }
  .unlimited-slider-for {
    margin-bottom: 10px;
  }
  .whatch-unlimited-wrp {
    padding-bottom: 30px;
  }
  .unlimited-slider-nav-item {
    width: 40px;
    height: 40px;
  }
  .lottery-content {
    -webkit-mask-box-image: url("../img/lottery-mask-mobile.svg");
    mask-border: url("../img/lottery-mask-mobile.svg");
  }
  .subscribe-form__input {
    width: 225px;
    height: 66px;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
  }
  .subscribe-form__input::-moz-placeholder {
    color: #C4C4C4;
  }
  .subscribe-form__input::-webkit-input-placeholder {
    color: #C4C4C4;
  }
  .subscribe-form .subscribe {
    width: 155px;
    height: 45px;
    background: #3DC7A9;
    font-size: 14px;
  }
  .subscribe-form .subscribe__text {
    font-size: 14px;
  }
  .footer-content {
    padding-bottom: 55px;
  }
  .go-friend-wrp {
    -webkit-mask-box-image: url(../img/go-friend-mask-mobile.svg);
    mask-border: url(../img/go-friend-mask-mobile.svg);
  }
  .terms-list__item {
    margin-bottom: 16px !important;
  }
  .terms-list__text {
    color: #515151;
  }
  .shadow-block.absolute-button.mobile-static {
    bottom: 20px;
  }
  .language-modal-content {
    padding-bottom: 80px;
  }
  .language-checkbox__style {
    bottom: -10px;
    right: -10px;
  }
  .big-dialog .modal-content .close {
    top: 10px;
  }
  .big-dialog-content__side-head {
    padding-top: 67px;
    padding-bottom: 0;
  }
  .big-dialog-content__name {
    font-size: 18px;
  }
  .game-field {
    padding: 20px 0 0 0;
  }
  .most-popular-item__number {
    font-weight: 800;
  }
}
@media (max-width: 640px) {
  .season-series-content > div {
    width: 100%;
  }
  .news-content > div {
    width: 100%;
  }
  .one-news-info {
    padding-left: 45px;
    padding-right: 45px;
    width: calc(100vw + 30px);
    min-width: 375px;
    position: relative;
    left: -30px;
  }
  .one-series-info {
    padding: 50px 30px 50px 45px;
  }
  .one-series-info__text {
    font-weight: 400;
  }
}
