@import url(../../../../../bundles/dotaquest/typography/ebgaramond.css);
@import url(../../../../../bundles/dotaquest/typography/rubik.css);
@import url(../../../../../bundles/dotaquest/typography/montserrat.css);
@import url(../../../../../bundles/dotaquest/typography/radiance.css);
@import url(../../../../../bundles/dotaquest/typography/reaver.css);
.btn {
  border: none;
  outline: none;
  font-family: 'Radiance';
  font-weight: 400;
  padding: 8px 15px;
  cursor: pointer;
  display: inline-block;
  width: max-content; }
  .btn-login {
    position: relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    background: transparent;
    padding: 5px 30px;
    color: rgba(255, 255, 255, 0.5); }
    .btn-login:hover, .btn-login :focus {
      color: rgba(255, 255, 255, 0.75); }
    .btn-login svg {
      position: absolute;
      left: 0px;
      top: 7px; }
    .btn-login path {
      fill: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 1700px) {
      .btn-login {
        font-size: 16px; } }
  .btn-primary {
    background: #141519;
    border-radius: 15px;
    filter: drop-shadow(0px 0px 46px #7B2A27);
    font-family: Radiance;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF; }
    .btn-primary:hover {
      box-shadow: 0px 0px 36px rgba(255, 255, 255, 0.5); }
  .btn-secondary {
    background: rgba(20, 21, 25, 0.25);
    border: 3px solid #77D6DC;
    border-radius: 15px;
    font-family: Radiance;
    font-size: 18px;
    line-height: 20px;
    color: #77D6DC;
    padding: 10px; }
    .btn-secondary:hover {
      color: black;
      background: #77D6DC; }
  .btn-check {
    font-family: Radiance;
    background: linear-gradient(269.94deg, #E3BC52 0.05%, #D3A21B 97.59%);
    box-shadow: 0px 0px 24px rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    font-style: normal;
    font-size: 20px;
    line-height: 36px;
    color: #7B2A27;
    padding: 5px 15px 5px 15px; }
    .btn-check:hover {
      box-shadow: 0px 0px 36px rgba(255, 255, 255, 0.5); }
  .btn-start {
    background: #EEC948;
    border: 2px solid #FDF248;
    box-sizing: border-box;
    box-shadow: 0px 0px 37px -2px #EA3829;
    font-style: normal;
    text-align: center;
    color: #7B2A27;
    font-family: 'Radiance Bold';
    font-size: 32px;
    line-height: 42px;
    padding: 5px 30px; }
    .btn-start:hover {
      box-shadow: 0px 0px 36px rgba(255, 255, 255, 0.5); }
    .btn-start:disabled, .btn-start[disabled] {
      box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.5);
      cursor: inherit;
      border: 1px solid #999999;
      background: #acacac;
      color: #666666; }
  .btn-achievement {
    background: linear-gradient(269.94deg, #E3BC52 0.05%, #D3A21B 97.59%);
    box-shadow: 0px 0px 24px rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    font-family: Radiance;
    font-style: normal;
    font-size: 20px;
    line-height: 18px;
    color: #7B2A27;
    width: auto; }
    .btn-achievement:hover {
      box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.5); }
    .btn-achievement:disabled, .btn-achievement[disabled] {
      box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
      cursor: inherit;
      border: 1px solid #999999;
      background: #acacac;
      color: #666666; }
    @media screen and (max-width: 1700px) {
      .btn-achievement {
        font-size: 14px;
        line-height: 14px;
        padding: 5px 10px 5px 10px; } }
  .btn-more {
    margin-left: 20px;
    margin-bottom: 15px;
    background: #602623;
    border-radius: 15px;
    font-family: Radiance;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #E3BC52;
    padding: 10px 15px 10px 15px; }
    .btn-more:hover {
      background: #60262378; }
  .btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle; }
    .btn-group label {
      border: 3px solid #77D6DC;
      box-sizing: border-box;
      font-family: Radiance;
      font-style: normal;
      font-size: 24px;
      line-height: 31px;
      text-align: center;
      color: #77D6DC;
      margin-right: 15px; }
      .btn-group label:last-child {
        margin-right: 0; }
      .btn-group label.active, .btn-group label:hover {
        background: #77D6DC;
        border: 3px solid #77D6DC;
        box-sizing: border-box;
        font-family: Radiance;
        font-style: normal;
        font-size: 24px;
        line-height: 31px;
        text-align: center;
        color: #23393D; }
      .btn-group label input {
        display: none; }

#user-logo h5 {
  width: auto;
  font-family: "Radiance";
  font-size: 28px;
  line-height: 31px;
  text-align: left;
  color: rgba(255, 255, 255, 0.75); }
  @media screen and (max-width: 1700px) and (min-device-width: 992px) {
    #user-logo h5 {
      font-size: 20px; } }
  @media screen and (max-device-width: 991px) {
    #user-logo h5 {
      font-size: 40px;
      line-height: 40px; } }

#user-logo .logo-avatar {
  width: 100px; }
  @media screen and (max-device-width: 991px) {
    #user-logo .logo-avatar {
      width: 150px; } }

