html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

@font-face {
  font-family: Inter;
  src: local("Inter-Bold"),url(../fonts/Inter-Bold.woff2) format("woff2"),url(../fonts/Inter-Bold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: #fff;
  --blue-50: #ebf5ff;
  --blue-100: #e1effe;
  --blue-200: #c3ddfd;
  --blue-300: #a4cafe;
  --blue-400: #76a9fa;
  --blue-500: #3f83f8;
  --blue-600: #1c64f2;
  --blue-700: #1a56db;
  --blue-800: #1e429f;
  --blue-900: #233876;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2a37;
  --gray-900: #111928;
  --red-50: #fdf2f2;
  --red-100: #fde8e8;
  --red-200: #fbd5d5;
  --red-300: #f8b4b4;
  --red-400: #f98080;
  --red-500: #f05252;
  --red-600: #e02424;
  --red-700: #c81e1e;
  --red-800: #9b1c1c;
  --red-900: #771d1d;
  --orange-50: #fff8f1;
  --orange-100: #feecdc;
  --orange-200: #fcd9bd;
  --orange-300: #fdba8c;
  --orange-400: #ff8a4c;
  --orange-500: #ff5a1f;
  --orange-600: #d03801;
  --orange-700: #b43403;
  --orange-800: #8a2c0d;
  --orange-900: #771d1d;
  --yellow-50: #fdfdea;
  --yellow-100: #fdf6b2;
  --yellow-200: #fce96a;
  --yellow-300: #faca15;
  --yellow-400: #e3a008;
  --yellow-500: #c27803;
  --yellow-600: #9f580a;
  --yellow-700: #8e4b10;
  --yellow-800: #723b13;
  --yellow-900: #633112;
  --green-50: #f3faf7;
  --green-100: #def7ec;
  --green-200: #bcf0da;
  --green-300: #84e1bc;
  --green-400: #31c48d;
  --green-500: #0e9f6e;
  --green-600: #057a55;
  --green-700: #046c4e;
  --green-800: #03543f;
  --green-900: #014737;
  --teal-50: #edfafa;
  --teal-100: #d5f5f6;
  --teal-200: #afecef;
  --teal-300: #7edce2;
  --teal-400: #16bdca;
  --teal-500: #0694a2;
  --teal-600: #047481;
  --teal-700: #036672;
  --teal-800: #05505c;
  --teal-900: #014451;
  --primary-50: #ebf5ff;
  --primary-100: #e1effe;
  --primary-200: #c3ddfd;
  --primary-300: #a4cafe;
  --primary-400: #76a9fa;
  --primary-500: #3f83f8;
  --primary-600: #1c64f2;
  --primary-700: #1a56db;
  --primary-800: #1e429f;
  --primary-900: #233876;
  --indigo-50: #f0f5ff;
  --indigo-100: #e5edff;
  --indigo-200: #cddbfe;
  --indigo-300: #b4c6fc;
  --indigo-400: #8da2fb;
  --indigo-500: #6875f5;
  --indigo-600: #5850ec;
  --indigo-700: #5145cd;
  --indigo-800: #42389d;
  --indigo-900: #362f78;
  --purple-50: #f6f5ff;
  --purple-100: #edebfe;
  --purple-200: #dcd7fe;
  --purple-300: #cabffd;
  --purple-400: #ac94fa;
  --purple-500: #9061f9;
  --purple-600: #7e3af2;
  --purple-700: #6c2bd9;
  --purple-800: #5521b5;
  --purple-900: #4a1d96;
  --pink-50: #fdf2f8;
  --pink-100: #fce8f3;
  --pink-200: #fad1e8;
  --pink-300: #f8b4d9;
  --pink-400: #f17eb8;
  --pink-500: #e74694;
  --pink-600: #d61f69;
  --pink-700: #bf125d;
  --pink-800: #99154b;
  --pink-900: #751a3d;
  --social-facebook: #35518d;
  --social-twitter: #1da1f2;
  --social-google: #4284f4;
  --social-dribbble: #ea4c89;
  --social-github: #1b1f23;
  --colors-base-yellow-6: #fadb14;
  --font-family: "Inter",sans-serif;
  --second-family: "Source Sans Pro",sans-serif;
  --third-family: "Montserrat",sans-serif;
  --font3: "Roboto Condensed",sans-serif;
  --font4: "Noto Sans Arabic",sans-serif;
  --font5: "Beaufort for LOL",sans-serif;
  --font6: "Oswald",sans-serif;
}

.btn,
.project_head .options .write-review {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  padding: 10px 24px;
  height: 52px;
  gap: 10px;
  cursor: pointer;
  border: 0;
}

.btn:hover,
.project_head .options .write-review:hover {
  -webkit-box-shadow: 0 5px 10px 1px rgba(63,131,248,.22);
  box-shadow: 0 5px 10px 1px rgba(63,131,248,.22);
  text-decoration: none!important;
}

.btn--main {
  background: var(--primary-700);
}

.btn--main,
.btn--main:hover {
  color: var(--white)!important;
}

.btn--main:hover {
  background: #1e60f4;
}

.btn--main:after {
  display: none!important;
}

.btn--clear {
  border: 1px solid var(--primary-700);
  color: var(--primary-700);
  height: 40px;
}

.btn--clear:hover {
  background: var(--primary-700);
  color: var(--white);
}

.header_btn-burger {
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
}

.header_btn-burger span {
  display: block;
  height: 2px;
  background: var(--black);
  width: 100%;
  border-radius: 2px;
}

.btn--banner {
  cursor: pointer;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: var(--white);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #5f8036;
  height: 41px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px 32px;
  border: 2px solid #303800;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-family: var(--second-family);
  background-image: -webkit-gradient(linear,left top, left bottom,from(hsla(0,0%,100%,.3)),color-stop(72.05%, hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));
  background-image: -o-linear-gradient(top,hsla(0,0%,100%,.3),hsla(0,0%,100%,0) 72.05%,hsla(0,0%,100%,0));
  background-image: linear-gradient(180deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,0) 72.05%,hsla(0,0%,100%,0));
}

.btn--banner span {
  position: relative;
  z-index: 1;
}

.btn--banner:hover {
  background-color: #495c16;
}

.btn--banner:hover:before {
  opacity: .84;
  bottom: 0;
  top: 2px;
}

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews .inner {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--gray-500);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 8px;
}

.reviews .inner .title {
  font-size: 14px;
}

.reviews .rating {
  border-radius: 4px 4px 0 4px;
  padding: 0 4px;
  width: 36px;
  height: 36px;
  text-align: center;
  color: rgba(0,0,0,.88);
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
}

.reviews .rating.fine {
  background: var(--yellow-300);
}

.reviews .rating.badly {
  background: #f8b4b4;
}

.reviews .rating.wonderful {
  background: #84e1bc;
}

.reviews .rating.no-rating {
  background: #d1d5db;
}

html[direction=rtl] .reviews .inner {
  padding-left: 0;
  padding-right: 8px;
}

html[direction=rtl] .project_descript ul {
  padding-right: 40px;
  padding-left: 0;
}

html[direction=rtl] .project_reviews>.btn--main {
  right: auto;
  left: 0;
}

.accordion_item:not(:first-of-type) {
  border-top: 1px solid #e5e7eb;
}

.accordion_title {
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--gray-500);
  padding: 24px 0;
  -webkit-transition: .24s;
  -o-transition: .24s;
  transition: .24s;
  position: relative;
  padding-right: 30px;
}

.accordion_title.active {
  color: var(--gray-900);
}

.accordion_title.active:after {
  -webkit-transform: translateY(-50%) rotateX(0);
  transform: translateY(-50%) rotateX(0);
  opacity: 1;
}

.accordion_title:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/icons/chevron-t.svg) no-repeat 50%/auto;
  pointer-events: none;
  -webkit-transition: .24s;
  -o-transition: .24s;
  transition: .24s;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
  opacity: .5;
}

.accordion_content {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-500);
  border-top: 1px solid #e5e7eb;
  padding: 19px 0;
  padding-right: 50px;
  display: none;
}

.accordion_content p:not(:first-of-type) {
  margin-bottom: 6px;
}

.accordion_content a {
  color: var(--primary-700);
}

html[direction=rtl] .accordion_title {
  padding-left: 30px;
  padding-right: 0;
}

html[direction=rtl] .accordion_title:after {
  left: 0;
  right: auto;
}

table {
  overflow-y: auto;
}

table thead tr {
  background: #76a9fa;
}

table tr {
  display: table-row!important;
}

table td,
table th {
  border: 1px solid;
  padding: .5em;
}

:root {
  --yellow: #ffce49;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html[direction=rtl],
html[direction=rtl] .layout-info {
  direction: rtl;
}

body {
  font-family: var(--font-family);
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}

body.no-scroll {
  overflow: hidden;
}

body.no-scroll .header {
  z-index: 1;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.container {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}

.container-small {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 794px;
}

.layout-info {
  width: 100%;
  color: #6b7280;
  font-size: 14px;
}

body.lang-en .card-casino-content .btn--main {
  font-size: 20px;
}

body.lang-de .card-casino-content .btn--main {
  font-size: 18px;
}

body.lang-fr .card-casino-content .btn--main {
  font-size: 17px;
}

.home-banner {
  position: relative;
  padding-bottom: 60px;
  padding-top: 110px;
  min-height: 554px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.home-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.home-banner .btn:after,
.home-banner .btn:before,
.home-banner .project_head .options .write-review:after,
.home-banner .project_head .options .write-review:before,
.project_head .options .home-banner .write-review:after,
.project_head .options .home-banner .write-review:before {
  width: 24px;
  height: 24px;
  content: "";
}

.home-banner .btn:before,
.home-banner .project_head .options .write-review:before,
.project_head .options .home-banner .write-review:before {
  background: url(../images/icons/cart-plus.svg) no-repeat 50%/auto;
}

.home-banner .btn:after,
.home-banner .project_head .options .write-review:after,
.project_head .options .home-banner .write-review:after {
  background: url(../images/icons/arrow-right.svg) no-repeat 50%/auto;
}

.home-banner_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.home-banner_img.mobile {
  display: none;
}

.home-banner .container {
  position: relative;
  z-index: 1;
}

.home-banner .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var(--white);
}

.home-banner .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  color: var(--colors-base-yellow-6);
}

.home-banner .btn,
.home-banner .project_head .options .write-review,
.project_head .options .home-banner .write-review {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.header {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  padding-top: 12px;
}

.header_wrap {
  max-width: 890px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  background: var(--gray-100);
  border-radius: 8px;
  padding: 12px 12px 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.header_menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header_menu__label {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: var(--gray-400);
  display: none;
}

.header_menu__close {
  display: none;
  background: url(../images/icons/close.svg) no-repeat 50%/auto;
  width: 32px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  top: 19px;
  right: 19px;
}

.header_menu__wrap {
  margin-right: 18px;
}

.header_logo {
  width: 66px!important;
  min-width: 66px!important;
  margin-right: 20px;
}

.header_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--gray-900);
  gap: 0 30px;
}

.header_nav a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header_nav a:hover {
  color: var(--primary-700);
}

.header_nav .menu-item.menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  z-index: 1;
}

