.btn3:hover {
  background: transparent;
  color: #c14949!important;
}

.btn3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #1D262F;
  color: #1D262F!important;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  transition: all .3s;
  height: 50px;
  padding: 0 26px;
}

.btn3 span {
  font-weight: 400!important;
}

.btn3 svg {
  margin-right: 16px;
}

.traders-top3 {
  background: #1D262F;
  padding: 32px 32px;
  margin: 48px 0;
}

.traders-top3_head {
  margin-bottom: 36px;
}

.traders-top3_title {
  color: white;
  font: 700 22px/26px 'Roboto', sans-serif;
  text-transform: uppercase;
}

.traders-top3_sub-title {
  color: white;
  font: 16px 'Roboto', sans-serif;
  padding-top: 10px;
}

.traders-top3_list {
  display: flex;
  flex-wrap: wrap;
}

.traders-top3_list-item:last-child {
  margin-right: 0;
}

.traders-top3_list-item {
  position: relative;
  background: white;
  border-radius: 2px;
  width: calc(33.33% - 14px);
  padding: 16px 13px;
  margin-right: 19px;
}

.traders-top3_list-count {
  position: absolute;
  top: -20px;
  left: -20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, #FFE060 36.63%, #F4B071 103.83%);
  border-radius: 100%;
  font: 700 24px 'Roboto', sans-serif;
  width: 40px;
  height: 40px;
  color: #404040;
}

.traders-top3_list-photo {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.24);
  border-radius: 100%;
  width: 62px;
  height: 62px;
  margin: auto;
}

.traders-top3_list-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}

.traders-top3_list-item .traders-top3_list-title:hover {
  color: #c14949!important;
}

.traders-top3_list-title {
  color: #1D262F!important;
  font-size: 20px!important;
  font-family: 'Roboto', sans-serif!important;
  font-weight: 400!important;
  transition: all .3s;
}

.traders-top3_list-rating {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.traders-top3_list-rating:before {
  content: '';
  background: url(../images/rating-star-full.svg) no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
}

.traders-top3_list-rating span {
  font: 16px 'Roboto', sans-serif;
  color: #1D262F;
    font-weight: 400!important;
}

.traders-top3_list-btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

.traders-top3_list-btn1, .traders-top3_list-btn2 {
  font-weight: normal;
  min-width: auto;
  width: calc(50% - 3.5px);
}

.traders-top3_list-btn1 {
  text-transform: none;
  margin-right: 7px;
}

.traders-top3_list-btn2 {
  font: 16px 'Roboto', sans-serif;
  height: 37px;
  padding: 0 5px;
}

.traders-top3_list-btn2 span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.traders-top3_bottom {
  text-align: right;
  margin-top: 32px;
}

.traders-top3_more {
  color: white!important;
  font-family: 'Roboto', sans-serif!important;
  font-size: 22px!important;
  font-weight: 700!important;
  text-decoration: underline!important;
}

.traders-top3_more:hover {
  color: white!important;
  text-decoration: none!important;
}


@media (max-width: 767px) {
    .btn3 {
        border-radius: 2px;
        font-size: 12px;
        height: 27px;
        padding: 0 6px;
    }

    .btn3 svg {
        width: 14px;
        height: 15px;
        margin-right: 6px;
    }

    .traders-top3 {
        padding: 24px 16px;
        margin: 38px 0;
    }

    .traders-top3_head {
        margin-bottom: 12px;
    }

    .traders-top3_title {
        font-size: 16px;
    }

    .traders-top3_sub-title {
        font-size: 12px;
        padding-top: 3px;
    }

    .traders-top3_list-item:last-child {
        margin-bottom: 0;
    }

    .traders-top3_list-item {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 16px;
        margin: 0 0 16px;
    }

    .traders-top3_list-count {
        top: -10px;
        left: -10px;
        font-size: 16px;
        width: 32px;
        height: 32px;
        color: #404040;
    }

    .traders-top3_list-block {
        width: calc(100% - 62px);
        padding-left: 10px;
    }

    .traders-top3_list-info {
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
    }

    .traders-top3_list-title {
        font-size: 16px!important;
    }

    .traders-top3_list-rating span {
        font-size: 14px;
        padding-left: 4px;
    }

    .traders-top3_list-btns {
        justify-content: space-between;
        margin-top: 12px;
    }

    .traders-top3_list-btn1, .traders-top3_list-btn2 {
        max-width: 102px;
        height: 24px;
        margin-top: 0;
    }

    .traders-top3_list-btn1 span, .traders-top3_list-btn2 span {
        font-size: 14px;
    }

    .traders-top3_bottom {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .traders-top3 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .traders-top3_list-item {
    width: calc(33.33% - 14px);
    margin-right: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .traders-top3_list-btn2 span:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .traders-top3_list-btn2 span:before {
    display: none;
  }
}
