@charset "UTF-8";
/* latin */
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v28/1Ptsg8LJRfWJmhDAuUs4TYFqL_KWxQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v28/1Ptsg8LJRfWJmhDAuUs4TYFqL_KWxQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v28/1Ptsg8LJRfWJmhDAuUs4TYFqL_KWxQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Comfortaa Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Comfortaa Bold"), local("Comfortaa-Bold"), url(/fonts/comfortaa-bold_7de6bb8da8d28a4101b7c0061a187c39.woff) format("woff"), url(/fonts/comfortaa-bold_7de6bb8da8d28a4101b7c0061a187c39.ttf) format("truetype");
}
html {
  font-family: "Comfortaa", Arial, Tahoma, sans-serif;
  font-size: 21px;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

h2 {
  font-family: "Comfortaa Bold";
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  margin: 195px 0 0px;
}
@media (max-width: 1450px) {
  h2 {
    margin-top: 150px;
  }
}
@media (max-width: 1040px) {
  h2 {
    margin-top: 110px;
  }
}
@media (max-width: 720px) {
  h2 {
    margin-top: 90px;
  }
}
@media (max-width: 540px) {
  h2 {
    margin-top: 65px;
  }
}
@media (max-width: 400px) {
  h2 {
    margin-top: 38px;
  }
}

.logo img {
  margin-left: 100px;
  width: 185px;
  padding: 10px 0;
}

.container {
  display: flex;
}

.paralax {
  position: relative;
  background-image: url("/img/header.jpg");
  background-size: cover;
  background-position: bottom;
}
.paralax.blue {
  background-color: #77d9fe;
  min-height: 400px;
}
@media (max-width: 768px) {
  .paralax.blue {
    min-height: 440px;
  }
}
@media (max-width: 425px) {
  .paralax.blue {
    min-height: 230px;
  }
}
@media (max-width: 375px) {
  .paralax.blue {
    min-height: 205px;
  }
}
@media (max-width: 320px) {
  .paralax.blue {
    min-height: 175px;
  }
}
.paralax .overflow {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0px;
}
@media (min-width: 768px) {
  .paralax {
    height: 430px;
  }
  .paralax > img:last-child {
    height: 680px;
    width: unset !important;
  }
  .paralax > img.peace:nth-child(4) {
    height: 140px;
    width: unset !important;
  }
  .paralax #img-header {
    display: none;
  }
  .paralax .overflow {
    bottom: 0px;
  }
  .paralax .overflow .peace {
    width: unset !important;
    height: 350px;
  }
}
@media (min-width: 1300px) {
  .paralax {
    height: 800px;
  }
  .paralax > img:last-child {
    height: 1160px;
  }
  .paralax > img.peace:nth-child(4) {
    height: 300px;
  }
  .paralax .overflow .peace {
    height: 600px;
  }
}
.paralax .background {
  width: 100%;
}
.paralax .peace {
  display: block;
  position: absolute;
}
.paralax .sand {
  width: 38%;
  top: 11%;
}
.paralax .man-on-wire {
  width: 28%;
  top: -126px;
}
@media (max-width: 1000px) {
  .paralax .man-on-wire {
    top: -76px;
  }
}
.paralax .penguin {
  right: 0;
  width: 43%;
  bottom: 0px;
}
.paralax .sunduk {
  width: 18%;
  bottom: -20%;
}