.header_nav .menu-item.menu-item-has-children:after {
  content: "";
  background: url(../images/icons/chevron-r.svg) no-repeat 50%/5px;
  width: 9px;
  height: 9px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header_nav .menu-item.menu-item-has-children:before {
  content: "";
  position: absolute;
  top: 100%;
  left: -45%;
  right: -45%;
  height: 38px;
  background: transparent;
  z-index: 1;
}

.header_nav .sub-menu {
  position: absolute;
  top: calc(100% + 27px);
  text-align: left;
  background: var(--gray-100);
  min-width: 240px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
  padding: 16px 0;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  pointer-events: none;
}

.header_nav .sub-menu .menu-item:not(:last-of-type) {
  margin-bottom: 6px;
}

.header_nav .sub-menu a {
  padding: 2px 22px;
  display: block;
}

.header_btn-burger {
  display: none;
}

.header_user {
  position: relative;
  z-index: 1;
}

.header_user.open .header_user__dropdown {
  opacity: 1;
  pointer-events: auto;
}

.header_user__dropdown {
  position: absolute;
  top: calc(100% + 28px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  background: #fff;
  min-width: 224px;
  right: -14px;
  opacity: 0;
  pointer-events: none;
}

.header_user__dropdown:before {
  content: "";
  position: absolute;
  background: transparent;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 60px;
  z-index: -1;
}

.header_user__dropdown li {
  padding: 2px 0;
}

.header_user__dropdown li:not(:last-of-type) {
  border-bottom: 1px solid #e5e7eb;
}

.header_user__dropdown li:last-of-type a {
  color: #f05252;
}

.header_user__dropdown li:last-of-type path,
.header_user__dropdown li:last-of-type stroke {
  fill: #f05252;
}

.header_user__dropdown li:last-of-type .img-svg {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  width: 21px;
}

.header_user__dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #374151;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  padding: 10px 12px;
  gap: 10px;
  cursor: pointer;
}

.header_user__dropdown a:hover {
  color: var(--primary-700)!important;
}

.header_user__dropdown a:hover path,
.header_user__dropdown a:hover stroke {
  fill: var(--primary-700);
}

.header_user__dropdown .icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  text-align: center;
}

.header_user__dropdown .img-svg {
  height: auto;
  width: auto;
}

.header_user__dropdown .img-svg path,
.header_user__dropdown .img-svg stroke {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  fill: #6b7280;
}

.header_user__ava {
  background: #fde8e8;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #111928;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  display: block;
  padding: 2px;
  line-height: 20px;
  line-height: 40px;
}

.header_search {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  max-width: 404px;
  z-index: 2;
}

.header_search,
.header_search .search-field {
  position: relative;
}

.header_search .search-trigger {
  position: absolute;
  background: url(../images/icons/search.svg) no-repeat 50%/auto;
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
}

.header_search input {
  background: var(--gray-50);
  height: 42px;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 125%;
  font-weight: 400;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  outline: none;
}

.header_search input::-webkit-input-placeholder {
  color: var(--gray-500);
}

.header_search input::-moz-placeholder {
  color: var(--gray-500);
}

.header_search input:-ms-input-placeholder {
  color: var(--gray-500);
}

.header_search input::-ms-input-placeholder {
  color: var(--gray-500);
}

.header_search input::placeholder {
  color: var(--gray-500);
}

.header_search .search-close {
  display: none;
}

.header_search .search-list {
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 1px solid var(--gray-200);
  position: absolute;
}

.header_search .search-list .img-svg {
  position: absolute;
  top: 13px;
  right: 16px;
  width: auto;
}

.header_search .search-list .img-svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header_search .search-list::-webkit-scrollbar {
  background: var(--gray-50);
  width: 3px;
  border-radius: 3px;
}

.header_search .search-list::-webkit-scrollbar-thumb {
  background: var(--primary-700);
}

.header_search .search-list .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-900);
  margin-bottom: 12px;
  margin-top: 8px;
}

.header_search .search-list a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-500);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 8px;
  padding: 8px 12px;
  background: var(--gray-50);
  display: block;
  position: relative;
  padding-right: 40px;
}

.header_search .search-list a:not(:last-of-type) {
  margin-bottom: 7px;
}

.header_search .search-list a:hover {
  color: #fff;
  background: var(--primary-700);
}

.header_search .search-list a:hover path {
  fill: #fff;
}

.header_account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-left: 7px;
}

.header_btn {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px;
  text-align: center;
  white-space: nowrap;
}

.header_btn:hover {
  background: #1e60f4!important;
  color: var(--white)!important;
}

.header_btn.logout {
  border: 1px solid var(--primary-700);
  color: var(--primary-700);
}

.header_btn.cabinet {
  background: var(--primary-700);
  color: var(--white);
}

html[direction=rtl] .header_logo {
  margin-right: 0;
  margin-left: 20px;
}

html[direction=rtl] .header_search {
  margin-left: 8px;
}

html[direction=rtl] .header_search .search-list a {
  padding-left: 40px;
  padding-right: 12px;
}

html[direction=rtl] .header_search .search-list .img-svg {
  left: 16px;
  right: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

html[direction=rtl] .header_account {
  margin-left: 0;
}

html[direction=rtl] .header_menu__wrap {
  margin-left: 0;
  margin-right: auto;
}

html[direction=rtl] .header_menu__label {
  text-align: left;
}

html[direction=rtl] .header_search .search-field:after {
  right: 31px;
  left: auto;
}

html[direction=rtl] .header_search .search-close {
  left: 28px;
  right: auto;
}

.home-layout {
  position: relative;
  z-index: 2;
  background: #f9fafb;
  padding-bottom: 40px;
}

.home-layout_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 24px;
}

.home-layout_wrap>.project_info {
  margin-top: -20px;
}

.home-layout_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

.home-layout_head__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 700;
  font-size: 30px;
  line-height: 125%;
  color: var(--gray-900);
}

.home-layout_cat {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin-top: -46px;
}

.home-layout_cat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 141px;
  min-height: 92px;
  text-align: center;
  border-radius: 8px;
  padding: 12px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  background: var(--white);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-500);
  gap: 3px;
}

.home-layout_cat a:has(p) {
  min-height: 66px;
  width: 129px;
}

.home-layout_cat a .icon {
  width: 24px;
  height: 24px;
}

.home-layout_cat a .icon .img-svg {
  width: auto;
  max-height: 100%;
}

.home-layout_cat a.active {
  background: var(--primary-700);
  color: var(--white);
}

.home-layout_cat a.active path {
  fill: var(--white);
}

.home-layout_cat a:hover:not(.active) {
  color: var(--primary-700);
}

.home-layout_cat a:hover:not(.active) path {
  fill: var(--primary-700);
}

.home-layout_cat path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  fill: var(--gray-500);
}

.home-layout_cat p {
  font-size: 14px;
  line-height: 150%;
}

.home-layout_left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 306px - 24px);
}

.home-layout_left .project_descript ol,
.home-layout_left .project_descript p,
.home-layout_left .project_descript ul {
  color: var(--gray-900);
}

.home-layout_left .project_info {
  margin-bottom: 40px;
  margin-top: 0;
}

.home-layout_right {
  width: 306px;
  min-width: 306px;
}

.home-layout .casino-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.home-layout .casino-list .casino-card {
  width: calc(33.333% - 16px);
}

.home-layout .advertising {
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.home-layout .advertising img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.home-layout .advertising:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.home-layout_bottom {
  display: none;
}

html[direction=rtl] .home-layout_cat {
  direction: rtl;
}

.pagination {
  margin-top: 40px;
  text-align: center;
}

.pagination-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  overflow: hidden;
}

.pagination .prev {
  width: 44px;
  background: url(../images/icons/chevron-l.svg) no-repeat 50%/auto;
}

.pagination .next {
  width: 44px;
  background: url(../images/icons/chevron-r.svg) no-repeat 50%/auto;
}

.pagination li:not(:last-of-type) {
  border-right: 1px solid #d1d5db;
}

.pagination a:hover {
  background-color: rgba(26,86,219,.02);
}

.pagination .page-numbers {
  font-weight: 500;
  font-size: 14px;
  color: #6b7280;
  background-color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  min-width: 33px;
  height: 33px;
  display: block;
  line-height: 31px;
}

.pagination .page-numbers.current {
  background-color: #e1effe;
}

html[direction=rtl] .pagination {
  direction: ltr;
}

.casino-card {
  border: 1px solid #257a54;
  background: var(--white);
  border-radius: 8px;
  padding: 14px 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.casino-card:hover {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  border: 1px solid #d1d5db;
}

.casino-card .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.casino-card .head .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.casino-card .head .image {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
}

.casino-card .head .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.casino-card .number {
  position: absolute;
  background: #257a54;
  border-radius: 32px;
  height: 32px;
  min-width: 32px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  right: 8px;
  top: 8px;
  line-height: 32px;
}

.casino-card .title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-900);
}

.casino-card .price {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  color: rgba(0,0,0,.88);
  margin-top: 11px;
  min-height: 48px;
  margin-bottom: 11px;
}

.casino-card .casino-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 8px;
  background: #f9fafb;
  padding: 5px 12px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 20px;
}

.casino-card .casino-code_show {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #1f2a37;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  padding: 8px 12px;
  cursor: pointer;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.casino-card .casino-code_show:hover {
  background: var(--primary-700);
  color: var(--white);
}

.casino-card .casino-code_input {
  height: 100%;
  background: transparent;
  outline: none;
  border: 0;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}

.casino-card .casino-code_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: calc(100% - 76px);
}

.casino-card .casino-code_inner:before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 14px;
  background: url(../images/icons/code.svg) no-repeat 50%/auto;
}

.casino-card .btn--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 41px;
}

.casino-card .casino-more {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #6b7280;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 12px;
  padding: 4px 0;
}

.casino-card .casino-more:hover {
  color: var(--primary-700);
}

.casino-card--bonuse {
  border-color: var(--gray-200);
  padding-bottom: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.casino-card--bonuse .wrap-btn {
  margin-top: auto;
  margin-bottom: 0;
}

.casino-card--bonuse .wrap-btn .btn--main {
  margin-bottom: 14px;
}

.casino-card--bonuse.open-more .casino-card_popup {
  pointer-events: auto;
  opacity: 1;
}

.casino-card--bonuse.open-more .casino-card_popup .inner {
  max-height: calc(100% - 22px);
}

.casino-card--bonuse.open-more .more-trigger_hide {
  display: block;
}

.casino-card--bonuse.open-more .more-trigger_view {
  display: none;
}

.casino-card--bonuse .head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0,0,0,.88);
}

.casino-card--bonuse .head .image {
  width: 68px;
  min-width: 68px;
  height: 68px;
}

.casino-card--bonuse .head .country {
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  padding: 8px;
  width: 56px;
  min-width: 56px;
  height: 44px;
  background: var(--gray-100);
  position: relative;
}

.casino-card--bonuse .head .country img {
  width: 100%;
  height: auto;
}

