.slots-page-dev .page-body-dev {
  padding: 100px 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;
}
@media screen and (max-width: 767px) {
  .slots-gam-dev {
    padding: 32px 0;
  }
}

.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-fit, 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 {
  border-radius: 10px;
  overflow: hidden;
}
.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: 14px;
  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);
}

.slots_slide .hero-thumbnail {
  height: 120px;
  margin-bottom: 10px;
}
.slots_slide .title {
  margin-bottom: 0;
}

.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: 2px;
}
.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;
  }
}

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