:root {
  --purple: #5015ca;
  --green: #00d767;
  --orange: #e2492d;
  --light-gray: #1d262e;
  --dark-gray: #121c24;
}
p {
  font: 300 1.8rem/2.6rem 'SourceSansPro';
  color: rgba(255, 255, 255, 0.5);
  margin: 10px 0;
}
h2 {
  font: 700 2.6rem/3.3rem 'SourceSansPro';
  color: var(--green);
  margin: 20px 0 10px;
}
h2 + p {
  margin-bottom: 20px;
}
h3 {
  color: #fff;
  position: relative;
  font: 700 3rem/3.8rem 'SourceSansPro';
  text-transform: uppercase;
  margin-top: 50px;
}
h3:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -20px;
  height: 4px;
  width: 120px;
  background-image: -webkit-gradient(linear, left top, right top, from(#5015CA), to(#1D262E));
  background-image: linear-gradient(to right, #5015CA, #1D262E);
}
.adv {
  display: inline-block;
  float: left;
  margin: 0 20px 5px 0;
}
.adv--full {
  width: calc(100% + 40px);
  margin: 20px -20px;
}
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -100vw;
  z-index: 1;
}
.page {
  padding: 60px 0 0 0;
  /* index,  */
  background-image: url(../../images/image1.png);
  /* casinos */
  /*background-image: url(../../images/sports-bg.jpg);*/
  position: relative;
  background-color: #090a14;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: auto;
  z-index: 1;
}
.page--purple {
  background-image: url(../../images/image2.png);
}
.page--sports .page {
  background-image: url(../../images/sports-bg.jpg);
}
.page:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  /* index, casinos, policy, 404 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 13, 126, 0.8)), to(rgba(9, 10, 20, 1)));
  background-image: linear-gradient(to bottom, rgba(50, 13, 126, 0.8), rgba(9, 10, 20, 1));
  z-index: -1;
}
/* academy, academy-article, casino-review */
.page--purple:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 74, 92, 0.8)), to(rgba(9, 10, 20, 1)));
  background-image: linear-gradient(to bottom, rgba(37, 74, 92, 0.8), rgba(9, 10, 20, 1));
}
main {
  display: block;
  max-width: 1240px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
.top-full {
  color: #fff;
  text-align: center;
  margin: 100px 0;
}
.top-full__title {
  font: 900 6rem/5.5rem 'SourceSansPro';
  color: #fff;
  margin-bottom: 12px;
}
.top-full__category {
  font: 300 2rem/2.5rem 'SourceSansPro';
  letter-spacing: 10px;
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.xl-title {
  font: 900 4rem/5rem 'SourceSansPro';
  text-transform: uppercase;;
  color: #fff;
}
.lg-title {
  font: 700 3rem/3.8rem 'SourceSansPro';
  text-transform: uppercase;
}
.md-title {
  font: 700 2.6rem/3.3rem 'SourceSansPro';
  margin-bottom: 10px;
}
.sm-title {
  font: 900 2.2rem/2.8rem 'SourceSansPro';
}
.xs-title {
  font: 700 2rem/2.5rem 'SourceSansPro';
}
.top-full__text {
  font: 300 1.6rem/2.2rem 'SourceSansPro';
  max-width: 700px;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
}
.main-text {
  font: 300 1.8rem/2.6rem 'SourceSansPro';
  color: rgba(255, 255, 255, 0.5);
}
.main-btn {
  position: relative;
  padding: 10px 30px;
  font: 700 1.8rem/2.3rem 'SourceSansPro';
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--orange);
  cursor: pointer;
  overflow: hidden;
}

.user-login-form .form-item {
  margin: 0 0 20px;
}
.user-login-form label {
  display: block;
  margin: 0 0 5px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: 'SourceSansPro', sans-serif;
  font-weight: 800;
  color: #fff;
}
.user-login-form input {
  max-width: 400px;
  padding: 5px 10px;
  border: 1px solid var(--purple);
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-family: 'SourceSansPro', sans-serif;
  background: #fff;
  color: #000;
}
.user-login-form .description {
  margin: 5px 0 0;
  font-family: 'SourceSansPro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #fff;
}
.user-login-form input[type="submit"] {
  padding: 10px 15px;
  border: 0;
  outline: 0;
  font-family: 'SourceSansPro', sans-serif;
  background: var(--green);
  color: #fff;
  cursor: pointer;
}

.local-tasks {
  margin: 0 0 20px;
  font-family: 'SourceSansPro', sans-serif;
}
.local-tasks li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--green);
}
.local-tasks li a {
  display: block;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
}
.local-tasks .is-active {
  font-weight: bold;
}

@media only screen and (max-width: 425px) {
  .top-full__title {
    font: 900 3rem/4rem 'SourceSansPro';
  }
  .lg-title {
    font: 700 2.3rem/3.1rem 'SourceSansPro';
  }
  .md-title {
    font: 700 2.2rem/3rem 'SourceSansPro';
  }
}

@media only screen and (max-width: 375px) {
  main {
    padding: 0 10px;
  }
}