.casino-card--bonuse .head .country:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: -7px;
  right: -7px;
  background-color: #349f6d;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="12" height="12" viewBox="0 0 12 12" fill="%23349F6D" xmlns="http://www.w3.org/2000/svg"><path d="M4.862 9a.479.479 0 0 1-.35-.154l-2.361-2.5a.59.59 0 0 1-.009-.773.482.482 0 0 1 .353-.164.48.48 0 0 1 .356.155l2.013 2.131 4.285-4.54A.48.48 0 0 1 9.505 3c.133.002.26.061.353.165a.574.574 0 0 1 .142.389.572.572 0 0 1-.151.384L5.212 8.846a.479.479 0 0 1-.35.154z" fill="%23fff"/></svg>');
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.casino-card--bonuse .head .country.forbidden:after {
  background-size: 18px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='48' viewBox='0 0 49 48' fill='none'%3E%3Crect x='.5' width='48' height='48' rx='24' fill='%23771D1D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.231 16.469a1.6 1.6 0 0 1 0 2.262l-12.8 12.8a1.6 1.6 0 0 1-2.262 0l-6.4-6.4a1.6 1.6 0 0 1 2.262-2.262l5.269 5.268L32.969 16.47a1.6 1.6 0 0 1 2.262 0z' fill='%23F98080'/%3E%3C/svg%3E");
}

.casino-card--bonuse .head .title {
  padding-right: 0;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.casino-card--bonuse .head .text {
  width: calc(100% - 148px);
}

.casino-card--bonuse .price {
  font-size: 16px;
  text-align: center;
}

.casino-card--bonuse .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 20px;
}

.casino-card--bonuse .info_item {
  width: calc(50% - 4px);
  border-radius: 4px;
  padding: 4px;
  background: var(--gray-100);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.casino-card--bonuse .info_data {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: var(--gray-700);
}

.casino-card--bonuse .info_val {
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: rgba(0,0,0,.88);
  margin-top: 1px;
}

.casino-card--bonuse .more-trigger {
  background: var(--gray-200);
  height: 48px;
  border-top: 1px solid var(--gray-200);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--gray-500);
  margin-top: auto;
  margin-left: -20px;
  margin-right: -20px;
  cursor: pointer;
  -webkit-transition: .26s;
  -o-transition: .26s;
  transition: .26s;
}

.casino-card--bonuse .more-trigger:hover {
  color: var(--white);
  background: var(--primary-500);
}

.casino-card--bonuse .more-trigger_hide {
  display: none;
}

.casino-card--bonuse .casino-card_popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 48px;
  background: rgba(0,0,0,.3);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .24s;
  -o-transition: all .24s;
  transition: all .24s;
}

.casino-card--bonuse .casino-card_popup .inner {
  border: 1px solid var(--gray-200);
  border-radius: 12px 12px 0 0;
  background: var(--gray-100);
  padding: 20px 20px 14px;
  max-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: .26s;
  -o-transition: .26s;
  transition: .26s;
}

.casino-card--bonuse .casino-card_popup .inner::-webkit-scrollbar {
  width: 3px;
  background: var(--gray-100);
}

.casino-card--bonuse .casino-card_popup .inner::-webkit-scrollbar-thumb {
  background: var(--primary-500);
  border-radius: 3px;
}

.casino-card--bonuse .casino-card_popup .casino-code {
  background: var(--white);
  padding: 11px 12px;
}

.casino-card--bonuse .casino-card_popup .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border-radius: 4px;
  padding: 7px 12px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 100%;
}

.casino-card--bonuse .casino-card_popup .row .data {
  font-weight: 500;
  color: var(--orange-500);
}

.casino-card--bonuse .casino-card_popup .row .value {
  color: rgba(0,0,0,.88);
  font-weight: 600;
}

html[direction=rtl] .casino-card {
  direction: rtl;
}

html[direction=rtl] .casino-card .reviews .inner {
  padding-left: 0;
  padding-right: 8px;
}

.popular {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  background: #fff;
  padding: 20px;
  margin-bottom: 24px;
}

.popular .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #111928;
  margin-bottom: 20px;
}

.popular_item,
.popular_list li {
  padding-bottom: 8px;
}

.popular_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e5e7eb;
  -webkit-transition: border-bottom .3s;
  -o-transition: border-bottom .3s;
  transition: border-bottom .3s;
}

.popular_item:hover {
  border-color: var(--primary-700);
}

.popular_item:hover .popular_title {
  color: var(--primary-700);
}

.popular_item .image {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}

.popular_item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular_item .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.popular_item .text span {
  display: block;
}

.popular_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  color: rgba(0,0,0,.88);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.popular_reviews {
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.footer {
  padding: 40px 0;
  background: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
}

.footer_info {
  color: rgba(0,0,0,.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}

.footer_info p {
  margin-bottom: 4px;
}

.footer_btn {
  color: #374151;
  font-size: 14px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  height: 45px;
  padding: 5px 16px;
  background: #f3f4f6;
  -webkit-transition: .22s;
  -o-transition: .22s;
  transition: .22s;
}

.footer_btn img {
  width: 20px;
}

.footer_btn:hover {
  background: #e5e7eb;
}

.footer_btn:active {
  background: #f9fafb;
}

.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px 32px;
  margin: 24px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_menu a {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: #6b7280;
  -webkit-transition: .22s;
  -o-transition: .22s;
  transition: .22s;
  white-space: nowrap;
}

.footer_menu a:hover {
  color: var(--primary-700);
}

.footer_menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  gap: 0 32px;
}

.footer_menu li:not(:last-of-type):after {
  width: 4px;
  height: 4px;
  content: "";
  background: #9ca3af;
  border-radius: 50%;
}

.footer_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.footer_icons li {
  height: 40px;
}

.footer_icons li img {
  height: 100%;
  width: auto;
}

html[direction=rtl] .footer {
  direction: ltr;
}

html[direction=rtl] .footer_info {
  direction: rtl;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(17,25,40,.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 12px;
}

.modal.open {
  opacity: 1;
  pointer-events: auto;
  z-index: 999;
}

.modal#modal-coupon .modal_title {
  text-align: center;
  margin-top: 52px;
  max-width: 269px;
}

.modal#modal-coupon .modal_prompt:before {
  content: "?";
  width: 12px;
  height: 12px;
  border: 1px solid var(--gray-400);
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  line-height: 12px;
}

.modal_window {
  background: var(--white);
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  max-width: 416px;
  position: relative;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal_notification {
  position: absolute;
  top: 20px;
  right: 70px;
  border-radius: 6px;
  padding: 12px;
  min-width: 320px;
  max-width: 420px;
  min-height: 56px;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.1);
  background: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-500);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-right: 36px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.modal_notification.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.modal_notification:before {
  content: "";
  width: 32px;
  min-width: 32px;
  height: 32px;
}

.modal_notification.success:before {
  background: url(../images/icons/success.svg) no-repeat 50%/auto;
}

.modal_notification.error:before {
  background: url(../images/icons/error.svg) no-repeat 50%/auto;
}

.modal_notification .close {
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
}

.modal_close,
.modal_notification .close {
  cursor: pointer;
  position: absolute;
  background: url(../images/icons/close.svg) no-repeat 50%/auto;
}

.modal_close {
  width: 32px;
  height: 32px;
  z-index: 1;
  top: 20px;
  right: 20px;
}

.modal .btn--main {
  height: 41px;
  font-size: 14px;
  width: 100%;
  margin-top: 20px;
}

.modal_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: var(--gray-900);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.modal_prompt {
  font-weight: 400;
  font-size: 12px;
}

.modal_prompt,
.modal_text {
  line-height: 150%;
  color: var(--gray-500);
}

.modal_text {
  font-weight: 500;
  font-size: 14px;
}

.modal_text.light {
  font-weight: 400;
  margin-bottom: 12px;
}

.modal_text .btn--modal {
  cursor: pointer;
  display: inline-block;
}

.modal_text .btn--modal,
.modal_text a {
  color: var(--primary-500);
}

.modal_form {
  border-top: 1px solid #e5e7eb;
  margin-top: 12px;
  padding-top: 20px;
}

.modal_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal_option .btn--modal {
  font-weight: 400;
  color: var(--primary-600);
  display: inline-block;
}

.modal .accept,
.modal_option .btn--modal {
  font-size: 14px;
  line-height: 150%;
  cursor: pointer;
}

.modal .accept {
  font-weight: 500;
  color: var(--gray-900);
  position: relative;
  padding-left: 28px;
  display: block;
}

.modal .accept .check {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  background: var(--gray-50);
  border: 1px solid var(--gray-300);
  border-radius: 4px;
  padding: 4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 3px;
  left: 0;
}

.modal .accept input {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -99;
  opacity: 0;
  pointer-events: none;
}

.modal .accept input:checked+.check {
  border-color: var(--primary-700);
  background-color: var(--primary-700);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M6.5 10.78L3.72 8l-.947.94L6.5 12.667l8-8-.94-.94L6.5 10.78z" fill="%23fff"/></svg>');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.modal .accept input:checked+.check:before {
  opacity: 1;
}

.modal .accept a {
  color: var(--primary-500);
}

.modal .accept.error .check {
  border-color: red;
}

.modal_field {
  margin-bottom: 12px;
}

.modal_field .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-900);
  margin-bottom: 7px;
}

.modal_field input {
  background: var(--gray-50);
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  padding: 5px 12px;
  height: 42px;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.modal_field input.error {
  border-color: red;
  color: red;
}

.modal_field input::-webkit-input-placeholder {
  color: var(--gray-500);
}

.modal_field input::-moz-placeholder {
  color: var(--gray-500);
}

.modal_field input:-ms-input-placeholder {
  color: var(--gray-500);
}

.modal_field input::-ms-input-placeholder {
  color: var(--gray-500);
}

.modal_field input::placeholder {
  color: var(--gray-500);
}

.modal_field.field-password {
  position: relative;
}

.modal_field.field-password input {
  padding-right: 40px;
}

.modal_field.field-password .view-pass {
  position: absolute;
  cursor: pointer;
  top: 40px;
  right: 19px;
}

.modal_field.field-password .view-pass .img-svg {
  width: 18px;
  height: 18px;
}

.modal_field.field-password .view-pass path {
  stroke: #9ca3af;
  fill: #9ca3af;
}

.modal_field.field-password .view-pass.active path {
  fill: var(--primary-700);
  stroke: var(--primary-700);
}

.modal .coupon {
  background: var(--gray-50);
  border-radius: 8px;
  padding: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 12px 0;
  min-height: 61px;
}

.modal .coupon,
.modal .coupon_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.modal .coupon_copy {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-800);
  cursor: pointer;
  height: 37px;
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid var(--gray-200);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modal .coupon_copy:active {
  border-color: var(--primary-700);
}

.modal .coupon_copy:before {
  content: "";
  background: url(../images/icons/file-copy.svg) no-repeat 50%/auto;
  width: 16px;
  height: 17px;
}

.modal .coupon_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-900);
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
}

