/*VARS*/
.footer,
.footer * {
  box-sizing: border-box; }

.footer {
  background: #fff;
  padding: 72px 20px 66px;
  border-top: 1px solid #dfdfdf; }

.footer__row {
  font-size: 0; }

.footer__col {
  display: inline-block;
  vertical-align: top;
  font-size: 14px; }

.footer__col_1 {
  position: relative;
  top: -19px;
  width: 438px; }

.footer__col_2 {
  width: 352px; }

.footer__col_3 {
  width: 270px; }

.footer__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 11px; }

.footer__t {
  font-size: 13px;
  line-height: 21px;
  color: #828282;
  text-decoration: none; }
  .footer__t i {
    margin-right: 5px;
    width: 15px;
    text-align: center; }

.footer__soc {
  transition: .15s ease; }
  .footer__soc:hover {
    color: #ff8e41; }

.footer__link {
  display: inline-block;
  margin-top: 7px;
  font-size: 13px;
  line-height: 15px;
  color: #828282;
  border-bottom: 1px dotted;
  text-decoration: none; }

.footer__bot {
  margin-top: 30px;
  text-align: right; }

.footer__table {
    width: 100%;
}

.footer__table__td_first {
    background-color: #f4967c;
    padding: 25px 30px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.footer__how_to_earn {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
}

.footer__th_link {
    color: #ffffff;
    display: inline-block;
    border: 1px solid #ffffff;
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 9px;
    background:#f4967c;
    text-decoration: none;
}


@media screen and (max-width: 1190px) {
  .footer__col {
    top: 0;
    margin-bottom: 40px; }
  .footer__col_1 {
    display: block; }
  .footer__bot {
    text-align: center; } }

@media screen and (max-width: 620px) {
  .footer__col {
    display: block;
    width: auto; } }
