@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,700&display=swap");
@import "libs/reset.css";
@import "libs/bootstrap-grid.min.css";
@import "libs/slick.css";
@import "libs/slick-theme.css";
/* Typography
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
h1,
h2, .h2,
h3, .h3,
h4, .h4,
h6 {
  display: block;
  margin-bottom: 1em;
}

h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

h2,
.h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

h3,
.h3 {
  font-size: 14px;
  font-weight: 700;
}

h4 {
  font-size: 14px;
}

h5 {
  display: inline-block;
  margin-bottom: 0.1em;
  width: 100%;
  font-size: 11px;
  text-transform: lowercase;
}
h5:first-letter {
  text-transform: uppercase;
}

h6 {
  font-size: 10px;
}

p {
  line-height: inherit;
}

strong,
b,
.bold {
  font-weight: bold;
}

em {
  font-style: italic;
}

.small {
  font-size: 0.8em;
}

.ttu {
  text-transform: uppercase;
}

.dn {
  display: none;
}

.link_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.w100 {
  width: 100%;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  width: auto;
  min-width: 120px;
  height: 30px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  background: #14265e;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  color: #fff;
  background: #36a2db;
  transition: all 0.2s ease-in-out;
}
.btn__big {
  min-width: 160px;
  height: 40px;
}
.btn__white {
  color: #14265e;
  background: transparent;
}
.btn__gray {
  color: #14265e;
  background: #dfe7ee;
}
.btn__img {
  display: block;
  width: 40px;
  height: 40px;
}

.game_item {
  position: relative;
  display: block;
  margin: 0 -10px;
  height: 100%;
}
.game_item_hot .game_item__box::before {
  content: "hot";
  right: 0;
  justify-content: flex-end;
  padding-right: 5px;
  background: #ffcc00;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
}
.game_item_new .game_item__box::after {
  content: "new";
  left: 0;
  padding-left: 5px;
  color: #fff;
  background: #fc3768;
  -webkit-clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}
.game_item:hover .game_item__box {
  box-shadow: 0 0 20px 0 rgba(61, 66, 71, 0.3);
  transform: scale(1.01);
}
.game_item:hover .game_item__img_box {
  transform: translateY(-25px);
  transition: transform 0.2s ease-in-out;
}
.game_item:hover .game_item__btn_box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.game_item__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.1);
}
.game_item__box::before, .game_item__box::after {
  position: absolute;
  bottom: 105px;
  display: flex;
  align-items: center;
  width: 50px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.game_item__img_box, .game_item__game_img {
  max-width: 206px;
  width: 100%;
  height: 124px;
  border-radius: 6px;
}
.game_item__img_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9eff5;
  box-shadow: 0 0 20px 0 rgba(61, 66, 71, 0.1);
  transform: translateY(-20px);
  transition: transform 0.2s ease-in-out;
  z-index: 1;
}
.game_item__img_box:hover .btn {
  transform: translate(-50%, -10px);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.game_item__img_box .btn {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.game_item__btn_box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
}
.game_item__btn_box .btn {
  justify-content: flex-start;
  max-width: 195px;
  min-width: unset;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.game_item__casino_select_label {
  position: relative;
  display: block;
  max-width: 190px;
  width: 100%;
  height: 40px;
}
.game_item__casino_select_label:before, .game_item__casino_select_label:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
}
.game_item__casino_select_label:before {
  right: 30px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #e9eff5;
}
.game_item__casino_select_label:after {
  right: 13px;
  transform: translateY(-50%) rotate(-135deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #36a2db;
  border-left: 2px solid #36a2db;
}
.game_item__casino_select {
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e9eff5;
  padding: 0 30px 0 10px;
}
.game_item__favorite_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.game_item__favorite_btn.active {
  visibility: visible;
  opacity: 1;
}
.game_item__favorite_btn.active:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background: transparent url("img/casino_icons/ico_Close_Search.svg") left top no-repeat;
  background-size: 100%;
}
.game_item.game_item_short {
  padding: 15px;
}
.game_item.game_item_short:hover::after {
  background: #36a2db;
}
.game_item.game_item_short:hover .game_item__box {
  border: 5px solid #36a2db;
}
.game_item.game_item_short:before {
  display: none;
}
.game_item.game_item_short::after {
  transform: skew(3deg, 3deg) translate(8px, 7px);
}
.game_item.game_item_short .game_item__box {
  width: 120px;
  height: 80px;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #3d4247;
  font-family: "Montserrat", sans-serif;
  background: #e9eff5;
  border: 1px solid #dfe7ee;
  border-radius: 2px;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:hover {
  border: 1px solid #36a2db;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  background: #fff;
  border: 1px solid #36a2db;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3d4247;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #3d4247;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #3d4247;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #3d4247;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

input[type=text],
input[type=email],
input[type=password] {
  height: 40px;
}

textarea {
  padding-top: 14px;
  height: 160px;
  resize: none;
}

.input__label {
  display: block;
  width: 100%;
  height: 40px;
}

.checkbox_item_label {
  position: relative;
  cursor: pointer;
  user-select: none;
}
.checkbox_input_item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  opacity: 0;
}
.checkbox_label_content {
  display: flex;
  align-items: center;
  text-align: left;
}
.checkbox_label_square {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #36a2db;
  -webkit-box-shadow: inset 4px 4px 10px 0 rgba(189, 203, 209, 0.5);
  -moz-box-shadow: inset 4px 4px 10px 0 rgba(189, 203, 209, 0.5);
  box-shadow: inset 4px 4px 10px 0 rgba(189, 203, 209, 0.5);
  transition: all 0.2s ease-in-out;
}
.checkbox_label_square:hover {
  border: 2px solid #14265e;
}
.checkbox_label_square:after {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  right: 1px;
  width: 10px;
  height: 5px;
  background: transparent;
  border-left: 0 solid #3d4247;
  border-bottom: 0 solid #3d4247;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}

input.checkbox_input_item:checked + .checkbox_label_content .checkbox_label_square:after {
  border-left: 4px solid #3d4247;
  border-bottom: 4px solid #3d4247;
  transition: all 0.2s ease-in-out;
}

.radio__item_label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 20px;
  max-width: 430px;
  width: 100%;
  cursor: pointer;
  user-select: none;
}
.radio__input_item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  opacity: 0;
}
.radio__label_content {
  display: flex;
  align-items: center;
}
.radio__label_circle {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #acacac;
  transition: all 0.2s ease-in-out;
}
.radio__label_text {
  font-size: 14px;
}
.radio__item_box b {
  display: block;
  margin-bottom: 10px;
}
.radio__item_box .radio__item_label {
  margin-right: 20px;
}

input.radio__input_item:checked + .radio__label_content .radio__label_circle {
  background: #14265e;
  border: 2px solid #fff;
}

@media screen and (max-width: 575px) {
  .game_item {
    margin: 0 auto;
    max-width: 250px;
  }
}
@media screen and (max-width: 359px) {
  h2 {
    font-size: 27px;
  }
}
* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #dfe7ee;
  border-radius: 5px;
}

input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3d4247;
  font-family: "Montserrat", sans-serif;
}

input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #3d4247;
  font-family: "Montserrat", sans-serif;
}

input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #3d4247;
  font-family: "Montserrat", sans-serif;
}

input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #3d4247;
  font-family: "Montserrat", sans-serif;
}

body {
  font-size: 14px;
  line-height: 1.42;
  color: #3d4247;
  font-family: "Montserrat", sans-serif;
  background: #fff url("img/bg/bg_top.png") top center no-repeat;
  background-size: 100%;
  overflow-x: hidden;
}

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  background: #14265e;
  z-index: 1;
}
.slick-prev::before, .slick-next::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #36a2db;
  transform: translate(0, -50%) scale(1.1);
  box-shadow: 0 8px 20px 0 rgba(23, 43, 61, 0.1);
}

.slick-prev {
  left: -10px;
  border-radius: 75% 25% 25% 75%/50% 50% 50% 50%;
}
.slick-prev:before {
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
}

.slick-next {
  right: -10px;
  border-radius: 25% 75% 75% 25%/50% 50% 50% 50%;
}
.slick-next:before {
  left: 15px;
  transform: translateY(-50%) rotate(135deg);
}

table {
  border-collapse: collapse;
  width: 100%;
}
table a {
  color: #36a2db;
}
table a:hover {
  text-decoration: underline;
}

tbody tr:nth-of-type(odd) {
  background: #e9eff5;
}

th {
  white-space: nowrap;
}

th, td {
  padding: 0 15px;
  height: 50px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(54, 162, 219, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 4;
  transition: all 0.2s ease-in-out;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 5;
}
.popup.active {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
.popup__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  max-width: 770px;
  width: 100vw;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(61, 66, 71, 0.1);
}
.popup__close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.popup__close_btn:hover .icon {
  --color3: #36a2db;
}
.popup__close_btn .icon {
  display: block;
  width: 20px;
  height: 20px;
}
.popup__content {
  text-align: center;
}
.popup__content h3 {
  color: #36a2db;
}
.popup__content p {
  text-align: center;
}
.popup__content .input__label {
  margin: 0 auto 15px;
  max-width: 400px;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(23, 43, 61, 0.1);
  transform: translateY(0);
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
  z-index: 3;
}
.header > * + * {
  margin-left: 10px;
}
.header.hide {
  box-shadow: 0 8px 20px 0 rgba(23, 43, 61, 0);
  transform: translateY(-100%);
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.hamburger {
  display: none;
  visibility: hidden;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.hamburger:hover:before, .hamburger:hover:after {
  background: #36a2db;
}
.hamburger:hover .hamburger__line {
  background: #36a2db;
}
.hamburger.active:before {
  transform: rotate(42deg);
}
.hamburger.active:after {
  transform: rotate(-42deg);
}
.hamburger.active .hamburger__line {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: transparent;
}
.hamburger:before, .hamburger:after {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #14265e;
  transform-origin: left;
  transition: all 0.2s ease-in-out;
}
.hamburger:before {
  top: 8px;
}
.hamburger:after {
  bottom: 8px;
}
.hamburger__line {
  position: relative;
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #14265e;
  transition: all 0.2s ease-in-out;
}

.logo__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 40px;
}
.logo__link:hover .logo__img {
  --color3: #36a2db;
}
.logo__img {
  display: block;
  width: 165px;
  height: 40px;
  --color3: #14265e;
}

.menu-top_menu-container {
  flex-grow: 1;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-item + .menu-item {
  margin-left: 20px;
}

.menu-item.current_page_item > a, .menu-item:hover > a {
  color: #36a2db;
}
.menu-item > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: #14265e;
  cursor: pointer;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:hover > a:before {
  border-top: 2px solid #36a2db;
  border-left: 2px solid #36a2db;
}
.menu-item-has-children > a {
  position: relative;
}
.menu-item-has-children > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-135deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #14265e;
  border-left: 2px solid #14265e;
}
.menu-item-has-children.active > a {
  color: #36a2db;
}
.menu-item-has-children.active > a:before {
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #36a2db;
  border-left: 2px solid #36a2db;
}
.menu-item-has-children.active .sub-menu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 10px;
  padding: 20px 30px;
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.2);
  background: #fff;
  border-radius: 5px;
  transform: translateY(-20px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  transform: translateY(-100%);
}
.sub-menu .menu-item + .menu-item {
  margin-top: 10px;
  margin-left: 0;
}
.sub-menu .menu-item.current_page_item a {
  color: #36a2db;
}
.sub-menu .menu-item a {
  display: inline-block;
  padding: 10px 0;
  font-weight: 700;
  color: #14265e;
  text-transform: lowercase;
  white-space: nowrap;
  cursor: pointer;
}
.sub-menu .menu-item a:first-letter {
  text-transform: uppercase;
}
.sub-menu .menu-item a.active, .sub-menu .menu-item a:hover {
  color: #36a2db;
}

.menu-mobile_menu-container .menu {
  display: block;
}

.search {
  position: relative;
}
.search.active .search__result_box {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.search__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #e9eff5;
  border: 2px solid #dfe7ee;
  border-radius: 4px;
  cursor: pointer;
}
.search__btn:hover {
  border: 2px solid #36a2db;
}
.search__btn .icon {
  width: 40px;
  height: 40px;
}
.search__result_box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 590px);
  transform: translateX(50px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.search__result_box label {
  display: block;
  width: 100%;
}
.search__close_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1;
}
.search__close_btn .icon {
  width: 20px;
  height: 20px;
}
.search__input[type=text] {
  display: block;
  padding: 0 55px 0 15px;
  width: 100%;
  min-height: 40px;
  color: #3d4247;
  font-size: 16px;
  border-radius: 4px;
  border: 2px solid #36a2db;
}
.search__result_list {
  display: block;
  padding: 20px 30px;
  max-height: 222px;
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.2);
  background: #fff;
  border-radius: 5px;
  overflow-y: auto;
}
.search__result_item + .search__result_item {
  margin-top: 10px;
}
.search__result_link {
  display: block;
  padding: 10px 0;
  color: #14265e;
}
.search__result_link:hover {
  color: #36a2db;
}

.account__operation_box {
  display: flex;
  align-items: center;
}
.account__operation_box > * + * {
  margin-left: 20px;
}

.language {
  position: relative;
  text-transform: capitalize;
  user-select: none;
}
.language.active .language__current_lang {
  border: 2px solid #36a2db;
}
.language.active .language__current_lang:before {
  background: #36a2db;
}
.language.active .language__current_lang:after {
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #36a2db;
  border-left: 2px solid #36a2db;
}
.language.active .language__list {
  visibility: visible;
  opacity: 1;
  transform: translateY(10px);
  transition: all 0.2s ease-in-out;
}
.language__current_lang {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
  width: 80px;
  height: 40px;
  background: #e9eff5;
  border: 2px solid #dfe7ee;
  border-radius: 4px;
  cursor: pointer;
}
.language__current_lang:hover {
  border: 2px solid #36a2db;
}
.language__current_lang:hover:before {
  background: #36a2db;
}
.language__current_lang:before, .language__current_lang:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.language__current_lang:before {
  right: 30px;
  width: 1px;
  height: 20px;
  background: #dfe7ee;
}
.language__current_lang:after {
  right: 10px;
  transform: translateY(-50%) rotate(-135deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #36a2db;
  border-left: 2px solid #36a2db;
}
.language__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.2);
  visibility: hidden;
  opacity: 0;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.language__list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  transform: translateY(-100%);
}
.language__list li:first-child .language__link {
  border-radius: 4px 4px 0 0;
}
.language__list li:first-child .language__link {
  border-radius: 0 0 4px 4px;
}
.language__link {
  display: flex;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  color: #172b3d;
  font-weight: 700;
}
.language__link:hover {
  color: #36a2db;
}

.mobile_nav {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  padding: 10px;
  max-width: 320px;
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  box-shadow: 0 8px 20px 0 rgba(23, 43, 61, 0);
  transform: translateX(-100%);
  z-index: 4;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.mobile_nav.active {
  box-shadow: 0 8px 20px 0 rgba(23, 43, 61, 0.1);
  transform: translateX(0);
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.mobile_nav__operation_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.mobile_nav__operation_box .account__operation_box > * + * {
  margin-left: 10px;
}

.menu-mobile_menu-container .menu {
  display: block;
}
.menu-mobile_menu-container .menu-item + .menu-item {
  margin-left: 0;
}
.menu-mobile_menu-container .menu-item a {
  padding: 10px 10px 10px 20px;
}
.menu-mobile_menu-container .menu-item-has-children.active > a::before {
  transform: rotate(45deg);
}
.menu-mobile_menu-container .menu-item-has-children.active .sub-menu {
  max-height: unset;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.menu-mobile_menu-container .menu-item-has-children > a::before {
  top: 15px;
  right: unset;
  left: 10px;
  transform: rotate(-135deg);
}
.menu-mobile_menu-container .sub-menu {
  position: unset;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  padding: 0 0 0 10px;
  box-shadow: none;
  border: none;
  transition: all 0.2s ease-in-out;
}

main {
  padding: 90px 0;
  min-height: 100vh;
  background: transparent url(img/bg/bg_man.png) -120px calc(100% + 200px) no-repeat;
  background-size: 35%;
}

.main_slider {
  width: 100%;
  margin-bottom: 80px;
}
.main_slider__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}
.main_slider__link:hover .main_slider__img {
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}
.main_slider__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 570px;
  max-height: 240px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.1);
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.main_slider .slick-prev, .main_slider .slick-next {
  top: 100%;
  transform: translate(0, 0);
}
.main_slider .slick-prev:hover, .main_slider .slick-prev:focus, .main_slider .slick-next:hover, .main_slider .slick-next:focus {
  background: #36a2db;
  transform: translate(0, 0) scale(1.1);
  box-shadow: 0 8px 20px 0 rgba(23, 43, 61, 0.1);
}
.main_slider .slick-prev {
  left: calc(50% - 60px);
}
.main_slider .slick-next {
  right: calc(50% - 60px);
}
.main_slider .slick-dots {
  bottom: 10px;
  width: 50%;
}

section,
.section {
  position: relative;
  padding: 35px 0;
}
section .row,
.section .row {
  justify-content: center;
}

.section__bg:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% + 70px);
  max-height: 850px;
  background: #e9eff5;
  border-radius: 50% 50% 50% 50%/25% 25% 75% 75%;
  z-index: -1;
}
.section__bg .entry-content {
  position: relative;
  display: block;
  padding: 40px 25px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(61, 66, 71, 0.1);
}

div[class*=row-cols] {
  justify-content: center;
}
div[class*=row-cols].row_active > * {
  margin-bottom: 10px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
div[class*=row-cols].row_active .casino__card {
  flex-direction: row;
  padding: 10px;
}
div[class*=row-cols].row_active .casino__card > * + * {
  border-top: none;
  border-left: 2px solid #e9eff5;
}
div[class*=row-cols].row_active .casino__card_title_box {
  position: relative;
  justify-content: flex-start;
  padding-right: 10px;
  max-width: 310px;
  width: 100%;
}
div[class*=row-cols].row_active .casino__card_title_img_link {
  transform: translateY(0);
}
div[class*=row-cols].row_active .casino__rating {
  width: 60px;
  border-top-right-radius: 0;
  transform: translate(15px, -10px);
}
div[class*=row-cols].row_active .casino__title_link {
  position: absolute;
  top: 50px;
  left: 160px;
  width: auto;
}
div[class*=row-cols].row_active .casino__card_bonus_box {
  padding: 0 10px;
  flex: 1;
}
div[class*=row-cols].row_active .casino__card_bonus_box + .casino__card_bonus_box {
  display: block;
  visibility: visible;
}
div[class*=row-cols].row_active .casino__card_btn_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: unset;
  padding-left: 10px;
}
div[class*=row-cols].row_active .testimonial__card {
  min-height: unset;
}
div[class*=row-cols].row_active .testimonial__head_box {
  order: 3;
  margin-left: 10px;
  width: auto;
}
div[class*=row-cols].row_active .testimonial__content_row {
  flex-direction: row;
  justify-content: space-between;
}
div[class*=row-cols].row_active .testimonial__content_row > * {
  width: calc(50% - 10px);
}
div[class*=row-cols] > * {
  margin-bottom: 30px;
}

.form__item {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 15px 0;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(61, 66, 71, 0.1);
}
.form__item div[class*=col-] {
  margin-bottom: 30px;
}
.form__submit_box {
  display: flex;
  align-items: center;
}
.form__submit_box > * + * {
  margin-left: 10px;
}
.form__submit_box .btn {
  margin-left: auto;
  height: 40px;
}
.form__label_select {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  font-family: "Montserrat", sans-serif;
}
.form__label_select:before, .form__label_select:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
}
.form__label_select:before {
  right: 30px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #dfe7ee;
}
.form__label_select:after {
  right: 13px;
  transform: translateY(-50%) rotate(-135deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #36a2db;
  border-left: 2px solid #36a2db;
}
.form__select {
  -webkit-appearance: none;
  padding: 0 30px 0 10px;
  width: 100%;
  height: 40px;
  font-weight: 700;
  background: #e9eff5;
  border: 1px solid #dfe7ee;
}

.rating {
  display: flex;
  align-items: center;
}
.rating > * + * {
  margin-left: 5px;
}
.rating__group {
  position: relative;
  width: 250px;
  height: 25px;
  background: transparent url(img/icons/ico_star_gray.svg) top left repeat-x;
  background-size: contain;
}
.rating__input {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  opacity: 0;
}
.rating__input:checked + .rating__star {
  background: transparent url(img/icons/ico_star.svg) top left repeat-x;
  background-size: contain;
}
.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  background: transparent top left repeat-x;
  background-size: contain;
}
.rating__star:hover {
  background: transparent url(img/icons/ico_star.svg) top left repeat-x;
  background-size: contain;
}
.rating__star:hover ~ .rating__star {
  background: transparent url(img/icons/ico_star_gray.svg) top left repeat-x;
  background-size: contain;
}
.rating__star:nth-of-type(1) {
  width: 25px;
  z-index: 10;
}
.rating__star:nth-of-type(2) {
  width: 50px;
  z-index: 9;
}
.rating__star:nth-of-type(3) {
  width: 75px;
  z-index: 8;
}
.rating__star:nth-of-type(4) {
  width: 100px;
  z-index: 7;
}
.rating__star:nth-of-type(5) {
  width: 125px;
  z-index: 6;
}
.rating__star:nth-of-type(6) {
  width: 150px;
  z-index: 5;
}
.rating__star:nth-of-type(7) {
  width: 175px;
  z-index: 4;
}
.rating__star:nth-of-type(8) {
  width: 200px;
  z-index: 3;
}
.rating__star:nth-of-type(9) {
  width: 225px;
  z-index: 2;
}
.rating__star:nth-of-type(10) {
  width: 250px;
  z-index: 1;
}

.captcha {
  display: flex;
}
.captcha__img {
  display: block;
  width: 145px;
  height: 40px;
}
.captcha .input__label {
  max-width: 170px;
  margin-left: 20px;
}

.row_cols_transform.row_active > * {
  margin-bottom: 10px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row_cols_transform.row_active .casino__card {
  flex-direction: row;
  padding: 10px;
}
.row_cols_transform.row_active .casino__card > * + * {
  border-top: none;
  border-left: 2px solid #e9eff5;
}
.row_cols_transform.row_active .casino__card_title_box {
  position: relative;
  justify-content: flex-start;
  padding-right: 10px;
  max-width: 310px;
  width: 100%;
}
.row_cols_transform.row_active .casino__card_title_img_link {
  transform: translateY(0);
}
.row_cols_transform.row_active .casino__rating {
  width: 60px;
  border-top-right-radius: 0;
  transform: translate(15px, -10px);
}
.row_cols_transform.row_active .casino__title_link {
  position: absolute;
  top: 50px;
  left: 160px;
  width: auto;
}
.row_cols_transform.row_active .casino__card_bonus_box {
  padding: 0 10px;
  flex: 1;
}
.row_cols_transform.row_active .casino__card_bonus_box + .casino__card_bonus_box {
  display: block;
  visibility: visible;
}
.row_cols_transform.row_active .casino__card_btn_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: unset;
  padding-left: 10px;
}
.row_cols_transform > * {
  margin-bottom: 30px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.casino__card {
  display: flex;
  flex-direction: column;
  margin: 0 -10px;
  padding: 0 10px 10px;
  height: inherit;
  min-height: 100%;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.1);
}
.casino__card > * + * {
  border-top: 2px solid #e9eff5;
}
.casino__card:hover {
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.3);
  transform: scale(1.01);
}
.casino__card:hover .casino__card_title_img_link {
  transform: translateY(-20px);
  transition: transform 0.2s ease-in-out;
}
.casino__card_title_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.casino__card_title_img_link {
  display: inline-block;
  width: 140px;
  height: 90px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.1);
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}
.casino__card_title_img {
  display: block;
  width: 140px;
  height: 90px;
  border-radius: 6px;
}
.casino__rating {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  color: #fff;
  font-weight: 700;
  border-top-right-radius: 6px;
  overflow: hidden;
  transform: translateX(10px);
}
.casino__rating:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #36a2db;
  z-index: -1;
}
.casino__title_link {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  color: #14265e;
  font-weight: 700;
  text-transform: uppercase;
}
.casino__title_link:hover {
  color: #36a2db;
}
.casino__card_bonus_box {
  display: block;
  padding: 10px 0;
  font-size: 11px;
  text-align: center;
}
.casino__card_bonus_box b {
  display: block;
  color: #14265e;
  font-size: 14px;
}
.casino__card_bonus_box b + b {
  margin-top: 10px;
}
.casino__card_bonus_box p {
  display: none;
  visibility: hidden;
  margin-top: 15px;
  text-align: center;
}
.casino__card_bonus_box + .casino__card_bonus_box {
  display: none;
  visibility: hidden;
}
.casino__card_btn_box {
  margin-top: auto;
}
.casino__card_btn_box .btn {
  margin: 10px 5px 0;
}
.casino__article {
  display: block;
  padding: 0 30px 20px 15px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(61, 66, 71, 0.1);
}
.casino__article ul {
  counter-reset: item;
}
.casino__article ul li:before {
  counter-increment: item;
  content: counter(item) ". ";
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
}
.casino__article_header {
  display: block;
  transform: translateY(-10px);
}
.casino__article_header > * + * {
  margin-left: 20px;
}
.casino__title_img {
  float: left;
  display: block;
  width: 340px;
  height: 200px;
  border-radius: 6px;
}
.casino__rating_info_box {
  float: left;
  margin: 0 20px;
  padding-top: 40px;
  max-width: 200px;
  width: 200px;
}
.casino__rating_info_box .btn {
  display: flex;
  width: 100%;
}
.casino__rating_info_box .btn + .btn {
  margin-top: 8px;
}
.casino__rating_info_row {
  display: flex;
  margin-bottom: 8px;
}
.casino__rating_info_row .rating__view_box {
  margin-left: 15px;
}
.casino__rating_info_row .icon {
  display: block;
  margin-left: 5px;
  width: 15px;
  height: 15px;
}
.casino__article_header_info {
  padding-top: 40px;
}
.casino__article_nav_list {
  padding-left: 60px;
  color: #14265e;
  font-weight: 700;
}
.casino__article_nav_list li:hover {
  color: #36a2db;
}
.casino__article_nav_list li:hover a {
  color: #36a2db;
}
.casino__article_nav_list a {
  color: #14265e;
}
.casino__article_nav_list a:hover {
  color: #36a2db;
}
.casino__article_nav_list > * + * {
  margin-top: 10px;
}
.casino__article_info_list {
  padding-left: 15px;
}
.casino__article_info_list li {
  padding-top: 35px;
}
.casino__article_info_list li > img {
  display: inline-block;
  margin: 15px;
  height: 190px;
  width: auto;
  border: 1px solid #dfe7ee;
}
.casino__article_info_list li > img.provider_img {
  height: 50px;
  width: auto;
  border: 1px solid transparent;
}
.casino__article_info_list li ul {
  padding-left: 20px;
}
.casino__article_info_list li ul li {
  padding-top: 5px;
}
.casino__article_info_list li ul li:before {
  content: "";
  display: none;
}
.casino__article_info_list li ul a {
  color: #36a2db;
  text-decoration: underline;
}
.casino__article_info_list li ul a:hover {
  text-decoration: none;
  opacity: 0.85;
}
.casino__article_info_list li p a {
  color: #36a2db;
  text-decoration: underline;
}
.casino__article_info_list li p a:hover {
  text-decoration: none;
  opacity: 0.85;
}
.casino__article_info_list h3 {
  display: inline-block;
}
.casino__article_info_list h3:first-letter {
  text-transform: uppercase;
}
.casino__slider {
  margin: 0 -15px;
}
.casino__slider .slick-slide {
  padding: 35px 0 15px;
}
.casino__slider .casino__card_title_box {
  justify-content: center;
}

.show_more__btn {
  display: block;
  color: #36a2db;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.show_more__btn:hover {
  color: #14265e;
}

.adv {
  justify-content: center;
  align-items: flex-end;
  padding: 10px 0;
  height: 100%;
}
.adv__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  max-width: 320px;
}
.adv__link:hover .adv__img {
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.3);
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}
.adv__img {
  display: block;
  width: 300px;
  height: 100px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.1);
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}

.news__slider {
  margin: 0 -15px;
}
.news__slider .col {
  padding-top: 10px;
  padding-bottom: 10px;
}
.news__slider .news__card {
  min-height: 410px;
}
.news__row_card > * {
  margin-bottom: 30px;
}
.news__card {
  position: relative;
  display: block;
  padding: 0 15px 15px;
  height: 100%;
  z-index: 1;
}
.news__card:hover .news__card_title_img {
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.1);
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}
.news__card:before {
  display: block;
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.1);
  z-index: -1;
}
.news__card p {
  max-height: 95px;
  overflow: hidden;
}
.news__card_title_img_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 340px;
  width: 100%;
  max-height: 200px;
  height: auto;
}
.news__card_title_img {
  display: block;
  max-width: 340px;
  width: 100%;
  max-height: 200px;
  height: auto;
  border-radius: 6px;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.news__card_title_link {
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #36a2db;
}
.news__card_title_link:hover {
  color: #14265e;
}
.news__item {
  display: flex;
  padding: 0 15px;
  height: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(61, 66, 71, 0.1);
}
.news__item:hover .news__card_title_img_link {
  transform: translateY(-20px);
  transition: transform 0.2s ease-in-out;
}
.news__item .news__card_title_img_link {
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}
.news__item_content {
  display: block;
  padding: 10px 0 10px 15px;
  width: calc(100% - 340px);
}
.news__article {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(61, 66, 71, 0.1);
}
.news__article .news__card_title_img {
  float: left;
  margin-right: 15px;
  margin-bottom: -20px;
  transform: translateY(-25px);
}
.news__article .adv {
  height: auto;
}
.news__article blockquote,
.news__article b,
.news__article q {
  display: block;
  padding: 35px 35px 50px;
  font-weight: 700;
}

.tech_view {
  display: flex;
  padding: 8px 0;
  font-size: 11px;
}
.tech_view > * + * {
  margin-left: 25px;
}
.tech_view__info_box {
  display: flex;
  align-items: center;
}
.tech_view__info_box > * + * {
  margin-left: 5px;
}
.tech_view .icon {
  display: block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}

.rating__view_box {
  display: block;
  width: 140px;
  height: 14px;
  background: transparent url("img/icons/ico_star_gray.svg") top left repeat-x;
  background-size: 14px;
}
.rating__value {
  display: block;
  width: 70%;
  height: 14px;
  background: transparent url("img/icons/ico_star.svg") top left repeat-x;
  background-size: 14px;
}

.testimonial__slider {
  margin: 0 -15px;
}
.testimonial__slider .col {
  padding-bottom: 10px;
}
.testimonial__slider .testimonial__card:before {
  top: 60px;
}
.testimonial__card {
  position: relative;
  display: block;
  padding: 20px 20px 10px;
  min-height: 380px;
  height: 100%;
  z-index: 1;
}
.testimonial__card:before {
  display: block;
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.1);
  z-index: -1;
}
.testimonial__card:hover .testimonial__casino_title_img_link {
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.1);
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}
.testimonial__head_row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.testimonial__head_row > * {
  order: 3;
  margin-bottom: 10px;
}
.testimonial__head_row > * + * {
  margin-left: 10px;
}
.testimonial__head_box {
  order: 9;
  margin-left: 0;
  width: 100%;
}
.testimonial__casino_title_img_link {
  display: inline-block;
  width: 140px;
  height: 90px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.1);
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.testimonial__casino_title_img_link:hover {
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.3);
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}
.testimonial__casino_title_link {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  color: #3d4247;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial__casino_title_link:hover {
  color: #36a2db;
}
.testimonial__text_link {
  display: block;
  color: #3d4247;
  font-weight: 700;
}
.testimonial__text_link:hover {
  color: #36a2db;
}
.testimonial__content_row {
  display: flex;
  flex-direction: column;
}
.testimonial h3 {
  margin-bottom: 0;
}
.testimonial h3 + p {
  height: 15px;
  overflow: hidden;
}
.testimonial__short_text {
  height: 55px;
  overflow: hidden;
}

.game__play_game_box {
  width: 100%;
  max-height: 600px;
}
.game__play_game_box iframe {
  max-width: 100%;
  width: 100%;
  max-height: 600px;
}

.comments__item {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(61, 66, 71, 0.1);
}
.comments__item_head {
  display: flex;
  align-items: center;
  transform: translateY(-10px);
}
.comments__item_head > * + * {
  margin-left: 15px;
}
.comments__letter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background: #14265e;
  border-radius: 25% 75% 75% 25%/50% 50% 50% 50%;
}

.bonus .casino__card_bonus_box p {
  display: block;
  visibility: visible;
}
.bonus div[class*=row-cols].row_active .casino__card_bonus_box {
  display: flex;
}
.bonus div[class*=row-cols].row_active .casino__card_bonus_box + .casino__card_bonus_box {
  display: none;
  visibility: hidden;
}
.bonus div[class*=row-cols].row_active .casino__card_bonus_box p {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  text-align: left;
  border-left: 2px solid #e9eff5;
}
.bonus div[class*=row-cols].row_active .casino__card_bonus_header {
  display: block;
  margin-right: 20px;
  width: 150px;
  min-width: 150px;
}

.faq div[class*=row-cols] > * {
  margin-bottom: 10px;
}
.faq__item {
  position: relative;
  display: block;
  padding: 25px 70px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(61, 66, 71, 0.1);
}
.faq__item:before, .faq__item:after {
  display: block;
  content: "";
  position: absolute;
}
.faq__item:before {
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  background: #14265e;
  border-radius: 25% 75% 75% 25%/50% 50% 50% 50%;
  transition: border-radius 0.2s ease-in-out, background 0.2s ease-in-out;
}
.faq__item:after {
  top: 32px;
  left: 30px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  transition: transform 0.2s ease-in-out;
}
.faq__item.active:before {
  background: #36a2db;
  border-radius: 50% 50% 50% 50%/25% 25% 75% 75%;
  transition: border-radius 0.2s ease-in-out, background 0.2s ease-in-out;
}
.faq__item.active:after {
  left: 32px;
  transform: rotate(225deg);
  transition: transform 0.2s ease-in-out;
}
.faq__item.active h3 {
  margin-bottom: 1em;
}
.faq__item.active .faq__answer {
  max-height: unset;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.6s ease-in-out, opacity 0.6s ease-in-out, height 0.6s ease-in-out;
}
.faq__item:hover {
  box-shadow: 0 0 20px 0 rgba(61, 66, 71, 0.3);
}
.faq__item:hover:before {
  background: #36a2db;
  transform: scale(1.1);
}
.faq__item h3 {
  margin-bottom: 0;
  cursor: pointer;
}
.faq__answer {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease-in-out, opacity 0s ease-in-out, height 0.6s ease-in-out;
}

.rules {
  position: relative;
  display: block;
  padding: 40px 25px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(61, 66, 71, 0.1);
}
.rules__nav {
  margin-bottom: 20px;
}
.rules__nav ol {
  padding-left: 40px;
}
.rules__nav li:hover:before {
  color: #36a2db;
}
.rules__nav li:hover .rules__nav_link {
  color: #36a2db;
}
.rules ol {
  counter-reset: item;
}
.rules ol.rules__content li {
  text-indent: 0;
}
.rules ol li:before {
  counter-increment: item;
  content: counter(item) ". ";
  display: inline-block;
  margin-right: 5px;
  color: #3d4247;
  font-size: 14px;
  font-weight: 700;
}
.rules ol li ol li + li {
  margin-top: 25px;
}
.rules ol li ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  color: #3d4247;
  font-size: 14px;
  font-weight: 400;
}
.rules h3 {
  display: inline-block;
  margin-bottom: 0;
  color: #3d4247;
  text-transform: lowercase;
}
.rules h3:first-letter {
  text-transform: uppercase;
}
.rules__nav_link {
  display: inline-block;
  margin-bottom: 10px;
  color: #3d4247;
  font-size: 14px;
  font-weight: 700;
  text-transform: lowercase;
}
.rules__nav_link:first-letter {
  text-transform: uppercase;
}
.rules__nav_link:hover {
  color: #36a2db;
}
.rules__content_item {
  padding-top: 30px;
}
.rules__content_item a {
  color: #36a2db;
}
.rules__content_item a:hover {
  text-decoration: underline;
}

.filter {
  display: flex;
}
.filter h2 {
  flex: 1;
}
.filter__label {
  position: relative;
  display: block;
  max-width: 250px;
  width: 100%;
  height: 40px;
}
.filter__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-appearance: none;
}
.filter__grid_type {
  display: flex;
}
.filter__grid_type span[class*=_grid] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.filter__grid_type span[class*=_grid]:hover {
  border: 1px solid #14265e;
  transition: border 0.2s ease-in-out;
}
.filter__grid_type span[class*=_grid] .icon {
  display: block;
  width: 40px;
  height: 40px;
}
.filter__column_grid {
  background: #14265e;
  border: 1px solid #14265e;
  cursor: pointer;
}
.filter__row_grid {
  background: #e9eff5;
  border: 1px solid #dfe7ee;
  cursor: pointer;
}
.filter__label_select {
  position: relative;
  display: block;
  max-width: 250px;
  width: 100%;
  height: 40px;
}
.filter__label_select:before, .filter__label_select:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
}
.filter__label_select:before {
  right: 30px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #e9eff5;
}
.filter__label_select:after {
  right: 13px;
  transform: translateY(-50%) rotate(-135deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #36a2db;
  border-left: 2px solid #36a2db;
}
.filter__select {
  -webkit-appearance: none;
  width: 250px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e9eff5;
  padding: 0 30px 0 10px;
}

.tab__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab__menu > * {
  margin: 0 15px 15px;
  cursor: pointer;
}
.tab__menu_item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 360px;
  min-height: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #14265e;
  background: #e9eff5;
  border-radius: 6px;
}
.tab__menu_item:hover {
  color: #fff;
  background: #36a2db;
}
.tab__menu_item.active {
  color: #fff;
  background: #14265e;
}

input[type=checkbox].filter__checkbox:checked ~ .filter__grid_type .filter__column_grid {
  background: #e9eff5;
  border: 1px solid #dfe7ee;
}
input[type=checkbox].filter__checkbox:checked ~ .filter__grid_type .filter__column_grid:hover {
  border: 1px solid #14265e;
  transition: border 0.2s ease-in-out;
}
input[type=checkbox].filter__checkbox:checked ~ .filter__grid_type .filter__column_grid .icon {
  --color1: #14265e;
}
input[type=checkbox].filter__checkbox:checked ~ .filter__grid_type .filter__row_grid {
  background: #14265e;
  border: 1px solid #14265e;
}
input[type=checkbox].filter__checkbox:checked ~ .filter__grid_type .filter__row_grid .icon {
  --color3: #fff;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.breadcrumbs > * {
  margin: 0 5px 5px;
}
.breadcrumbs > *:first-child {
  margin-right: 35px;
}
.breadcrumbs > *:first-child .breadcrumbs__link {
  background: #14265e;
  border: none;
  border-radius: 75% 25% 25% 75%/50% 50% 50% 50%;
}
.breadcrumbs > *:first-child .breadcrumbs__link:hover {
  background: #36a2db;
  transform: translate(0, 0) scale(1.1);
  box-shadow: 0 8px 20px 0 rgba(61, 66, 71, 0.1);
}
.breadcrumbs > *:first-child .breadcrumbs__link:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 1;
}
.breadcrumbs > *:last-child {
  margin-left: 35px;
}
.breadcrumbs > *:last-child .breadcrumbs__link {
  background: #14265e;
  border: none;
  border-radius: 25% 75% 75% 25%/50% 50% 50% 50%;
}
.breadcrumbs > *:last-child .breadcrumbs__link:hover {
  background: #36a2db;
  transform: translate(0, 0) scale(1.1);
  box-shadow: 0 8px 20px 0 rgba(61, 66, 71, 0.1);
}
.breadcrumbs > *:last-child .breadcrumbs__link:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 1;
}
.breadcrumbs__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #14265e;
  font-weight: 700;
  background: #e9eff5;
  border: 1px solid #dfe7ee;
  border-radius: 3px;
}
.breadcrumbs__link.active {
  color: #fff;
  background: #14265e;
}
.breadcrumbs__link:hover {
  color: #fff;
  border-radius: 2px;
  background: #36a2db;
  border: 1px solid #36a2db;
  transform: translate(0, 0) scale(1.1);
  box-shadow: 0 8px 20px 0 rgba(61, 66, 71, 0.1);
}

.footer {
  position: relative;
  background: #e9eff5;
}
.footer:before {
  display: block;
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  width: 100%;
  height: 180px;
  border-radius: 50%;
  background: #e9eff5;
}
.footer small a {
  color: #36a2db;
}
.footer small a:hover {
  color: #14265e;
}
.footer .row {
  justify-content: center;
}
.footer__nav {
  margin-bottom: 30px;
}
.footer__nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer__nav_item + .footer__nav_item {
  margin-left: 15px;
}
.footer__nav_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: #14265e;
}
.footer__nav_link.active, .footer__nav_link:hover {
  color: #36a2db;
}

.social__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transform: translateY(-40px);
}
.social__item {
  margin: 0 10px 10px;
}
.social__link {
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #14265e;
  border-radius: 50% 50% 50% 50%/25% 25% 75% 75%;
}
.social__link:hover {
  background: #36a2db;
  transform: scale(1.1);
  box-shadow: 0 0 20px 0 rgba(23, 43, 61, 0.1);
}
.social__link .icon {
  width: 45px;
  height: 45px;
}

.subscribe__box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.subscribe__input_label {
  display: block;
  margin: 0 10px 10px;
  max-width: 400px;
  width: 400px;
  height: 40px;
}
.subscribe input[type=text] {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #3d4247;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #dfe7ee;
}

@media screen and (max-width: 1500px) {
  .menu-item + .menu-item {
    margin-left: 5px;
  }

  .menu-item > a {
    padding: 10px;
  }
}
@media screen and (max-width: 1300px) {
  body,
.main {
    background-image: none;
  }

  .menu-top_menu-container .menu {
    display: none;
    visibility: hidden;
  }

  .menu-mobile_menu-container .menu {
    display: block;
  }

  .hamburger {
    display: flex;
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .filter {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .filter h2 {
    order: 1;
    flex: 1 1 100%;
    margin-bottom: 0.5em;
  }
  .filter label {
    order: 2;
    margin-bottom: 30px;
  }

  .casino__article_header {
    display: block;
    flex-wrap: wrap;
  }
  .casino__article_header::after {
    content: "";
    clear: both;
    display: table;
  }
  .casino__article_header_info {
    flex: 1 1 100%;
  }
  .casino__title_img, .casino__rating_info_box {
    float: unset;
  }
}
@media screen and (max-width: 991px) {
  .main_slider {
    margin-bottom: 40px;
  }
  .main_slider .slick-prev, .main_slider .slick-next {
    top: 50%;
    transform: translate(0, -50%);
  }
  .main_slider .slick-prev:hover, .main_slider .slick-prev:focus, .main_slider .slick-next:hover, .main_slider .slick-next:focus {
    background: #36a2db;
    transform: translate(0, -50%) scale(1.1);
    box-shadow: 0 8px 20px 0 rgba(23, 43, 61, 0.1);
  }
  .main_slider .slick-prev {
    left: -10px;
  }
  .main_slider .slick-next {
    right: -10px;
  }

  div[class*=row-cols].row_active .casino__card {
    flex-wrap: wrap;
  }
  div[class*=row-cols].row_active .casino__card > * {
    flex: 1 1 50%;
    margin-bottom: 10px;
  }
  div[class*=row-cols].row_active .casino__card_title_box {
    order: 1;
    max-width: unset;
  }
  div[class*=row-cols].row_active .casino__card_btn_box {
    order: 2;
  }
  div[class*=row-cols].row_active .casino__card_bonus_box {
    order: 3;
  }

  .form__submit_box {
    align-items: flex-start;
    flex-direction: column;
  }
  .form__submit_box > * + * {
    margin-top: 30px;
  }

  .table_wrap {
    width: 100%;
    overflow-x: auto;
  }
  .table_wrap table {
    width: 991px;
  }
}
@media screen and (max-width: 900px) {
  .header {
    justify-content: space-between;
  }
  .header .account,
.header .main_nav {
    display: none;
    visibility: hidden;
  }

  .search__result_box {
    width: calc(100vw - 30px);
  }
}
@media screen and (max-width: 767px) {
  .popup {
    top: 0;
    left: 0;
    height: 100vh;
    transform: translate(0, 0);
  }
  .popup.active {
    transform: translate(0, 0);
  }
  .popup__box {
    border-radius: 0;
    height: 100%;
  }

  .section__bg:before {
    max-height: 425px;
  }

  .news__item {
    flex-direction: column;
  }
  .news__item_content {
    width: 100%;
  }
  .news__article .news__card_title_img {
    float: unset;
    margin-right: auto;
    margin-left: auto;
  }
  .news__article blockquote,
.news__article b,
.news__article q {
    display: block;
    padding: 15px;
    font-weight: 700;
  }

  .casino__article_header {
    justify-content: center;
  }

  .rules__nav ol {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .section__bg:before {
    max-height: 250px;
  }

  .filter__label {
    max-width: unset;
    width: auto;
  }

  div[class*=row-cols].row_active .casino__card {
    max-width: unset;
  }
  div[class*=row-cols].row_active .testimonial__head_box {
    order: 9;
    margin-left: 0;
    width: 100%;
  }
  div[class*=row-cols].row_active .testimonial__content_row {
    flex-direction: column;
  }
  div[class*=row-cols].row_active .testimonial__content_row > * {
    width: 100%;
  }

  .casino__card {
    margin: 0 auto;
    max-width: 270px;
  }

  .testimonial__card {
    padding: 10px;
  }

  .footer__nav {
    display: none;
    visibility: hidden;
  }

  .subscribe__box {
    flex-wrap: wrap;
  }

  .breadcrumbs__link {
    width: 30px;
    height: 30px;
  }

  .rules {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 550px) {
  div[class*=row-cols].row_active .casino__card {
    margin: 0 auto;
    padding: 10px;
    max-width: unset;
  }
  div[class*=row-cols].row_active .casino__card > * {
    flex: 1 1 100%;
  }
  div[class*=row-cols].row_active .casino__card > * + * {
    border-top: 2px solid #e9eff5;
    border-left: none;
  }
  div[class*=row-cols].row_active .casino__card_title_box {
    justify-content: space-between;
    padding-right: 0;
  }
  div[class*=row-cols].row_active .casino__card_btn_box {
    order: 4;
    padding-left: 0;
  }
  div[class*=row-cols].row_active .casino__rating {
    border-top-right-radius: 6px;
    transform: translate(10px, -10px);
  }

  .breadcrumbs > *:first-child {
    margin-right: 5px;
  }
  .breadcrumbs > *:last-child {
    margin-left: 5px;
  }

  .bonus div[class*=row-cols].row_active .casino__card_bonus_box {
    display: block;
  }
  .bonus div[class*=row-cols].row_active .casino__card_bonus_box p {
    margin-top: 15px;
    margin-bottom: 1em;
    padding-left: 0;
    text-align: center;
    border-left: none;
  }
  .bonus div[class*=row-cols].row_active .casino__card_bonus_header {
    width: 100%;
    min-width: unset;
  }

  .casino__article {
    padding: 0 5px 10px;
  }
  .casino__article_nav_list {
    padding-left: 20px;
  }
  .casino__article_info_list {
    padding-left: 0;
  }
  .casino__article_info_list li > img {
    margin: 5px;
    height: 160px;
  }

  .rating {
    flex-wrap: wrap;
    margin-left: 0;
  }
  .rating__caption {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 400px) {
  .captcha {
    flex-direction: column;
  }
  .captcha .input__label {
    margin-top: 20px;
    margin-left: 0;
  }

  .faq__item {
    padding: 20px 40px;
  }
  .faq__item.active:after {
    left: 17px;
  }
  .faq__item:before {
    left: 5px;
    width: 30px;
    height: 30px;
  }
  .faq__item:after {
    top: 28px;
    left: 15px;
  }
}
.page404 {
  background: #fff;
}
.page404__main {
  display: block;
  margin: 0 auto;
  padding: 25px 15px 40px;
  max-width: 1200px;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  background: url("img/bg/bg_404.png") top center no-repeat, url("img/bg/bg_404_bottom.png") bottom center no-repeat;
  background-size: 100%, 100%;
}
.page404 .logo__link {
  width: 300px;
  height: 75px;
  margin: 0 auto 50px;
}
.page404 .logo__img {
  width: 300px;
  height: 75px;
}
.page404 .big_letter {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: #36a2db;
}

@media screen and (max-width: 767px) {
  .page404__main {
    padding: 10px 15px 40px;
  }
  .page404 .logo__link,
.page404 .logo__img {
    width: 165px;
    height: 40px;
  }
  .page404 .big_letter {
    font-size: 140px;
    line-height: 1;
  }
}

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