.modal .coupon_text:before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 14px;
  background: url(../images/icons/code.svg) no-repeat 50%/auto;
}

.modal#modal-lang .modal_title {
  text-align: center;
  margin-top: 44px;
}

.modal_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 10px;
  margin: 40px auto 20px;
  max-width: 280px;
}

.modal_lang li {
  width: calc(50% - 5px);
}

.modal_lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.modal_lang a:hover .lang {
  color: var(--primary-700);
}

.modal_lang a:hover .flag {
  border-color: var(--primary-700);
  background: rgba(26,86,219,.15);
}

.modal_lang .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #000;
}

.modal_lang .country {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  display: block;
}

.modal_lang .lang {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.modal_lang .flag {
  border-radius: 4px;
  padding: 8px;
  width: 56px;
  min-width: 56px;
  height: 44px;
  background: #e5e7eb;
  border: 1px solid #dbdde1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.modal_lang .flag img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 3px;
}

.modal#modal-confirmation {
  text-align: center;
}

.modal#modal-confirmation .modal_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.modal#modal-confirmation .modal_btns .btn,
.modal#modal-confirmation .modal_btns .project_head .options .write-review,
.project_head .options .modal#modal-confirmation .modal_btns .write-review {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
  padding: 10px 2px;
  font-size: 14px;
}

html[direction=rtl] .modal {
  text-align: right;
}

html[direction=rtl] .modal .modal_title {
  margin-right: 0;
  text-align: right;
}

html[direction=rtl] .modal_close {
  right: auto;
  left: 20px;
}

html[direction=rtl] .modal_option .accept {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

html[direction=rtl] .modal#modal-coupon .modal_title {
  margin-right: 0;
  text-align: right;
}

html[direction=rtl] .modal#modal-coupon .modal_prompt:before {
  margin-right: 0;
  margin-left: 8px;
}

html[direction=rtl] .modal .accept {
  margin-right: 22px;
  padding-right: 30px;
  padding-left: 0;
}

html[direction=rtl] .modal .accept .check {
  left: auto;
  right: 0;
}

html[direction=rtl] .modal_field.field-password input {
  padding-left: 40px;
  padding-right: 12px;
}

html[direction=rtl] .modal_field.field-password .view-pass {
  right: auto;
  left: 19px;
}

html[direction=rtl] .modal_notification {
  padding-right: 12px;
  padding-left: 44px;
}

html[direction=rtl] .modal_notification .close {
  right: auto;
  left: 14px;
}

.page-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 50vw;
  max-height: 532px;
}

.page-banner-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0 -92px 53px 80px #4f2e05;
  box-shadow: inset 0 -92px 53px 80px #4f2e05;
  border-radius: 0 0 20% 20%;
  background: -o-linear-gradient(90deg,rgba(63,36,25,0) .43%,#3f2419 10.09%,rgba(63,36,25,.5) 39.24%,rgba(63,36,25,.3) 74.74%);
  background: linear-gradient(1turn,rgba(63,36,25,0) .43%,#3f2419 10.09%,rgba(63,36,25,.5) 39.24%,rgba(63,36,25,.3) 74.74%);
}

.page-banner-bg .bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.page-banner-bg .container-small {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.page-banner-bg .container-small>div {
  position: absolute;
  bottom: 7%;
}

.page-banner-bg .container-small>div img {
  width: 100%;
  height: auto;
  display: block;
}

.page-banner-bg .container-small>div.left-img {
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-banner-bg .container-small>div.right-img {
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.page-banner-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page-banner-content .container-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 90px;
  margin-bottom: -47px;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.page-banner-content .center {
  text-align: center;
  margin-top: 24px;
}

.page-banner-content .center_logo {
  position: relative;
  width: 95px;
  margin: 0 auto;
}

.page-banner-content .center_logo img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.page-banner-content .center_logo:before {
  content: "";
  position: absolute;
  background: url(../images/lights.png) no-repeat 50%/contain;
  width: 300%;
  height: 300%;
  top: 0;
  left: 0;
  -webkit-transform: translate(-33%,-33%);
  -ms-transform: translate(-33%,-33%);
  transform: translate(-33%,-33%);
}

.page-banner-content .center_modal {
  background: #7b542e;
  border: 1.51px solid #411c00;
  border-radius: 6px;
  padding: 15px 10px;
  font-weight: 900;
  width: 100%;
  width: 301px;
  position: relative;
  margin-top: 14px;
  z-index: 1;
}

.page-banner-content .center_modal .title {
  color: #faf3c1;
  font-size: 18px;
  line-height: 150%;
  text-shadow: 0 2px 2px #4c011f;
}

.page-banner-content .center_modal .title span {
  font-size: 28px;
  color: #ff4d4f;
}

.page-banner-content .center_modal .btn--banner {
  width: 100%;
  margin-top: 10px;
}

.page-banner-content .left img,
.page-banner-content .right img {
  height: auto;
}

.page-banner-content .right {
  margin-left: 30px;
}

html[direction=rtl] .page-banner-content {
  direction: ltr;
}

html[direction=rtl] .page-banner-content .center {
  direction: rtl;
}

.breadcrumbs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px 10px;
  width: 100%;
}

.breadcrumbs,
.breadcrumbs_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs_item {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-700);
}

.breadcrumbs_item:first-of-type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs_item:first-of-type a:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 10px;
  background: url(../images/icons/home.svg) no-repeat 50%/auto;
}

.breadcrumbs_item a {
  -webkit-transition: .26s;
  -o-transition: .26s;
  transition: .26s;
}

.breadcrumbs_item a:hover {
  opacity: .78;
}

.breadcrumbs_item:last-of-type {
  color: var(--gray-500);
  pointer-events: none;
}

.breadcrumbs_item:not(:last-of-type):after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/icons/chevron-r.svg) no-repeat 50%/auto;
  display: inline-block;
  margin-left: 10px;
}

html[direction=rtl] .breadcrumbs_item:first-of-type a:before {
  margin-right: 0;
  margin-left: 10px;
}

html[direction=rtl] .breadcrumbs_item:not(:last-of-type):after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}

.project_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 19px;
  margin: 40px 0;
}

.project_head .image {
  width: 144px;
  min-width: 144px;
  height: 144px;
  border-radius: 4px;
  overflow: hidden;
}

.project_head .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.project_head .info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.project_head .info>.title {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: var(--gray-900);
  margin: 8px 0;
}

.project_head .reviews {
  margin-top: 0;
}

.project_head .reviews .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-900);
}

.project_head .options {
  width: 210px;
  min-width: 210px;
  text-align: center;
  margin-top: 8px;
}

.project_head .options .btn,
.project_head .options .write-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  height: 40px;
}

.project_head .options .write-review {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: var(--primary-700);
  padding: 4px;
  -webkit-transition: .24s;
  -o-transition: .24s;
  transition: .24s;
  border: 1px solid var(--primary-700);
  height: 40px;
  letter-spacing: 0;
}

.project_head .options .write-review:hover {
  color: var(--primary-500);
}

.project_info {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-500);
  margin-top: 9px;
}

.project_info a {
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--primary-700);
}

.project .article_autor {
  margin-bottom: 0;
}

.project_character,
.project table {
  margin-bottom: 40px;
  display: block;
  overflow: visible;
}

.project_character tbody,
.project table tbody {
  display: block;
  width: 100%;
}

.project_character td,
.project_character th,
.project table td,
.project table th {
  border: none!important;
}

.project_character .row,
.project_character tr,
.project table .row,
.project table tr {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.project_character .row:not(:last-of-type),
.project_character tr:not(:last-of-type),
.project table .row:not(:last-of-type),
.project table tr:not(:last-of-type) {
  border-bottom: 1px solid var(--gray-200);
}

.project_character .name,
.project_character th,
.project table .name,
.project table th {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-900);
  padding: 12px;
  width: 220px;
  min-width: 220px;
  min-height: 45px;
  background: var(--gray-50);
  text-align: left;
}

.project_character .values,
.project_character td,
.project table .values,
.project table td {
  padding: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.project_character .tags,
.project table .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.project_character .tags li,
.project table .tags li {
  background: var(--gray-100);
  border-radius: 6px;
  padding: 2px 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: var(--gray-900);
  list-style: none;
}

.project_character .tags li a,
.project table .tags li a {
  -webkit-transition: .24s;
  -o-transition: .24s;
  transition: .24s;
}

.project_character .tags li a:hover,
.project table .tags li a:hover {
  text-decoration: none;
  background: #1e60f4!important;
  color: var(--white)!important;
}

.project_character .languages,
.project table .languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  list-style: none;
  padding: 0;
}

.project_character .languages_item,
.project table .languages_item {
  width: 19px;
  position: relative;
  margin: 0;
}

.project_character .languages_item:hover,
.project table .languages_item:hover {
  z-index: 1;
}

.project_character .languages_item:hover .tooltip,
.project table .languages_item:hover .tooltip {
  opacity: 1;
}

.project_character .languages_item img,
.project table .languages_item img {
  width: 100%;
  height: auto;
  display: block;
}

.project_character .languages_item .tooltip,
.project table .languages_item .tooltip {
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  background: var(--gray-800);
  border-radius: 4px;
  padding: 6px 12px;
  bottom: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  pointer-events: none;
}

.project_character .languages_item .tooltip:before,
.project table .languages_item .tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--gray-800);
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.project table.project_character {
  overflow: hidden;
}

.project table.project_character td,
.project table.project_character th {
  border: 0!important;
}

.project table.project_character tr:not(:last-of-type) th {
  background: var(--gray-50);
}

.project table.project_character tr:not(:last-of-type) td {
  background: transparent;
}

.project_title {
  font-weight: 700;
  line-height: 125%;
  color: var(--gray-900);
}

.project_title .count {
  color: var(--gray-500);
}

.project_descript {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 40px;
}

.project_descript .project_title {
  margin-bottom: 20px;
}

.project_descript h2,
.project_descript h3,
.project_descript h4,
.project_descript h5,
.project_descript h6 {
  color: var(--gray-900);
  margin-top: 24px;
}

.project_descript h2 {
  font-size: 30px;
}

.project_descript h3 {
  font-size: 27px;
}

.project_descript h4 {
  font-size: 26px;
}

.project_descript h5 {
  font-size: 24px;
}

.project_descript h6 {
  font-size: 22px;
}

.project_descript figure.wp-block-table {
  margin: 26px 0;
}

.project_descript figure.wp-block-table table {
  margin: 0!important;
}

.project_descript figure:has(img) {
  margin: 26px 0;
}

.project_descript figure img {
  width: 100%;
}

.project_descript figure.alignleft {
  float: left;
  max-width: 50%;
  margin-right: 16px;
  width: auto;
}

.project_descript figure.alignright {
  float: right;
  max-width: 50%;
  margin-left: 16px;
  width: auto;
}

