.text-gray {
  color: #717070;
}

.text-gray-light {
  color: rgba(113, 112, 112, 0.5);
}

.no-border {
  border: none !important;
}

.black-price {
  background: linear-gradient(180deg, #69a1ec 0%, #2f1a56 100%) !important;
  border-radius: 4px;
  padding-top: 20px;
}

.black-price .price {
  display: block;
  float: left !important;
  position: relative;
  width: auto !important;
}

.black-price .sale-block {
  display: block;
  float: right !important;
  position: relative;
  width: auto !important;
  text-align: left !important;
  z-index: 2;
}

.black-price .product-name {
  color: #f1f2f4 !important;
  opacity: 0.8 !important;
}

.black-price .sale-title {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.01em;
  background: #ff4b41;
}

.black-price .product-thumbnail img {
  border: 0 !important;
}

.black-price .product-footer {
  border-top-color: #323232;
}

.black-price ins .fa-ruble {
  color: #fff;
}

.black-price ins .price_r {
  color: #fff;
}

.black-price .amount {
  color: #f1f2f4 !important;
}

.black-price del {
  color: #f1f2f4 !important;
  opacity: 0.3;
}

.black-price .tree-image {
  position: absolute;
  bottom: 0;
  right: 2px;
  z-index: 1;
}

/* boost-serivce */

.duo-order-modal .modal-header {
  background-color: #836aa0;
  text-align: center;
  border-bottom: none !important;
}

.duo-order-modal .modal-header span {
  color: white;
  font-size: 16px;
  line-height: 19px;
}

.duo-order-modal .modal-body {
  background-color: #4d306e;
  padding: 25px 40px 35px 40px;
  color: #fff;
}

.duo-order-modal .modal-body h3,
.duo-order-modal .modal-body .h3 {
  font-size: 24px;
  line-height: 29px;
  color: #fff;
}

.duo-order-modal .modal-body hr {
  opacity: 0.2;
  margin-bottom: 34px;
}

.duo-order-modal .modal-footer {
  background-color: #f1f2f4;
  padding: 30px 15px;
}

.duo-order-modal .modal-body .property-title {
  display: inline-block;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  opacity: 0.6;
}

.duo-order-modal .modal-body .property-value {
  display: inline-block;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 41px;
}

.ban-hero-modal .hero-img {
  border-radius: 2px;
}

.banned-heroes-main .no-image {
  cursor: pointer;
}

.ban-hero-modal .hero-img .hero-img-main {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  cursor: pointer;
}

.ban-hero-modal .hero-img .hero-img-overlay {
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.6), rgba(255, 0, 0, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: calc(100% - 4px);
  height: 100%;
  position: absolute;
  display: none;
  cursor: pointer;
}

.ban-hero-modal .power-label {
  font-size: 18px;
  color: #e2574c;
  font-weight: 600;
  line-height: 156%;
  display: flex;
  margin-bottom: 5px;
}

.ban-hero-modal .agility-label {
  font-size: 18px;
  color: #5cb85c;
  font-weight: 600;
  line-height: 156%;
  display: flex;
  margin-bottom: 5px;
}

.ban-hero-modal .intellegence-label {
  font-size: 18px;
  color: #5bc0de;
  font-weight: 600;
  line-height: 156%;
  display: flex;
  margin-bottom: 5px;
}

.ban-hero-modal .hero-labels {
  margin-bottom: 23px;
}

.ban-hero-modal .heroes-row {
  margin-bottom: 28px;
}

.ban-hero-modal .second-row {
  margin-bottom: 0;
}

.ban-hero-modal .heroes-row .col-md-4 .row {
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
}

.ban-hero-modal .heroes-row .col-md-4 .row .col-md-3 {
  padding-left: 0;
  padding-right: 4px;
}

.ban-hero-modal .banned-heroes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ban-hero-modal .modal-footer .banned-heroes {
  margin-top: 0;
}

.ban-hero-modal .banned-heroes .hero-img {
  width: 57px;
  height: 32px;
  margin-right: 8px;
}

.ban-hero-modal .banned-heroes .no-image {
  background: #fbfbfb;
  border: 1px dashed #c4c4c4;
  box-sizing: border-box;
  border-radius: 2px;
}

.ban-hero-modal .banned-heroes .hero-images {
  display: flex;
  width: 100%;
}

.ban-hero-modal .banned-heroes .banned-heroes-label {
  font-size: 15px;
  color: #717070;
  margin-bottom: 5px;
  text-align: left;
}

.ban-hero-modal .modal-footer {
  display: flex;
  align-items: flex-end;
}

.ban-hero-modal .modal-footer .ban-hero-buttons {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#boost-form .heroes-row .col-md-4 .row .col-md-3 {
  padding-left: 0;
  padding-right: 4px;
}

#boost-form .banned-heroes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 24px;
  width: 100%;
}

#boost-form .banned-heroes .hero-img {
  width: 57px;
  height: 32px;
  margin-right: 8px;
}

