.slots-page-dev .page-body-dev {
  padding: 32px 0 15px;
}
@media (max-width: 767px) {
  .slots-page-dev .page-body-dev {
    padding: 20px 0;
  }
}
.slots-page-dev .article-page-dev {
  max-width: 835px;
  margin: 0 auto;
  float: none;
}

.slots-gam-dev {
  background-color: #EFF0F2;
  padding: 64px 0;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .slots-gam-dev {
    padding: 32px 0;
    margin-top: 32px;
  }
}

.dev-insider .content {
  margin-bottom: 32px;
}

.slots__top {
  margin: 0 0 120px 0;
}
@media (max-width: 767px) {
  .slots__top {
    margin: 0 0 40px 0;
  }
}
.slots__cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slots__cta a, .slots__cta button {
  cursor: pointer;
  height: 51px;
  line-height: 51px;
  border: 0;
  float: left;
  padding: 0 40px;
  background-color: #204289;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 7px;
  transition: 0.3s all;
}
.slots__cta a:hover, .slots__cta button:hover {
  background-color: #3469c7;
  color: #fff;
}

.slots-game {
  clear: both;
}
.slots-game__all {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
  grid-gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .slots-game__all {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
.slots-game__title {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  color: #334250;
}
@media (max-width: 767px) {
  .slots-game__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
.slots-game__count {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #334250;
}
@media (max-width: 767px) {
  .slots-game__count {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
}
.slots-game__top-row {
  margin-bottom: 40px;
}

.slots_small .hero-thumbnail {
  height: 150px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.slots_small img {
  border-radius: 10px;
}
.slots_small__img {
  margin-bottom: 16px;
}
.slots_small__img img {
  width: 100%;
  transition: 0.5s ease all;
}
.slots_small:hover img {
  transform: scale(1.1);
}
.slots_small:hover .title {
  color: #204289;
}
.slots_small__img:hover img {
  transform: scale(1.1);
}
.slots_small__title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.44px;
  color: #334250;
  transition: all 0.3s linear;
}
.slots_small__dev {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #334250;
  padding-top: 16px;
  border-top: 1px solid rgba(51, 66, 80, 0.2);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .slots_small .hero-thumbnail {
    height: 96px;
  }
  .slots_small__title {
    margin-bottom: 6px;
  }
  .slots_small__dev {
    padding-top: 6px;
  }
}

.slots_slide .hero-thumbnail {
  height: 120px;
  margin-bottom: 10px;
}
.slots_slide .title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .slots_slide {
    height: 134px;
  }
}

.dev-main-title {
  color: #1d3b69;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .dev-main-title {
    font-size: 31px;
  }
}

.pros-cons-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  background-color: #F8F8FA;
  padding: 24px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.pros-cons-block .title {
  width: 100%;
  font-size: 22px;
  line-height: 26px;
  color: #334250;
  font-weight: 600;
  margin: 0 0 24px 0;
}
.pros-cons-block .bullets ul {
  padding: 0 !important;
  display: grid;
  grid-gap: 10px;
}
.pros-cons-block .bullets ul li {
  width: 100%;
  font-size: 16px;
  color: #334250;
  line-height: 24px;
  position: relative;
  list-style: none !important;
  padding: 0 0 0 32px !important;
}
.pros-cons-block .bullets ul li {
  padding-left: 40px;
}
.pros-cons-block .bullets ul li::before {
  content: "+";
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #8EC789;
  margin-right: 16px;
  text-align: center;
  line-height: 22px;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 6px;
}
.pros-cons-block .bullets.right ul li::before {
  content: "-";
  background-color: #CC8888;
}
@media screen and (max-width: 992px) {
  .pros-cons-block {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .pros-cons-block .bullets ul li::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .pros-cons-block .bullets ul li {
    padding: 0 0 0 36px !important;
  }
}

/*** PAGE FREE SLOTS ***/
.page-body-free .article-page {
  margin-top: 30px;
}
.page-body-free .article-page .body *.d-inline {
  display: inline;
  margin-bottom: 0;
}
.page-body-free .read-more-link, .page-body-free .scroll-to-block, .page-body-free .wp-block-read-more {
  background-color: transparent;
  padding: 0;
  font-weight: 500;
  color: #C7BA89;
  margin: 0;
  position: absolute;
}
.page-body-free .read-more-link.static, .page-body-free .scroll-to-block.static, .page-body-free .wp-block-read-more.static {
  position: static;
}
.page-body-free .scroll-to-block .screen-reader-text,
.page-body-free .wp-block-read-more .screen-reader-text {
  display: none;
}
.page-body-free .article-page .section-content-free {
  margin: 24px auto 34px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.page-body-free .article-page .section-content-free .slots-game__count {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #334250;
}
.page-body-free .article-page .section-content-free h4.slots_small__title {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 1.2;
  letter-spacing: 0.44px;
  color: #334250;
  transition: all 0.3s linear;
}
.page-body-free .article-page .section-content-free .slots_small__dev {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #334250;
  padding-top: 16px;
  border-top: 1px solid rgba(51, 66, 80, 0.2);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-body-free .article-page .section-content-free .slots-game__count {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-body-free .article-page .section-content-free h4.slots_small__title {
    margin-bottom: 6px;
  }
  .page-body-free .article-page .section-content-free .slots_small__dev {
    padding-top: 6px;
  }
}

/** Filter **/
.filter {
  position: relative;
}
.filter .slots-game__top-row {
  margin-bottom: 24px;
}
.filter label {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.filter .filter-selects, .filter .drop-down {
  display: none;
}
.filter .filter-form {
  background-color: #f8f8f8;
  margin-bottom: 30px;
  border-radius: 4px;
}
.filter .filter-accept {
  display: flex;
  flex-wrap: wrap;
}
.filter .cat-link {
  padding: 7px;
  margin: 7px 10px;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #C7BA89;
  text-transform: capitalize;
}
.filter .cat-link svg {
  width: 14px;
  height: 14px;
  transform: translateY(1px);
}
.filter .cat-link svg path {
  fill: #C7BA89;
}
.filter .options {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 280px 136px 104px;
  padding: 10px;
  grid-gap: 10px;
  background-color: #e7e7e7;
  gap: 10px;
}
.filter .filter__sort {
  padding: 0 18px;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: 95% 16px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.27668 0.277136C0.461133 0.0923782 0.679525 -5.82256e-07 0.931857 -5.71227e-07C1.1837 -5.60218e-07 1.40184 0.0923782 1.5863 0.277136L6.99078 5.69053L12.4137 0.25866C12.5859 0.08622 12.8011 -5.24076e-08 13.0593 -4.11198e-08C13.3175 -2.9832e-08 13.5389 0.0923787 13.7233 0.277136C13.9078 0.461894 14 0.680647 14 0.933395C14 1.18565 13.9078 1.40416 13.7233 1.58891L7.50725 7.79677C7.43346 7.87067 7.35353 7.92314 7.26746 7.95418C7.18138 7.98473 7.08915 8 6.99078 8C6.8924 8 6.80018 7.98473 6.7141 7.95418C6.62802 7.92314 6.54809 7.87067 6.47431 7.79677L0.258234 1.57044C0.0860776 1.398 -5.18264e-08 1.18565 -4.08e-08 0.933394C-2.9752e-08 0.680646 0.0922268 0.461893 0.27668 0.277136Z' fill='%231B1E29' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
}
.filter .filter__sort .list {
  width: 100%;
  margin: 0;
  transform: scale(1) translateY(0);
}
.filter .filter__sort.open {
  border-radius: 7px 7px 0 0;
}
.filter .filter__sort.nice-select:after {
  display: none;
}
.filter .filter__sort:active, .filter .filter__sort.open, .filter .filter__sort:focus {
  border-color: transparent;
}
.filter .nice-select .list {
  padding-left: 0;
}
.filter .nice-select .list li {
  font-size: 16px;
  padding: 8px 18px;
  line-height: 1.7;
  color: #334250;
}
.filter .filter-selects__wrap {
  background-color: #eee;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 10px;
  grid-gap: 10px;
}
.filter button, .filter input, .filter select, .filter textarea {
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s linear;
}
.filter button, .filter input:not([type=checkbox]):not([type=radio]), .filter textarea {
  border-radius: 7px;
  color: #000;
  display: flex;
  font-family: inherit;
  padding: 10px 18px;
}
.filter .options__search_input {
  width: calc(100% - 38px);
}
.filter .filter-select .search-items {
  padding: 8px 10px !important;
}
.filter .filter-select .list, .filter .nice-select .list {
  background: #fff;
  border-color: #e7e7e7;
  border-radius: 0 0 7px 7px;
  box-shadow: none;
  overflow: hidden;
}
.filter .options__search input {
  height: 38px;
}
.filter .options__search input::placeholder {
  color: #747474;
  opacity: 1;
}
.filter .filter-select input.search {
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 16px;
  margin: 2px auto 4px;
  width: calc(100% - 12px);
}
.filter .options__search_btn {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 38px;
  width: 38px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.filter .options__filter_btn_js {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
  text-transform: capitalize;
  width: 100%;
}
.filter .options__filter_btn_js.active {
  background-color: #C7BA89;
}
.filter .options__item {
  font-size: 16px;
}
.filter .options__item, .filter .custom-select, .filter .filter__sort {
  position: relative;
  height: 38px;
  border-radius: 7px;
  background-color: #fff;
}
.filter .custom-select {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  border: 1px solid transparent;
  z-index: 3;
  transition: all 0.3s linear;
}
.filter .custom-select.open {
  border-radius: 7px 7px 0 0;
  z-index: 5;
}
.filter .custom-select.selected {
  border-color: #C7BA89;
}
.filter .custom-select.open .drop-down {
  border-radius: 0 0 7px 7px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 11px 11px 0;
}
.filter .custom-select__btn {
  padding: 0 18px;
  line-height: 38px;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}
.filter .custom-select__btn:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.27668 0.277136C0.461133 0.0923782 0.679525 -5.82256e-07 0.931857 -5.71227e-07C1.1837 -5.60218e-07 1.40184 0.0923782 1.5863 0.277136L6.99078 5.69053L12.4137 0.25866C12.5859 0.08622 12.8011 -5.24076e-08 13.0593 -4.11198e-08C13.3175 -2.9832e-08 13.5389 0.0923787 13.7233 0.277136C13.9078 0.461894 14 0.680647 14 0.933395C14 1.18565 13.9078 1.40416 13.7233 1.58891L7.50725 7.79677C7.43346 7.87067 7.35353 7.92314 7.26746 7.95418C7.18138 7.98473 7.08915 8 6.99078 8C6.8924 8 6.80018 7.98473 6.7141 7.95418C6.62802 7.92314 6.54809 7.87067 6.47431 7.79677L0.258234 1.57044C0.0860776 1.398 -5.18264e-08 1.18565 -4.08e-08 0.933394C-2.9752e-08 0.680646 0.0922268 0.461893 0.27668 0.277136Z' fill='%231B1E29' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 10px;
  top: calc(50% + 3px);
  right: 10px;
  transform: translateY(-50%);
}
.filter .custom-select .themes-filter-input {
  width: calc(100% - 10px);
  margin: 10px auto;
}
.filter .drop-down {
  position: absolute;
  background-color: white;
  overflow: hidden;
  border-radius: 7px;
  top: 100%;
  left: 0;
  z-index: 1;
}
.filter .drop-down, .filter .nice-select .list {
  left: -1px;
  width: calc(100% + 2px);
}
.filter .drop-down label {
  position: relative;
  visibility: visible;
  width: 100%;
  z-index: 1;
}
.filter .drop-down__info button {
  background-color: #fff;
  border-color: #e7e7e7;
  border-radius: 7px;
  color: rgba(27, 30, 41, 0.8);
  margin-left: auto;
  max-width: fit-content;
  padding: 5px 15px;
  text-transform: uppercase;
}
.filter .drop-down__info span {
  color: #1D3B69;
  font-weight: 500;
}
.filter .drop-down__info {
  align-items: center;
  background-color: #e7e7e7;
  display: flex;
  padding: 10px 20px;
  width: 100%;
}
.filter .drop-down .list__item input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.filter .filter-select .list {
  display: grid;
  height: 180px;
  overflow: hidden;
  overflow-y: auto;
}
.filter .nice-select.open .list {
  box-shadow: rgba(99, 99, 99, 0.2) 0 11px 11px 0;
}
.filter .list li.active,
.filter .list li:hover,
.filter .list__item input:checked ~ span,
.filter .list__item:hover input ~ span,
.filter .filter-select option:hover,
.filter .filter-select option:focus {
  background-color: #e0e0e6;
}
.filter .list li, .filter .list span {
  display: flex;
  align-items: center;
  height: fit-content;
  width: 100%;
  cursor: pointer;
  padding: 5px 20px;
  transition: all 0.3s linear;
}
.filter .clear-all-btn {
  font-weight: 400;
}
.filter .filter__btn_more {
  background-color: #204289;
  color: #fff;
  max-width: 480px;
  margin: 0 auto;
}
.filter.loading .filter__btn_more {
  opacity: 0.4;
}
.filter .filter__btn_more :hover {
  background-color: #3469c7;
}
@media screen and (max-width: 991.99px) {
  .filter .options {
    grid-auto-flow: dense;
    grid-template-columns: 1fr 140px;
  }
  .filter .clear-all-btn {
    grid-column: 2;
    grid-row: 2;
  }
  .filter .options__filter_btn_js {
    grid-column: 1;
    grid-row: 2;
  }
  .filter .options__filter_btn_js {
    justify-content: flex-start;
  }
  .filter .options__filter_btn_js svg {
    margin-left: auto;
  }
  .filter .options__filter_btn_js span {
    margin-left: 10px;
  }
}
@media screen and (max-width: 766.99px) {
  .filter .filter-selects__wrap {
    grid-template-columns: 1fr;
  }
  .filter .options {
    grid-template-columns: 1fr 1fr;
  }
  .filter .options__search, .filter .filter__sort {
    grid-column: 1/-1;
  }
  .filter .clear-all-btn {
    grid-row: 3;
  }
  .filter .options__filter_btn_js {
    grid-row: 3;
  }
  .filter .filter-form, .filter .slots-game__top-row {
    margin-bottom: 14px;
  }
}

.scrollMarginTop {
  scroll-margin-top: 80px;
}

.read-more {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.ajax-content {
  position: relative;
  width: 100%;
  z-index: 1;
}
.ajax-content::before {
  background-color: hsla(0, 0%, 100%, 0.7);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s linear;
  visibility: hidden;
  width: 100%;
  z-index: -2;
}
.ajax-content.loading::before {
  opacity: 1;
  visibility: visible;
  z-index: 6;
}

/** Loader **/
.loader-post {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 100%;
  border: 5px solid #1D3B69;
  transform: rotate(0deg);
  border-top-color: #1D3B69;
  border-bottom-color: #C7BA89;
  border-left-color: #1D3B69;
  border-right-color: #C7BA89;
  -webkit-animation: spCircRot 0.6s infinite linear !important;
  animation: spCircRot 0.6s infinite linear !important;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

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