.project_descript figure.aligncenter {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.project_descript a:not(.btn) {
  color: #1a56db;
  text-decoration: none;
  -webkit-transition: color .3s ease,-webkit-text-decoration .3s ease;
  transition: color .3s ease,-webkit-text-decoration .3s ease;
  -o-transition: color .3s ease,text-decoration .3s ease;
  transition: color .3s ease,text-decoration .3s ease;
  transition: color .3s ease,text-decoration .3s ease,-webkit-text-decoration .3s ease;
}

.project_descript a:not(.btn)[target=_blank]:after {
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  margin-left: 2px;
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" viewBox="0 0 24 24" fill="none"><path d="M13.167 5H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-7.167M15.5 5H19m0 0v3.5M19 5l-9.333 9.333" stroke="%231a56db" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 50%/19px;
}

.project_descript a:not(.btn):hover {
  color: #005bb5!important;
  text-decoration: underline;
}

.project_descript a:not(.btn):hover[target=_blank]:after {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" viewBox="0 0 24 24" fill="none"><path d="M13.167 5H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-7.167M15.5 5H19m0 0v3.5M19 5l-9.333 9.333" stroke="%23005bb5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 50%/19px!important;
}

.project_descript a:not(.btn):active {
  color: #ff4500;
}

.project_descript a:not(.btn):active[target=_blank]:after {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" viewBox="0 0 24 24" fill="none"><path d="M13.167 5H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-7.167M15.5 5H19m0 0v3.5M19 5l-9.333 9.333" stroke="%23ff4500" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 50%/19px;
}

.project_descript a:not(.btn):visited {
  color: #551a8b;
}

.project_descript a:not(.btn):visited[target=_blank]:after {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" viewBox="0 0 24 24" fill="none"><path d="M13.167 5H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-7.167M15.5 5H19m0 0v3.5M19 5l-9.333 9.333" stroke="%23551a8b" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 50%/19px;
}

.project_descript a:not(.btn).important {
  font-weight: 700;
  color: #d9534f;
}

.project_descript a:not(.btn).important:hover {
  color: #c9302c!important;
  text-decoration: underline;
}

.project_descript a:not(.btn).btn-link {
  display: inline-block;
  padding: 8px 12px;
  background-color: #0073e6;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
}

.project_descript a:not(.btn).btn-link:hover {
  background-color: #005bb5;
}

.project_descript table:not(.project_character) {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.project_descript table:not(.project_character) th {
  background: #76a9fa;
  color: var(--gray-900);
}

.project_descript table:not(.project_character) tbody {
  display: table-row-group;
}

.project_descript table:not(.project_character) th {
  width: auto;
  min-width: auto;
}

.project_descript table:not(.project_character) td,
.project_descript table:not(.project_character) th {
  border: 1px solid!important;
}

.project_descript table:not(.project_character) tr {
  display: table-row!important;
}

.project_descript p:not(:first-of-type) {
  margin-top: 26px;
}

.project_descript p:has(.alignleft) {
  float: left;
  max-width: 50%;
  margin-right: 16px;
}

.project_descript p:has(.alignleft) img {
  width: 100%;
}

.project_descript p:has(.alignright) {
  float: right;
  max-width: 50%;
  margin-left: 16px;
}

.project_descript p:has(.alignright) img {
  width: 100%;
}

.project_descript p:has(.aligncenter) {
  float: center;
  max-width: none;
  text-align: center;
}

.project_descript p:has(.aligncenter) img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.project_descript p .alignnone {
  width: 100%;
  height: auto;
}

.project_descript p a {
  color: #0073e6;
  font-weight: 600;
}

.project_descript li {
  margin-top: 20px;
}

.project_descript ul {
  list-style: disc;
  padding-left: 40px;
}

.project_descript ol {
  list-style: auto;
  padding-left: 40px;
}

.project_faq {
  margin-bottom: 40px;
}

.project_reviews {
  position: relative;
  margin-top: 40px;
}

.project_reviews>.btn--main {
  position: absolute;
  top: -5px;
  right: 0;
}

.project_reviews .reviews-empty {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  color: #6b7280;
  padding: 20px 0;
  margin-top: 20px;
}

.project_reviews .reviews-empty:before {
  content: "!";
  width: 35px;
  height: 35px;
  background: #9ca3af;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 15px;
}

.project .message {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--gray-500);
  margin-bottom: 12px;
}

.project_comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.project_comparison__item {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project_comparison__item.cons .head {
  background: var(--red-100);
  border-color: var(--red-300);
  color: var(--red-500);
}

.project_comparison__item.cons .body {
  background: var(--red-50);
  border-color: var(--red-300);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.project_comparison__item.cons .item:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' rx='12' fill='%23E02424'/%3E%3Cpath d='M17.25 12H6.75z' fill='%23E02424'/%3E%3Cpath d='M17.25 12H6.75' stroke='%23FDF2F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%/auto;
}

.project_comparison__item.pros .head {
  background: var(--green-100);
  border-color: var(--green-300);
  color: var(--green-500);
}

.project_comparison__item.pros .body {
  background: var(--green-50);
  border-color: var(--green-300);
}

.project_comparison__item.pros .item:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' rx='12' fill='%230E9F6E'/%3E%3Cpath d='M12 12H6.75z' fill='%230E9F6E'/%3E%3Cpath d='M12 6.75V12m0 0v5.25M12 12h5.25M12 12H6.75' stroke='%23F3FAF7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%/auto;
}

.project_comparison .head {
  border-radius: 8px 8px 0 0;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  padding: 24px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
}

.project_comparison .body {
  border-radius: 0 0 8px 8px;
  padding: 24px;
  border: 1px solid;
}

.project_comparison .item {
  position: relative;
  padding-left: 36px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--gray-900);
}

.project_comparison .item:not(:last-of-type) {
  margin-bottom: 12px;
}

.project_comparison .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

html[direction=rtl] .review_item__head .name,
html[direction=rtl] .review_item__reaction button svg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

html[direction=rtl] .review_reply__field .btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog {
  margin-top: 24px;
}

.blog_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.blog .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
}

.blog .back-page {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #1f2a37;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: .24s;
  -o-transition: .24s;
  transition: .24s;
}

.blog .back-page:hover {
  border-color: var(--primary-700);
}

.blog .back-page:before {
  content: "";
  background: url(../images/icons/back.svg) no-repeat 50%/auto;
  width: 15px;
  height: 12px;
}

.blog_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 22px;
  margin-top: 24px;
}

.blog_item {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.1);
  border-radius: 8px;
  overflow: hidden;
  width: calc(50% - 11px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog_image {
  display: block;
  height: 140px;
  overflow: hidden;
}

.blog_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .24s;
  -o-transition: .24s;
  transition: .24s;
}

.blog_image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  color: #111928;
  margin-bottom: 8px;
  -webkit-transition: .24s;
  -o-transition: .24s;
  transition: .24s;
}

.blog_title:hover {
  color: var(--primary-700);
}

.blog_descript {
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.blog_text {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.blog_link {
  color: #1a56db;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 0;
}

.blog_link:after {
  content: "";
  background: url(../images/icons/arrow-right-outline.svg) no-repeat 50%/auto;
  width: 17px;
  height: 16px;
  -webkit-transition: .24s;
  -o-transition: .24s;
  transition: .24s;
}

.blog_link:hover:after {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

html[direction=rtl] .blog_link:after {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

html[direction=rtl] .blog .back-page:before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.article {
  margin-top: 40px;
  margin-bottom: 40px;
}

.article h1,
.article h2 {
  font-size: 30px;
  color: #111928;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 20px;
}

.article h3 {
  font-size: 27px;
}

.article h4 {
  font-size: 26px;
}

.article h5 {
  font-size: 24px;
}

.article h6 {
  font-size: 22px;
}

.article img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 40px 0 20px;
}

.article ol,
.article p,
.article ul {
  margin-bottom: 24px;
  color: #111928;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.article ul {
  list-style: disc;
  padding-left: 40px;
}

.article li {
  margin-top: 5px;
}

.article ol {
  list-style: decimal;
  padding-left: 40px;
}

.article_autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 40px 0;
}

.article_autor__photo {
  width: 90px;
  min-width: 90px;
  height: 90px;
}

.article_autor__photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  border-radius: 0;
}

.article_autor__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
}

.article_autor__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: rgba(0,0,0,.88);
}

.article_autor__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #1f1f1f;
}

.article_autor__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-500);
}

.article_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0;
}

.article_info p {
  margin: 0!important;
}

.article_info__autor,
.article_info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-500);
}

.article_info__autor a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--primary-700);
}

.article_info__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.article_info__share a {
  height: 24px;
  width: 24px;
  min-width: 24px;
}

.article_info__share a img {
  margin: 0;
  height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.article_table-player {
  margin-bottom: 48px;
  width: 100%;
}

.article_table-player tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.article_table-player tr:not(:last-of-type) {
  border-bottom: 1px solid var(--gray-200);
}

.article_table-player th {
  padding: 12px;
  text-align: left;
}

.article_table-player th:first-of-type {
  background: var(--gray-50);
  width: 260px;
  min-width: 260px;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--gray-500);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.article_table-player th:first-of-type img {
  height: 24px;
  width: auto;
  margin: 0;
}

.article_table-player td {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-900);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 12px;
}

.article blockquote {
  background: var(--gray-200);
  border-radius: 8px;
  padding: 12px 20px;
  margin: 40px 0;
}

.article blockquote:before {
  content: "";
  background: url('data:image/svg+xml;charset=utf-8,<svg width="32" height="24" viewBox="0 0 32 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.69 24v-9.855C18.69 6.54 23.663 1.385 30.666 0l1.326 2.868c-3.242 1.223-5.326 4.85-5.326 7.799H32V24H18.69zM0 24v-9.855C0 6.54 4.997 1.384 12 0l1.328 2.868C10.084 4.091 8 7.718 8 10.667h5.31V24H0z" fill="%239CA3AF"/></svg>') no-repeat 50%/auto;
  width: 32px;
  height: 24px;
  display: block;
  margin-bottom: 14px;
}

.article blockquote p {
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 162%;
  color: var(--gray-900);
}

.article blockquote footer {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  color: var(--gray-900);
  margin-top: 20px;
}

html[direction=rtl] .article ol,
html[direction=rtl] .article ul {
  padding-left: 0;
  padding-right: 40px;
}

.review {
  margin-top: 28px;
}

.review_item {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  margin-bottom: 20px;
  position: relative;
}

.review_item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.review_item__head .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  gap: 8px;
}

.review_item__head .name-review {
  color: rgba(0,0,0,.88);
  font-weight: 700;
}

.review_item__head .date {
  color: rgba(0,0,0,.45);
}

.review_item__head .rating {
  margin-top: 10px;
}

.review_item .avatar {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #111928;
  font-size: 16px;
  font-weight: 500;
  background: #fde8e8;
  text-transform: uppercase;
}

.review_item__remove {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 22px;
}

.review_item__remove svg {
  width: 100%;
  height: auto;
}

.review_item__remove path {
  fill: #6b7280;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.review_item__remove:hover path {
  fill: var(--gray-900);
}

.review_item__text {
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}

.review_item__reaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  font-size: 16px;
  color: #6b7280;
  font-weight: 500;
  line-height: 16px;
}

.review_item__reaction button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: none;
}

.review_item__reaction button.user-liked {
  color: var(--primary-700);
}