#boost-form .banned-heroes .hero-img .hero-img-main {
  width: 100%;
  height: 100%;
}

#boost-form .banned-heroes .no-image {
  background: #fbfbfb;
  border: 1px dashed #c4c4c4;
  box-sizing: border-box;
  border-radius: 2px;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  line-height: 100%;
}

#boost-form .banned-heroes .hero-images {
  display: flex;
  width: 100%;
}

#boost-form .banned-heroes .banned-heroes-label {
  font-size: 15px;
  color: #717070;
  margin-bottom: 5px;
  text-align: left;
}

#boost-form .change-banned-heroes {
  margin-left: 31px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration-line: underline;
  color: #69666e;
  border-radius: 4px;
  white-space: nowrap;
  margin-top: 32px;
}

#boost-form .banned-heroes-container {
  display: flex;
  align-items: center;
}

.team-item {
  margin-bottom: 24px;
  padding: 0 12px;
}
.team-item:nth-child(3n + 1) {
  clear: left;
}
.team-item-wrap {
  padding: 16px 19px;
  background: #f8f9fa;
  border-radius: 8px;
}
.team-item-head {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(205, 205, 207, 0.5);
}
.team-item-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
}
.team-item-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.team-item-verified {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMTY1ODIgMTUuMzM5NUwzLjY1NzcgMTQuNDY4OEwzLjE2NTgyIDE1LjMzOTVMNC4wMDQ3NyAxNS44MTM1QzQuMTM3IDE1Ljg4ODIgNC4yMzAyOSAxNi4wMTY2IDQuMjYwNDggMTYuMTY1NEw0LjQ1MiAxNy4xMDk4QzQuNzEyMzUgMTguMzkzNCA1LjkxMTQxIDE5LjI2NDYgNy4yMTI3IDE5LjExNTVMOC4xNzAwMyAxOS4wMDU5QzguMzIwOTEgMTguOTg4NiA4LjQ3MTg2IDE5LjAzNzYgOC41ODM3NiAxOS4xNDAzTDkuMjU5ODEgMTguNDAzNEw4LjU4Mzc2IDE5LjE0MDNMOS4yOTM4IDE5Ljc5MTdDMTAuMjU4OSAyMC42NzcyIDExLjc0MTEgMjAuNjc3MiAxMi43MDYyIDE5Ljc5MTdMMTMuNDE2MiAxOS4xNDAzQzEzLjUyODEgMTkuMDM3NiAxMy42NzkxIDE4Ljk4ODYgMTMuODMgMTkuMDA1OUwxNC43ODczIDE5LjExNTVDMTYuMDg4NiAxOS4yNjQ2IDE3LjI4NzcgMTguMzkzNCAxNy41NDggMTcuMTA5OEwxNy43Mzk1IDE2LjE2NTRDMTcuNzY5NyAxNi4wMTY2IDE3Ljg2MyAxNS44ODgyIDE3Ljk5NTIgMTUuODEzNUwxOC44MzQyIDE1LjMzOTVDMTkuOTc0NiAxNC42OTUyIDIwLjQzMjYgMTMuMjg1NiAxOS44ODg3IDEyLjA5NDFMMTkuNDg4NSAxMS4yMTc1QzE5LjQyNTUgMTEuMDc5NCAxOS40MjU1IDEwLjkyMDYgMTkuNDg4NSAxMC43ODI1TDE5Ljg4ODcgOS45MDU5QzIwLjQzMjYgOC43MTQzNyAxOS45NzQ2IDcuMzA0NzggMTguODM0MiA2LjY2MDUxTDE3Ljk5NTIgNi4xODY1M0MxNy44NjMgNi4xMTE4MyAxNy43Njk3IDUuOTgzNDIgMTcuNzM5NSA1LjgzNDU5TDE3LjU0OCA0Ljg5MDIzQzE3LjI4NzcgMy42MDY1NiAxNi4wODg2IDIuNzM1MzkgMTQuNzg3MyAyLjg4NDQ2TDEzLjgzIDIuOTk0MTNDMTMuNjc5MSAzLjAxMTQxIDEzLjUyODEgMi45NjIzNyAxMy40MTYyIDIuODU5N0wxMi43MDYyIDIuMjA4MjdDMTEuNzQxMSAxLjMyMjc5IDEwLjI1ODkgMS4zMjI3OSA5LjI5MzggMi4yMDgyN0w4LjU4Mzc2IDIuODU5N0M4LjQ3MTg2IDIuOTYyMzcgOC4zMjA5MSAzLjAxMTQxIDguMTcwMDMgMi45OTQxM0w3LjIxMjcgMi44ODQ0NkM1LjkxMTQxIDIuNzM1MzkgNC43MTIzNSAzLjYwNjU2IDQuNDUyIDQuODkwMjJMNC4yNjA0OCA1LjgzNDU5QzQuMjMwMjkgNS45ODM0MiA0LjEzNyA2LjExMTgzIDQuMDA0NzcgNi4xODY1M0wzLjE2NTgyIDYuNjYwNTFDMi4wMjU0MyA3LjMwNDc5IDEuNTY3NDMgOC43MTQzNyAyLjExMTMyIDkuOTA1OUwyLjUxMTQ2IDEwLjc4MjVDMi41NzQ1MiAxMC45MjA2IDIuNTc0NTIgMTEuMDc5NCAyLjUxMTQ2IDExLjIxNzVMMi4xMTEzMiAxMi4wOTQxTDMuMDIxMDMgMTIuNTA5M0wyLjExMTMyIDEyLjA5NDFDMS41Njc0MyAxMy4yODU2IDIuMDI1NDMgMTQuNjk1MiAzLjE2NTgyIDE1LjMzOTVaIiBmaWxsPSIjMjVDNEM0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTcuMTQyODIgMTEuNDI4Nkw5LjcxNDI1IDE0TDE0Ljg1NzEgOC44NTcxOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
}
.team-item-title {
  display: flex;
  align-items: center;
  padding-left: 84px;
  min-height: 70px;
}
.team-item-head {
  position: relative;
}
.booster-rating--team .booster-rating-group {
  text-align: left;
}
.booster-rating--team .booster-rating-icon {
}
.booster-rating-like {
  width: auto;
  max-width: inherit;
}
.booster-rating-icon {
  margin-right: 3px;
  font-size: 15px;
  width: auto;
  height: auto;
}
.booster-rating-count {
  font-size: 14px;
  font-weight: 600;
  color: #27ae60;
}
.booster-rating--team .booster-rating-like {
  margin-left: 0;
  padding: 0 8px;
  line-height: 24px;
  background: rgba(39, 174, 96, 0.1);
  border-radius: 2px;
}
.booster-rating-icon .fa {
  position: relative;
  top: auto;
  left: auto;
}
.team-item-content {
  position: relative;
  height: 95px;
  margin-bottom: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 21px;
  color: #717070;
  overflow: hidden;
}
.team-item-content:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 46px;
  background: linear-gradient(to top, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
}
.team-item-content p {
  margin-bottom: 0;
}
.team-item-game {
  position: relative;
  float: left;
  width: 50%;
}
.team-item-rank {
  position: relative;
  float: left;
  width: 50%;
}
.team-item-info span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #36274c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-item-info {
  font-size: 12px;
  font-weight: 400;
  color: #717070;
}
.team-item-game-img,
.team-item-rank-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-item-rank-img img,
.team-item-game-img img {
  max-height: 38px;
  max-width: 38px;
}
.team-item-rank-img + .team-item-rank-text {
  padding-left: 49px;
}
.team-item-game-img + .team-item-game-text {
  padding-left: 49px;
}
.team-item-advantages {
  margin-top: 17px;
  padding: 12px 0;
  display: flex;
  justify-content: space-around;
  border-top: 1px solid rgba(205, 205, 207, 0.5);
  border-bottom: 1px solid rgba(205, 205, 207, 0.5);
}
.team-item-advantage {
  padding: 0 19px;
  font-size: 12px;
  color: #717070;
  text-align: center;
}
.team-item-advantage span {
  display: block;
  font-size: 20px;
  color: #36274c;
}
.team-item-history {
  margin-top: 10px;
  text-align: center;
}
.team-item-history a {
  color: #5bc0de;
}