#user-logo .logo-name {
  width: 50%; }
  @media screen and (max-device-width: 991px) {
    #user-logo .logo-name {
      width: 70%; } }

#user-logo .card-body > .row > div:first-child {
  margin: 0 15px 0 15px; }

#user-logo .profile-icons {
  display: flex; }
  #user-logo .profile-icons img {
    border-radius: 20px;
    background: #fff; }
    @media screen and (max-device-width: 991px) {
      #user-logo .profile-icons img {
        margin: 20px 0;
        width: 60px;
        border-radius: 30px; } }
  #user-logo .profile-icons a {
    margin-right: 10px; }

#user-logo .profile-img {
  width: 100px;
  height: 100px; }
  @media screen and (max-device-width: 991px) {
    #user-logo .profile-img {
      width: 140px;
      height: 140px; } }

@media screen and (max-width: 1700px) and (min-device-width: 992px) {
  #rank-info h4 {
    font-size: 29px; } }

@media screen and (max-width: 1700px) and (min-device-width: 992px) {
  .tradeurl h5 {
    font-size: 29px; }
  .tradeurl button {
    padding: 5px 20px 5px 20px;
    font-weight: 100 !important;
    font-size: 18px !important; }
  .tradeurl input {
    font-size: 20px; } }

@media screen and (max-width: 1700px) and (min-device-width: 992px) {
  .coupons button {
    padding: 5px 20px 5px 20px;
    font-weight: 100 !important;
    font-size: 18px !important; }
  .coupons input {
    font-size: 20px; } }

