html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, blockquote, cite, code,
del, dfn, em, img, ins, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, main, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

html,
body {
  height: 100%;
  width: 100%; }

body {
  line-height: 1;
  -webkit-text-size-adjust: none; }

*,
*::before,
*::after {
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

ol, ul, nav, menu {
  list-style: none; }

img, video, canvas {
  max-width: 100%;
  height: auto; }

img {
  vertical-align: bottom; }

a, button {
  cursor: pointer;
  margin: 0;
  padding: 0; }

a:hover, button:hover {
  cursor: pointer; }

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

button {
  border: none;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th, td {
  vertical-align: middle; }

iframe {
  width: 100%; }

/* Poppins */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins-Regular"), url("../fonts/Poppins-Regular.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins-SemiBold"), url("../fonts/Poppins-SemiBold.woff") format("woff"); }

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins-Bold"), url("../fonts/Poppins-Bold.woff") format("woff"); }

/* Cunia */
@font-face {
  font-family: "Cunia";
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: local("Cunia"), url("../fonts/Cunia.woff") format("woff"); }

/* Baloo2 */
@font-face {
  font-family: "Baloo2";
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: local("Baloo2-Bold"), url("../fonts/Baloo2-Bold.woff") format("woff"); }

/* Noto_Sans_TC  */
@font-face {
  font-family: "NotoSansTC";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("NotoSansTC Thin"), local("NotoSansTC-Thin"), url("../fonts/NotoSansTC-Thin.woff") format("woff"); }

@font-face {
  font-family: "NotoSansTC";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("NotoSansTC Light"), local("NotoSansTC-Light"), url("../fonts/NotoSansTC-Light.woff") format("woff"); }

@font-face {
  font-family: "NotoSansTC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("NotoSansTC Regular"), local("NotoSansTC-Regular"), url("../fonts/NotoSansTC-Regular.woff") format("woff"); }

@font-face {
  font-family: "NotoSansTC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("NotoSansTC Medium"), local("NotoSansTC-Medium"), url("../fonts/NotoSansTC-Medium.woff") format("woff"); }

@font-face {
  font-family: "NotoSansTC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("NotoSansTC Bold"), local("NotoSansTC-Bold"), url("../fonts/NotoSansTC-Bold.woff") format("woff"); }

@font-face {
  font-family: "NotoSansTC";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("NotoSansTC Black"), local("NotoSansTC-Black"), url("../fonts/NotoSansTC-Black.woff") format("woff"); }

/* ============================ mixin */
/* =========================== polyfills focus-visible */
.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

.focus-visible {
  outline: 1px solid #6466FB;
  outline-offset: 1px;
  transition: none; }

/* =========================== font family */
body {
  /* font-family: "Cunia", "Poppins", sans-serif; */
  font-family: "Baloo2", "Poppins", sans-serif;
  /* font-family: "NotoSansTC"; */ }

:root {
  --font-family: "Poppins";
  /* --font-family: "NotoSansTC"; */ }

/* =========================== all */
body, html {
  min-height: 100%;
  height: auto; }

body {
  text-transform: uppercase;
  color: #1B1C1D;
  background: url("../img/bg_top.svg") no-repeat top center, url("../img/bg_bottom.svg") no-repeat bottom center, linear-gradient(to bottom, white, white);
  line-height: 1.5; }
  @media screen and (min-width: 1367px) {
    body {
      background: url("../img/bg_top.svg") no-repeat top center, url("../img/bg_bottom_full.svg") no-repeat bottom center, linear-gradient(to bottom, white, white); } }
  @media screen and (max-width: 375px) {
    body {
      background: url("../img/bg_top_mob.svg") no-repeat top center, linear-gradient(to bottom, white, white); } }

.body__scroll {
  overflow: hidden; }

h1, h2, h3, h4 {
  font-weight: bold; }

h1 {
  font-size: 56px;
  line-height: 66px;
  color: #1CB87E;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 26px;
      line-height: 31px;
      margin-bottom: 15px; } }

h2 {
  font-size: 40px;
  line-height: 47px;
  color: #1CB87E;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 20px; } }

h3 {
  font-size: 30px;
  line-height: 36px;
  color: #6466FB;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 22px;
      line-height: 27px;
      margin-bottom: 20px; } }

ol:not([class]), ul:not([class]) {
  margin-bottom: 12px; }

ol:not([class]) li, ul:not([class]) li {
  display: table;
  position: relative; }

table ol:not([class]) li, table ul:not([class]) li, .table ol:not([class]) li, .table ul:not([class]) li {
  display: block; }

ol:not([class]) {
  counter-reset: number;
  margin-left: 20px; }

ol:not([class]) li::before {
  counter-increment: number;
  content: counter(number) "." " ";
  font-size: 18px;
  line-height: 28px;
  vertical-align: middle; }

ul:not([class]) li {
  padding-left: 30px; }

ul:not([class]) li::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 14px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#check");
  top: 9px;
  left: 0px; }

ol ol, ul ul {
  margin-left: 20px; }

a:not([class]), p, ol:not([class]) li, ul:not([class]) li, time:not([class]) {
  font-family: var(--font-family); }

p, p a, ol:not([class]) li, ul:not([class]) li, time:not([class]) {
  text-transform: none; }

a, p, ol:not([class]) li, ul:not([class]) li {
  font-size: 18px;
  line-height: 28px; }

p {
  margin-bottom: 20px; }

a {
  text-decoration: underline; }
  a:hover {
    color: #1CB87E; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px; }

.float_right {
  float: right;
  margin-left: 30px; }

.float_left {
  float: left;
  margin-right: 30px; }

.float_right, .float_left {
  display: block;
  margin-bottom: 20px; }

.float_right img, .float_left img {
  margin-bottom: 0px; }

@media screen and (max-width: 768px) {
  .float_right, .float_left {
    float: none;
    margin-left: auto;
    margin-right: auto;
	display:none;
	
	} }

* {
  transition: all .3s; }

.btn {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  width: 206px;
  height: 62px;
  line-height: 62px;
  background-color: #1CB87E;
  border-bottom: 4px solid #179868;
  margin: 0 auto; }
  .btn:hover {
    background-color: #17D18C;
    border-bottom: none;
    top: 4px;
    color: #fff; }

.overly {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

.clear::after {
  content: "";
  display: block;
  clear: both; }

/* flexbox */
.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* gridbox */
.grid {
  display: grid;
  justify-content: space-between; }

/* breadcrumbs */
.breadcrumbs {
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 10px; }
  .breadcrumbs .breadcrumbs__item, .breadcrumbs .breadcrumbs__link {
    font-size: 14px;
    font-weight: bold;
    color: #D5CEDE;
    line-height: 17px; }
  .breadcrumbs .breadcrumbs__item:last-child {
    margin-right: 0px; }
  .breadcrumbs .breadcrumbs__link {
    position: relative;
    text-decoration: none;
    padding-right: 20px; }
    .breadcrumbs .breadcrumbs__link:hover {
      color: #1B1C1D; }
      .breadcrumbs .breadcrumbs__link:hover::after {
        color: #D5CEDE; }
    .breadcrumbs .breadcrumbs__link::after {
      position: absolute;
      content: "/";
      top: 2px;
      right: 5px; }

/* pagination */
.pagination {
  justify-content: center;
  margin-bottom: 20px; }

.pagination__item a {
  display: block;
  width: 20px;
  text-align: center;
  text-decoration: none;
  color: #888C90;
  font-size: 14px;
  line-height: 21px; }
  .pagination__item a:hover {
    color: #1CB87E; }

/* scroll vertical */
.scroll {
  overflow-y: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent; }

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 50%; }

.scroll::-webkit-scrollbar-track {
  background-color: transparent; }

.scroll::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px; }

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9; }

.scroll::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9; }

.scroll::-webkit-scrollbar-thumb:vertical {
  min-height: 50%; }

.scroll::-webkit-scrollbar-thumb:horizontal {
  min-width: 4px; }

/* scroll horizontal */
.scroll_horizontal {
  overflow-x: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent; }

.scroll_horizontal::-webkit-scrollbar {
  width: 50%;
  height: 4px; }

.scroll_horizontal::-webkit-scrollbar-track {
  background-color: transparent; }

.scroll_horizontal::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px; }

.scroll_horizontal::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9; }

.scroll_horizontal::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9; }

.scroll_horizontal::-webkit-scrollbar-thumb:horizontal {
  min-width: 50%; }

.scroll_horizontal::-webkit-scrollbar-thumb:vertical {
  min-height: 4px; }

/* table */
.table__scroll {
  padding: 40px;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -40px; }
  @media screen and (max-width: 768px) {
    .table__scroll {
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 30px; } }

table {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5);
  overflow: hidden;
  margin-bottom: 32px; }
  table th, table td {
    text-transform: none;
    vertical-align: middle;
    font-family: var(--font-family);
    padding: 20px 30px; }
  table tr:last-child td {
    border-bottom: none; }
  table td {
    font-size: 18px;
    line-height: 28px;
    border-bottom: 1px solid #E5DEEA;
    border-right: 1px solid #E5DEEA; }
    table td:last-child {
      border-right: none; }
  table p, table a {
    font-size: 18px;
    line-height: 28px; }
  @media screen and (max-width: 768px) {
    table {
      min-width: 100%;
      margin-bottom: 0; }
      table td {
        min-width: 200px;
        font-size: 16px;
        line-height: 26px; }
      table p, table a {
        font-size: 16px;
        line-height: 26px; } }

.table {
  display: table;
  width: 100%; }
  .table .tr {
    display: table-row; }
  .table .td {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

/* form */
form input, form textarea {
        color: #a199ae;
    font-size: 14px;
  border: 1px solid #F3F0F8;
  background-color: #F3F0F8;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 10px;
  width: 100%;
  font-family: var(--font-family);
   }

form input {
        color: #a199ae;
    font-size: 14px;
  height: 51px;
  line-height: 49px;
  padding-left: 15px;
  margin-bottom: 20px; }

form textarea {
  padding: 20px;
  padding-left: 15px;
  margin-bottom: 30px; }

button {
/*   font-family: var(--font-family); */
    font-family: "Baloo2", "Poppins", sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9E96AD;
  opacity: 1;
  font-family: var(--font-family);
  font-size: 14px; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9E96AD;
  opacity: 1;
  font-family: var(--font-family);
  font-size: 14px; }

input::placeholder, textarea::placeholder {
  color: #9E96AD;
  opacity: 1;
  font-family: var(--font-family);
  font-size: 14px; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9E96AD;
  opacity: 1;
  font-family: var(--font-family);
  font-size: 14px; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #9E96AD;
  opacity: 1;
  font-family: var(--font-family);
  font-size: 14px; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9E96AD;
  opacity: 1;
  font-family: var(--font-family);
  font-size: 14px; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9E96AD;
  opacity: 1;
  font-family: var(--font-family);
  font-size: 14px; }

input.focus-visible, textarea.focus-visible {
  outline: none; }

input:focus, textarea:focus {
  background-color: #FFFFFF; }
  input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #1B1C1D; }
  input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #1B1C1D; }
  input:focus::placeholder, textarea:focus::placeholder {
    color: #1B1C1D; }
  input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #1B1C1D; }
  input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: #1B1C1D; }
  input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #1B1C1D; }
  input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #1B1C1D; }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none; }

/* ============================ container */
.container {
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 0 10px; } }

.wrapper {
  overflow: hidden; }

/* =========================== header footer */
/* header */
.header {
  position: relative;
  z-index: 102;
  padding: 40px 0; }
  .header .container {
    align-items: center; }

.logo img {
  margin-bottom: 0; }

/* menu */
.navigation_header {
  align-items: center; }
  .navigation_header .arr {
    padding-right: 18px; }
  .navigation_header .downmenu {
    position: absolute;
    z-index: -1;
    width: 170px;
    transform: translatex(-50%);
    left: 50%;
    top: 0;
    padding-top: 39px; }
  .navigation_header .submenu {
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5); }
    .navigation_header .submenu__item {
      border-top: 1px solid #EFEDF8; }
    .navigation_header .submenu-link {
      padding: 7px 5px; }
      .navigation_header .submenu-link:hover {
        background: rgba(237, 249, 255, 0.2); }

.submenu {
  max-height: 0;
  overflow: hidden;
  margin-left: 0; }
  .submenu-link {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #363238;
    text-decoration: none; }

.menu__item {
  position: relative;
  z-index: 1;
  margin: 0 25px; }
  .menu__item.arr::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 6px;
    background: center center / cover no-repeat;
    background-image: url("../img/sprite.svg#menu");
    right: 0;
    top: calc(50% - 3px);
    transition: transform .3s; }
  .menu__item.arr:hover::before {
    transform: rotate(-180deg); }
  .menu__item:hover .menu__link {
    color: #6466FB; }
    .menu__item:hover .menu__link::before {
      width: 100%; }
  .menu__item:hover .submenu {
    max-height: 500px; }

.menu__link {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #363238;
  text-decoration: none; }
  .menu__link::before {
    position: absolute;
    content: "";
    transition: width .3s linear;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 3px;
    border-radius: 2px;
    background-color: #1CB87E; }

/* lang */
.lang {
  margin-left: 25px; }
  .lang picture {
    display: block;
    line-height: 30px; }
  .lang img {
    margin-bottom: 0; }
  .lang:hover {
    opacity: .5; }
  @media screen and (max-width: 850px) {
    .lang img {
      width: 27px;
      height: 18px; } }

.menu__lang {
  width: 320px;
  height: 100%;
  position: fixed;
  z-index: 103;
  right: -320px;
  top: 0;
  padding-top: 80px;
  background: rgba(247, 245, 255, 0.95); }
  .menu__lang .close {
    position: absolute;
    top: 45px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: center center / cover no-repeat;
    background-image: url("../img/sprite.svg#close"); }
    .menu__lang .close:hover {
      opacity: .5; }
  @media screen and (max-width: 850px) {
    .menu__lang {
      padding-top: 61px; }
      .menu__lang .close {
        top: 18px;
        right: 18px; } }

.menu__lang_open {
  right: 0; }

.lang__block {
  grid-template-columns: repeat(5, 46px);
  grid-gap: 10px;
  padding: 0 25px; }
  .lang__block a:hover {
    opacity: .5; }

/* hamburger */
.hamburger {
  display: none;
  width: 24px;
  height: 18px;
  text-align: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  overflow: visible;
  margin: 0;
  margin-left: 25px; }

.hamburger:hover, .hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-box {
  width: 25px; }

.hamburger.is-active .hamburger-inner {
  background-color: #363238; }

.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #363238; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 18px; }

.hamburger-inner {
  display: block;
  top: 50%; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1.5px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner {
  background-color: #363238; }

.hamburger-inner::before, .hamburger-inner::after {
  background-color: #363238;
  right: 0; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  width: 24px;
  top: 7px; }

.hamburger-inner::after {
  width: 24px;
  bottom: 8px; }

.hamburger--spin .hamburger-inner {
  width: 24px;
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, 
 opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  width: 24px;
  height: 2px;
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  height: 2px;
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  height: 2px;
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* navigation mob */
.navigation_mob {
  position: fixed;
  z-index: 101;
  display: none;
  width: 320px;
  height: 100%;
  right: -320px;
  bottom: 0;
  top: 0;
  background-color: #F7F5FF;
  padding-top: 56px; }
  .navigation_mob .menu {
    border-top: 1px solid #E6E3EF; }
  .navigation_mob .menu__item {
    border-bottom: 1px solid #E6E3EF;
    padding: 0;
    margin: 0; }
    .navigation_mob .menu__item::before {
      right: 20px;
      top: 20px; }
  .navigation_mob .menu__link {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #363238;
    padding: 8px 20px 7px 15px; }
  .navigation_mob .submenu {
    background-color: #EDEBF9; }
    .navigation_mob .submenu__item {
      padding: 7px 15px 5px; }
      .navigation_mob .submenu__item:not(:last-child) {
        border-bottom: 1px solid #DBD8EC; }
    .navigation_mob .submenu-link {
      font-size: 16px;
      line-height: 28px;
      text-align: left; }

.navigation_mob__open {
  display: block;
  -webkit-animation: menu .3s linear forwards;
          animation: menu .3s linear forwards; }

.noclick .submenu {
  max-height: 500px; }

.noclick::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #EDEBF9; }

.noclick::before {
  transform: rotate(-180deg); }

@-webkit-keyframes menu {
  0 {
    right: -320px; }
  100% {
    right: 0; } }

@keyframes menu {
  0 {
    right: -320px; }
  100% {
    right: 0; } }

@media screen and (max-width: 1070px) {
  .header {
    padding: 18px 0 31px; }
  .navigation_header .menu {
    display: none;
    margin-left: 0; }
  .hamburger {
    display: block; } }

/* footer */
.footer {
  padding: 40px 0; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 35px 0; } }
  @media screen and (max-width: 375px) {
    .footer {
      background-color: #F7F5FF;
      position: relative;
      padding-top: 0;
      margin-top: 100px; }
      .footer::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100px;
        background: url("../img/bg_bottom_mob.svg") no-repeat;
        background-size: cover;
        top: -98px;
        left: 0;
        right: 0; } }

.footer__logo .logo {
  margin-right: 20px;
  margin-bottom: 10px; }

.soc__item {
  margin: 0 4px; }
  .soc__item a {
    display: block; }
  .soc__item:hover a {
    opacity: .5; }

.copy {
  color: #BFB7C9;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px; }

.soc__fb a {
  width: 20px;
  height: 20px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#facebook"); }

.soc__tw a {
  width: 20px;
  height: 20px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#twitter"); }

.footer__menu {
  margin-top: -3px; }
  .footer__menu .menu__item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 450px) {
    .footer__menu .menu__item {
      min-width: 100%;
      text-align: center;
      margin: 0; } }

@media screen and (max-width: 700px) {
  .footer_left {
    margin: 0 auto;
    margin-bottom: 30px; }
  .footer_right {
    min-width: 100%; } }

/* ========== all */
.all .heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #1CB87E;
  margin-bottom: 25px; }

@media screen and (max-width: 768px) {
  .all .heading {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px; } }

.all__block {
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .all__block {
      margin-bottom: 15px; } }

.all__item {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  color: #363238;
  margin-right: 40px;
  margin-bottom: 32px; }
  .all__item:last-child {
    margin-right: 0; }
  .all__item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    .all__item {
      margin-bottom: 15px; } }

.all__slovensko {
  padding-left: 49px; }
  .all__slovensko::before {
    width: 34px;
    height: 34px;
    background: center center / cover no-repeat;
    background-image: url("../img/sprite.svg#checked"); }
  @media screen and (max-width: 375px) {
    .all__slovensko {
      padding-left: 49px; }
      .all__slovensko::before {
        left: 0px; } }

.all__licencirani {
  padding-left: 41px; }
  .all__licencirani::before {
    width: 26px;
    height: 34px;
    background: center center / cover no-repeat;
    background-image: url("../img/sprite.svg#badge"); }
  @media screen and (max-width: 375px) {
    .all__licencirani {
      padding-left: 49px; }
      .all__licencirani::before {
        left: 4px; } }

.all__mob {
  padding-left: 45px; }
  .all__mob::before {
    width: 30px;
    height: 30px;
    background: center center / cover no-repeat;
    background-image: url("../img/sprite.svg#responsive"); }
  @media screen and (max-width: 375px) {
    .all__mob {
      padding-left: 49px; }
      .all__mob::before {
        left: 2px; } }

.all__dokazljivo {
  padding-left: 47px; }
  .all__dokazljivo::before {
    width: 32px;
    height: 31px;
    background: center center / cover no-repeat;
    background-image: url("../img/sprite.svg#thumbs-up"); }
  @media screen and (max-width: 375px) {
    .all__dokazljivo {
      padding-left: 49px; }
      .all__dokazljivo::before {
        left: 1px; } }

.all__hitri {
  padding-left: 49px; }
  .all__hitri::before {
    width: 34px;
    height: 30px;
    background: center center / cover no-repeat;
    background-image: url("../img/sprite.svg#credit-card"); }
  @media screen and (max-width: 375px) {
    .all__hitri {
      padding-left: 49px; }
      .all__hitri::before {
        left: 0px; } }

/* ========== offers */
time {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #888C90;
  margin-bottom: 10px; }

.offers__time {
  font-weight: bold;
  text-align: right;
  line-height: 17px;
  color: #6466FB;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .offers__time {
      text-align: left; } }

.table__offers {
  border-spacing: 0 15px;
  border-collapse: separate;
  margin-bottom: 25px; }
  .table__offers .tr {
    border-radius: 10px;
    box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5); }
    .table__offers .tr .td:first-child {
      border-radius: 10px 0 0 10px; }
    .table__offers .tr .td:last-child {
      border-radius: 0 10px 10px 0; }
  .table__offers .td {
    background: #fff;
    padding: 25px; }
  .table__offers .title {
    color: #6466FB;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 10px; }
  .table__offers .bonus {
    color: #363238;
    font-size: 26px;
    font-weight: bold;
    line-height: 31px; }
  .table__offers .ocena {
    color: #1CB87E;
    font-size: 26px;
    font-weight: bold;
    line-height: 31px; }
  .table__offers .td__logo {
    padding-left: 30px; }
  .table__offers .td__pay {
    padding-right: 30px; }
  .table__offers .offers__logo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 256px;
    border-radius: 10px;
    background-color: #2F355A;
    padding: 10px; }
    .table__offers .offers__logo img {
      /*max-width: 230px;*/
      /*margin-bottom: 0; */
            max-width: 256px;
    margin-bottom: 0;
    height: 120px;
    border-radius: 10px;
    }
    .table__offers .offers__logo .number {
      position: absolute;
      top: 0;
      left: 0;
      height: 28px;
      line-height: 28px;
      color: #1CB87E;
      font-size: 22px;
      font-weight: bold;
      border-radius: 0 0 10px 0;
      background-color: #FFFFFF;
      padding-right: 6px; }
  .table__offers .payment {
    grid-template-columns: repeat(3, 48px);
    grid-gap: 10px 15px;
    justify-content: center; }
    .table__offers .payment img {
      margin-bottom: 0; }
  @media screen and (max-width: 1080px) {
    .table__offers {
      display: block;
      margin-bottom: 30px; }
      .table__offers .tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px; }
      .table__offers .td {
        display: block;
        padding: 10px 22px; }
      .table__offers .td__logo {
        padding-top: 25px;
        margin: 0 auto; }
      .table__offers .td__bonus {
        min-width: 100%; }
      .table__offers .td__play {
        padding-bottom: 25px; } }

/* ========== content */
/* main */
.main {
  width: calc(100% - 330px); }
  @media screen and (max-width: 992px) {
    .main {
      width: 100%; } }
.aside__casino{position: inherit;}
.block__img_left {
  margin-bottom: 30px; }
  .block__img_left .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 300px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5);
    padding: 10px; }
    .block__img_left .img img {
      max-width: 280px;
      margin-bottom: 0; }

/* online */
.online {
  margin-bottom: 30px; }
  .online .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5);
    padding: 10px; }
    .online .img img {
      max-width: 80px;
      margin-bottom: 0; }

/* table best */
.table__best td {
  width: 50%;
  font-weight: bold; }

.table__best a {
  text-decoration: none;
  color: #1AB87D; }
  .table__best a:hover {
    color: #14EC9C; }

/* licenca */
.licenca {
  margin-bottom: 30px; }

.licenca__block {
  position: relative;
  padding-left: 130px; }
  .licenca__block .img {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5);
    padding: 10px; }
    .licenca__block .img img {
      max-width: 80px;
      margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .licenca__block {
      padding-left: 0; }
      .licenca__block .img {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto;
        margin-bottom: 20px; } }

/* games */
.games {
  grid-template-columns: repeat(auto-fit, 254px);
  grid-gap: 25px 33px;
  justify-content: space-around;
  margin-bottom: 25px; }
  .games.full .games__item .img {
    padding: 0; }
  .games.full .games__item img {
    max-width: 254px;
    width: 254px;
    height: 254px;
    -o-object-fit: cover;
       object-fit: cover; }

.games__item {
  text-decoration: none;
  text-align: center; }
  .games__item .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 254px;
    width: 254px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5);
    padding: 10px;
    margin-bottom: 15px; }
    .games__item .img img {
      max-width: 230px;
      margin-bottom: 0; }
  .games__item figcaption {
    position: relative;
    display: inline-block;
    color: #6466FB;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-align: center; }
    .games__item figcaption::before {
      position: absolute;
      content: "";
      transition: width .3s ease;
      width: 0;
      height: 3px;
      border-radius: 2px;
      background-color: #1CB87E;
      left: 0;
      bottom: -3px; }
  .games__item:hover figcaption::before {
    width: 100%; }

/* faq */
.ac__container {
  counter-reset: number;
  overflow-anchor: none;
  margin-bottom: 30px; }

.ac__container__block {
  position: relative;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px; }
  .ac__container__block .heading {
    position: relative;
    z-index: 20;
    display: block;
    width: 100%;
    text-align: left;
    color: #6466FB;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    cursor: pointer;
    padding: 25px 53px 30px 25px; }
    .ac__container__block .heading::before {
      counter-increment: number;
      content: counter(number) "." " "; }
    .ac__container__block .heading::after {
      position: absolute;
      content: "";
      transition: transform .3s linear;
      width: 19px;
      height: 13px;
      background: center center / cover no-repeat;
      background-image: url("../img/sprite.svg#faq");
      right: 38px;
      top: calc(50% - 6.5px); }
  @media screen and (max-width: 768px) {
    .ac__container__block .heading {
      font-size: 18px;
      line-height: 22px;
      padding: 25px 53px 25px 25px; }
      .ac__container__block .heading::after {
        right: 18px; } }

.ac__container__item {
  position: relative;
  z-index: 10;
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s linear;
  padding: 0 25px; }
  @media screen and (max-width: 768px) {
    .ac__container__item {
      padding: 0 25px; } }

.ac__container .ac__container__item p {
  margin-bottom: 30px; }

.ac__container__block_open .heading::after {
  transition: transform .3s linear;
  transform: rotate(-180deg); }

/* aside */
.aside {
  position: relative;
  width: 300px; }
  @media screen and (max-width: 992px) {
    .aside {
      margin: 0 auto;
      margin-bottom: 20px; } }

.aside__block {
  width: 300px;
  margin-bottom: 25px; }
  .aside__block .heading {
    color: #6466FB;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 15px; }

.stikly__fixed {
  position: fixed;
  z-index: 100;
  top: 20px; }

/* table content */
.menu__content {
  counter-reset: number;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5);
  list-style-position: outside;
  padding: 25px;
  padding-bottom: 30px; }
  .menu__content li {
    padding-left: 17px;
    text-indent: -17px; }
  .menu__content li::before {
    counter-increment: number;
    content: counter(number) "." " ";
    font-weight: 600;
    font-family: var(--font-family); }
  .menu__content a {
    text-transform: none;
    text-decoration: none; }
    .menu__content a:hover {
      color: #1CB87E; }

/* casino top */
.casino__top__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-height: 80px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #2F355A;
  text-decoration: none;
  margin-bottom: 10px; }
  .casino__top__item:last-child {
    margin-bottom: 0; }
  .casino__top__item .img {
    padding: 10px; }
  .casino__top__item img {
    margin-bottom: 0; }
  .casino__top__item:hover {
    background: #f4f4f6; }
    .casino__top__item:hover .img {
      display: none; }
    .casino__top__item:hover .top__bonus {
      display: block; }

.top__bonus {
  display: none; }
  .top__bonus .title {
    color: #6466FB;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    margin-bottom: 5px; }
  .top__bonus .bonus {
    color: #363238;
    font-size: 26px;
    font-weight: bold;
    line-height: 31px;
    text-align: center; }

/* =================== blog page */
.blog__block {
  grid-template-columns: repeat(auto-fit, 364px);
  grid-gap: 40px 33px;
  justify-content: space-around;
  margin-bottom: 30px; }
  @media screen and (max-width: 375px) {
    .blog__block {
      grid-template-columns: repeat(auto-fit, 300px); } }

.blog__post {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5); }
  .blog__post img {
    width: 364px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover; }

.post__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
  padding-top: 0; }
  .post__body time {
    font-family: var(--font-family);
    color: #888C90;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 10px;
    margin-top: auto; }
  .post__body .heading__link, .post__body .heading {
    color: #6466FB;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px; }
  .post__body .heading {
    margin-bottom: 10px; }
  .post__body .heading__link {
    text-decoration: none; }
    .post__body .heading__link:hover {
      color: #1CB87E; }
  .post__body p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px; }
  .post__body .link {
    color: #363238;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    text-decoration: none; }
    .post__body .link:hover {
      color: #1CB87E; }

/* =================== post page */
.article_top .img {
  position: relative;
  max-width: 830px;
  padding-bottom: 60%;
  margin-bottom: 20px; }

.article_top img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-bottom: 0; }

/* comment */
@media screen and (max-width: 992px) {
  .comment {
    margin-bottom: 30px; } }

.form {
  max-width: 830px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5);
  padding: 30px 105px 35px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .form {
      padding: 30px 20px 25px; } }

.form__comment {
  margin-bottom: 20px; }
  .form__comment .heading {
    color: #6466FB;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px; }
  .form__comment .formgroup {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 0 20px; }

.comment__item {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5);
  padding: 20px 25px 30px;
  margin-bottom: 20px; }
  .comment__item .name {
    color: #6466FB;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 5px; }
  .comment__item .text p:last-of-type {
    margin-bottom: 0; }

/* ================= contact page */
.contact {
  text-align: center; }

.form__contact {
  margin-bottom: 50px; }

.contact__map {
  max-width: 830px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5);
  padding: 30px 105px 35px;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .contact__map {
      padding: 30px 20px 25px; } }

.contact__block {
  margin-bottom: 25px; }

.contact__item {
  text-align: left;
  margin-bottom: 15px; }
  .contact__item a {
    position: relative;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px; }
    .contact__item a::before {
      position: absolute;
      content: "";
      left: 0;
      top: calc(50% - 15px); }
  @media screen and (max-width: 768px) {
    .contact__item a {
      font-size: 14px; } }

.contact__mail::before {
  width: 30px;
  height: 30px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#mail"); }

.contact__fb::before {
  width: 30px;
  height: 30px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#fb"); }

/* ================= about page */
.about__item {
  margin-bottom: 30px; }
  .about__item .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5);
    padding: 10px; }
  .about__item img {
    max-width: 80px;
    margin-bottom: 0; }

/* ================= game page */
.game {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 56%;
  margin-bottom: 30px; }
  .game img, .game video, .game iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0; }
  .game .text {
    position: absolute;
    z-index: 3;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center; }
  @media screen and (max-width: 550px) {
    .game {
      padding-bottom: 165%; } }

.game_open .game__overly, .game_open .text, .game_open .game__rating {
  display: none; }

.free {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 14px; }

.btn__real {
  width: 300px; }
  @media screen and (max-width: 768px) {
    .btn__real {
      width: 280px; } }

.game__overly {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 33, 97, 0.9); }

.game__rating {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  top: 20px;
  right: 20px;
  height: 90px;
  width: 90px;
  border-radius: 10px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 5px; }
  .game__rating .title {
    color: #6466FB;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 5px; }
  .game__rating .total {
    color: #1CB87E;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px; }

.table__offers_vertical {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  grid-gap: 0 40px;
  justify-content: center; }
  .table__offers_vertical .tr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: #fff; }
  .table__offers_vertical .td {
    display: block;
    padding: 10px 22px; }
  .table__offers_vertical .td__logo {
    padding-top: 25px; }
  .table__offers_vertical .td__ocena {
    margin-top: auto; }
  .table__offers_vertical .td__play {
    padding-bottom: 25px; }

/* ============== error page */
.error {
  padding-bottom: 170px; }
  .error h1 {
    margin-bottom: 143px; }
  .error img {
    margin-bottom: 45px; }
  @media screen and (max-width: 768px) {
    .error {
      padding-bottom: 30px; }
      .error h1 {
        margin-bottom: 62px; }
      .error img {
        margin-bottom: 25px; } }

.error__descr {
  color: #6466FB;
  font-size: 56px;
  font-weight: bold;
  line-height: 66px;
  text-align: center;
  margin-bottom: 45px; }
  @media screen and (max-width: 768px) {
    .error__descr {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 25px; }
	  .helpua{display:none;}}

.btn__error {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .btn__error {
      margin-bottom: 20px; } }

.flags{border-radius:5px;}

.helpua{text-align: center;
    background-color: #7d97f3;
    height: 60px;
    margin: auto;
    color: #fff;}
.helpua a{padding: 0 20px;
    background-color: #ffd15c;
    margin: 0 10px;
    line-height: 3;
    text-decoration: none;
    border-radius: 5px;
color: #000;
    font-weight: 500;
    border-bottom: 3px solid #c6a246;}
.helpua a:hover{border-bottom: none;
    top: 4px;
background-color: #c6a246;}



.navigation_header .down {
    position: absolute;
    top: 0;
    left: calc(50% - 75px);
    width: 150px;
    padding-top: 30px;
}

.navigation_header .menu__down {
    border-radius: 10px;
    /*  background: rgba(244, 179, 79, 0.5); */
}

.navigation_header .arr .menu__link {
    padding-right: 20px;
}

.navigation_header .arr .menu__link::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: center center / cover no-repeat;
    background-image: url("/wp-content/themes/root/img/Arrow-down.svg");
    right: 0;
    top: calc(50% - 7px);
/*     transform: rotate(90deg); */
}

.navigation_header .arr:hover .menu__link::before {
    width: calc(100% - 20px);
}

.navigation_header .arr:hover .menu__link::after {
    transform: rotate(180deg);
}

.menu__item:hover .menu__down {
    max-height: 500px;
    padding: 10px 5px;
    backdrop-filter: blur(3px);
    background: #0005;
}

.menu__down {
    max-height: 0;
    overflow: hidden;

    /*   margin-left: 0; */
    margin-bottom: 0;
    text-align: center;
    margin-left: -50px;
    margin-bottom: 0;
    width: 250px;


}
.menu__down li{
    border-bottom: 1px #fff2 solid;
}

.menu__down a {
   
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
	text-decoration: none;
}



/* .menu__down a.active{
    color: #fff8;
} */

.menu__down a:hover {
    color: #6366fa;
}

.navigation_mob .down {
    padding-top: 20px;
}

/* ================ review page */
.review h1 {
  margin-bottom: 0; }

@media screen and (max-width: 1080px) {
  .review h1 {
    margin-bottom: 10px; } }

.table__offers .td {
/*   width: 1%;  */
}
  .table__offers .td .title {
    white-space: nowrap; }
  .table__offers .td div:not(.title) {
    font-size: 26px;
    font-weight: bold;
    line-height: 31px; }
  .table__offers .td div:not(.bonus):last-child {
    color: #1CB87E; }

@media screen and (max-width: 1080px) {
  .table__offers .tr {
    background: #fff; }
  .table__offers .td {
    width: auto; } }

@media screen and (max-width: 1080px) {
  .offers__time {
    margin-bottom: 15px; } }

.review-information {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5);
  margin-bottom: 31px; }
  .review-information .tr:first-child .td {
    padding-top: 30px; }
  .review-information .tr:last-child .td {
    padding-bottom: 35px; }
  .review-information .td {
    text-align: left;
    vertical-align: top;
    padding: 15px 30px; }
  .review-information .td__dt {
    min-width: 299px;
    border-right: 1px solid #E5DEEA; }
  .review-information .td__dd {
    font-family: "Poppins";
    font-weight: 400;
    text-transform: none; }
  .review-information img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px; }
  @media screen and (max-width: 768px) {
    .review-information {
      display: block; }
      .review-information .tr, .review-information .td {
        display: block; }
      .review-information .td {
        border: none;
        text-align: center;
        padding: 0; }
      .review-information .tr {
        border-bottom: 1px solid #E5DEEA;
        padding: 30px 20px;
        padding-bottom: 25px; }
        .review-information .tr:last-child {
          border-bottom: none;
          padding: 0; }
        .review-information .tr:first-child .td {
          padding: 0;
          padding-bottom: 21px; } }

.games-types .heading {
  color: #6466FB;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 21px; }

.games-types-block {
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 21px;
  margin-bottom: 40px; }

.games-types__item {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5);
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  padding: 20px; }
  .games-types__item:hover {
    border-color: #1CB87E; }
  .games-types__item img {
    margin-bottom: 8px; }
  .games-types__item .games-types-heading {
    color: #363238;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px; }

@media screen and (max-width: 992px) {
  .content-inverted .main {
    order: 2; }
  .content-inverted .aside {
    order: 1; } }
 


.listing{    color: #1AB87D;
    font-size: 18px;
    text-transform: none;
    vertical-align: middle;
    font-family: var(--font-family);
    font-weight: 700;}
h4{font-size: 23px;}






/* menu */
.navigation_header {
  align-items: center; }
  .navigation_header .arr {
    padding-right: 18px; }
  .navigation_header .downmenu {
    position: absolute;
    z-index: -1;
    width: 170px;
    transform: translatex(-50%);
    left: 50%;
    top: 0;
    padding-top: 39px; }
  .navigation_header .submenu {
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px 0 rgba(239, 221, 252, 0.5); }
    .navigation_header .submenu__item {
      border-top: 1px solid #EFEDF8; }
    .navigation_header .submenu-link {
      padding: 7px 5px; }
      .navigation_header .submenu-link:hover {
        background: rgba(237, 249, 255, 0.2); }

.submenu {
  max-height: 0;
  overflow: hidden;
  margin-left: 0; }
  .submenu-link {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #363238;
    text-decoration: none; }

.menu__item {
  position: relative;
  z-index: 1;
  margin: 0 25px; }
  .menu__item.arr::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 6px;
    background: center center / cover no-repeat;
    background-image: url("../img/sprite.svg#menu");
    right: 0;
    top: calc(50% - 3px);
    transition: transform .3s; }
  .menu__item.arr:hover::before {
    transform: rotate(-180deg); }
  .menu__item:hover .menu__link {
    color: #6466FB; }
    .menu__item:hover .menu__link::before {
      width: 100%; }
  .menu__item:hover .submenu {
    max-height: 500px; }

.menu__link {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #363238;
  text-decoration: none; }
  .menu__link::before {
    position: absolute;
    content: "";
    transition: width .3s linear;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 3px;
    border-radius: 2px;
    background-color: #1CB87E; }

/* navigation mob */
.navigation_mob {
  position: fixed;
  z-index: 101;
  display: none;
  width: 320px;
  height: 100%;
  right: -320px;
  bottom: 0;
  top: 0;
  background-color: #F7F5FF;
  padding-top: 56px; }
  .navigation_mob .menu {
    border-top: 1px solid #E6E3EF; }
  .navigation_mob .menu__item {
    border-bottom: 1px solid #E6E3EF;
    padding: 0;
    margin: 0; }
    .navigation_mob .menu__item::before {
      right: 20px;
      top: 20px; }
  .navigation_mob .menu__link {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #363238;
    padding: 8px 20px 7px 15px; }
  .navigation_mob .submenu {
    background-color: #EDEBF9; }
    .navigation_mob .submenu__item {
      padding: 7px 15px 5px; }
      .navigation_mob .submenu__item:not(:last-child) {
        border-bottom: 1px solid #DBD8EC; }
    .navigation_mob .submenu-link {
      font-size: 16px;
      line-height: 28px;
      text-align: left; }

.navigation_mob__open {
  display: block;
  -webkit-animation: menu .3s linear forwards;
          animation: menu .3s linear forwards; }

.noclick .submenu {
  max-height: 500px; }

.noclick::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #EDEBF9; }

.noclick::before {
  transform: rotate(-180deg); }

@-webkit-keyframes menu {
  0 {
    right: -320px; }
  100% {
    right: 0; } }

@keyframes menu {
  0 {
    right: -320px; }
  100% {
    right: 0; } }

@media screen and (max-width: 1070px) {
  .header {
    padding: 18px 0 31px; }
  .navigation_header .menu {
    display: none;
    margin-left: 0; }
  .hamburger {
    display: block; } }