.btn {
  display: flex;
  height: 80px;
  width: 295px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 2em;
  margin: auto;
  cursor: pointer;
}
.btn.btn-play {
  background: linear-gradient(180deg, #f3f602 0%, #fd4f01 100%);
  margin: 10px auto;
  transition: all 0.3s;
}
.btn.btn-play:hover {
  margin: 0px auto;
  padding: 10px;
}
@media (max-width: 900px) {
  .btn.btn-play {
    height: 50px;
    width: 150px;
    font-size: 1.4em;
  }
}
@media (max-width: 570px) {
  .btn.btn-play {
    height: 35px;
    width: 100px;
    font-size: 1em;
    margin-top: 0;
  }
}
@media (max-width: 425px) {
  .btn {
    height: 40px;
    width: 130px;
    border-radius: 20px;
    font-size: 1em;
  }
}

.send {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1060;
}
.send p {
  text-align: center;
  font-size: 1.3em;
  max-width: 400px;
  margin: 0 auto;
  padding: 5% 0 2%;
  color: #18489d;
  transition: margin 0.3s;
}
@media (max-width: 1100px) {
  .send p {
    margin-top: 0%;
  }
}
@media (max-width: 900px) {
  .send p {
    font-size: 0.8em;
    max-width: 270px;
  }
}
@media (max-width: 425px) {
  .send p {
    text-align: center;
    font-size: 0.5em;
    max-width: 140px;
  }
}
.send a {
  cursor: pointer;
}

.menu {
  justify-content: space-between;
  padding: 12px 0;
}
.menu ul {
  list-style: none;
  display: flex;
}
.menu li a, .menu li .like-a {
  height: 20px;
  display: block;
  color: #3e6372;
  font-size: 1em;
  padding: 20px 20px;
}
.menu li a:hover, .menu li .like-a:hover {
  color: black;
  font-weight: bold;
}
.menu .show_menu {
  height: 67px;
  padding: 17px 20px;
  display: none;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .menu {
    padding: 0;
    height: 76px;
  }
  .menu .logo img {
    width: 130px;
    margin-left: 40%;
  }
  .menu .show_menu {
    height: 50px;
    z-index: 2999;
    padding: 13px 20px;
  }
  .menu .show_menu {
    display: block;
  }
  .menu ul {
    display: block;
    position: fixed;
    top: 0px;
    height: 0;
    background: white;
    width: 100%;
    margin: 0;
    padding: 0px 0 0;
    overflow: hidden;
  }
  .menu ul.active {
    transition: all 0.5s ease;
    padding: 20px 0 0;
    height: 200px;
    z-index: 1999;
  }
}

.our-games {
  max-width: 1173px;
  width: 100%;
  margin: 0 auto 30px;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.girl {
  background-image: url(/img/jelly.jpg);
  background-position: center;
  background-size: cover;
  padding: 150px 112px 60px 0;
  margin-top: 85px;
}
.girl .doll {
  position: relative;
  width: 414px;
  height: 540px;
  margin: auto;
}
.girl .doll img {
  height: 100%;
  width: 414px;
}
.girl .doll .mask, .girl .doll .eye {
  position: absolute;
  width: 153px;
  height: 62px;
  top: 161px;
  left: 175px;
}
.girl .doll .eye {
  width: 31px;
  height: 33px;
  top: 179px;
  left: 190px;
}
.girl .doll .eye.right {
  left: 276px;
}
@media (max-width: 900px) {
  .girl {
    padding: 50px 0 20px;
    margin-top: 0px;
  }
  .girl .doll {
    width: 300px;
    height: 303px;
  }
  .girl .doll img:first-child {
    width: 232px;
  }
  .girl .doll .mask {
    width: 85px;
    height: 34px;
    top: 90px;
    left: 99px;
    /*
    width: 111px;
    height: 44px;
    top: 117px; left: 127px; */
  }
  .girl .doll .eye {
    width: 19px;
    height: 20px;
    top: 99px;
    left: 108px;
    transform: unset !important;
  }
  .girl .doll .eye.right {
    left: 155px;
  }
}

.footer {
  background: url("/img/footer.jpg");
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer .container {
  max-width: 855px;
  display: block;
  margin: auto;
}
.footer .btn-holder {
  display: flex;
  height: 170px;
  align-items: center;
  justify-content: center;
}
.footer .btn-holder .btn {
  background: url("/img/btn.png");
  background-size: cover;
}
.footer .btn-holder .btn:hover {
  border-radius: 50px;
}
@media (max-width: 900px) {
  .footer .btn-holder .btn {
    width: 220px;
    border-radius: 25px;
    background-position: center;
  }
}
@media (max-width: 570px) {
  .footer .btn-holder .btn {
    width: 170px;
  }
}
.footer .gift {
  padding: 25px 0 0 25%;
}
.footer h2 {
  color: #0888d9;
  font-size: 1.75em;
  text-transform: none;
  font-weight: 700;
  font-family: "Comfortaa";
  padding: 10px 0;
}
.footer .row {
  display: flex;
}
.footer .ok {
  justify-content: center;
}
.footer .tk {
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .tk .col {
  max-width: 365px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.4em;
  flex-basis: 50%;
}
.footer .tk a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.15em;
}
.footer .links {
  justify-content: center;
}
.footer .links .col {
  text-align: left;
  padding: 18px 29px 30px;
}
.footer .links .col:first-child {
  text-align: right;
}
.footer .links .col a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 0.8em;
  transition: all 0.5s;
}
.footer .links .col a:hover {
  text-shadow: 0 0 5px #0000008a;
}
.footer .soc img {
  padding: 0 13px;
}
.footer .teskin img {
  margin: 90px 0 190px;
}
@media (max-width: 870px) {
  .footer h2 {
    padding: 10px;
  }
  .footer .wrap {
    flex-wrap: wrap;
  }
  .footer .wrap .col {
    max-width: 80%;
    margin: auto;
    flex-basis: 100%;
    order: 3;
  }
  .footer .wrap .col:first-child {
    order: 1;
  }
  .footer .wrap .col:nth-child(3) {
    order: 2;
  }
  .footer .tk a {
    font-size: 0.8em;
  }
  .footer .links .col {
    max-width: 102px;
  }
  .footer .gift {
    width: 65%;
  }
}

.about-us {
  position: relative;
}
.about-us p {
  text-align: center;
  max-width: 1180px;
  font-size: 1.25em;
  margin: 35px auto;
  line-height: 1.3;
  max-width: 600px;
}
.about-us p.wide {
  max-width: 1180px;
}
.about-us .coins {
  position: absolute;
  bottom: -15%;
  left: 0;
}
.about-us .coins2 {
  display: none;
  max-width: 363px;
}
.about-us .fairy {
  position: absolute;
  bottom: -55%;
  right: 0;
  width: 26%;
  max-width: 550px;
}
@media (max-width: 1400px) {
  .about-us .coins {
    width: 26%;
  }
  .about-us .fairy {
    width: 27%;
    bottom: -30%;
  }
}
@media (max-width: 1040px) {
  .about-us p {
    max-width: unset;
  }
  .about-us .fairy {
    display: none;
  }
  .about-us .coins {
    position: unset;
    margin: 0 auto;
    display: none;
    width: 17%;
  }
  .about-us .coins2 {
    position: unset;
    margin: 0 auto;
    display: block;
    width: 80%;
  }
}
@media (max-width: 996px) {
  .about-us {
    /*p{
    	margin-left: 10px;
    }*/
  }
  .about-us .coins {
    width: 100px;
    bottom: -105px;
  }
  .about-us .fairy {
    width: 100px;
    bottom: -135px;
  }
}

.logout {
  border-radius: 50%;
  width: 64px;
  position: fixed;
  top: 20px;
  right: 20px;
  outline: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  box-shadow: 0 0 10px black;
  border: 2px solid white;
  cursor: pointer;
}

.dialog-editable {
  cursor: pointer;
}

.edit-mode .img-upload {
  cursor: pointer;
}

.edit-imgs {
  overflow: hidden;
}
.edit-imgs table {
  float: right;
}
.edit-imgs table th, .edit-imgs table td {
  border: 1px solid black;
}
.edit-imgs table td.dialog-editable {
  text-align: right;
  padding-right: 5px;
}
.edit-imgs table img {
  height: 50px;
}

img {
  opacity: 1;
}

img[data-src] {
  opacity: 0;
}

.games-wrapper {
  max-width: 1440px;
  height: 100%;
  /*padding: 0 40px;*/
  z-index: 20;
  margin: 0 auto;
}
.games-wrapper div {
  outline: none;
}
.games-wrapper .games-element {
  width: 85%;
  margin: 0px auto 20px auto;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 45, 60, 0.3);
}
.games-wrapper .games-element-info {
  position: relative;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: none;
  background-position: center;
  background-size: cover;
}
.games-wrapper .games-element-info .game-info-part {
  position: absolute;
  top: 0;
  left: 0;
}
.games-wrapper .games-element-info .game-image {
  width: 50%;
  height: 475px;
  top: -235px;
  /*margin-left: -90px;*/
}
.games-wrapper .games-element-info .game-image img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
}
.games-wrapper .games-element-info .game-logo {
  width: 250px;
  height: 105px;
  left: 76%;
  top: -25px;
  margin-left: -150px;
}
.games-wrapper .games-element-info .game-logo img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0%;
}
@media (min-width: 801px) {
  .games-wrapper .games-element-info .game-logo {
    width: 170px;
    left: 76%;
    top: -40px;
  }
}
.games-wrapper .games-element-info .game-caption {
  width: 50%;
  height: 100px;
  right: 1%;
  margin-left: -200px;
  top: 110px;
  text-align: center;
  color: #cdf3ff;
  text-shadow: 0 1px 20px rgba(1, 25, 33, 0.3);
  left: unset;
}
.games-wrapper .games-element-buttons-row {
  background: #51a5f4;
  line-height: 0;
}
.games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper {
  margin: 0 auto;
  font-family: "Bubbleboddy Neue Trial", Arial, Tahoma, sans-serif;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .span {
  margin: 0 15px 0 5px;
  line-height: 55px;
  color: white;
  font-size: 1.2em;
}
.games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .button-row-element {
  display: block;
  height: 55px;
  float: left;
  border-radius: 5px;
}
.games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .social {
  width: 50px;
  height: 50px;
  margin: 2px 8px;
  text-align: center;
}
.games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .social img {
  height: 100%;
  width: auto;
  display: inline-block;
  border-radius: 5px;
}
.games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .social:hover {
  margin: 0 6px;
  width: 54px;
  height: 54px;
}
.games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .market {
  background: black;
  width: 176px;
  height: 50px;
  padding: 0;
  margin: 2px 8px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
.games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .market img {
  display: block;
  background: black;
  height: 100%;
  width: auto;
  margin: auto;
  border-radius: 25px;
}
.games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .market:hover {
  margin: 0;
  width: 192px;
  height: 54px;
}
@media (max-width: 900px) {
  .games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .market:hover {
    width: 155px;
    height: 44px;
  }
}

@media (max-width: 800px) {
  .games-wrapper .games-element-info .game-logo {
    width: 700px;
    margin-top: 275px;
    left: 50%;
    margin-left: -350px;
    height: 0;
    top: 11px;
  }
  .games-wrapper .games-element-info .game-logo img.logo {
    width: 20%;
    bottom: 65%;
    margin: 0 auto;
    left: -99999px;
    right: -99999px;
  }
  .games-wrapper .games-element-info .game-logo img.shine {
    top: -150px;
    width: 90%;
    height: 180%;
    margin: 0 auto;
    left: -99999px;
    right: -99999px;
  }
  .games-wrapper .games-element-info .game-caption {
    display: none;
  }
  .games-wrapper .games-element-info .game-image {
    margin-left: 0;
    margin-bottom: -1px;
    width: 100%;
  }
  .games-wrapper .sb .games-element-info .game-logo {
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
  }
  .games-wrapper .sb .games-element-info .game-logo img.logo {
    width: 80%;
    top: -70px;
  }
  .games-wrapper .sb .games-element-info .game-logo img.shine {
    height: 140px;
    top: -100px;
  }
  .games-wrapper .sb .games-element-buttons-row .games-element-buttons-row-wrapper {
    padding-top: 100px;
  }
  .games-wrapper .см .games-element-info .game-logo {
    margin-top: 275px;
  }
  .games-wrapper .rj .games-element-info .game-logo {
    margin-top: 290px;
  }
  .games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper {
    padding: 70px 0 10px;
  }
  .games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .span {
    font-size: 2em;
    height: 80px;
    line-height: 80px;
    margin: 15px 10px;
    display: none;
  }
  .games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .social {
    width: 35px;
    height: 35px;
    margin: 5px 5px;
  }
  .games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .market {
    width: 120px;
    height: 35px;
    margin: 5px 5px;
  }
}
@media (max-width: 800px) and (min-width: 800px) {
  .games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .social:hover {
    width: 80px;
    height: 80px;
    margin: 15px 10px;
  }
  .games-wrapper .games-element-buttons-row .games-element-buttons-row-wrapper .market:hover {
    width: 300px;
    height: 80px;
    margin: 15px 10px;
  }
}
@media (min-width: 1024px) {
  .games-wrapper .games-element-info .game-logo {
    width: 300px;
    left: 70%;
    top: -28px;
  }
}
.remove {
  width: 50px;
  height: 50px;
  background: red;
  color: white;
  top: -25px;
  right: -25px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 53px;
  cursor: pointer;
}

.btn-ctrl {
  font-size: 20px;
  height: 47px;
  width: 160px;
  margin: 10px;
  background: green;
  margin: auto;
}

table .btn-ctrl {
  height: 30px;
  margin: 0;
}

.edit .game-caption, .edit .games-element-info img {
  border: 1px solid red;
}
.edit .games-element-info img {
  min-height: 150px;
}

.slick-slide {
  /*
  @media(min-width: 520px){
  	padding-top:30px;
  }
  @media(min-width: 548px){
  	padding-top:80px;
  }
  @media(min-width: 620px){
  	padding-top:235px;
  }
  @media(min-width: 801px){
  	padding-top: 90px;
  }
  @media(min-width: 1010px){
  	padding-top:133px;
  }
  @media(min-width: 1100px){
  	padding-top:145px;
  }*/
}
@media (min-width: 435px) {
  .slick-slide {
    padding-top: 20px;
  }
}
@media (min-width: 460px) {
  .slick-slide {
    padding-top: 70px;
  }
}
@media (min-width: 550px) {
  .slick-slide {
    padding-top: 100px;
  }
}
@media (min-width: 600px) {
  .slick-slide {
    padding-top: 140px;
  }
}
@media (min-width: 650px) {
  .slick-slide {
    padding-top: 180px;
  }
}
@media (min-width: 720px) {
  .slick-slide {
    padding-top: 200px;
  }
}
@media (min-width: 745px) {
  .slick-slide {
    padding-top: 250px;
  }
}
@media (min-width: 801px) {
  .slick-slide {
    padding-top: 20px;
  }
}
@media (min-width: 930px) {
  .slick-slide {
    padding-top: 30px;
  }
}
@media (min-width: 970px) {
  .slick-slide {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .slick-slide {
    padding-top: 95px;
  }
}

.girl img, .paralax img {
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