.review_item__reaction button.user-liked .img-svg path {
  fill: var(--primary-700);
}

.review_reply {
  padding-left: 23px;
}

.review_reply .review_item .avatar {
  background: #d5f5f6;
}

.review_reply__field {
  margin-bottom: 20px;
  display: none;
}

.review_reply__field textarea {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background: #f9fafb;
  border: 1px solid #d1d5db;
  outline: none;
  resize: none;
  height: 100px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}

.review_reply__field textarea::-webkit-input-placeholder {
  color: #6b7280;
}

.review_reply__field textarea::-moz-placeholder {
  color: #6b7280;
}

.review_reply__field textarea:-ms-input-placeholder {
  color: #6b7280;
}

.review_reply__field textarea::-ms-input-placeholder {
  color: #6b7280;
}

.review_reply__field textarea::placeholder {
  color: #6b7280;
}

.review .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.review .btn--replpy-cancel {
  border: 1px solid #e5e7eb;
  -webkit-transition: .24s;
  -o-transition: .24s;
  transition: .24s;
}

.review .btn--replpy-cancel:hover {
  border-color: #1e60f4;
}

.review_add {
  border-radius: 8px;
  background: #f3f4f6;
  padding: 20px;
}

.review_add .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  color: #111928;
  margin-bottom: 24px;
}

.review_add .wrap-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review_add .rating-result {
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
  color: rgba(0,0,0,.88);
}

.review_add input[type=text],
.review_add textarea {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background: #f9fafb;
  border: 1px solid #d1d5db;
  outline: none;
  resize: none;
  height: 150px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}

.review_add input[type=text]::-webkit-input-placeholder,
.review_add textarea::-webkit-input-placeholder {
  color: #6b7280;
}

.review_add input[type=text]::-moz-placeholder,
.review_add textarea::-moz-placeholder {
  color: #6b7280;
}

.review_add input[type=text]:-ms-input-placeholder,
.review_add textarea:-ms-input-placeholder {
  color: #6b7280;
}

.review_add input[type=text]::-ms-input-placeholder,
.review_add textarea::-ms-input-placeholder {
  color: #6b7280;
}

.review_add input[type=text]::placeholder,
.review_add textarea::placeholder {
  color: #6b7280;
}

.review_add input[type=text] {
  height: auto;
  padding: 10px 12px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rating--published {
  gap: 13px;
  --rating-width: 0%;
  position: relative;
}

.rating--published .img-svg {
  width: 15px;
  height: 15px;
}

.rating--published .img-svg path {
  fill: #faca15;
}

.rating--published:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(var(--rating-width) - 3px);
  height: 100%;
  z-index: 1;
  pointer-events: none;
  -webkit-backdrop-filter: grayscale(1);
  backdrop-filter: grayscale(1);
}

.rating--add {
  gap: 16px;
}

.rating--add .img-svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.rating--add[data-rating="1"] .img-svg:first-child path,
.rating--add[data-rating="2"] .img-svg:nth-child(-n+2) path,
.rating--add[data-rating="3"] .img-svg:nth-child(-n+3) path,
.rating--add[data-rating="4"] .img-svg:nth-child(-n+4) path,
.rating--add[data-rating="5"] .img-svg:nth-child(-n+5) path {
  fill: #faca15;
}

.banner-page {
  background: var(--gray-800);
  border-radius: 16px;
  padding: 20px;
  position: relative;
  padding-right: 555px;
}

.banner-page_img {
  position: absolute;
  width: 295px;
  height: 295px;
  right: 80px;
  bottom: -8px;
}

.banner-page_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.banner-page_title {
  font-weight: 700;
  font-size: 30px;
  line-height: 125%;
  color: var(--white);
}

.banner-page p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-200);
  margin-top: 12px;
}

.select {
  position: relative;
}

.select.filter .select_title:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.686 4.455l5.444 7.181v3.637L11.87 18v-6.364l5.444-7.181a.897.897 0 0 0-.257-1.32.946.946 0 0 0-.49-.135H3.433a.946.946 0 0 0-.49.134.917.917 0 0 0-.344.367.892.892 0 0 0 .087.954z' fill='%231F2A37'/%3E%3C/svg%3E") no-repeat 50%/auto;
}

.select.filter li {
  margin: 9px 0;
}

.select.sort .select_title:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 9.875H5a.559.559 0 0 0-.442.244.991.991 0 0 0-.183.59c0 .22.066.432.183.589a.559.559 0 0 0 .442.244h10a.559.559 0 0 0 .442-.244.991.991 0 0 0 .183-.59.99.99 0 0 0-.183-.589.559.559 0 0 0-.442-.244zM18.125 6.125H1.875a.559.559 0 0 0-.442.244.991.991 0 0 0-.183.59c0 .22.066.432.183.589a.559.559 0 0 0 .442.244h16.25a.559.559 0 0 0 .442-.244.99.99 0 0 0 .183-.59.99.99 0 0 0-.183-.589.559.559 0 0 0-.442-.244zM11.875 13.625h-3.75a.559.559 0 0 0-.442.244.991.991 0 0 0-.183.59c0 .22.066.432.183.589a.559.559 0 0 0 .442.244h3.75a.559.559 0 0 0 .442-.244.991.991 0 0 0 .183-.59.99.99 0 0 0-.183-.589.559.559 0 0 0-.442-.244z' fill='%231F2A37'/%3E%3C/svg%3E") no-repeat 50%/auto;
}

.select.sort li {
  margin: 12px 0;
}

.select.open {
  z-index: 2;
}

.select.open .select_list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.select.open .select_title:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.select_title {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-800);
  position: relative;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 9px 20px;
  min-width: 224px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select_title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.select_title:after {
  content: "";
  background: url(../images/icons/chevron-t.svg) no-repeat 50%/12px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  -webkit-transition: .22s;
  -o-transition: .22s;
  transition: .22s;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.select_list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  border-radius: 8px;
  padding: 12px;
  max-height: 600px;
  overflow-y: auto;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: .26s;
  -o-transition: .26s;
  transition: .26s;
  margin-top: 6px;
}

.select .title {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: var(--gray-500);
}

.select .title:not(:first-of-type) {
  margin-top: 5px;
}

.select ul {
  padding: 3px 0;
}

.select button {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: var(--gray-900);
  position: relative;
  padding: 2.5px 0;
  border: 0;
  padding-left: 26px;
  -webkit-transition: all .22s;
  -o-transition: all .22s;
  transition: all .22s;
  background: none;
  outline: none;
}

.select button.active {
  color: var(--primary-500);
}

.select button.active:before {
  border-width: 5px;
  border-color: var(--primary-500);
  background: var(--white);
}

.select button:hover {
  color: var(--primary-500);
}

.select button:hover:before {
  border-color: var(--primary-500);
}

.select button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid var(--gray-300);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: var(--gray-50);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  will-change: transform;
}

.select_clear {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: var(--gray-500);
  cursor: pointer;
  -webkit-transition: .22s;
  -o-transition: .22s;
  transition: .22s;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 10px auto 0;
  padding: 4px;
}

.select_clear:hover {
  color: var(--primary-500);
}

.chart-arrow {
  position: relative;
  width: 64px;
  height: 34px;
  background: url(../images/popularity.svg) no-repeat 50%/contain;
}

.chart-arrow:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 26px;
  bottom: 4px;
  left: calc(50% - 5px);
  background: #000;
  -webkit-clip-path: polygon(51% 0,100% 27%,71% 27%,72% 100%,32% 100%,31% 28%,0 27%);
  clip-path: polygon(51% 0,100% 27%,71% 27%,72% 100%,32% 100%,31% 28%,0 27%);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.chart-arrow:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  left: calc(50% - 2px);
  bottom: 2px;
}

.bonus-card {
  width: calc(33.333% - 16px);
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.1);
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 14px 20px;
}

.bonus-card .image {
  text-align: center;
  height: 124px;
  margin-bottom: 11px;
}

.bonus-card .image img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bonus-card .btn,
.bonus-card .project_head .options .write-review,
.project_head .options .bonus-card .write-review {
  width: 100%;
  height: 41px;
}

.bonus-card_list {
  margin-top: 11px;
}

.bonus-card_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  background: var(--gray-100);
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
}

.bonus-card_item:not(:last-of-type) {
  margin-bottom: 4px;
}

.bonus-card_val {
  font-family: Inter,sans-serif;
  font-weight: 500;
  line-height: 100%;
  color: var(--gray-700);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bonus-card_data {
  font-family: Inter,sans-serif;
  font-weight: 700;
  line-height: 150%;
  color: rgba(0,0,0,.88);
}

.tags {
  margin: 40px 0;
  position: relative;
}

.tags_selected {
  background: #e1effe;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #1a56db;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #1a56db;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}

.tags_selected:after {
  content: "";
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=utf-8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.666 13.817c-.31 0-.606-.117-.824-.325l-3.837-3.651-3.838 3.651c-.107.106-.236.19-.378.249a1.217 1.217 0 0 1-1.284-.235 1.106 1.106 0 0 1-.254-.364 1.061 1.061 0 0 1 .008-.858 1.11 1.11 0 0 1 .26-.36L9.182 7.49c.218-.208.515-.325.824-.325.309 0 .605.117.823.325l4.662 4.435c.162.155.273.353.318.568a1.06 1.06 0 0 1-.066.64 1.122 1.122 0 0 1-.429.498 1.207 1.207 0 0 1-.647.187z" fill="%231A56DB"/></svg>') no-repeat 50%/auto;
}

.tags_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding: 0!important;
}

.tags li {
  margin: 0;
}

.tags li:has(a) {
  padding: 0!important;
}

.tags a {
  color: #1e429f!important;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  background: var(--primary-100);
  background: #e1effe;
  border-radius: 6px;
  padding: 2px 12px;
  display: block;
}

.tags a:hover {
  text-decoration: underline;
}

ol.facts {
  counter-reset: list 0;
  padding-left: 41px;
  margin: 40px 0;
}

ol.facts li {
  list-style: none;
  background: #ebf5ff;
  border: 1px solid #76a9fa;
  border-radius: 6px;
  padding: 10px 10px 10px 44px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-700);
  padding-left: 51px;
  margin-top: 0;
}

ol.facts li:not(:last-of-type) {
  margin-bottom: 12px;
}

ol.facts li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--white);
  border-radius: 12px 12px 0 12px;
  padding: 6px;
  width: 40px;
  height: 40px;
  background: #76a9fa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -8px;
  left: -8px;
}

.card-casino-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  padding: 20px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: var(--white);
  margin: 20px 0;
}

.card-casino-content .image {
  border-radius: 4px;
  overflow: hidden;
  width: 94px;
  min-width: 94px;
  height: 94px;
}

.card-casino-content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.card-casino-content_title {
  font-size: 16px;
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 150%;
  color: rgba(0,0,0,.88);
  margin-bottom: 4px;
}

.card-casino-content .reviews .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: rgba(0,0,0,.88);
}

.card-casino-content .reviews .count {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--gray-900);
}

