/*
 * Date created: 2025-07-30 14:02:08
 */
/*
 * ATTENTION! This file is automatically created from several CSS files.
 * Find file path and name in the comments in the beginning of the each code block
 */


/*
 * FILE START: _mod_files/_css/common.css
 */


/*
 * FILE END: _mod_files/_css/common.css
 */

/*
 * FILE START: _mod_files/_css/ami_custom.css
 */

@font-face {
  font-family: "Roboto";
  src: local("Roboto"),
       local("Roboto-Regular"),
       url("./_mod_files/_fonts/Roboto-Regular.woff2") format("woff2"),
       url("./_mod_files/_fonts/Roboto-Regular.woff") format("woff"),
       url("./_mod_files/_fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto-Bold"),
       url("./_mod_files/_fonts/Roboto-Bold.woff2") format("woff2"),
       url("./_mod_files/_fonts/Roboto-Bold.woff") format("woff"),
       url("./_mod_files/_fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif; }

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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

body, html {
  height: 100%; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
.sidenav {
  justify-content: center;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .sidenav__backdrop {
    flex: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fade-in 0.5s;
    animation-timing-function: ease-out; }
  .sidenav__container {
    position: fixed;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    padding: 24px 36px;
    background-color: #fff;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
    animation: slide 0.4s;
    animation-timing-function: ease-out; }

    @media (max-width: 330px) {
      .sidenav__container {
        padding: 24px 37px 24px 24px } }

  .sidenav__header {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
    .sidenav__header-label {
      flex: 1;
      padding: 8px 0;
      color: #AB47BC; }
      .sidenav__header-label h2 {
        font-size: 20px; }
    .sidenav__header-closed-btn {
      padding: 8px;
      color: #eb6667;
      font-size: 24px;
      margin-left: auto;
      cursor: pointer; }
  .sidenav__list-item {
    padding: 16px 0; }
    .sidenav__list-item a {
      padding: 16px 0;
      color: #00838F;
      font-size: 18px;
      text-decoration: none; }
  .sidenav__divider {
    width: 100%;
    height: 1px;
    background-color: #CFD8DC; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes slide {
  from {
    left: -350px; }
  to {
    left: 0; } }
.top-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
.sitemap a {
  font-size: 14px;
  color: #606060; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none; 
  } 
}

@media (min-width: 768px) and (max-width: 1280px) {
  .hidden-s {
    display: none; 
  } 
}

@media (min-width: 1281px) and (max-width: 1599px) {
  .hidden-m {
    display: none; 
  } 
}

@media (min-width: 1600px) {
  .hidden-l {
    display: none; 
  } 
}

[name="tp_email"] {
  display: none; }

#amiroTEdPureDiv {
  display: none; }

#amiBBEditor {
  margin-right: 20px; }

.amiroTEdDiv {
  width: 100% !important; }

.amiroTEdCtrl {
  padding: 8px;
  font-size: 16px; }

.popupContent div {
  background-color: #eb6667;
  padding: 8px 16px;
  color: #fff;
  border-radius: 10px; }

font.status_notice {
  position: absolute;
  right: 0;
  padding: 16px;
  margin-top: 10px;
  background-color: #bbeaff;
  border-radius: 5px; }



  .header {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    height: 200px;
    background-image: url("./_img/header-background.webp");
    background-image: image-set(url("./_img/header-background.png")  1x);
    background-position: 20%;
    background-size: cover; }

    @media (max-width: 668px) {
      .header {
        display: none; } }
@media (max-width: 1280px) {
      .header {
        height: 150px; 
    } 
}
    .header__logo {
      padding: 16px 16px 16px 32px; }
      .header__logo-image {
        width: 246px;
        height: 109px; }
  @media (max-width: 668px) {
        .header__logo {
          height: 100px; } 
      .header__logo-image {
         width: 151px;
        height: 67px; } }

@media (max-width: 1280px) {
	.header__logo {
    	height: 100px; 
	} 
    
    .header__logo-image {
    	width: 151px;
        height: 67px; 
    } 
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #ff5859; }
  .main-menu__list {
    display: flex;
    flex: 1;
    justify-content: center; }

.main-menu__list-item {
	display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-align: center;
    user-select: none;
    
    @media (max-width: 800px) {
		font-size: 17.6px;
    }
}

.main-menu__list-item a {
    padding: 16px 24px;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    display: inline-block; 
    
    @media (max-width: 800px) {
		padding: 16px 22px;
    } 
}

      @media (max-width: 668px) {
        .main-menu__list-item a {
          padding: 16px; } }

      .main-menu__list-item:hover {
        background-color: rgba(255, 255, 255, 0.15);
        cursor: pointer; }
      @media (max-width: 768px) {
        .main-menu__list-item--hidden-tablet {
          display: none; } }
      @media (max-width: 668px) {
        .main-menu__list-item--hidden-mobile {
          display: none; } }
    @media (max-width: 320px) {
      .main-menu__list {
        display: none; } }
  .main-menu__hamburger {
    margin: 0 16px 0 8px;
    justify-self: flex-start; }

  @media (max-width: 668px) {
    .main-menu__hamburger {
      margin: 0; } }

  .main-menu .header__logo {
    display: none; }
  @media (max-width: 668px) {
    .main-menu .header__logo {
      display: block;
      margin-left: auto;
      padding: 16px 16px 16px 8px; } }

.hamburger-icon {
  padding: 8px; }

  @media (max-width: 668px) {
    .hamburger-icon {
      padding: 0 0 0 8px; } }

  .hamburger-icon:hover {
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer; }
  .hamburger-icon__line {
    width: 24px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    margin: 4px; }

@media (min-width: 1281px) {
    .hamburger-icon {
		display: none; 
    } 
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%; }

.footer {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 24px;
    background-color: #e6f1f6; 
    
    @media (max-width: 1280px) {
		padding: 24px 8px;
	}
}

  .footer__wrapper {
    display: flex;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 1400px; }

@media (max-width: 1280px) {
	.footer__wrapper {
    	flex-direction: column;
        padding-left: 0; 
    } 
}

  .footer__menu-list-item {
    display: inline;
    font-size: 16px;
    padding: 8px; }
    .footer__menu-list-item a {
      color: #263238;
      line-height: 24px; }
      .footer__menu-list-item a:hover {
        color: #000; }
    @media (max-width: 768px) {
      .footer__menu-list-item--hidden-tablet {
        display: none; } }
    @media (max-width: 668px) {
      .footer__menu-list-item--hidden-mobile {
        display: none; } }
  .footer__copyright {
    color: #37474F;
    font-size: 14px;
    line-height: 26px;
    padding-left: 24px; }

@media (max-width: 1280px) {
    .footer__copyright {
    	padding-top: 16px;
        padding-left: 0; 
    } 
}

#sign a {
  display: none !important; }

.content {
    display: flex;
    flex-grow: 1;
    width: 100%;
    max-width: 1510px;
    padding: 8px 16px;
    
	@media (max-width: 768px) {
        padding: 8px;  
	}
}

  .content__menu-label, .preview-section__label, .text-section__label, .comments-section__label, .catalog-section__label, .game-section__label {
    padding: 12px 16px;
    margin: 8px 0;
    color: #fff;
    background-color: #4DD0E1;
    border-radius: 8px;
    font-size: 20px; }
    .content__menu .preview-section__label, .content__menu .text-section__label, .content__menu .comments-section__label, .content__menu .catalog-section__label, .content__menu .game-section__label {
      min-width: 320px; }

.content__menu { 
    width: 370px; 

    @media (max-width: 1240px) {
        width: 290px;  
	}
    
    @media (max-width: 1100px) {
        width: 274px;  
	}
}

  .content__menu-list-item {
    padding: 12px 16px;
    font-size: 18px; }

@media (max-width: 1280px) {
	.content__menu-list-item {
        padding: 12px 0px 12px 0px; 
    } 
}

    .content__menu-list-item a {
      color: #00838F;
      text-decoration: none; }
      .content__menu-list-item a:hover {
        color: #00BCD4;
        border-bottom: 1px dotted #00BCD4; }
  .content__menu-banner.content__banner {
    margin: 32px 0;
    padding: 0 48px 0 0; }

@media (max-width: 1280px) {
    .content__menu {
		display: none; 
    } 
}

  .content__central-part {
    flex: 1; }
    .content__central-part-wrapper {
      display: flex;
      width: 100%; }

@media (min-width: 1281px) {
    .content__central-part {
		padding-left: 16px; 
    } 
}

.content__game {
	display: flex;
    flex-direction: column;
}

.content__banner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 362px;
    width: 100%;
    padding: 8px 0 8px 48px;
    
    @media (max-width: 1240px) {
        max-width: 340px;
    }
    
    @media (max-width: 1140px) {
        max-width: 290px;
    }
    
    @media (max-width: 1060px) {
        max-width: 272px;
    }
}

.content__banner-container {
      margin-bottom: 20px; 
}

    .content__banner-label {
      width: 100%;
      padding: 8px;
      color: #fff;
      background-color: #cfd8dc;
      font-size: 18px;
      text-align: center; }


    @media (max-width: 768px) {
      .content__banner {
        display: none; } }

.right-banner-wrapper {
    @media (max-width: 1240px) {
        max-width: 300px; 
    }
    
    @media (max-width: 1140px) {
        max-width: 240px; 
    }
    
    @media (max-width: 860px) {
        max-width: 200px; 
    }
}

    @media (max-width: 1240px) {
      .left-banner-wrapper {
        max-width: 240px; } 
}

.game-banner-wrapper {
	@media (max-width: 1240px) {
    	max-width: 350px;
    }
}

    .content__banner.content__menu-banner { align-items: flex-start; }


.content__banner-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.content__menu .content__banner {
	max-width: 350px;
}

.preview-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
   width: 100%; 
}
  .preview-section__label {
    background-color: #8BC34A; }

.preview-section__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-self: stretch;
    padding: 8px 0; 
}

.preview-section__preview-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 4px; 
}

@media (max-width: 1219px), (min-width: 1281px) {
	.main-page-previews .preview-section__preview-container:nth-last-child(-n+2) {
		display: none;
	}
}

@media (max-width: 878px) {
	.game-page-preview:last-child {
		display: none;
	}
}

@media (max-width: 655px) {
	.game-page-preview:last-child {
		display: flex;
	}
}



    .preview-section__preview-container img:hover {
      opacity: .8; }
  .preview-section__preview-link {
    color: #0277BD;
    text-decoration: none;
    font-size: 18px; }
    .preview-section__preview-link:hover {
      color: #039BE5; }
  .preview-section__preview-label {
    padding: 8px 0;
    text-align: center;
    line-height: 20px;
    max-width: 200px; }
  .preview-section__preview-image img {
	width: 200px;
    height: 150px; }

	script + .content__banner-container .banner-placeholder div > div {
    margin-top: 90px !important; }

	.banner-placeholder.video640 > div:not(:empty) {
	margin-top: 50px; }

.preview-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 8px; }
  .preview-pagination a {
    text-decoration: none; }
  .preview-pagination__button {
    padding: 8px 16px;
    margin: 8px;
    color: #fff;
    background-color: #4DD0E1;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold; }
    .preview-pagination__button:hover {
      opacity: 0.8; }
    .preview-pagination__button--selected {
      background-color: #FFA726; }

.text-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%; }

@media (max-width: 1280px) {
    .text-section--game .text-section__content:not(.text-section__content--expanded) {
      max-height: 110px;
      overflow: hidden; 
    } 
}

  .text-section--margin-bottom {
    margin-bottom: 24px; }
  .text-section__show-all {
    display: none; }

@media (max-width: 1280px) {
	.text-section__show-all {
		display: block;
        position: absolute;
        bottom: -3px;
        right: 0;
        padding: 4px 16px 4px 36px;
        background: radial-gradient(ellipse at center, white 0%, white 44%, rgba(255, 255, 255, 0) 100%); 
    }
	
    .text-section__show-all span {
		color: #4DD0E1;
		font-weight: bold; 
    }
	
    .text-section__show-all span:hover {
		cursor: pointer;
		border-bottom: 1px dotted #4DD0E1; 
    } 
}

  .text-section__label, .comments-section__label {
    background-color: #ffa726; }

.text-section__content {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    padding: 8px 16px;
    
    @media (max-width: 1219px) {
		padding: 8px;
	}
}

    .text-section__content p {
      padding: 4px 0;
      text-indent: 40px; }

.catalog-section, .game-section {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px; }
  .catalog-section__label, .game-section__label {
    background-color: #8BC34A; }
    .catalog-section__label-wrapper {
      display: flex;
      align-items: center; }
  .catalog-section__all-games {
    padding: 0 16px; }
    .catalog-section__all-games a {
      color: #00838F;
      font-size: 18px;
      text-decoration: none; }
      .catalog-section__all-games a:hover {
        color: #00BCD4;
        border-bottom: 1px dotted; }
  .catalog-section__quick-categories {
    margin: 16px;
    display: flex;
    flex-wrap: wrap; }
    .catalog-section__quick-categories-item {
      border: 3px solid #fff;
      border-radius: 16px;
      background: linear-gradient(to bottom, #ffd8d8, #fe6c8b);
      margin: 0 8px 8px 0;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.1); }
      .catalog-section__quick-categories-item:hover {
        background: linear-gradient(to bottom, #ffdfdf, #fb7c97);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.1); }
      .catalog-section__quick-categories-item a {
        display: block;
        padding: 12px 16px;
        color: #fff;
        text-decoration: none;
        font-size: 18px; }
        .catalog-section__quick-categories-item a:visited {
          color: #fff; }
  .catalog-section__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-self: stretch;
    padding: 8px 0; }

.catalog-section__banner-below {
	align-self: center;
    margin: 50px 0;
}

.catalog-item {
  padding: 8px;
  width: 100%; }
  .catalog-item__label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold; }
    .catalog-item__label-link {
      display: inline;
      padding: 8px; }
    .catalog-item__label a {
      color: #FF6F00;
      text-decoration: none; }
	.cat_small_picture {
		width: 32px;
    	height: 32px;
	}
  .catalog-item__description {
    font-size: 16px;
    line-height: 25px; }

.game-section {
  width: 100%; }
  .game-section__label a {
    color: #fff;
    text-decoration: none; }
    .game-section__label a h1 {
      border-bottom: 1px dotted; }

.game-label {
  padding: 8px 16px;
  color: #FF6F00;
  font-size: 22px;
  margin-bottom: 8px; }

.game-content {
    position: relative;
    align-self: center;
    max-width: 1100px;
    width: 100%;
    margin-bottom: 16px; 
}

  .game-content__arrow {
    margin: 8px;
    padding: 5px 16px 8px 16px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background-color: #4DD0E1;
    border-radius: 4px; }
    .game-content__arrow:hover {
      opacity: 0.8; }
    .game-content__arrow-container {
      display: flex;
      align-items: center;
      float: left;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .game-content__arrow-container a {
        text-decoration: none; }

.game-content__canvas {
    display: flex;
    justify-content: center;
    max-width: 960px;
    width: calc(100% - 120px);
    background-color: #ffffff;
    transform: translateX(65px);
    
    @media (max-width: 1518px) {
		 transform: translateX(60px);
	}
    
    @media (max-width: 1280px) {
		 transform: translateX(70px);
	}
    
    @media (max-width: 1140px) {
		 transform: translateX(60px);
	}
}

.comments-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%; }
  .comments-section__container {
    margin: 8px; }
  .comments-section__comment-container {
    margin: 8px 0; }

.comment {
  width: 100%;
  border-bottom: 1px solid #CFD8DC; }
  .comment__header {
    display: flex;
    align-items: center; }
    .comment__header-name {
      color: #00838F;
      font-size: 18px; }
    .comment__header-answer {
      padding: 8px;
      margin-left: 16px;
      color: #fff;
      background-color: #4DD0E1;
      font-size: 16px;
      border-radius: 4px; }
      .comment__header-answer:hover {
        opacity: 0.8; }
      .comment__header-answer-link {
        text-decoration: none; }
  .comment__body {
    padding: 8px 0;
    font-size: 16px;
    line-height: 25px; }

.new-comment {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  width: 100%; }
  .new-comment__label {
    margin-bottom: 16px;
    font-size: 18px;
    color: #FF6F00; }
  .new-comment__form {
    width: 100%; }
  .new-comment__author-name {
    margin-bottom: 16px; }
    .new-comment__author-name-input {
      padding: 8px;
      font-size: 16px; }

    @media (max-width: 370px) {
      .new-comment__author-name-input {
        max-width: 270px; } }

  .new-comment__country-select {
    margin-bottom: 16px; }
    .new-comment__country-select select {
      font-size: 16px;
      padding: 8px; }
  .new-comment__textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    resize: none;
    font-size: 16px; }
  .new-comment__send-button {
    align-self: center;
    padding: 8px 16px;
    margin: 16px;
    color: #fff;
    background-color: #AB47BC;
    font-size: 18px;
    border-radius: 4px;
    border-color: transparent; }
    .new-comment__send-button:hover {
      cursor: pointer;
      opacity: 0.8; }
  .new-comment__answer-for {
    margin-bottom: 10px; }

#arrow-left {
  left: 0; }

#arrow-right {
  right: 0; }

.social-buttons {
  display: flex;
  justify-content: center;
  padding: 8px;
  width: 100%; }

.above-game {
    align-self: center;
	max-width: 728px;
    
    @media (max-width: 1140px) {
		max-width: 620px; 
	}
}

.below-game {
	max-width: 800px;
    
    @media (max-width: 1280px) {
		max-width: 728px;
	}
}




#cookie-info-banner {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #333333;
    padding: 15px 20px;
    text-align: center;
    z-index: 1000;
    box-sizing: border-box;
    border-top: 1px solid #dddddd;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.05);
    display: none;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    
    @media (max-width: 768px) {
		flex-direction: column;
        gap: 14px;
	}
}

#cookie-info-banner.banner-visible {
    display: flex;
}

#cookie-info-banner .cookie-banner-text {
    text-align: center;
    line-height: 1.4;
}

#cookie-info-banner .cookie-banner-text a.cookie-link {
    color: #4e4e4f;
    text-decoration: underline;
    margin: 0 2px;
}

#cookie-info-banner .cookie-banner-text a.cookie-link:hover {
    color: #0056b3;
}

#cookie-info-banner button#cookie-info-accept {
    padding: 10px 28px;
    background-color: #ADD8E6;
    color: #212529;
    border: 1px solid #9AC0CD;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 400;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 14px;
}

#cookie-info-banner button#cookie-info-accept:hover {
    background-color: #9AC0CD;
    border-color: #8AADBA;
}

/*
 * FILE END: _mod_files/_css/ami_custom.css
 */

/*
 * FILE START: _mod_files/_css/home.css
 */


/*
 * FILE END: _mod_files/_css/home.css
 */