.main-contest {
    padding-top: 71px;
    padding-bottom: 104px;
    background-color: #d0c9da;
    background-image: url('/img/main-page/bg-main-contest.svg');
    background-repeat: no-repeat;
    background-position: center right;
}

@media (max-width: 768px) {
  .main-contest-slider-img {
    display: block;
    width: 250px;
  }
  .main-contest-slider-content {
      display: block;
  }
  .main-contest-slider .item {
      width: 100%;
      padding: 10px 30px;
  }
  .main-contest-slider .owl-item.center .item {
      padding: 10px 30px !important;
      width: auto;
  }
  .main-contest {
    padding-bottom: 100px;
  }
  .main-contest-slider-content {
    padding-left: 0;
  }
}

@media (max-width: 500px) {
  .ban-hero-modal .modal-footer {
    padding: 16px;
    flex-direction: column;
  }

  .ban-hero-modal .modal-body {
    padding: 16px;
    margin: 0;
  }

  .ban-hero-modal .modal-header {
    padding: 16px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ban-hero-modal .modal-title {
    font-size: 18px;
  }

  .ban-hero-buttons {
    margin-top: 17px;
  }

  .ban-hero-modal .hero-img .hero-img-main {
    max-width: 76px;
  }

  .ban-hero-modal .heroes-row {
    margin-bottom: 28px;
    display: flex;
    width: 300%;
  }

  .ban-hero-modal .heroes-row .col-md-4 {
    padding-right: 0;
    padding-left: 14px;
  }

  .ban-hero-modal .heroes {
    overflow-x: scroll;
  }

  #boost-form .banned-heroes-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  #boost-form .change-banned-heroes {
    margin-top: 0;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
  }
}
