/* ================= */
/* 1. General Style  */
/* ================= */
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700&subset=latin-ext");
@font-face {
  font-family: 'Mocha Mattari';
  src: url("../fonts/hinted-MochaMattari.eot");
  src: url("../fonts/hinted-MochaMattari.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-MochaMattari.woff2") format("woff2"), url("../fonts/hinted-MochaMattari.woff") format("woff"), url("../fonts/hinted-MochaMattari.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

body {
  overflow-x: hidden;
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
  padding: 0 0 0;
  margin: 0;
  color: #000;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}

body.page-id-91,
body.page-id-3042,
body.single-fairy_tales,
body.single-practice,
body.single-games {
  padding-top: 0 !important;
}

body.admin-bar {
  padding: 35px 0 0;
}

body.freeze {
  height: 100%;
  overflow: hidden;
}

* {
  -webkit-overflow-scrolling: touch;
}

*,
a,
button,
div,
input {
  outline: 0 !important;
}

.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.width100 {
  width: 100%;
}

.width_calc {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

input,
textarea {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* content */
.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 15px;
}

img.alignleft {
  display: block;
  max-width: 100%;
  height: auto;
  float: left;
  margin-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

img.alignright {
  display: block;
  max-width: 100%;
  height: auto;
  float: right;
  margin-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

img.aligncenter {
  display: block;
  max-width: 100%;
  text-align: center;
  height: auto;
  padding-bottom: 15px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

/* ================= */
/* 1.1 Page builder */
/* ================= */
/* ================= */
/* 1.2 Global */
/* ================= */
#content {
  overflow: hidden;
}

/* ================= */
/* 2. MENU           */
/* ================= */
header.normal {
  width: 100%;
  height: 179px;
  background: url("../img/header.svg") top right no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}

header.normal .logo {
  display: block;
  width: 163px;
  height: 95px;
  background: url("../img/logo.svg") top right no-repeat;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 2;
}

header.normal .hamburger {
  display: none;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

header.normal .menu__container {
  position: absolute;
  top: 0;
  right: 0;
}

header.normal .menu__container .bt {
  display: block;
  width: 176px;
  height: 143.2px;
  float: left;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

header.normal .menu__container .bt.off {
  cursor: default;
  opacity: 0;
}

header.normal .menu__container .bt span {
  width: 100%;
  position: absolute;
  bottom: 15px;
  font-family: 'Mocha Mattari';
  font-size: 21px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
  z-index: 2;
}

header.normal .menu__container .bt.bt-home {
  background-image: url("../img/menu_home.svg");
}

header.normal .menu__container .bt.bt-play {
  background-image: url("../img/menu_play.svg");
}

header.normal .menu__container .bt.bt-practice {
  background-image: url("../img/menu_practice.svg");
}

header.normal .menu__container .bt.bt-watch {
  background-image: url("../img/menu_watch.svg");
}

header.normal .menu__container .bt.bt-fun {
  background-image: url("../img/menu_fun.svg");
}

header.normal .menu__container .bt.bt-audiobook {
  background-image: url("../img/menu_audiobook.svg");
}

header.normal .menu__container .bt:hover {
  background-position: bottom center;
}

header.phone {
  display: none;
}

.page-id-91 header,
.page-id-3042 header,
.single-fairy_tales header,
.single-practice header,
.single-games header {
  display: none !important;
}

footer#footer {
  width: 100%;
  height: auto;
  min-height: 100px;
  background-image: url(../img/footer.svg);
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 14%;
  background-repeat: no-repeat;
  position: relative;
}

footer#footer .links {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 10%;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
}

footer#footer .links a {
  font-family: 'Mocha Mattari';
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 20px 0 0;
}

footer#footer .links a:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 16px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 0 0 20px;
  position: relative;
  top: -2px;
  left: -20px;
}

footer#footer .links a:hover {
  opacity: .6;
}

@media (max-width: 768px) {
  footer#footer .links a {
    margin: 0 10px 0 0;
  }
  footer#footer .links a:before {
    margin: 0 0 0 10px;
    left: -10px;
  }
}

footer#footer .links a:first-child:before {
  display: none;
}