.card-casino-content .info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.card-casino-content .descript {
  border-radius: 4px;
  padding: 14px 8px;
  background: var(--primary-100);
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: var(--blue-800);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.card-casino-content .btns {
  width: 237px;
  min-width: 237px;
  text-align: center;
}

.card-casino-content .btns .btn,
.card-casino-content .btns .project_head .options .write-review,
.project_head .options .card-casino-content .btns .write-review {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}

.card-casino-content .btns .link {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: var(--blue-800);
  margin-top: 12px;
  display: inline-block;
  padding: 4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.card-casino-content .btns .link:hover {
  color: var(--primary-700);
}

.page-default {
  background-color: #e5e7eb;
  position: relative;
  padding-bottom: 64px;
}

.page-default_content {
  position: relative;
  z-index: 1;
}

.page-default_content .layout-info {
  margin-top: 30px;
}

.page-default_inner {
  background: #fff;
  min-height: 70vh;
  border-radius: 8px;
  padding: 20px;
}

.page-default.one-image .page-banner-content .left,
.page-default.one-image .page-banner-content .right {
  width: 540px;
  min-width: 540px;
}

.page-default.one-image .page-banner-content .left img,
.page-default.one-image .page-banner-content .right img {
  max-width: 100%;
}

.page-default_content:has(.page-default_aside) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-default_content:has(.page-default_aside):before {
  content: "";
  pointer-events: none;
  z-index: -99;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 310px;
}

.page-default_content:has(.page-default_aside) .container-small {
  margin: 0;
}

.page-default_aside {
  margin-top: 94px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
  background: #fff;
  padding: 20px;
  max-width: 310px;
}

.page-default_aside .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-900);
  margin-bottom: 20px;
}

.page-default_aside__item:not(:last-of-type) {
  margin-bottom: 28px;
}

.page-default_aside__item .popular_list li:last-of-type {
  padding-bottom: 0;
}

.page-default_aside__item .popular_item .popular_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: rgba(0,0,0,.88);
  gap: 9px;
}

.page-default_aside__item .popular_item .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-template {
  padding: 144px 0 64px;
  background: #f3f4f6;
}

.text-template_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
  color: var(--gray-900);
  text-align: center;
}

.text-template_content {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: var(--white);
  padding: 20px;
  margin-top: 28px;
}

.text-template ol,
.text-template p,
.text-template ul {
  margin-top: 20px;
  color: #111928;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-template ul {
  list-style: disc;
}

.text-template ol {
  list-style: decimal;
}

.text-template ol,
.text-template ul {
  padding-left: 18px;
  margin-left: 12px;
  max-width: 654px;
}

.text-template li:not(:last-of-type) {
  margin-bottom: 20px;
}

.text-template h1,
.text-template h2,
.text-template h3,
.text-template h4,
.text-template h5,
.text-template h6 {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
}

.text-template h1 {
  margin-top: 0;
}

html[direction=rtl] .text-template ol,
html[direction=rtl] .text-template ul {
  padding-left: 0;
  margin-left: 0;
  padding-right: 18px;
  margin-right: 12px;
}

.page-404 {
  text-align: center;
  background-color: var(--gray-100);
  padding-top: 100px;
}

.page-404_content {
  min-height: calc(100vh - 242px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-404_inner {
  margin-bottom: 42px;
}

.page-404_title {
  color: #233876;
  font-size: 200px;
  font-weight: 900;
  line-height: 90%;
}

.page-404_subtitle {
  font-size: 30px;
  color: rgba(0,0,0,.88);
  font-weight: 700;
  line-height: 200%;
  margin-top: 24px;
}

.page-404_descript {
  color: rgba(0,0,0,.45);
  font-family: var(--second-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 12px;
  margin-bottom: 20px;
}

.author-page {
  background: #f3f4f6;
  padding: 140px 0 64px;
}

.author-page_content {
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 20px;
  background: var(--white);
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.author-page .text-template {
  padding: 0;
  background: transparent;
}

.author-page_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.author-page_head__photo {
  width: 200px;
  min-width: 200px;
  height: 200px;
  overflow: hidden;
}

.author-page_head__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-page_head__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 125%;
  color: var(--gray-900);
  margin-bottom: 20px;
}

.author-page_head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-900);
}

@media (min-width:621px) {
  .tags li {
    display: block!important;
  }
}

@media (min-width:768px) {
  .header_search .search-trigger {
    opacity: .5;
  }
}

@media (min-width:769px) {
  .header_nav .menu-item.menu-item-has-children:hover:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .header_nav .menu-item.menu-item-has-children:hover>a {
    color: var(--primary-700);
  }

  .header_nav .menu-item.menu-item-has-children:hover .sub-menu {
    -webkit-transform: translateX(-50%) scaleY(1);
    -ms-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
    pointer-events: auto;
    opacity: 1;
  }
}

@media (max-width:1400px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1120px;
  }

  .home-layout .casino-list .casino-card {
    width: calc(50% - 12px);
  }

  .banner-page {
    padding-right: 450px;
  }

  .bonus-card {
    width: calc(50% - 12px);
  }

  .card-casino-content {
    gap: 12px;
    padding: 16px;
  }

  .card-casino-content .descript {
    font-size: 17px;
  }

  .card-casino-content .btns {
    width: 200px;
    min-width: 200px;
  }
}

@media (max-width:1330px) {
  .page-default_aside__item .popular_item .rating {
    gap: 6px;
  }
}

@media (max-width:1279px) {
  .page-default_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .page-default_content:before {
    display: none;
  }

  .page-default_aside {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 746px;
    margin-top: 40px;
    position: relative;
  }

  .page-default_aside:before {
    content: "";
    position: absolute;
    height: 54px;
    background: #fff;
    bottom: calc(100% - 6px);
    left: 0;
    width: 100%;
  }
}