#user-money {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box; }
  #user-money .card-body h5 {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    text-align: left; }
  @media screen and (max-width: 1700px) and (min-device-width: 992px) {
    #user-money .card-body {
      padding: 15px 20px 15px 20px;
      font-size: 18px; }
      #user-money .card-body h4 {
        font-size: 22px; } }
  #user-money .exchanger-block input {
    width: 100%;
    text-align: right;
    font-family: Rubik;
    color: #77D6DC;
    border: 1px solid #fff; }
  #user-money .exchanger-block:nth-child(1) input {
    padding: 10px 70px 10px 20px;
    font-size: 26px; }
    @media screen and (max-width: 1700px) and (min-device-width: 992px) {
      #user-money .exchanger-block:nth-child(1) input {
        padding: 5px 70px 5px 20px;
        font-size: 22px; } }
    @media screen and (max-width: 991px) {
      #user-money .exchanger-block:nth-child(1) input {
        text-align: center; } }
  #user-money .exchanger-block:nth-child(1) span {
    position: absolute;
    right: 24px;
    top: 10px;
    font-weight: 100; }
    @media screen and (max-width: 1700px) and (min-device-width: 992px) {
      #user-money .exchanger-block:nth-child(1) span {
        top: 4px; } }
    @media screen and (max-width: 991px) {
      #user-money .exchanger-block:nth-child(1) span {
        right: 140px;
        top: 0px; } }
  #user-money .exchanger-block:nth-child(2) input {
    padding: 10px 70px 10px 20px;
    font-size: 26px; }
    @media screen and (max-width: 1700px) and (min-device-width: 992px) {
      #user-money .exchanger-block:nth-child(2) input {
        padding: 5px 70px 5px 20px;
        font-size: 22px; } }
    @media screen and (max-width: 991px) {
      #user-money .exchanger-block:nth-child(2) input {
        text-align: center; } }
  #user-money .exchanger-block:nth-child(2) span {
    position: absolute;
    right: 58px;
    top: 11px;
    font-weight: 100; }
    @media screen and (max-width: 1700px) and (min-device-width: 992px) {
      #user-money .exchanger-block:nth-child(2) span {
        top: 6px;
        right: 50px; } }
    @media screen and (max-width: 991px) {
      #user-money .exchanger-block:nth-child(2) span {
        right: 180px;
        top: 5px; } }
  #user-money .btn-replenish {
    display: inline-block;
    margin-top: 10px;
    background: #602623;
    border-radius: 15px;
    font-size: 20px;
    text-align: center;
    color: #E3BC52;
    padding: 8px 15px;
    text-decoration: none; }
    #user-money .btn-replenish:hover {
      background: #60262378; }
    @media screen and (max-width: 1700px) and (min-device-width: 992px) {
      #user-money .btn-replenish {
        font-size: 18px; } }
    #user-money .btn-replenish.disabled {
      opacity: 0.5;
      cursor: default; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: rgba(20, 21, 25, 0.5);
  background-clip: border-box;
  font-family: 'Radiance Semi Bold'; }
  @media screen and (max-device-width: 992px) {
    .card * {
      font-size: 40px; } }
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%; }
  .card a:not([class*="btn-"]) {
    font-size: 20px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #77D6DC; }
  .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    /* for text */
    font-family: Radiance;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75); }
    .card-body p {
      margin: 0;
      padding: 0px 50px; }
    @media screen and (max-device-width: 992px) {
      .card-body {
        line-height: 43px; }
        .card-body * {
          font-size: 40px; } }
  .card-footer {
    font-family: Radiance;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #C5C9CA;
    padding: 0 1.25rem 1.25rem 1.25rem; }
  .card-title {
    font-family: Radiance;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all .2s ease-in-out; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .modal hr {
    background: #677376;
    height: 1px;
    border: none; }
  .modal.show {
    background: #3d5659a7 !important; }

.close {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem auto;
  max-width: 500px;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #2d3d40;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px #77d6dc;
  color: #FFFFFF;
  font-size: 20px;
  outline: 0; }
  .modal-content a {
    font-family: "Radiance Bold";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #77D6DC; }
  .modal-content b {
    font-family: "Radiance Bold";
    font-size: 22px;
    line-height: 22px; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  font-family: "Radiance Semi Bold";
  font-size: 20px;
  line-height: 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef4f; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  font-family: "Radiance";
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }
  .modal-body .card-body p {
    padding: 0px 10px 0px 10px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef4f; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }
  .modal-footer button:not(.btn-save) {
    border: 3px solid #77D6DC;
    box-sizing: border-box;
    font-family: Radiance;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    color: #77D6DC;
    margin-right: 15px;
    background: transparent;
    padding: 5px 25px 5px 25px; }
    .modal-footer button:not(.btn-save):hover {
      color: #2d3d40;
      background: #77D6DC;
      border: 3px solid #77D6DC; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

a {
  text-decoration: none; }

body {
  margin: 0; }
  body * {
    overflow-wrap: normal; }

.text-center {
  text-align: center; }

.text-primary {
  color: #77D6DC; }

.img-thumbnail {
  display: flex;
  max-width: 100%;
  height: auto; }

.badge {
  background: #818181;
  color: black;
  padding: 3px;
  border-radius: 10px; }

.form-control {
  background: #141519;
  border-radius: 15px;
  border: none;
  outline: none;
  font-family: "Radiance Semi Bold";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
  color: #FFFFFF;
  padding: 10px 100px 10px 20px; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  outline: none; }
  .input-group input {
    background: linear-gradient(270deg, #60262300 -0.08%, #141519 31%);
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
  .input-group-append {
    display: flex;
    margin-left: -100px;
    z-index: 15; }
    .input-group-append button {
      background: linear-gradient(270deg, #602623 2.92%, rgba(85, 35, 34, 0.859375) 45.39%, rgba(67, 31, 31, 0.62066) 74.72%, rgba(20, 21, 25, 0) 100%);
      border-radius: 15px;
      font-family: "Radiance Semi Bold";
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 31px;
      color: #E3BC52; }

.cookies-policy {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  background: #404040;
  padding: 10px 0px 10px 0px; }
  .cookies-policy p {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #eef6f7; }
  .cookies-policy button {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 #fff; }

.case {
  position: relative;
  width: 180px;
  height: 392px;
  background: linear-gradient(180deg, rgba(61, 86, 89, 0) 0%, rgba(61, 86, 89, 0.65625) 34.38%, #3D5659 100%);
  transform: skew(-7deg);
  cursor: pointer;
  transition: all 0.5s ease; }
  .case-image-loader {
    position: absolute;
    left: 35%;
    top: 40%;
    transform: skew(7deg); }
  .case-bg {
    width: 100%;
    height: 100%;
    filter: blur(1px);
    background-size: cover;
    top: 0;
    z-index: -2;
    position: absolute; }
  .case-aura {
    width: 100%;
    height: 100%;
    filter: blur(1px);
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1; }
  .case-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: space-around;
    height: 29%; }
  .case-title {
    margin: 0px;
    text-align: center;
    font-style: normal;
    transform: skew(7deg);
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #AECACD;
    padding: 0px 5px 0px 5px; }
  .case-discount {
    position: absolute;
    display: none;
    top: 44px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    text-decoration-line: line-through;
    color: #7EACAF; }
    .case-discount_show {
      display: flex; }
  .case-btn {
    border: none;
    cursor: pointer;
    outline: none;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    width: 99px;
    height: 38px;
    left: 903.05px;
    top: 1503px;
    background: rgba(20, 21, 25, 0.25);
    border-radius: 15px;
    transform: skew(7deg); }
    .case-btn-primary {
      border: 3px solid;
      color: #77D6DC; }
    .case-btn-discount {
      border: 3px solid;
      color: #77D6DC; }
    .case-btn-discount-special {
      border: 3px solid;
      color: #ffc50d; }
  .case img:first-child {
    object-fit: cover;
    width: 210px;
    height: 270px;
    transform: skew(7deg);
    margin-left: -33px;
    transition: all 0.5s ease; }
  .case > .frame-1 {
    transition: all 1s ease;
    opacity: 0;
    position: absolute;
    width: auto !important;
    height: auto !important;
    transform: rotate(90deg);
    left: -171%;
    top: 201px;
    z-index: -1;
    clip-path: inset(0px 84px 0px 81px); }
  .case > .frame-2 {
    transition: all 1s ease;
    opacity: 0;
    position: absolute;
    height: 30px;
    top: 425px;
    left: -1px;
    z-index: -1;
    width: 180px;
    background: url(/bundles/dotaquest/images/frames/hr.png) 50% 100% no-repeat; }
  .case > .frame-3 {
    transition: all 1s ease;
    opacity: 0;
    position: absolute;
    width: auto !important;
    height: auto !important;
    transform: rotate(270deg);
    left: -61%;
    top: 190px;
    z-index: -1;
    clip-path: inset(0px 92px 0px 70px); }
  .case:hover {
    box-shadow: 0 5px 15px #e9ecef;
    transform: skew(-7deg) translate(0, -5px);
    transition: all .5s ease; }

.common-color {
  color: #B0C3D9; }

.uncommon-color {
  color: #5E98D9; }

.rare-color {
  color: #4B69FF; }

.mythical-color {
  color: #8847FF; }

.immortal-color {
  color: #E4AE33; }

.legendary-color {
  color: #D32CE6; }

.arcana-color {
  color: #ADE55C; }

.ancient-color {
  color: #d95257; }

.footer {
  align-items: center;
  background: #111312;
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  position: relative; }
  .footer:before {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    margin-left: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.005) -3.67%, rgba(119, 214, 220, 0.0625) 1.54%, rgba(119, 214, 220, 0.5) 33.28%, rgba(119, 214, 220, 0.5) 52.7%, rgba(119, 214, 220, 0.5) 52.7%, rgba(119, 214, 220, 0.5) 66.44%, rgba(119, 214, 220, 0.147388) 78.29%, rgba(119, 214, 220, 0.0625) 84.45%, rgba(255, 255, 255, 0.005) 87.29%); }
  .footer-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .footer-row:first-child {
      margin-top: 50px; }
      @media screen and (max-device-width: 992px) {
        .footer-row:first-child {
          margin-top: 30px; } }
    .footer-row:nth-child(2) {
      flex-direction: column;
      align-items: center;
      margin-top: 50px; }
      .footer-row:nth-child(2) > p:first-child {
        font-family: Rubik;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.25);
        margin: 0; }
        @media screen and (max-device-width: 992px) {
          .footer-row:nth-child(2) > p:first-child {
            font-size: 30px;
            line-height: 30px; } }
      .footer-row:nth-child(2) > p:nth-child(2) {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 89.5%;
        text-align: center;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.25);
        margin: 2px 0px 40px 0px; }
        @media screen and (max-device-width: 992px) {
          .footer-row:nth-child(2) > p:nth-child(2) {
            font-size: 20px;
            line-height: 35px; } }
  .footer-logo {
    display: flex; }
    .footer-logo svg {
      width: 60px;
      height: 60px; }
      .footer-logo svg > * {
        fill: rgba(255, 255, 255, 0.25); }
      @media screen and (max-device-width: 992px) {
        .footer-logo svg {
          width: 110px;
          height: 110px; } }
    .footer-logo span {
      font-family: Rubik;
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 21px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.25);
      margin-top: 10px; }
      @media screen and (max-device-width: 992px) {
        .footer-logo span {
          font-size: 45px;
          line-height: 45px; } }
  .footer-list ul {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0; }
    .footer-list ul li {
      list-style-type: none;
      padding: 20px 20px 16px 20px; }
      .footer-list ul li:last-child {
        margin-right: 40px; }
      .footer-list ul li a {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 89.5%;
        color: rgba(255, 255, 255, 0.5); }
        @media screen and (max-device-width: 992px) {
          .footer-list ul li a {
            font-size: 24px; } }
      .footer-list ul li:hover {
        background: linear-gradient(180deg, rgba(119, 214, 220, 0) 0%, rgba(119, 214, 220, 0) 0.01%, rgba(119, 214, 220, 0.015625) 32.81%, rgba(119, 214, 220, 0.2) 90.1%, rgba(119, 214, 220, 0.2) 100%); }
  .footer-list:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    margin-left: 40px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.005) -3.67%, rgba(119, 214, 220, 0.0625) 7.54%, rgba(119, 214, 220, 0.5) 33.28%, rgba(119, 214, 220, 0.5) 52.7%, rgba(119, 214, 220, 0.5) 52.7%, rgba(119, 214, 220, 0.5) 56.97%, rgba(119, 214, 220, 0.147388) 78.29%, rgba(119, 214, 220, 0.0625) 84.45%, rgba(255, 255, 255, 0.005) 87.29%); }
  .footer-social {
    display: flex;
    flex-direction: row;
    margin-top: 10px; }
    .footer-social > svg {
      width: 155px;
      height: 23px; }
    .footer-social * {
      fill: #9d9d9d !important;
      stroke: #9d9d9d !important;
      font-family: "Century Gothic", "Product Sans", Arial, Helvetica, sans-serif !important;
      height: 35px; }
      @media screen and (max-device-width: 992px) {
        .footer-social * {
          height: 45px; } }
    .footer-social a {
      width: 40px;
      margin-right: 15px; }
      .footer-social a:nth-child(2) {
        margin-right: 23px; }
      @media screen and (max-device-width: 992px) {
        .footer-social a {
          width: 60px; } }
    .footer-social img {
      margin-top: 2px; }
      @media screen and (max-device-width: 992px) {
        .footer-social img {
          margin-top: 12px; } }
    .footer-social .vk-svg > svg {
      width: 35px;
      height: 35px; }
      @media screen and (max-device-width: 992px) {
        .footer-social .vk-svg > svg {
          width: 65px;
          height: 65px; } }
    .footer-social .vk-svg:hover * {
      fill: #4a76a8 !important;
      stroke: #4a76a8 !important; }
    .footer-social .discord-svg > svg {
      width: 40px;
      height: 40px; }
      @media screen and (max-device-width: 992px) {
        .footer-social .discord-svg > svg {
          width: 65px;
          height: 75px; } }
    .footer-social .discord-svg > * {
      fill: #9d9d9d !important;
      stroke: #9d9d9d !important; }
    .footer-social .discord-svg:hover * {
      fill: #7289da !important;
      stroke: #7289da !important; }
  .footer-bg {
    position: absolute;
    left: 0;
    background: url(/bundles/dotaquest/images/background-footer.png?1) no-repeat;
    width: 100%;
    opacity: 0.2;
    bottom: 100%;
    height: 980px;
    z-index: -999;
    background-size: cover;
    background-position-x: 50%; }
    @media screen and (max-device-width: 992px) {
      .footer-bg {
        height: 1000px; } }

.page-homepage .footer {
  margin-top: 300px;
  background: #000000; }
  .page-homepage .footer:before {
    background: none; }
  .page-homepage .footer-bg {
    opacity: 0.6;
    background: linear-gradient(180deg, #000000 0%, #24404400 0%, #000000 100%), url(/bundles/dotaquest/images/background-footer.png) no-repeat;
    background-size: cover; }

.page-homepage #rank-info {
  background-color: #1c1d20; }

.axe-image {
  position: absolute;
  width: 1216px;
  height: 802px;
  left: 0px;
  top: -278px; }

.blue-bg {
  position: absolute;
  z-index: -1;
  object-fit: none;
  opacity: 0.3;
  right: 0;
  width: 100%;
  top: 74%; }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important; } }

.case-item {
  position: relative;
  width: 120px;
  height: 75px;
  margin-left: 5px; }
  .case-item-score {
    position: absolute;
    top: 77%;
    width: 200px;
    text-align: center;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: rgba(174, 202, 205, 0.5); }
  .case-item-desc {
    position: absolute;
    top: 69%;
    width: 120px;
    text-align: center;
    background: #3e3e3ede;
    padding: 5px 0px 5px 0px; }

.section_top {
  margin-top: 38px; }
  .section_top a {
    display: flex; }
    .section_top a svg {
      width: 24px;
      height: 24px; }
    .section_top a span {
      font-family: Rubik;
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 28px;
      margin-top: -1px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.5); }

.section_heading {
  margin-top: 360px;
  position: relative; }
  .section_heading h1 {
    font-family: "Reaver Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 96px;
    line-height: 125px;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 20;
    display: flex; }
    .section_heading h1 span {
      z-index: -1;
      margin-left: 15px; }
  .section_heading h2 {
    font-family: "Reaver Semi Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF; }

.section_info {
  margin-top: 258px; }
  .section_info_box {
    position: relative;
    padding-left: 20px;
    height: 140px; }
  .section_info h3 {
    font-family: "Radiance Semi Bold";
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    color: #FFFFFF;
    text-shadow: 0px 0px 18px rgba(255, 255, 255, 0.75);
    padding-left: 5px; }
    .section_info h3 span {
      color: #b73c38;
      font-weight: 700;
      text-shadow: 0px 0px 30px #000; }
    .section_info h3 span:last-child {
      width: 5px;
      height: 96%;
      position: absolute;
      left: 0;
      top: 3px;
      border-bottom: 5px solid #77D6DC;
      box-shadow: 0px 0px 15px 0px #77D6DC;
      background: #77D6DC;
      border-radius: 15px; }
  .section_info h4 {
    font-family: Radiance Semi Bold;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 30px;
    color: #FFFFFF; }

.section_cases {
  margin-top: 160px; }
  .section_cases_container {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding-inline: 20px; }
  .section_cases h5 {
    font-family: Radiance;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    text-align: right;
    color: rgba(255, 255, 255, 0.75); }

.section_items {
  margin-left: -125px;
  margin-top: 15px;
  transition: all 0.5s ease; }
  .section_items h5 {
    font-family: Radiance;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    width: 100%;
    color: rgba(255, 255, 255, 0.75); }
  .section_items_row {
    display: flex; }

.section_quests {
  margin-top: 200px; }
  .section_quests h5 {
    font-family: Radiance;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    color: rgba(255, 255, 255, 0.75); }
  .section_quests_block {
    display: flex;
    height: 260px;
    margin-top: 20px; }
    .section_quests_block_image {
      width: 50%;
      position: relative; }
      .section_quests_block_image div:first-child {
        width: 99%;
        height: 100%;
        position: absolute;
        background: rgba(123, 42, 39, 0.35);
        z-index: 10; }
      .section_quests_block_image span {
        position: absolute;
        left: 18%;
        top: 35%;
        font-family: "Reaver Semi Bold";
        font-style: normal;
        font-weight: bold;
        font-size: 48px;
        line-height: 55px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        z-index: 15; }
      .section_quests_block_image img {
        filter: blur(2px);
        width: 99%;
        height: 258px;
        object-fit: cover;
        object-position: 2%; }
    .section_quests_block_info {
      width: 50%;
      align-items: center;
      display: flex;
      padding-left: 30px; }
      .section_quests_block_info div:first-child {
        flex-direction: column; }
      .section_quests_block_info p {
        font-family: "Radiance Semi Bold";
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        text-align: left;
        color: #FFFFFF; }
      .section_quests_block_info:nth-child(2n + 1) {
        padding-right: 30px; }
        .section_quests_block_info:nth-child(2n + 1) div:first-child {
          text-align: right; }
        .section_quests_block_info:nth-child(2n + 1) p {
          text-align: right; }

.section_start {
  margin-top: 190px; }
  .section_start h2 {
    font-family: "Reaver Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 84px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF; }
    .section_start h2 span:first-child {
      color: #77D6DC; }
    .section_start h2 span:last-child {
      width: 83%;
      height: 5px;
      position: absolute;
      left: 8%;
      top: 85px;
      border-bottom: 5px solid #77D6DC;
      box-shadow: 0px 0px 15px 2px #77D6DC;
      background: #77D6DC;
      border-radius: 15px; }
  .section_start_block {
    display: flex;
    margin-top: 115px; }
    .section_start_block_image {
      width: 50%;
      position: relative;
      padding-left: 30px; }
      .section_start_block_image-pudge {
        position: absolute;
        left: -48%;
        width: 837px;
        height: 530px; }
      .section_start_block_image-btn {
        outline: none;
        font-family: "Radiance";
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 42px;
        color: #FFFFFF;
        position: absolute;
        border: none;
        padding: 20px 30px 20px 30px;
        cursor: pointer;
        background: linear-gradient(269.94deg, #7B2A27 0.05%, rgba(123, 42, 39, 0.484375) 72.46%, rgba(123, 42, 39, 0) 99.35%);
        border-radius: 15px;
        text-transform: uppercase;
        left: -35%;
        top: 390px; }
      .section_start_block_image:nth-child(2n - 1) {
        padding-right: 30px;
        padding-left: 30px; }
    .section_start_block_info {
      width: 50%;
      align-items: center;
      display: flex;
      padding-right: 30px; }
      .section_start_block_info h3 {
        position: relative;
        font-family: "Reaver Semi Bold";
        font-style: normal;
        font-weight: bold;
        font-size: 43px;
        line-height: 60px;
        text-align: right;
        text-transform: uppercase;
        color: #FFFFFF; }
        .section_start_block_info h3 span {
          position: absolute;
          top: -40px;
          right: 0px;
          font-family: Radiance Bold;
          font-style: normal;
          font-weight: bold;
          font-size: 36px;
          line-height: 43px;
          text-align: right;
          text-transform: uppercase;
          color: #7B2A27; }
      .section_start_block_info p {
        font-family: Radiance;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        text-align: right;
        color: rgba(255, 255, 255, 0.5); }
      .section_start_block_info:nth-child(2n) {
        padding-left: 30px;
        padding-right: 0px; }
        .section_start_block_info:nth-child(2n) h3 {
          text-align: left; }
          .section_start_block_info:nth-child(2n) h3 span {
            left: 0px;
            right: inherit; }
        .section_start_block_info:nth-child(2n) p {
          text-align: left; }

@media screen and (max-device-width: 992px) {
  html {
    overflow-x: hidden;
    max-width: 100%; }
  .section_top a svg {
    width: 100px;
    height: 100px; }
  .section_top a span {
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 28px;
    margin-top: 35px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5); }
  .section_heading {
    width: 100%; }
    .section_heading .axe-image {
      position: absolute;
      width: 1216px;
      height: 802px;
      left: -100px;
      top: -300px; }
    .section_heading > div {
      top: 30px; }
  .container {
    width: 100%;
    max-width: inherit; } }