footer#footer .links a:last-child {
  margin-right: 0;
}

footer.copyright {
  background: #173a14;
  padding: 10px 0;
  font-size: 15px;
  color: #e7eaee;
  text-align: center;
}

footer.copyright a {
  color: #e7eaee;
}

footer.copyright .col + .col {
  text-align: right;
}

.page-id-91 footer,
.page-id-3042 footer,
.single-games footer {
  display: none;
}

/* ================= */
/* 3. CONTENT        */
/* ================= */
.bt__green_left {
  display: block;
  background: url("../img/arrow_green_left.svg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.bt__green_left:hover {
  background-position: bottom center;
}

.bt__green_right {
  display: block;
  background: url("../img/arrow_green_right.svg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.bt__green_right:hover {
  background-position: bottom center;
}

.bt__green-light_left {
  display: block;
  background: url("../img/arrow_green-light_left.svg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.bt__green-light_left:hover {
  background-position: bottom center;
}

.bt__green-light_right {
  display: block;
  background: url("../img/arrow_green-light_right.svg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.bt__green-light_right:hover {
  background-position: bottom center;
}

.bt__pink_left {
  display: block;
  background: url("../img/arrow_pink_left.svg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.bt__pink_left:hover {
  background-position: bottom center;
}

.bt__pink_right {
  display: block;
  background: url("../img/arrow_pink_right.svg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.bt__pink_right:hover {
  background-position: bottom center;
}

.bt_more {
  display: block;
  background: url("../img/bt_more.svg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.bt_more:hover {
  background-position: bottom center;
}

.bt_more_responsive {
  display: inline-block;
  background: url("../img/bt_more_responsive.png") top center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  font-family: 'Mocha Mattari';
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
}

.bt_more_responsive:hover {
  background: url("../img/bt_more_responsive_hover.png") top center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.bt__allgame {
  display: block;
  background: url("../img/bt_allgame.svg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.bt__allgame:hover {
  background-position: bottom center;
}

.bt_allfairytales {
  display: block;
  background: url("../img/bt_allfairytales.svg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.bt_allfairytales:hover {
  background-position: bottom center;
}

.bt__practice {
  display: block;
  background: url("../img/bt_practice.svg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.bt__practice:hover {
  background-position: bottom center;
}

.bt__fun {
  display: block;
  background: url("../img/bt_fun.svg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.bt__fun:hover {
  background-position: bottom center;
}

.bt__close {
  display: block;
  background: url("../img/close_green.svg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.bt__close:hover {
  background-position: bottom center;
}

.text--left {
  text-align: left !important;
}

.text--right {
  text-align: right !important;
}

.text--bold {
  font-weight: bold !important;
}

@media (max-width: 768px) {
  .container-fluid {
    padding: 0 20px;
  }
  .bt__allgame {
    width: 326px;
    height: 75px;
  }
  .text--140 {
    font-size: 60px;
    line-height: 60px;
  }
  .text--110 {
    font-size: 40px;
    line-height: 40px;
  }
  .text--90-permanent {
    font-size: 90px;
    line-height: 90px;
  }
  .text--90 {
    font-size: 45px;
    line-height: 45px;
  }
  .text--70 {
    font-size: 35px;
    line-height: 35px;
  }
  .text--60-permanent {
    font-size: 60px;
    line-height: 60px;
  }
  .text--50 {
    font-size: 35px;
    line-height: 35px;
  }
  .text--40 {
    font-size: 25px;
    line-height: 35px;
  }
  .text--25 {
    font-size: 18px;
  }
  .text--24 {
    font-size: 16px;
    line-height: 26px;
  }
  .text--20 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding: 0 40px;
  }
  .bt__allgame {
    width: 326px;
    height: 75px;
  }
  .text--140 {
    font-size: 60px;
    line-height: 60px;
  }
  .text--90-permanent {
    font-size: 90px;
    line-height: 90px;
  }
  .text--110 {
    font-size: 60px;
    line-height: 60px;
  }
  .text--90 {
    font-size: 45px;
    line-height: 45px;
  }
  .text--70 {
    font-size: 35px;
    line-height: 35px;
  }
  .text--60-permanent {
    font-size: 60px;
    line-height: 60px;
  }
  .text--50 {
    font-size: 35px;
    line-height: 35px;
  }
  .text--40 {
    font-size: 25px;
    line-height: 35px;
  }
  .text--25 {
    font-size: 18px;
  }
  .text--24 {
    font-size: 16px;
    line-height: 26px;
  }
  .text--20 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding: 0 50px;
  }
  .text--140 {
    font-size: 90px;
    line-height: 90px;
  }
  .text--110 {
    font-size: 60px;
    line-height: 60px;
  }
  .text--90-permanent {
    font-size: 90px;
    line-height: 90px;
  }
  .text--90 {
    font-size: 60px;
    line-height: 60px;
  }
  .text--70 {
    font-size: 45px;
    line-height: 45px;
  }
  .text--60-permanent {
    font-size: 60px;
    line-height: 60px;
  }
  .text--50 {
    font-size: 40px;
    line-height: 40px;
  }
  .text--40 {
    font-size: 30px;
    line-height: 40px;
  }
  .text--25 {
    font-size: 20px;
  }
  .text--24 {
    font-size: 18px;
    line-height: 26px;
  }
  .text--20 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 50px;
  }
  .text--140 {
    font-size: 90px;
    line-height: 90px;
  }
  .text--110 {
    font-size: 60px;
    line-height: 60px;
  }
  .text--90-permanent {
    font-size: 90px;
    line-height: 90px;
  }
  .text--90 {
    font-size: 60px;
    line-height: 60px;
  }
  .text--70 {
    font-size: 45px;
    line-height: 45px;
  }
  .text--60-permanent {
    font-size: 60px;
    line-height: 60px;
  }
  .text--50 {
    font-size: 50px;
    line-height: 50px;
  }
  .text--40 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.84px;
  }
  .text--25 {
    font-size: 20px;
  }
  .text--24 {
    font-size: 18px;
    line-height: 26px;
  }
  .text--20 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1750px) {
  .container-fluid {
    padding: 0 50px;
  }
  .bt__allgame {
    width: 326px;
    height: 75px;
  }
  .text--140 {
    font-size: 140px;
    line-height: 140px;
  }
  .text--110 {
    font-size: 110px;
    line-height: 110px;
  }
  .text--90-permanent {
    font-size: 90px;
    line-height: 90px;
  }
  .text--90 {
    font-size: 90px;
    line-height: 90px;
  }
  .text--70 {
    font-size: 70px;
    line-height: 70px;
  }
  .text--60-permanent {
    font-size: 60px;
    line-height: 60px;
  }
  .text--50 {
    font-size: 50px;
    line-height: 50px;
  }
  .text--40 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.84px;
  }
  .text--25 {
    font-size: 27px;
  }
  .text--24 {
    font-size: 26px;
    line-height: 36px;
  }
  .text--20 {
    font-size: 20px;
    line-height: 30px;
  }
}

#grid {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

#grid .container-fluid {
  width: 100%;
  height: 100%;
}

#grid .container-fluid .row {
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  height: 100%;
  margin: 0 -15px;
}

#grid .container-fluid .row div {
  width: -webkit-calc(100% / 12 - 30px);
  width: -moz-calc(100% / 12 - 30px);
  width: calc(100% / 12 - 30px);
  height: 100%;
  float: left;
  position: relative;
  margin: 0 15px;
  background: rgba(0, 0, 0, 0.05);
}

#grid .container-fluid .row div:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
}

#grid .container-fluid .row div:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
}

body:hover #grid {
  opacity: 1;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

@media (min-width: 1750px) {
  body {
    padding: 105px 0 0;
  }
  .bt__allgame {
    width: 326px;
    height: 75px;
  }
  .bt_allfairytales {
    width: 342px;
    height: 75px;
  }
  .bt__practice {
    width: 403px;
    height: 75px;
  }
  .bt__fun {
    width: 373px;
    height: 75px;
  }
  .bt_more {
    width: 212px;
    height: 76px;
  }
  .bt_more_responsive {
    min-width: 190px;
    height: 76px;
    line-height: 76px;
    padding: 0 30px;
    font-size: 30px;
    cursor: pointer;
  }
  .bt__close {
    width: 93px;
    height: 92px;
  }
  .bt__green_left,
  .bt__green_right,
  .bt__green-light_left,
  .bt__green-light_right,
  .bt__pink_left,
  .bt__pink_right {
    width: 60px;
    height: 63px;
  }
}

@media (max-width: 1750px) {
  body {
    padding: 100px 0 0;
  }
  .bt__allgame {
    width: 256.43px;
    height: 59px;
  }
  .bt_allfairytales {
    width: 272px;
    height: 59px;
  }
  .bt__practice {
    width: 317px;
    height: 59px;
  }
  .bt__fun {
    width: 294px;
    height: 59px;
  }
  .bt_more {
    width: 142px;
    height: 51px;
  }
  .bt_more_responsive {
    min-width: 140px;
    height: 51px;
    line-height: 51px;
    padding: 0 20px;
    font-size: 25px;
  }
  .bt__close {
    width: 93px;
    height: 92px;
  }
  .bt__green_left,
  .bt__green_right,
  .bt__green-light_left,
  .bt__green-light_right,
  .bt__pink_left,
  .bt__pink_right {
    width: 60px;
    height: 64px;
  }
}

@media (max-width: 1200px) {
  body {
    padding: 100px 0 0;
  }
  .bt__allgame {
    width: 220px;
    height: 50px;
  }
  .bt_allfairytales {
    width: 228px;
    height: 50px;
  }
  .bt__practice {
    width: 269px;
    height: 50px;
  }
  .bt__fun {
    width: 249px;
    height: 50px;
  }
  .bt_more {
    width: 142px;
    height: 51px;
  }
  .bt_more_responsive {
    min-width: 140px;
    height: 51px;
    line-height: 51px;
    padding: 0 20px;
    font-size: 25px;
  }
  .bt__close {
    width: 93px;
    height: 92px;
  }
  .bt__green_left,
  .bt__green_right,
  .bt__green-light_left,
  .bt__green-light_right,
  .bt__pink_left,
  .bt__pink_right {
    width: 49px;
    height: 52px;
  }
  header.normal {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    width: -webkit-calc(100% * 1.111);
    width: -moz-calc(100% * 1.111);
    width: calc(100% * 1.111);
  }
}

@media (max-width: 992px) {
  body {
    padding: 75px 0 0;
  }
  .bt__allgame {
    width: 220px;
    height: 50px;
  }
  .bt_allfairytales {
    width: 228px;
    height: 50px;
  }
  .bt__fun {
    width: 249px;
    height: 50px;
  }
  .bt_more {
    width: 142px;
    height: 51px;
  }
  .bt_more_responsive {
    min-width: 140px;
    height: 51px;
    line-height: 51px;
    padding: 0 20px;
    font-size: 25px;
  }
  .bt__close {
    width: 93px;
    height: 92px;
  }
  .bt__green_left,
  .bt__green_right,
  .bt__green-light_left,
  .bt__green-light_right,
  .bt__pink_left,
  .bt__pink_right {
    width: 49px;
    height: 52px;
  }
  header.normal {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    width: -webkit-calc(100% * 1.428);
    width: -moz-calc(100% * 1.428);
    width: calc(100% * 1.428);
  }
  header.normal .menu__container .bt span {
    font-size: 27px;
    bottom: 10px;
  }
}

@media (max-width: 768px) {
  body {
    padding: -webkit-calc(60px + 29%) 0 0;
    padding: -moz-calc(60px + 29%) 0 0;
    padding: calc(60px + 29%) 0 0;
  }
  .bt__allgame {
    width: 220px;
    height: 50px;
  }
  .bt_allfairytales {
    width: 228px;
    height: 50px;
  }
  .bt__practice {
    width: 269px;
    height: 50px;
  }
  .bt__fun {
    width: 249px;
    height: 50px;
  }
  .bt_more {
    width: 142px;
    height: 51px;
  }
  .bt_more_responsive {
    min-width: 140px;
    height: 51px;
    line-height: 51px;
    padding: 0 20px;
    font-size: 20px;
  }
  .bt__close {
    width: 55px;
    height: 54px;
  }
  .bt__green_left,
  .bt__green_right,
  .bt__green-light_left,
  .bt__green-light_right,
  .bt__pink_left,
  .bt__pink_right {
    width: 49px;
    height: 52px;
  }
  header.normal {
    display: none;
  }
  header.phone {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
  }
  header.phone .logo__container {
    display: block;
    width: 100%;
    height: 60px;
    background: #99ca3c;
    position: relative;
  }
  header.phone .logo__container .logo {
    display: block;
    width: 73px;
    height: 40px;
    background: url(../img/logo.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  header.phone .menu__container {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 31.8%;
    background: url("../img/menu_mobile.svg") top center no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    position: relative;
  }
  header.phone .menu__container .bt {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  header.phone .menu__container .bt span {
    width: 100%;
    position: absolute;
    bottom: 15px;
    font-family: 'Mocha Mattari';
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
    z-index: 2;
    padding: 0 10px;
    line-height: 20px;
  }
  header.phone .menu__container .bt + .bt span {
    bottom: 25px;
  }
  header.phone .menu__container .bt:nth-child(2) {
    left: 20%;
  }
  header.phone .menu__container .bt:nth-child(3) {
    left: 40%;
  }
  header.phone .menu__container .bt:nth-child(4) {
    left: 60%;
  }
  header.phone .menu__container .bt:nth-child(5) {
    left: 80%;
  }
  header.phone .menu__container .bt:nth-child(5) span {
    bottom: 15px;
  }
}

.widget:before {
  opacity: 0 !important;
}

.plyr .plyr__play-large {
  display: none !important;
}

.plyr .plyr__progress,
.plyr .plyr__time,
.plyr > button {
  margin-left: 20px;
}

.plyr .plyr__controls {
  background: #061829;
  padding: 5px 10px;
  height: 50px;
}

.plyr .plyr__progress {
  position: absolute;
  top: -3px;
  width: 100%;
  left: -20px;
  background: rgba(52, 51, 52, 0.3);
  height: 3px;
}

.plyr .plyr__progress input[type=range] {
  opacity: 0;
}

.plyr .plyr__time {
  margin-right: 20px;
}

.plyr .plyr__progress--buffer,
.plyr .plyr__progress--played,
.plyr .plyr__volume--display {
  height: 3px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.plyr .plyr__progress--played {
  color: #f40000;
}

.plyr .plyr__volume--display {
  color: #fff;
}

.plyr button {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.plyr button svg {
  display: none !important;
}

.plyr button[data-plyr="play"] {
  background: url("../img/plyr_play.svg") center center no-repeat !important;
}

.plyr button[data-plyr="pause"] {
  background: url("../img/plyr_pause.svg") center center no-repeat !important;
}

.plyr button[data-plyr="pause"] {
  background: url("../img/plyr_pause.svg") center center no-repeat !important;
}

.plyr button[data-plyr="mute"] {
  background: url("../img/plyr_volume.svg") center center no-repeat !important;
}

.plyr button[data-plyr="fullscreen"] {
  position: absolute;
  right: 10px;
}

.plyr button[data-plyr="fullscreen"][aria-pressed="false"] {
  background: url("../img/plyr_fullscreen_in.svg") center center no-repeat !important;
}

.plyr button[data-plyr="fullscreen"][aria-pressed="true"] {
  background: url("../img/plyr_fullscreen_in.svg") center center no-repeat !important;
}

.bg_loader {
  position: fixed;
  pointer-events: none;
  opacity: 0;
}

.bg_load {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