@media (max-width:1150px) {
  .container {
    max-width: 992px;
  }

  .home-layout_right {
    min-width: 280px;
    width: 280px;
  }

  .home-layout_head__title {
    font-size: 24px;
  }

  .page-banner-bg .left-img,
  .page-banner-bg .right-img {
    display: none;
  }

  .card-casino-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-casino-content .descript {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .card-casino-content .btns {
    width: 220px;
    min-width: 220px;
  }
}

@media (max-width:1024px) {
  .container {
    max-width: 768px;
  }

  .layout-info {
    font-size: 12px;
    margin-bottom: 23px;
  }

  .home-banner {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 600px;
  }

  .home-banner .text {
    font-size: 18px;
  }

  .home-banner .title {
    font-size: 30px;
  }

  .home-banner_img.desktop {
    display: none;
  }

  .home-banner_img.mobile {
    display: block;
  }

  .home-layout_wrap>.project_info {
    margin-bottom: 40px;
  }

  .home-layout_cat:has(p) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .home-layout {
    padding-top: 34px;
  }

  .home-layout .breadcrumbs {
    margin: 24px 0;
  }

  .home-layout_head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0;
  }

  .home-layout_head__title {
    width: 100%;
  }

  .home-layout_head .select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .home-layout_wrap {
    gap: 0;
  }

  .home-layout_left {
    width: 100%;
  }

  .home-layout_right {
    min-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .home-layout .advertising {
    display: none;
  }

  .home-layout .popular {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 16px;
  }

  .home-layout .popular_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0 12px;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-layout .popular_list li {
    padding-bottom: 2px;
  }

  .home-layout .popular_item {
    width: 198px;
    border: 0;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
    background: var(--white);
    border-radius: 8px;
    padding: 12px;
    height: 100%;
  }

  .home-layout_cat {
    gap: 0 12px;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 4px;
  }

  .home-layout_cat li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .home-layout_cat a {
    width: 100%;
  }

  .home-layout_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
  }

  .home-layout_bottom .banner-mob {
    width: calc(50% - 8px);
  }

  .home-layout_bottom .banner-mob img {
    width: 100%;
    height: auto;
    display: block;
  }

  .page-banner-content {
    overflow: hidden;
  }

  .page-banner-content .center_logo {
    width: 107px;
  }

  .page-banner-content .right {
    max-width: 170px;
    min-width: 170px;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    margin-left: 0;
  }

  .page-banner-content .left {
    max-width: 200px;
    min-width: 200px;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  .page-banner-content .left img,
  .page-banner-content .right img {
    width: 100%;
  }

  .page-banner-content .container-small {
    margin-bottom: 20px;
    -webkit-transform: translateX(-17px);
    -ms-transform: translateX(-17px);
    transform: translateX(-17px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .project_comparison .item {
    font-size: 16px;
    color: var(--gray-500);
  }

  .banner-page {
    padding-right: 290px;
  }

  .banner-page_img {
    width: 244px;
    height: 244px;
    right: 20px;
  }

  .page-default.one-image .page-banner-content .left,
  .page-default.one-image .page-banner-content .right {
    width: 48%;
    min-width: 48%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-template {
    padding: 105px 0 64px;
  }
}

@media (max-width:794px) {
  .page-default_aside {
    max-width: calc(100% - 48px);
  }
}

@media (max-width:768px) {
  .accordion_content {
    padding-right: 0;
  }

  .container {
    max-width: 620px;
  }

  .header_nav .menu-item.menu-item-has-children {
    cursor: pointer;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 6px;
  }

  .header_nav .menu-item.menu-item-has-children:before {
    display: none;
  }

  .header_nav .menu-item.menu-item-has-children:after {
    position: absolute;
    right: 8px;
    top: 8px;
  }

  .header_nav .menu-item.menu-item-has-children.open>a {
    color: var(--primary-700);
  }

  .header_nav .menu-item.menu-item-has-children.open:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .header_nav .menu-item.menu-item-has-children.open .sub-menu {
    opacity: 1;
    -webkit-transform: translateX(0) scaleY(1);
    -ms-transform: translateX(0) scaleY(1);
    transform: translateX(0) scaleY(1);
    padding: 12px 0;
    max-height: 400px;
    pointer-events: auto;
  }

  .header_nav .menu-item.menu-item-has-children .sub-menu {
    position: static;
    max-height: none;
    -webkit-transform: translateX(0) scaleY(0);
    -ms-transform: translateX(0) scaleY(0);
    transform: translateX(0) scaleY(0);
    min-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    font-size: 15px;
    padding: 0;
    max-height: 0;
    background: transparent;
  }

  .header_nav .menu-item.menu-item-has-children .sub-menu a {
    padding: 2px 16px;
    opacity: .8;
    font-weight: 400;
  }

  .header_logo {
    width: 52px!important;
    min-width: 52px!important;
  }

  .header_wrap {
    padding: 4px 12px;
  }

  .header_user__ava {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 12px;
    line-height: 28px;
  }

  .header_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(17,25,40,.9);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
  }

  .header_menu.open {
    opacity: 1;
    pointer-events: auto;
  }

  .header_menu.open .header_menu__wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header_menu__label {
    display: block;
  }

  .header_menu__wrap {
    background: var(--white);
    width: 250px;
    padding: 20px;
    height: 100%;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    max-height: 100%;
    overflow-y: auto;
  }

  .header_menu__close,
  .header_nav {
    display: block;
  }

  .header_nav {
    text-align: left;
    margin-top: 26px;
  }

  .header_nav li:not(:last-of-type) {
    margin-bottom: 12px;
  }

  .header_btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
  }

  .header_btn {
    height: 28px;
    font-size: 12px;
    padding: 2px 12px;
  }

  .header_search {
    margin-left: auto;
    cursor: pointer;
    height: 32px;
    max-width: 32px;
  }

  .header_search.open .search-field {
    opacity: 1;
    pointer-events: auto;
  }

  .header_search .search-close {
    position: absolute;
    top: 49px;
    right: 28px;
    cursor: pointer;
    display: block;
  }

  .header_search .search-field {
    position: fixed;
    top: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    background: rgba(17,25,40,.9);
    border-radius: 0;
    padding: 32px 13px;
  }

  .header_search .search-field:after {
    content: "";
    position: absolute;
    background: url(../images/icons/search.svg) no-repeat 50%/auto;
    width: 18px;
    height: 18px;
    top: 49px;
    left: 31px;
  }

  .header_search .search-list {
    top: 82px;
    left: 12px;
    right: 12px;
  }

  .header_search .search-trigger {
    z-index: 1;
    width: 32px;
    height: 32px;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    position: static;
  }

  .header_search input {
    padding: 10px 48px;
    height: 51px;
    top: 82px;
    border: 1px solid var(--gray-200);
  }

  .header_search input::-webkit-input-placeholder {
    color: transparent;
  }

  .header_search input::-moz-placeholder {
    color: transparent;
  }

  .header_search input:-ms-input-placeholder {
    color: transparent;
  }

  .header_search input::-ms-input-placeholder {
    color: transparent;
  }

  .header_search input::placeholder {
    color: transparent;
  }

  html[direction=rtl] .header_account {
    margin-right: auto;
  }

  html[direction=rtl] .header_btn-burger {
    margin-left: 8px;
    margin-right: 0;
  }

  html[direction=rtl] .header_logo {
    margin-left: 8px;
  }

  .footer_menu {
    gap: 12px 0;
  }

  .footer_menu li {
    width: calc(33.333% - 8px);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
  }

  .footer_menu li:nth-child(3n):after {
    display: none;
  }

  .project_comparison__item {
    width: 100%;
  }

  .project_head {
    gap: 0 12px;
  }

  .project_head .image {
    width: 98px;
    min-width: 98px;
    height: 98px;
  }

  .project_head .info>.title {
    margin: 4px 0 10px;
    font-size: 19px;
  }

  .project_head .reviews .title {
    font-size: 14px;
  }

  .banner-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 12px;
    position: 14px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-page_img {
    position: static;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 0;
    margin-left: auto;
    margin-top: -58px;
  }

  .banner-page p {
    margin-top: 20px;
  }

  .page-default.one-image .page-banner-content .left,
  .page-default.one-image .page-banner-content .right {
    width: 330px;
    min-width: 330px;
  }

  .page-default.one-image .page-banner-content .container-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 70px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .page-default.one-image .page-banner-content .center {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: -57px;
  }

  .page-default.one-image .page-banner-bg {
    height: 62vw;
  }

  .page-404 {
    padding-top: 73px;
  }

  .page-404_title {
    font-size: 160px;
  }

  .author-page {
    padding-top: 90px;
  }
}

@media (max-width:768px) and (max-width:480px) {
  .project_head .info>.title {
    font-size: 16px;
  }
}

@media (max-width:768px) and (max-width:640px) {
  .page-default.one-image .page-banner-bg {
    height: 396px;
  }
}

@media (max-width:640px) {
  .container-small {
    padding-left: 0;
    padding-right: 0;
  }

  .page-banner-bg {
    border-radius: 0;
    height: 396px;
  }

  .page-banner-bg:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: rgba(63,36,25,.4);
  }

  .page-banner-bg .bg-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .page-banner-content {
    height: 396px;
  }

  .page-banner-content .center {
    margin-top: 15px;
  }

  .page-banner-content .left {
    -webkit-transform: translateX(90px);
    -ms-transform: translateX(90px);
    transform: translateX(90px);
    max-width: 165px;
    min-width: 165px;
    margin-top: -27px;
  }

  .page-banner-content .right {
    -webkit-transform: translateX(-65px);
    -ms-transform: translateX(-65px);
    transform: translateX(-65px);
    max-width: 130px;
    min-width: 130px;
    margin-top: -27px;
  }

  .page-banner-content .container-small {
    margin-bottom: 0;
  }

  .project_descript table:not(.project_character) th {
    display: table-cell!important;
  }

  .project_descript table:not(.project_character) td,
  .project_descript table:not(.project_character) th {
    min-width: 170px;
  }

  .project_head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .project_head .options {
    margin-top: 32px;
  }

  .project_head .info {
    width: calc(100% - 98px - 12px);
  }

  .project_character .row,
  .project_character tr,
  .project table .row,
  .project table tr {
    display: block!important;
  }

  .project_character .name,
  .project_character th,
  .project table .name,
  .project table th {
    width: 100%;
    min-width: 100%;
    display: block;
  }

  .project_descript ol,
  .project_descript ul {
    padding-left: 27px;
  }

  .project_descript figure.wp-block-table tr {
    display: table-row!important;
  }

  .project_reviews .project_title {
    font-size: 24px;
  }

  .project_reviews>.btn--main {
    top: -8px;
  }

  .project table.project_character tr {
    display: block!important;
  }

  .article_info {
    margin: 20px 0;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article_info>div {
    width: 100%;
  }

  .article_table-player {
    margin-bottom: 20px;
  }

  .article_table-player tr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article_table-player th {
    width: 100%!important;
  }

  .article_table-player th:first-of-type {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-900);
  }

  .article_table-player th:first-of-type img {
    -webkit-filter: brightness(.2);
    filter: brightness(.2);
  }

  .article_table-player td {
    color: var(--gray-500);
    font-weight: 400;
    font-size: 14px;
    width: 100%;
  }

  .article blockquote {
    margin: 20px 0;
  }

  .review_item {
    padding: 12px;
  }

  .review_item__remove {
    top: 12px;
    right: 12px;
  }

  .review_reply {
    padding-left: 12px;
  }

  .review_add {
    padding: 12px;
  }

  .review_add .rating-result {
    font-size: 18px;
  }

  .rating--add {
    gap: 13px;
  }

  .rating--add .img-svg {
    width: 15px;
    height: 15px;
  }

  ol.facts {
    margin: 20px 0;
    padding-left: 0!important;
  }

  ol.facts li {
    padding: 10px 8px 10px 44px;
  }

  .page-default {
    padding-bottom: 0;
  }

  .page-default_content {
    background-color: #fff;
  }

  .page-default_aside {
    max-width: calc(100% - 40px);
    margin-bottom: 20px;
  }

  .author-page {
    background: transparent;
    padding: 72px 0 20px;
  }

  .author-page_content {
    padding: 0;
    border: 0;
  }

  .author-page_head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .author-page_head__photo {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width:640px) and (max-width:480px) {
  .project_head .options {
    width: 100%;
  }
}

@media (max-width:620px) {
  .container {
    max-width: 500px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-banner {
    padding-bottom: 22px;
  }

  .home-banner .text {
    font-size: 15px;
  }

  .home-banner .title {
    font-size: 24px;
  }

  .home-banner .btn,
  .home-banner .project_head .options .write-review,
  .project_head .options .home-banner .write-review {
    margin-top: 12px;
  }

  .home-layout .casino-list:has(.bonus-card) {
    gap: 16px;
  }

  .home-layout .casino-list .casino-card,
  .home-layout_bottom .banner-mob {
    width: 100%;
  }

  .home-layout_head {
    gap: 8px;
  }

  .home-layout_head .select {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .home-layout_head__title {
    margin-bottom: 20px;
  }

  .project_descript figure,
  .project_descript p {
    float: none!important;
    max-width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }

  .project_descript img {
    max-width: 100%;
  }

  .article ol,
  .article p,
  .article ul {
    margin-bottom: 20px;
  }

  .article ol,
  .article ul {
    padding-left: 27px;
  }

  html[direction=rtl] .article ol,
  html[direction=rtl] .article ul {
    padding-right: 27px;
  }

  .bonus-card {
    width: 100%;
  }

  .tags {
    cursor: pointer;
  }

  .tags.open .tags_list {
    max-height: 380px;
    opacity: 1;
  }

  .tags.open .tags_selected:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  .tags_list {
    gap: 0;
    background: #e1effe;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
    border: 1px solid #c3ddfd;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    max-height: 0;
    overflow-x: hidden;
    opacity: 0;
    margin-top: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }

  .tags_list li {
    width: 100%;
  }

  .tags_list a {
    text-align: left;
    padding: 8px 12px;
  }

  .tags_selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .card-casino-content .descript {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .card-casino-content .btns {
    margin-top: 2px;
  }

  .text-template {
    background: var(--whites);
  }

  .text-template_content {
    border: 0;
    padding: 0 8px;
    margin-top: 40px;
  }

  .page-404 {
    padding-top: 73px;
  }

  .page-404_title {
    font-size: 126px;
  }

  .page-404_subtitle {
    margin-top: 0;
    margin-bottom: 12px;
  }
}

@media (max-width:560px) {
  .modal_notification {
    right: 12px;
  }

  html[direction=rtl] .modal .accept {
    margin-right: 0;
  }
}

@media (max-width:540px) {
  .blog_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog_item {
    width: 100%;
  }

  .blog_image {
    height: 37.5vw;
  }
}

@media (max-width:512px) {
  .btn,
  .project_head .options .write-review {
    height: 41px;
    font-size: 14px;
  }

  .home-layout {
    padding-top: 9px;
  }

  .home-layout .popular .title {
    margin-bottom: 12px;
  }

  .home-layout .popular .popular_list,
  .home-layout_cat {
    min-width: calc(100% + 24px);
    margin-left: -12px;
    padding: 0 12px 20px;
  }

  .home-layout_cat {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .home-layout_cat li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .home-layout_cat a {
    width: 150px;
    min-height: 68px;
    padding: 8px 12px;
  }

  html[direction=rtl] .home-layout .popular,
  html[direction=rtl] .home-layout .popular .popular_cat {
    margin-left: 0;
    margin-right: -12px;
  }

  html[direction=rtl] .home-layout .popular .popular_list {
    padding-right: 12px;
    min-width: calc(100% + 12px);
  }
}

@media (max-width:480px) {
  .home-banner {
    min-height: 503px;
  }

  .home-banner .text {
    font-size: 14px;
  }

  .card-casino-content {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .card-casino-content .btns {
    width: 100%;
    min-width: 100%;
  }

  .card-casino-content .descript {
    padding: 8px;
  }

  .page-default_inner {
    padding: 20px 12px;
  }

  .page-default_aside {
    max-width: calc(100% - 24px);
  }
}

@media (max-width:380px) {
  .home-banner {
    min-height: 457px;
  }
}

@media (hover:hover) {
  .header_user:hover .header_user__dropdown {
    opacity: 1;
    pointer-events: auto;
  }
}